| 1 | [ Nov 1 08:19:39 Enabled. ] | ||
| 2 | [ Nov 1 08:19:39 Rereading configuration. ] | ||
| 3 | [ Nov 1 08:19:41 Rereading configuration. ] | ||
| 4 | [ Nov 1 08:19:42 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 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Nov 1 08:19:42 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2024.11.01 08:19:43.104139 [ 1 ] {} <Information> Application: Will watch for the process with pid 22594 | ||
| 29 | 2024.11.01 08:19:43.104725 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.11.01 08:19:43.461826 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22594 | ||
| 31 | 2024.11.01 08:19:43.462629 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.11.01 08:19:43.463468 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.11.01 08:19:43.560934 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.11.01 08:19:43.610946 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.11.01 08:19:43.611050 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.11.01 08:19:43.611067 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.11.01 08:19:43.611154 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.11.01 08:19:43.611870 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.11.01 08:19:43.613563 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2024.11.01 08:19:43.614222 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.11.01 08:19:43.614557 [ 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) | ||
| 44 | 2024.11.01 08:19:43.614604 [ 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) | ||
| 45 | 2024.11.01 08:19:43.614643 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.11.01 08:19:43.614855 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.11.01 08:19:43.615811 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.11.01 08:19:43.621138 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.11.01 08:19:43.621853 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.11.01 08:19:43.622810 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.11.01 08:19:43.622923 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.11.01 08:19:43.624602 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2024.11.01 08:19:43.625039 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.11.01 08:19:43.628903 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.11.01 08:19:43.629626 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.11.01 08:19:43.631363 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.11.01 08:19:43.631760 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.11.01 08:19:43.632165 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.11.01 08:19:43.632529 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.11.01 08:19:43.633887 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.11.01 08:19:43.633913 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.11.01 08:19:43.633988 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.11.01 08:19:43.634121 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.11.01 08:19:43.650220 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.11.01 08:19:43.650249 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000152834 sec | ||
| 68 | 2024.11.01 08:19:43.650323 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.11.01 08:19:43.650363 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.11.01 08:19:43.651758 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.11.01 08:19:43.653007 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.11.01 08:19:43.666586 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.11.01 08:19:43.666635 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.11.01 08:19:43.666705 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.11.01 08:19:43.666720 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.11.01 08:19:43.666755 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.11.01 08:19:43.666821 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 78 | 2024.11.01 08:19:43.666835 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.11.01 08:19:43.666869 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.11.01 08:19:43.666940 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 81 | 2024.11.01 08:19:43.666953 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.11.01 08:19:43.666965 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.11.01 08:19:43.667051 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.11.01 08:19:43.667065 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.11.01 08:19:43.667078 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.11.01 08:19:43.667160 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.11.01 08:19:43.667174 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.11.01 08:19:43.701678 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.11.01 08:19:43.705121 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.11.01 08:19:43.705185 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.2302e-05 sec | ||
| 91 | 2024.11.01 08:19:43.705206 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.11.01 08:19:43.705219 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.11.01 08:19:43.705248 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.11.01 08:19:43.705727 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.11.01 08:19:43.706064 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.11.01 08:19:43.706087 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.11.01 08:19:43.706104 [ 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). | ||
| 98 | 2024.11.01 08:19:43.706244 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.11.01 08:19:43.710319 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.11.01 08:19:43.710552 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.71 MiB, peak 24.71 MiB, free memory in arenas 0.00 B, will set to 116.71 MiB (RSS), difference: 92.00 MiB | ||
| 101 | 2024.11.01 08:19:43.711884 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.856e-05 sec. | ||
| 102 | 2024.11.01 08:19:43.712253 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.11.01 08:19:43.712308 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.11.01 08:19:43.712332 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.11.01 08:19:44.744091 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59453 | ||
| 106 | 2024.11.01 08:19:44.744353 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.11.01 08:19:44.744416 [ 3 ] {} <Debug> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Authenticating user 'default' from [fd00:1122:3344:101::d]:59453 | ||
| 108 | 2024.11.01 08:19:44.744454 [ 3 ] {} <Debug> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.11.01 08:19:44.744558 [ 3 ] {} <Debug> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.11.01 08:19:44.744659 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.11.01 08:19:44.744693 [ 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 | ||
| 112 | 2024.11.01 08:19:44.744785 [ 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 | ||
| 113 | 2024.11.01 08:19:44.748059 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65041 | ||
| 114 | 2024.11.01 08:19:44.748165 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56518 | ||
| 115 | 2024.11.01 08:19:44.748174 [ 250 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51097 | ||
| 116 | 2024.11.01 08:19:44.748254 [ 251 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38517 | ||
| 117 | 2024.11.01 08:19:44.748343 [ 252 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48885 | ||
| 118 | 2024.11.01 08:19:44.748648 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 119 | 2024.11.01 08:19:44.748658 [ 252 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 120 | 2024.11.01 08:19:44.748703 [ 5 ] {} <Debug> TCP-Session: a5309135-2717-4408-8b78-7984118ecc81 Authenticating user 'default' from [fd00:1122:3344:101::d]:56518 | ||
| 121 | 2024.11.01 08:19:44.748770 [ 251 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2024.11.01 08:19:44.748781 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 123 | 2024.11.01 08:19:44.748770 [ 250 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 124 | 2024.11.01 08:19:44.748859 [ 251 ] {} <Debug> TCP-Session: 85db6a3e-5e5b-4d38-87f9-abdd991c847b Authenticating user 'default' from [fd00:1122:3344:101::d]:38517 | ||
| 125 | 2024.11.01 08:19:44.748869 [ 4 ] {} <Debug> TCP-Session: 0e248060-5d81-4e06-8aea-0a6049b00889 Authenticating user 'default' from [fd00:1122:3344:101::d]:65041 | ||
| 126 | 2024.11.01 08:19:44.748844 [ 5 ] {} <Debug> TCP-Session: a5309135-2717-4408-8b78-7984118ecc81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 127 | 2024.11.01 08:19:44.748953 [ 250 ] {} <Debug> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Authenticating user 'default' from [fd00:1122:3344:101::d]:51097 | ||
| 128 | 2024.11.01 08:19:44.748828 [ 252 ] {} <Debug> TCP-Session: e1b9c1e0-d10f-4d0c-a482-b65b0f8d9cc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48885 | ||
| 129 | 2024.11.01 08:19:44.748978 [ 4 ] {} <Debug> TCP-Session: 0e248060-5d81-4e06-8aea-0a6049b00889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2024.11.01 08:19:44.749033 [ 252 ] {} <Debug> TCP-Session: e1b9c1e0-d10f-4d0c-a482-b65b0f8d9cc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2024.11.01 08:19:44.749020 [ 5 ] {} <Debug> TCP-Session: a5309135-2717-4408-8b78-7984118ecc81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2024.11.01 08:19:44.749061 [ 250 ] {} <Debug> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2024.11.01 08:19:44.749138 [ 252 ] {} <Debug> TCP-Session: e1b9c1e0-d10f-4d0c-a482-b65b0f8d9cc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2024.11.01 08:19:44.749107 [ 4 ] {} <Debug> TCP-Session: 0e248060-5d81-4e06-8aea-0a6049b00889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2024.11.01 08:19:44.748995 [ 251 ] {} <Debug> TCP-Session: 85db6a3e-5e5b-4d38-87f9-abdd991c847b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2024.11.01 08:19:44.749222 [ 250 ] {} <Debug> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2024.11.01 08:19:44.749300 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42257 | ||
| 138 | 2024.11.01 08:19:44.749317 [ 251 ] {} <Debug> TCP-Session: 85db6a3e-5e5b-4d38-87f9-abdd991c847b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2024.11.01 08:19:44.749397 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33380 | ||
| 140 | 2024.11.01 08:19:44.749584 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2024.11.01 08:19:44.749598 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59160 | ||
| 142 | 2024.11.01 08:19:44.749715 [ 253 ] {} <Debug> TCP-Session: 4eb080a7-7f29-4e45-a5e4-736638bdaa97 Authenticating user 'default' from [fd00:1122:3344:101::d]:42257 | ||
| 143 | 2024.11.01 08:19:44.749728 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 144 | 2024.11.01 08:19:44.749821 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 145 | 2024.11.01 08:19:44.749927 [ 254 ] {} <Debug> TCP-Session: 07a35dce-8c89-4822-9703-92bebfcb820e Authenticating user 'default' from [fd00:1122:3344:101::d]:33380 | ||
| 146 | 2024.11.01 08:19:44.749959 [ 255 ] {} <Debug> TCP-Session: e37b2cd5-e1ad-4fea-b6e7-9fc4fffcd21a Authenticating user 'default' from [fd00:1122:3344:101::d]:59160 | ||
| 147 | 2024.11.01 08:19:44.749991 [ 254 ] {} <Debug> TCP-Session: 07a35dce-8c89-4822-9703-92bebfcb820e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.11.01 08:19:44.749980 [ 253 ] {} <Debug> TCP-Session: 4eb080a7-7f29-4e45-a5e4-736638bdaa97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2024.11.01 08:19:44.750091 [ 255 ] {} <Debug> TCP-Session: e37b2cd5-e1ad-4fea-b6e7-9fc4fffcd21a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2024.11.01 08:19:44.750116 [ 254 ] {} <Debug> TCP-Session: 07a35dce-8c89-4822-9703-92bebfcb820e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2024.11.01 08:19:44.750104 [ 253 ] {} <Debug> TCP-Session: 4eb080a7-7f29-4e45-a5e4-736638bdaa97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2024.11.01 08:19:44.750201 [ 255 ] {} <Debug> TCP-Session: e37b2cd5-e1ad-4fea-b6e7-9fc4fffcd21a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.11.01 08:19:44.753082 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 154 | 2024.11.01 08:19:44.755321 [ 3 ] {662c5b89-78d1-4ccd-99a4-33896c2f22ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2024.11.01 08:19:44.803027 [ 3 ] {662c5b89-78d1-4ccd-99a4-33896c2f22ce} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59453) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 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 | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 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 | ||
| 164 | 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 | ||
| 165 | 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 | ||
| 166 | 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 | ||
| 167 | 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 | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2024.11.01 08:19:44.804549 [ 3 ] {662c5b89-78d1-4ccd-99a4-33896c2f22ce} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 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 | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 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 | ||
| 188 | 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 | ||
| 189 | 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 | ||
| 190 | 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 | ||
| 191 | 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 | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2024.11.01 08:19:44.804826 [ 3 ] {662c5b89-78d1-4ccd-99a4-33896c2f22ce} <Debug> TCPHandler: Processed in 0.053839593 sec. | ||
| 204 | 2024.11.01 08:19:44.805254 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2024.11.01 08:19:44.805562 [ 250 ] {44c71d94-7bdf-46e9-9de7-3c4c509d9940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2024.11.01 08:19:44.805912 [ 250 ] {44c71d94-7bdf-46e9-9de7-3c4c509d9940} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51097) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 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 | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 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 | ||
| 215 | 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 | ||
| 216 | 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 | ||
| 217 | 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 | ||
| 218 | 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 | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2024.11.01 08:19:44.806159 [ 250 ] {44c71d94-7bdf-46e9-9de7-3c4c509d9940} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 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 | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 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 | ||
| 239 | 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 | ||
| 240 | 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 | ||
| 241 | 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 | ||
| 242 | 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 | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2024.11.01 08:19:44.806370 [ 250 ] {44c71d94-7bdf-46e9-9de7-3c4c509d9940} <Debug> TCPHandler: Processed in 0.001283462 sec. | ||
| 255 | 2024.11.01 08:19:44.806753 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2024.11.01 08:19:44.807009 [ 3 ] {8edd8efe-0f2b-48c6-bb3d-8043da6bd1c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 257 | 2024.11.01 08:19:44.807735 [ 3 ] {8edd8efe-0f2b-48c6-bb3d-8043da6bd1c0} <Debug> TCPHandler: Processed in 0.001098547 sec. | ||
| 258 | 2024.11.01 08:19:44.807977 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 259 | 2024.11.01 08:19:44.808087 [ 250 ] {02cda227-da1b-4654-a7a7-94a40bd0c649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 260 | 2024.11.01 08:19:44.808274 [ 250 ] {02cda227-da1b-4654-a7a7-94a40bd0c649} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 261 | 2024.11.01 08:19:44.812607 [ 250 ] {02cda227-da1b-4654-a7a7-94a40bd0c649} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 262 | 2024.11.01 08:19:44.812634 [ 250 ] {02cda227-da1b-4654-a7a7-94a40bd0c649} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.3692e-05 sec | ||
| 263 | 2024.11.01 08:19:44.812734 [ 250 ] {02cda227-da1b-4654-a7a7-94a40bd0c649} <Trace> ReferentialDeps: No tables | ||
| 264 | 2024.11.01 08:19:44.812748 [ 250 ] {02cda227-da1b-4654-a7a7-94a40bd0c649} <Trace> LoadingDeps: No tables | ||
| 265 | 2024.11.01 08:19:44.812772 [ 250 ] {02cda227-da1b-4654-a7a7-94a40bd0c649} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 266 | 2024.11.01 08:19:44.812820 [ 250 ] {02cda227-da1b-4654-a7a7-94a40bd0c649} <Debug> TCPHandler: Processed in 0.00489613 sec. | ||
| 267 | 2024.11.01 08:19:44.813014 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 268 | 2024.11.01 08:19:44.813296 [ 3 ] {14e0d997-0cb3-4efb-8f48-951f5c1961be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) /* The version table contains metadata about the `oximeter` database */ | ||
| 269 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 270 | 2024.11.01 08:19:44.813425 [ 3 ] {14e0d997-0cb3-4efb-8f48-951f5c1961be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 271 | 2024.11.01 08:19:44.820109 [ 3 ] {14e0d997-0cb3-4efb-8f48-951f5c1961be} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 272 | 2024.11.01 08:19:44.826624 [ 3 ] {14e0d997-0cb3-4efb-8f48-951f5c1961be} <Debug> oximeter.version (3cfa96ee-cf2c-4435-b146-dc59e44d9017): Loading data parts | ||
| 273 | 2024.11.01 08:19:44.827194 [ 3 ] {14e0d997-0cb3-4efb-8f48-951f5c1961be} <Debug> oximeter.version (3cfa96ee-cf2c-4435-b146-dc59e44d9017): There are no data parts | ||
| 274 | 2024.11.01 08:19:44.833568 [ 3 ] {14e0d997-0cb3-4efb-8f48-951f5c1961be} <Debug> TCPHandler: Processed in 0.020618547 sec. | ||
| 275 | 2024.11.01 08:19:44.833797 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 276 | 2024.11.01 08:19:44.834067 [ 250 ] {d82c5500-5b70-4d5c-b52f-a499488edd10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) /* The measurement tables contain all individual samples from each timeseries. | ||
| 277 | * | ||
| 278 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 279 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 280 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 281 | * by all samples from the same timeseries. | ||
| 282 | * | ||
| 283 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 284 | * and then uses that to index quickly into the measurements tables. | ||
| 285 | */ | ||
| 286 | 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) | ||
| 287 | 2024.11.01 08:19:44.834195 [ 250 ] {d82c5500-5b70-4d5c-b52f-a499488edd10} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 288 | 2024.11.01 08:19:44.845362 [ 250 ] {d82c5500-5b70-4d5c-b52f-a499488edd10} <Debug> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Loading data parts | ||
| 289 | 2024.11.01 08:19:44.845603 [ 250 ] {d82c5500-5b70-4d5c-b52f-a499488edd10} <Debug> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): There are no data parts | ||
| 290 | 2024.11.01 08:19:44.848405 [ 250 ] {d82c5500-5b70-4d5c-b52f-a499488edd10} <Debug> TCPHandler: Processed in 0.014667031 sec. | ||
| 291 | 2024.11.01 08:19:44.848678 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 292 | 2024.11.01 08:19:44.848891 [ 3 ] {7dc577d6-81c7-4791-8dee-a11b66ea4c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) 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) | ||
| 293 | 2024.11.01 08:19:44.849034 [ 3 ] {7dc577d6-81c7-4791-8dee-a11b66ea4c07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 294 | 2024.11.01 08:19:44.857783 [ 3 ] {7dc577d6-81c7-4791-8dee-a11b66ea4c07} <Debug> oximeter.measurements_i8 (fdfee1bb-6b92-48c8-8815-ffa36a2aa421): Loading data parts | ||
| 295 | 2024.11.01 08:19:44.858019 [ 3 ] {7dc577d6-81c7-4791-8dee-a11b66ea4c07} <Debug> oximeter.measurements_i8 (fdfee1bb-6b92-48c8-8815-ffa36a2aa421): There are no data parts | ||
| 296 | 2024.11.01 08:19:44.863706 [ 3 ] {7dc577d6-81c7-4791-8dee-a11b66ea4c07} <Debug> TCPHandler: Processed in 0.015088741 sec. | ||
| 297 | 2024.11.01 08:19:44.864045 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 298 | 2024.11.01 08:19:44.864386 [ 250 ] {854b2420-50fc-4157-af7a-614271bd16f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) 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) | ||
| 299 | 2024.11.01 08:19:44.864569 [ 250 ] {854b2420-50fc-4157-af7a-614271bd16f4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 300 | 2024.11.01 08:19:44.874876 [ 250 ] {854b2420-50fc-4157-af7a-614271bd16f4} <Debug> oximeter.measurements_u8 (25349829-3dd4-4303-8930-4777ae34368a): Loading data parts | ||
| 301 | 2024.11.01 08:19:44.875026 [ 250 ] {854b2420-50fc-4157-af7a-614271bd16f4} <Debug> oximeter.measurements_u8 (25349829-3dd4-4303-8930-4777ae34368a): There are no data parts | ||
| 302 | 2024.11.01 08:19:44.879321 [ 250 ] {854b2420-50fc-4157-af7a-614271bd16f4} <Debug> TCPHandler: Processed in 0.015398919 sec. | ||
| 303 | 2024.11.01 08:19:44.879558 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 304 | 2024.11.01 08:19:44.879808 [ 3 ] {cdb7faf9-45ac-4304-b518-fc2a9e8acc32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) 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) | ||
| 305 | 2024.11.01 08:19:44.879928 [ 3 ] {cdb7faf9-45ac-4304-b518-fc2a9e8acc32} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 306 | 2024.11.01 08:19:44.886354 [ 3 ] {cdb7faf9-45ac-4304-b518-fc2a9e8acc32} <Debug> oximeter.measurements_i16 (3e40436e-bd44-4493-96fb-287549e77cdb): Loading data parts | ||
| 307 | 2024.11.01 08:19:44.886524 [ 3 ] {cdb7faf9-45ac-4304-b518-fc2a9e8acc32} <Debug> oximeter.measurements_i16 (3e40436e-bd44-4493-96fb-287549e77cdb): There are no data parts | ||
| 308 | 2024.11.01 08:19:44.893339 [ 3 ] {cdb7faf9-45ac-4304-b518-fc2a9e8acc32} <Debug> TCPHandler: Processed in 0.01383976 sec. | ||
| 309 | 2024.11.01 08:19:44.893547 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 310 | 2024.11.01 08:19:44.893766 [ 250 ] {61f6c955-2a2c-4b74-95ce-4d02b87853af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) 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) | ||
| 311 | 2024.11.01 08:19:44.893889 [ 250 ] {61f6c955-2a2c-4b74-95ce-4d02b87853af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 312 | 2024.11.01 08:19:44.903286 [ 250 ] {61f6c955-2a2c-4b74-95ce-4d02b87853af} <Debug> oximeter.measurements_u16 (aa01d537-dc12-4bd3-a16d-2452fbc1c361): Loading data parts | ||
| 313 | 2024.11.01 08:19:44.903473 [ 250 ] {61f6c955-2a2c-4b74-95ce-4d02b87853af} <Debug> oximeter.measurements_u16 (aa01d537-dc12-4bd3-a16d-2452fbc1c361): There are no data parts | ||
| 314 | 2024.11.01 08:19:44.909723 [ 250 ] {61f6c955-2a2c-4b74-95ce-4d02b87853af} <Debug> TCPHandler: Processed in 0.016236789 sec. | ||
| 315 | 2024.11.01 08:19:44.909955 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 316 | 2024.11.01 08:19:44.910296 [ 3 ] {3077e218-59ed-44ba-93e3-083c119a03eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) 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) | ||
| 317 | 2024.11.01 08:19:44.910431 [ 3 ] {3077e218-59ed-44ba-93e3-083c119a03eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 318 | 2024.11.01 08:19:44.915210 [ 3 ] {3077e218-59ed-44ba-93e3-083c119a03eb} <Debug> oximeter.measurements_i32 (12d6fc9c-0658-4796-8d7e-77814b398dbe): Loading data parts | ||
| 319 | 2024.11.01 08:19:44.915391 [ 3 ] {3077e218-59ed-44ba-93e3-083c119a03eb} <Debug> oximeter.measurements_i32 (12d6fc9c-0658-4796-8d7e-77814b398dbe): There are no data parts | ||
| 320 | 2024.11.01 08:19:44.918620 [ 3 ] {3077e218-59ed-44ba-93e3-083c119a03eb} <Debug> TCPHandler: Processed in 0.008738554 sec. | ||
| 321 | 2024.11.01 08:19:44.918859 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 322 | 2024.11.01 08:19:44.919082 [ 250 ] {da073d49-e4f8-4f97-8cac-5ab317c051fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) 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) | ||
| 323 | 2024.11.01 08:19:44.919216 [ 250 ] {da073d49-e4f8-4f97-8cac-5ab317c051fb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 324 | 2024.11.01 08:19:44.924317 [ 250 ] {da073d49-e4f8-4f97-8cac-5ab317c051fb} <Debug> oximeter.measurements_u32 (0433f928-a940-4b73-9a96-e3e039120662): Loading data parts | ||
| 325 | 2024.11.01 08:19:44.924502 [ 250 ] {da073d49-e4f8-4f97-8cac-5ab317c051fb} <Debug> oximeter.measurements_u32 (0433f928-a940-4b73-9a96-e3e039120662): There are no data parts | ||
| 326 | 2024.11.01 08:19:44.930600 [ 250 ] {da073d49-e4f8-4f97-8cac-5ab317c051fb} <Debug> TCPHandler: Processed in 0.01181256 sec. | ||
| 327 | 2024.11.01 08:19:44.930820 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 328 | 2024.11.01 08:19:44.931159 [ 3 ] {7a310606-2b31-4f1e-9863-1289d1b0b853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) 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) | ||
| 329 | 2024.11.01 08:19:44.931280 [ 3 ] {7a310606-2b31-4f1e-9863-1289d1b0b853} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 330 | 2024.11.01 08:19:44.935922 [ 3 ] {7a310606-2b31-4f1e-9863-1289d1b0b853} <Debug> oximeter.measurements_i64 (ebe9331a-3950-4c4e-a7c6-de2b3536c865): Loading data parts | ||
| 331 | 2024.11.01 08:19:44.936089 [ 3 ] {7a310606-2b31-4f1e-9863-1289d1b0b853} <Debug> oximeter.measurements_i64 (ebe9331a-3950-4c4e-a7c6-de2b3536c865): There are no data parts | ||
| 332 | 2024.11.01 08:19:44.942043 [ 3 ] {7a310606-2b31-4f1e-9863-1289d1b0b853} <Debug> TCPHandler: Processed in 0.011281917 sec. | ||
| 333 | 2024.11.01 08:19:44.942252 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 334 | 2024.11.01 08:19:44.942514 [ 250 ] {f1e5c753-92e6-4440-a623-1fd5053c7908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) 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) | ||
| 335 | 2024.11.01 08:19:44.942698 [ 250 ] {f1e5c753-92e6-4440-a623-1fd5053c7908} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 336 | 2024.11.01 08:19:44.947663 [ 250 ] {f1e5c753-92e6-4440-a623-1fd5053c7908} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Loading data parts | ||
| 337 | 2024.11.01 08:19:44.947916 [ 250 ] {f1e5c753-92e6-4440-a623-1fd5053c7908} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): There are no data parts | ||
| 338 | 2024.11.01 08:19:44.953904 [ 250 ] {f1e5c753-92e6-4440-a623-1fd5053c7908} <Debug> TCPHandler: Processed in 0.011723718 sec. | ||
| 339 | 2024.11.01 08:19:44.954096 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 340 | 2024.11.01 08:19:44.954393 [ 3 ] {6e8f2837-ed18-441f-ac61-e5f948c222f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) 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) | ||
| 341 | 2024.11.01 08:19:44.954511 [ 3 ] {6e8f2837-ed18-441f-ac61-e5f948c222f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 342 | 2024.11.01 08:19:44.959576 [ 3 ] {6e8f2837-ed18-441f-ac61-e5f948c222f6} <Debug> oximeter.measurements_f32 (eccfa5bc-d9bf-4c82-9e2d-d1086d3bdbae): Loading data parts | ||
| 343 | 2024.11.01 08:19:44.960024 [ 3 ] {6e8f2837-ed18-441f-ac61-e5f948c222f6} <Debug> oximeter.measurements_f32 (eccfa5bc-d9bf-4c82-9e2d-d1086d3bdbae): There are no data parts | ||
| 344 | 2024.11.01 08:19:44.966018 [ 3 ] {6e8f2837-ed18-441f-ac61-e5f948c222f6} <Debug> TCPHandler: Processed in 0.011981984 sec. | ||
| 345 | 2024.11.01 08:19:44.966873 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 346 | 2024.11.01 08:19:44.967239 [ 250 ] {e449a5c5-ce8e-4569-b764-b2d93ca95f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) 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) | ||
| 347 | 2024.11.01 08:19:44.968227 [ 250 ] {e449a5c5-ce8e-4569-b764-b2d93ca95f42} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 348 | 2024.11.01 08:19:45.001169 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 122.27 MiB, peak 122.27 MiB, free memory in arenas 0.00 B, will set to 131.88 MiB (RSS), difference: 9.61 MiB | ||
| 349 | 2024.11.01 08:19:45.006545 [ 250 ] {e449a5c5-ce8e-4569-b764-b2d93ca95f42} <Debug> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Loading data parts | ||
| 350 | 2024.11.01 08:19:45.006788 [ 250 ] {e449a5c5-ce8e-4569-b764-b2d93ca95f42} <Debug> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): There are no data parts | ||
| 351 | 2024.11.01 08:19:45.027809 [ 250 ] {e449a5c5-ce8e-4569-b764-b2d93ca95f42} <Debug> TCPHandler: Processed in 0.061126792 sec. | ||
| 352 | 2024.11.01 08:19:45.028223 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 353 | 2024.11.01 08:19:45.028522 [ 3 ] {6795d7c7-d48f-4b68-be82-7605a22cb3e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) 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) | ||
| 354 | 2024.11.01 08:19:45.028625 [ 3 ] {6795d7c7-d48f-4b68-be82-7605a22cb3e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 355 | 2024.11.01 08:19:45.046399 [ 3 ] {6795d7c7-d48f-4b68-be82-7605a22cb3e9} <Debug> oximeter.measurements_string (76681b7c-c28e-4d8f-a0b9-d98f8bbb28a1): Loading data parts | ||
| 356 | 2024.11.01 08:19:45.046633 [ 3 ] {6795d7c7-d48f-4b68-be82-7605a22cb3e9} <Debug> oximeter.measurements_string (76681b7c-c28e-4d8f-a0b9-d98f8bbb28a1): There are no data parts | ||
| 357 | 2024.11.01 08:19:45.055045 [ 3 ] {6795d7c7-d48f-4b68-be82-7605a22cb3e9} <Debug> TCPHandler: Processed in 0.026959462 sec. | ||
| 358 | 2024.11.01 08:19:45.055359 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 359 | 2024.11.01 08:19:45.055683 [ 250 ] {d56385b7-96f0-4cc9-8b8f-6d26cfb65cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 360 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 361 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 362 | * a string isn't palatable for a few reasons. | ||
| 363 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 364 | * details. | ||
| 365 | */ | ||
| 366 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 367 | 2024.11.01 08:19:45.055778 [ 250 ] {d56385b7-96f0-4cc9-8b8f-6d26cfb65cd1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 368 | 2024.11.01 08:19:45.069656 [ 250 ] {d56385b7-96f0-4cc9-8b8f-6d26cfb65cd1} <Debug> oximeter.measurements_bytes (28d563b5-2c31-4bd4-ad27-47070cea5cae): Loading data parts | ||
| 369 | 2024.11.01 08:19:45.069855 [ 250 ] {d56385b7-96f0-4cc9-8b8f-6d26cfb65cd1} <Debug> oximeter.measurements_bytes (28d563b5-2c31-4bd4-ad27-47070cea5cae): There are no data parts | ||
| 370 | 2024.11.01 08:19:45.079970 [ 250 ] {d56385b7-96f0-4cc9-8b8f-6d26cfb65cd1} <Debug> TCPHandler: Processed in 0.024743678 sec. | ||
| 371 | 2024.11.01 08:19:45.080269 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 372 | 2024.11.01 08:19:45.080649 [ 3 ] {47375694-b5c7-4ff9-b9d1-d9b470b04559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) 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) | ||
| 373 | 2024.11.01 08:19:45.080759 [ 3 ] {47375694-b5c7-4ff9-b9d1-d9b470b04559} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 374 | 2024.11.01 08:19:45.098210 [ 3 ] {47375694-b5c7-4ff9-b9d1-d9b470b04559} <Debug> oximeter.measurements_cumulativei64 (70330e6f-dfe5-421d-a699-65ad99b730a8): Loading data parts | ||
| 375 | 2024.11.01 08:19:45.098424 [ 3 ] {47375694-b5c7-4ff9-b9d1-d9b470b04559} <Debug> oximeter.measurements_cumulativei64 (70330e6f-dfe5-421d-a699-65ad99b730a8): There are no data parts | ||
| 376 | 2024.11.01 08:19:45.118320 [ 3 ] {47375694-b5c7-4ff9-b9d1-d9b470b04559} <Debug> TCPHandler: Processed in 0.038148127 sec. | ||
| 377 | 2024.11.01 08:19:45.118611 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 378 | 2024.11.01 08:19:45.118885 [ 250 ] {13e77ef2-96f0-451f-affc-841d341d638f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) 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) | ||
| 379 | 2024.11.01 08:19:45.118973 [ 250 ] {13e77ef2-96f0-451f-affc-841d341d638f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 380 | 2024.11.01 08:19:45.136578 [ 250 ] {13e77ef2-96f0-451f-affc-841d341d638f} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Loading data parts | ||
| 381 | 2024.11.01 08:19:45.136748 [ 250 ] {13e77ef2-96f0-451f-affc-841d341d638f} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): There are no data parts | ||
| 382 | 2024.11.01 08:19:45.147023 [ 250 ] {13e77ef2-96f0-451f-affc-841d341d638f} <Debug> TCPHandler: Processed in 0.028504631 sec. | ||
| 383 | 2024.11.01 08:19:45.147342 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 384 | 2024.11.01 08:19:45.147679 [ 3 ] {d8054c0e-5321-434b-a724-0478a7587cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) 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) | ||
| 385 | 2024.11.01 08:19:45.147813 [ 3 ] {d8054c0e-5321-434b-a724-0478a7587cfa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 386 | 2024.11.01 08:19:45.158439 [ 3 ] {d8054c0e-5321-434b-a724-0478a7587cfa} <Debug> oximeter.measurements_cumulativef32 (c904ed9a-1457-45f1-8176-25ed777032d4): Loading data parts | ||
| 387 | 2024.11.01 08:19:45.158708 [ 3 ] {d8054c0e-5321-434b-a724-0478a7587cfa} <Debug> oximeter.measurements_cumulativef32 (c904ed9a-1457-45f1-8176-25ed777032d4): There are no data parts | ||
| 388 | 2024.11.01 08:19:45.165001 [ 3 ] {d8054c0e-5321-434b-a724-0478a7587cfa} <Debug> TCPHandler: Processed in 0.017748146 sec. | ||
| 389 | 2024.11.01 08:19:45.165239 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 390 | 2024.11.01 08:19:45.165552 [ 250 ] {c4821990-e5e2-4a83-96f5-70d59fef2dc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) 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) | ||
| 391 | 2024.11.01 08:19:45.165635 [ 250 ] {c4821990-e5e2-4a83-96f5-70d59fef2dc4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 392 | 2024.11.01 08:19:45.171313 [ 250 ] {c4821990-e5e2-4a83-96f5-70d59fef2dc4} <Debug> oximeter.measurements_cumulativef64 (a3d10baf-1b48-47b3-816c-9618ebc504d0): Loading data parts | ||
| 393 | 2024.11.01 08:19:45.171516 [ 250 ] {c4821990-e5e2-4a83-96f5-70d59fef2dc4} <Debug> oximeter.measurements_cumulativef64 (a3d10baf-1b48-47b3-816c-9618ebc504d0): There are no data parts | ||
| 394 | 2024.11.01 08:19:45.177855 [ 250 ] {c4821990-e5e2-4a83-96f5-70d59fef2dc4} <Debug> TCPHandler: Processed in 0.012690222 sec. | ||
| 395 | 2024.11.01 08:19:45.178069 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 396 | 2024.11.01 08:19:45.178390 [ 3 ] {b4175563-7430-43a7-9e5d-6ae6fcce61b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 397 | * NOTE: Array types cannot be Nullable, see | ||
| 398 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 399 | * for more details. | ||
| 400 | * | ||
| 401 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 402 | * is unfortunate, and at this point relies on the fact that an | ||
| 403 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 404 | * to figure out another way to represent missing samples here. | ||
| 405 | */ | ||
| 406 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 407 | 2024.11.01 08:19:45.178489 [ 3 ] {b4175563-7430-43a7-9e5d-6ae6fcce61b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 408 | 2024.11.01 08:19:45.184346 [ 3 ] {b4175563-7430-43a7-9e5d-6ae6fcce61b2} <Debug> oximeter.measurements_histogrami8 (2792df81-3a7b-46b5-aa24-31d77835de48): Loading data parts | ||
| 409 | 2024.11.01 08:19:45.184602 [ 3 ] {b4175563-7430-43a7-9e5d-6ae6fcce61b2} <Debug> oximeter.measurements_histogrami8 (2792df81-3a7b-46b5-aa24-31d77835de48): There are no data parts | ||
| 410 | 2024.11.01 08:19:45.187407 [ 3 ] {b4175563-7430-43a7-9e5d-6ae6fcce61b2} <Debug> TCPHandler: Processed in 0.009399321 sec. | ||
| 411 | 2024.11.01 08:19:45.187616 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 412 | 2024.11.01 08:19:45.188005 [ 250 ] {ea838d10-9564-45a8-b5d5-15fc9faf211f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) 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), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 413 | 2024.11.01 08:19:45.188099 [ 250 ] {ea838d10-9564-45a8-b5d5-15fc9faf211f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 414 | 2024.11.01 08:19:45.193397 [ 250 ] {ea838d10-9564-45a8-b5d5-15fc9faf211f} <Debug> oximeter.measurements_histogramu8 (1af3209e-2619-42fa-97db-c7ff9d684009): Loading data parts | ||
| 415 | 2024.11.01 08:19:45.193654 [ 250 ] {ea838d10-9564-45a8-b5d5-15fc9faf211f} <Debug> oximeter.measurements_histogramu8 (1af3209e-2619-42fa-97db-c7ff9d684009): There are no data parts | ||
| 416 | 2024.11.01 08:19:45.199631 [ 250 ] {ea838d10-9564-45a8-b5d5-15fc9faf211f} <Debug> TCPHandler: Processed in 0.012076217 sec. | ||
| 417 | 2024.11.01 08:19:45.199856 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 418 | 2024.11.01 08:19:45.200165 [ 3 ] {ec2172de-7460-482d-ab33-15d1b4e84089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) 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), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 419 | 2024.11.01 08:19:45.200260 [ 3 ] {ec2172de-7460-482d-ab33-15d1b4e84089} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 420 | 2024.11.01 08:19:45.205745 [ 3 ] {ec2172de-7460-482d-ab33-15d1b4e84089} <Debug> oximeter.measurements_histogrami16 (23d3163f-c307-4653-8ad1-8bae3b9e65ee): Loading data parts | ||
| 421 | 2024.11.01 08:19:45.205950 [ 3 ] {ec2172de-7460-482d-ab33-15d1b4e84089} <Debug> oximeter.measurements_histogrami16 (23d3163f-c307-4653-8ad1-8bae3b9e65ee): There are no data parts | ||
| 422 | 2024.11.01 08:19:45.210191 [ 3 ] {ec2172de-7460-482d-ab33-15d1b4e84089} <Debug> TCPHandler: Processed in 0.010393885 sec. | ||
| 423 | 2024.11.01 08:19:45.210432 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 424 | 2024.11.01 08:19:45.210818 [ 250 ] {01480205-a8b3-46e6-b8d6-349445564fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) 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), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 425 | 2024.11.01 08:19:45.210898 [ 250 ] {01480205-a8b3-46e6-b8d6-349445564fc7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 426 | 2024.11.01 08:19:45.216395 [ 250 ] {01480205-a8b3-46e6-b8d6-349445564fc7} <Debug> oximeter.measurements_histogramu16 (9b776234-5e2f-49b2-8c3b-3edc84ed94c2): Loading data parts | ||
| 427 | 2024.11.01 08:19:45.216600 [ 250 ] {01480205-a8b3-46e6-b8d6-349445564fc7} <Debug> oximeter.measurements_histogramu16 (9b776234-5e2f-49b2-8c3b-3edc84ed94c2): There are no data parts | ||
| 428 | 2024.11.01 08:19:45.218431 [ 250 ] {01480205-a8b3-46e6-b8d6-349445564fc7} <Debug> TCPHandler: Processed in 0.008068998 sec. | ||
| 429 | 2024.11.01 08:19:45.218653 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 430 | 2024.11.01 08:19:45.218967 [ 3 ] {8f2183be-826f-4e5c-941b-26ffe18588fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) 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), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 431 | 2024.11.01 08:19:45.219062 [ 3 ] {8f2183be-826f-4e5c-941b-26ffe18588fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 432 | 2024.11.01 08:19:45.224785 [ 3 ] {8f2183be-826f-4e5c-941b-26ffe18588fc} <Debug> oximeter.measurements_histogrami32 (c64c39d8-93a8-4f34-8f60-6e23c0cb83ca): Loading data parts | ||
| 433 | 2024.11.01 08:19:45.225002 [ 3 ] {8f2183be-826f-4e5c-941b-26ffe18588fc} <Debug> oximeter.measurements_histogrami32 (c64c39d8-93a8-4f34-8f60-6e23c0cb83ca): There are no data parts | ||
| 434 | 2024.11.01 08:19:45.232047 [ 3 ] {8f2183be-826f-4e5c-941b-26ffe18588fc} <Debug> TCPHandler: Processed in 0.013465782 sec. | ||
| 435 | 2024.11.01 08:19:45.232279 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 436 | 2024.11.01 08:19:45.232679 [ 250 ] {bdeb5bd2-893b-4c0e-9aeb-ccb702ffb440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) 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), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 437 | 2024.11.01 08:19:45.232768 [ 250 ] {bdeb5bd2-893b-4c0e-9aeb-ccb702ffb440} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 438 | 2024.11.01 08:19:45.238354 [ 250 ] {bdeb5bd2-893b-4c0e-9aeb-ccb702ffb440} <Debug> oximeter.measurements_histogramu32 (84c0c7fa-9f52-4529-82fe-89245f5b0b39): Loading data parts | ||
| 439 | 2024.11.01 08:19:45.238534 [ 250 ] {bdeb5bd2-893b-4c0e-9aeb-ccb702ffb440} <Debug> oximeter.measurements_histogramu32 (84c0c7fa-9f52-4529-82fe-89245f5b0b39): There are no data parts | ||
| 440 | 2024.11.01 08:19:45.244868 [ 250 ] {bdeb5bd2-893b-4c0e-9aeb-ccb702ffb440} <Debug> TCPHandler: Processed in 0.012663511 sec. | ||
| 441 | 2024.11.01 08:19:45.245113 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 442 | 2024.11.01 08:19:45.245466 [ 3 ] {e550e9d1-fa90-4daa-9bc4-98a21dcc85b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) 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), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 443 | 2024.11.01 08:19:45.245575 [ 3 ] {e550e9d1-fa90-4daa-9bc4-98a21dcc85b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 444 | 2024.11.01 08:19:45.251203 [ 3 ] {e550e9d1-fa90-4daa-9bc4-98a21dcc85b2} <Debug> oximeter.measurements_histogrami64 (d35f5690-bc7b-43f1-9b79-57df9907159c): Loading data parts | ||
| 445 | 2024.11.01 08:19:45.251446 [ 3 ] {e550e9d1-fa90-4daa-9bc4-98a21dcc85b2} <Debug> oximeter.measurements_histogrami64 (d35f5690-bc7b-43f1-9b79-57df9907159c): There are no data parts | ||
| 446 | 2024.11.01 08:19:45.259151 [ 3 ] {e550e9d1-fa90-4daa-9bc4-98a21dcc85b2} <Debug> TCPHandler: Processed in 0.014107736 sec. | ||
| 447 | 2024.11.01 08:19:45.259382 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 448 | 2024.11.01 08:19:45.259731 [ 250 ] {75598581-d35c-453e-b0c5-70c7f606a2ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) 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), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 449 | 2024.11.01 08:19:45.259816 [ 250 ] {75598581-d35c-453e-b0c5-70c7f606a2ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 450 | 2024.11.01 08:19:45.265904 [ 250 ] {75598581-d35c-453e-b0c5-70c7f606a2ea} <Debug> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Loading data parts | ||
| 451 | 2024.11.01 08:19:45.266070 [ 250 ] {75598581-d35c-453e-b0c5-70c7f606a2ea} <Debug> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): There are no data parts | ||
| 452 | 2024.11.01 08:19:45.271639 [ 250 ] {75598581-d35c-453e-b0c5-70c7f606a2ea} <Debug> TCPHandler: Processed in 0.012324672 sec. | ||
| 453 | 2024.11.01 08:19:45.271880 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 454 | 2024.11.01 08:19:45.272175 [ 3 ] {ad8dc2b4-1017-44a5-a2c0-eaa0832617bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) 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), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 455 | 2024.11.01 08:19:45.272270 [ 3 ] {ad8dc2b4-1017-44a5-a2c0-eaa0832617bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 456 | 2024.11.01 08:19:45.277985 [ 3 ] {ad8dc2b4-1017-44a5-a2c0-eaa0832617bd} <Debug> oximeter.measurements_histogramf32 (94369290-bf35-4f79-a9b4-4f7e5bda8cc9): Loading data parts | ||
| 457 | 2024.11.01 08:19:45.278194 [ 3 ] {ad8dc2b4-1017-44a5-a2c0-eaa0832617bd} <Debug> oximeter.measurements_histogramf32 (94369290-bf35-4f79-a9b4-4f7e5bda8cc9): There are no data parts | ||
| 458 | 2024.11.01 08:19:45.284524 [ 3 ] {ad8dc2b4-1017-44a5-a2c0-eaa0832617bd} <Debug> TCPHandler: Processed in 0.012703892 sec. | ||
| 459 | 2024.11.01 08:19:45.284803 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 460 | 2024.11.01 08:19:45.285123 [ 250 ] {6891aa72-4bd6-413d-a957-0ee783ec5593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) 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), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 461 | 2024.11.01 08:19:45.285216 [ 250 ] {6891aa72-4bd6-413d-a957-0ee783ec5593} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 462 | 2024.11.01 08:19:45.292157 [ 250 ] {6891aa72-4bd6-413d-a957-0ee783ec5593} <Debug> oximeter.measurements_histogramf64 (a3a53b7f-a454-44a7-b422-37a86814df8a): Loading data parts | ||
| 463 | 2024.11.01 08:19:45.292444 [ 250 ] {6891aa72-4bd6-413d-a957-0ee783ec5593} <Debug> oximeter.measurements_histogramf64 (a3a53b7f-a454-44a7-b422-37a86814df8a): There are no data parts | ||
| 464 | 2024.11.01 08:19:45.295414 [ 250 ] {6891aa72-4bd6-413d-a957-0ee783ec5593} <Debug> TCPHandler: Processed in 0.010696023 sec. | ||
| 465 | 2024.11.01 08:19:45.295668 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 466 | 2024.11.01 08:19:45.295900 [ 3 ] {318e578d-1839-4343-bf26-a730f7236b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) /* The field tables store named dimensions of each timeseries. | ||
| 467 | * | ||
| 468 | * As with the measurement tables, there is one field table for each field data | ||
| 469 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 470 | * this behavior **must not** be relied upon for query correctness. | ||
| 471 | * | ||
| 472 | * The index for the fields differs from the measurements, however. Rows are | ||
| 473 | * sorted by timeseries name, then field name, field value, and finally | ||
| 474 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 475 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 476 | * usually then used to look up measurements. | ||
| 477 | * | ||
| 478 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 479 | * timeseries name and then key, since it would improve lookups where one | ||
| 480 | * already has the key. Realistically though, these tables are quite small and | ||
| 481 | * so performance benefits will be low in absolute terms. | ||
| 482 | * | ||
| 483 | * TTL: We use a materialized column to expire old field table records. This | ||
| 484 | * column is generated automatically by the database whenever a new row is | ||
| 485 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 486 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 487 | * record will remain during a deduplication, which will have the last | ||
| 488 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 489 | * measurement tables. | ||
| 490 | */ | ||
| 491 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 492 | 2024.11.01 08:19:45.295992 [ 3 ] {318e578d-1839-4343-bf26-a730f7236b42} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 493 | 2024.11.01 08:19:45.300430 [ 3 ] {318e578d-1839-4343-bf26-a730f7236b42} <Debug> oximeter.fields_bool (a74392f9-bd82-482e-bf0e-858c75fb142f): Loading data parts | ||
| 494 | 2024.11.01 08:19:45.300640 [ 3 ] {318e578d-1839-4343-bf26-a730f7236b42} <Debug> oximeter.fields_bool (a74392f9-bd82-482e-bf0e-858c75fb142f): There are no data parts | ||
| 495 | 2024.11.01 08:19:45.303210 [ 3 ] {318e578d-1839-4343-bf26-a730f7236b42} <Debug> TCPHandler: Processed in 0.007618697 sec. | ||
| 496 | 2024.11.01 08:19:45.303440 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2024.11.01 08:19:45.303655 [ 250 ] {ab59cdf0-ce38-4ff8-8e5a-3f5b132fd48e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 498 | 2024.11.01 08:19:45.303744 [ 250 ] {ab59cdf0-ce38-4ff8-8e5a-3f5b132fd48e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 499 | 2024.11.01 08:19:45.308780 [ 250 ] {ab59cdf0-ce38-4ff8-8e5a-3f5b132fd48e} <Debug> oximeter.fields_i8 (9bc620d6-f1b8-4344-9d92-a0eec747dc6b): Loading data parts | ||
| 500 | 2024.11.01 08:19:45.308968 [ 250 ] {ab59cdf0-ce38-4ff8-8e5a-3f5b132fd48e} <Debug> oximeter.fields_i8 (9bc620d6-f1b8-4344-9d92-a0eec747dc6b): There are no data parts | ||
| 501 | 2024.11.01 08:19:45.314602 [ 250 ] {ab59cdf0-ce38-4ff8-8e5a-3f5b132fd48e} <Debug> TCPHandler: Processed in 0.011220295 sec. | ||
| 502 | 2024.11.01 08:19:45.314813 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2024.11.01 08:19:45.315093 [ 3 ] {1b23f42d-79f8-4007-af85-770b2c6ffebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 504 | 2024.11.01 08:19:45.315168 [ 3 ] {1b23f42d-79f8-4007-af85-770b2c6ffebf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 505 | 2024.11.01 08:19:45.319984 [ 3 ] {1b23f42d-79f8-4007-af85-770b2c6ffebf} <Debug> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Loading data parts | ||
| 506 | 2024.11.01 08:19:45.320152 [ 3 ] {1b23f42d-79f8-4007-af85-770b2c6ffebf} <Debug> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): There are no data parts | ||
| 507 | 2024.11.01 08:19:45.325710 [ 3 ] {1b23f42d-79f8-4007-af85-770b2c6ffebf} <Debug> TCPHandler: Processed in 0.010963959 sec. | ||
| 508 | 2024.11.01 08:19:45.325926 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2024.11.01 08:19:45.326137 [ 250 ] {737fce97-45d5-4819-8b3a-6c844570eca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 510 | 2024.11.01 08:19:45.326223 [ 250 ] {737fce97-45d5-4819-8b3a-6c844570eca8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 511 | 2024.11.01 08:19:45.331553 [ 250 ] {737fce97-45d5-4819-8b3a-6c844570eca8} <Debug> oximeter.fields_i16 (09a1dd46-538c-41e2-8034-53f47832ac6c): Loading data parts | ||
| 512 | 2024.11.01 08:19:45.331747 [ 250 ] {737fce97-45d5-4819-8b3a-6c844570eca8} <Debug> oximeter.fields_i16 (09a1dd46-538c-41e2-8034-53f47832ac6c): There are no data parts | ||
| 513 | 2024.11.01 08:19:45.337481 [ 250 ] {737fce97-45d5-4819-8b3a-6c844570eca8} <Debug> TCPHandler: Processed in 0.011612906 sec. | ||
| 514 | 2024.11.01 08:19:45.337665 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 515 | 2024.11.01 08:19:45.337903 [ 3 ] {50f9d2bd-91aa-4497-893d-6c7502b7f684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 516 | 2024.11.01 08:19:45.337964 [ 3 ] {50f9d2bd-91aa-4497-893d-6c7502b7f684} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 517 | 2024.11.01 08:19:45.343661 [ 3 ] {50f9d2bd-91aa-4497-893d-6c7502b7f684} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Loading data parts | ||
| 518 | 2024.11.01 08:19:45.343829 [ 3 ] {50f9d2bd-91aa-4497-893d-6c7502b7f684} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): There are no data parts | ||
| 519 | 2024.11.01 08:19:45.348395 [ 3 ] {50f9d2bd-91aa-4497-893d-6c7502b7f684} <Debug> TCPHandler: Processed in 0.010783305 sec. | ||
| 520 | 2024.11.01 08:19:45.348705 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 521 | 2024.11.01 08:19:45.348992 [ 250 ] {e3f0022e-a7ae-4a49-a4b1-0c8d0539f1d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 522 | 2024.11.01 08:19:45.349091 [ 250 ] {e3f0022e-a7ae-4a49-a4b1-0c8d0539f1d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 523 | 2024.11.01 08:19:45.354956 [ 250 ] {e3f0022e-a7ae-4a49-a4b1-0c8d0539f1d8} <Debug> oximeter.fields_i32 (7e918ff4-7d45-466b-99a1-5a5d06b307b5): Loading data parts | ||
| 524 | 2024.11.01 08:19:45.355125 [ 250 ] {e3f0022e-a7ae-4a49-a4b1-0c8d0539f1d8} <Debug> oximeter.fields_i32 (7e918ff4-7d45-466b-99a1-5a5d06b307b5): There are no data parts | ||
| 525 | 2024.11.01 08:19:45.358030 [ 250 ] {e3f0022e-a7ae-4a49-a4b1-0c8d0539f1d8} <Debug> TCPHandler: Processed in 0.009427932 sec. | ||
| 526 | 2024.11.01 08:19:45.358260 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 527 | 2024.11.01 08:19:45.358534 [ 3 ] {7b25761c-1207-4575-9874-c26965748730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 528 | 2024.11.01 08:19:45.358617 [ 3 ] {7b25761c-1207-4575-9874-c26965748730} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 529 | 2024.11.01 08:19:45.367599 [ 3 ] {7b25761c-1207-4575-9874-c26965748730} <Debug> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Loading data parts | ||
| 530 | 2024.11.01 08:19:45.367794 [ 3 ] {7b25761c-1207-4575-9874-c26965748730} <Debug> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): There are no data parts | ||
| 531 | 2024.11.01 08:19:45.370850 [ 3 ] {7b25761c-1207-4575-9874-c26965748730} <Debug> TCPHandler: Processed in 0.012659981 sec. | ||
| 532 | 2024.11.01 08:19:45.371052 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 533 | 2024.11.01 08:19:45.371262 [ 250 ] {4da74be4-2219-448b-8435-2a2b5a4d5368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 534 | 2024.11.01 08:19:45.371352 [ 250 ] {4da74be4-2219-448b-8435-2a2b5a4d5368} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 535 | 2024.11.01 08:19:45.376939 [ 250 ] {4da74be4-2219-448b-8435-2a2b5a4d5368} <Debug> oximeter.fields_i64 (f9e5b293-8c03-4d6b-bf5d-6f8b23906954): Loading data parts | ||
| 536 | 2024.11.01 08:19:45.377121 [ 250 ] {4da74be4-2219-448b-8435-2a2b5a4d5368} <Debug> oximeter.fields_i64 (f9e5b293-8c03-4d6b-bf5d-6f8b23906954): There are no data parts | ||
| 537 | 2024.11.01 08:19:45.382172 [ 250 ] {4da74be4-2219-448b-8435-2a2b5a4d5368} <Debug> TCPHandler: Processed in 0.011178705 sec. | ||
| 538 | 2024.11.01 08:19:45.382458 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 539 | 2024.11.01 08:19:45.382820 [ 3 ] {56637b99-b14d-490a-8b8f-6547f5c7fe28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 540 | 2024.11.01 08:19:45.382889 [ 3 ] {56637b99-b14d-490a-8b8f-6547f5c7fe28} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 541 | 2024.11.01 08:19:45.388522 [ 3 ] {56637b99-b14d-490a-8b8f-6547f5c7fe28} <Debug> oximeter.fields_u64 (f05abeda-3125-4492-86bc-399ae6aa2beb): Loading data parts | ||
| 542 | 2024.11.01 08:19:45.388703 [ 3 ] {56637b99-b14d-490a-8b8f-6547f5c7fe28} <Debug> oximeter.fields_u64 (f05abeda-3125-4492-86bc-399ae6aa2beb): There are no data parts | ||
| 543 | 2024.11.01 08:19:45.399969 [ 3 ] {56637b99-b14d-490a-8b8f-6547f5c7fe28} <Debug> TCPHandler: Processed in 0.017611603 sec. | ||
| 544 | 2024.11.01 08:19:45.400179 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 545 | 2024.11.01 08:19:45.400409 [ 250 ] {05c4bf9f-ffd0-4b4e-95b4-a3d28e16c3b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 546 | 2024.11.01 08:19:45.400503 [ 250 ] {05c4bf9f-ffd0-4b4e-95b4-a3d28e16c3b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 547 | 2024.11.01 08:19:45.404336 [ 250 ] {05c4bf9f-ffd0-4b4e-95b4-a3d28e16c3b7} <Debug> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Loading data parts | ||
| 548 | 2024.11.01 08:19:45.404522 [ 250 ] {05c4bf9f-ffd0-4b4e-95b4-a3d28e16c3b7} <Debug> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): There are no data parts | ||
| 549 | 2024.11.01 08:19:45.414816 [ 250 ] {05c4bf9f-ffd0-4b4e-95b4-a3d28e16c3b7} <Debug> TCPHandler: Processed in 0.014694701 sec. | ||
| 550 | 2024.11.01 08:19:45.415073 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 551 | 2024.11.01 08:19:45.415328 [ 3 ] {568a8363-88f8-45cd-8645-f1143b9fe0ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 552 | 2024.11.01 08:19:45.415432 [ 3 ] {568a8363-88f8-45cd-8645-f1143b9fe0ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 553 | 2024.11.01 08:19:45.421175 [ 3 ] {568a8363-88f8-45cd-8645-f1143b9fe0ea} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Loading data parts | ||
| 554 | 2024.11.01 08:19:45.421443 [ 3 ] {568a8363-88f8-45cd-8645-f1143b9fe0ea} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): There are no data parts | ||
| 555 | 2024.11.01 08:19:45.423367 [ 3 ] {568a8363-88f8-45cd-8645-f1143b9fe0ea} <Debug> TCPHandler: Processed in 0.008367135 sec. | ||
| 556 | 2024.11.01 08:19:45.423580 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 557 | 2024.11.01 08:19:45.423836 [ 250 ] {be36a743-3bb1-424d-94da-9734eaf4bce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 558 | 2024.11.01 08:19:45.423885 [ 250 ] {be36a743-3bb1-424d-94da-9734eaf4bce9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 559 | 2024.11.01 08:19:45.427761 [ 250 ] {be36a743-3bb1-424d-94da-9734eaf4bce9} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Loading data parts | ||
| 560 | 2024.11.01 08:19:45.427949 [ 250 ] {be36a743-3bb1-424d-94da-9734eaf4bce9} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): There are no data parts | ||
| 561 | 2024.11.01 08:19:45.430803 [ 250 ] {be36a743-3bb1-424d-94da-9734eaf4bce9} <Debug> TCPHandler: Processed in 0.007286839 sec. | ||
| 562 | 2024.11.01 08:19:45.431122 [ 3 ] {} <Trace> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 563 | 2024.11.01 08:19:45.431627 [ 3 ] {eebe16ac-bd78-44a0-95e7-66af06590dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59453) /* The timeseries schema table stores the extracted schema for the samples | ||
| 564 | * oximeter collects. | ||
| 565 | */ | ||
| 566 | 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) | ||
| 567 | 2024.11.01 08:19:45.431797 [ 3 ] {eebe16ac-bd78-44a0-95e7-66af06590dd7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 568 | 2024.11.01 08:19:45.435715 [ 3 ] {eebe16ac-bd78-44a0-95e7-66af06590dd7} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056): Loading data parts | ||
| 569 | 2024.11.01 08:19:45.435897 [ 3 ] {eebe16ac-bd78-44a0-95e7-66af06590dd7} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056): There are no data parts | ||
| 570 | 2024.11.01 08:19:45.438431 [ 3 ] {eebe16ac-bd78-44a0-95e7-66af06590dd7} <Debug> TCPHandler: Processed in 0.007408622 sec. | ||
| 571 | 2024.11.01 08:19:45.438633 [ 250 ] {} <Trace> TCP-Session: 84ff47b2-0368-4cf0-849e-d78bbd38c024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 572 | 2024.11.01 08:19:45.438902 [ 250 ] {7a38b92f-8fc4-448f-828f-64c6ea58ecfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51097) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 573 | 2024.11.01 08:19:45.440283 [ 250 ] {7a38b92f-8fc4-448f-828f-64c6ea58ecfb} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 574 | 2024.11.01 08:19:45.448784 [ 256 ] {7a38b92f-8fc4-448f-828f-64c6ea58ecfb} <Trace> oximeter.version (3cfa96ee-cf2c-4435-b146-dc59e44d9017): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 575 | 2024.11.01 08:19:45.448844 [ 256 ] {7a38b92f-8fc4-448f-828f-64c6ea58ecfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 576 | 2024.11.01 08:19:45.453549 [ 256 ] {7a38b92f-8fc4-448f-828f-64c6ea58ecfb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 577 | 2024.11.01 08:19:45.454692 [ 256 ] {7a38b92f-8fc4-448f-828f-64c6ea58ecfb} <Trace> oximeter.version (3cfa96ee-cf2c-4435-b146-dc59e44d9017): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 578 | 2024.11.01 08:19:45.455020 [ 250 ] {7a38b92f-8fc4-448f-828f-64c6ea58ecfb} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016212 sec., 61.6827041697508 rows/sec., 986.92 B/sec. | ||
| 579 | 2024.11.01 08:19:45.455296 [ 250 ] {7a38b92f-8fc4-448f-828f-64c6ea58ecfb} <Debug> TCPHandler: Processed in 0.016720071 sec. | ||
| 580 | 2024.11.01 08:19:46.001127 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 134.28 MiB, peak 134.28 MiB, free memory in arenas 0.00 B, will set to 138.26 MiB (RSS), difference: 3.98 MiB | ||
| 581 | 2024.11.01 08:19:49.886715 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34040 | ||
| 582 | 2024.11.01 08:19:49.886875 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 583 | 2024.11.01 08:19:49.887090 [ 258 ] {} <Debug> TCP-Session: c0264001-060f-47b9-ac51-e3622dc0f0fd Authenticating user 'default' from [fd00:1122:3344:101::c]:34040 | ||
| 584 | 2024.11.01 08:19:49.887121 [ 258 ] {} <Debug> TCP-Session: c0264001-060f-47b9-ac51-e3622dc0f0fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 585 | 2024.11.01 08:19:49.887139 [ 258 ] {} <Debug> TCP-Session: c0264001-060f-47b9-ac51-e3622dc0f0fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 586 | 2024.11.01 08:19:49.887280 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 587 | 2024.11.01 08:19:49.887312 [ 258 ] {} <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 | ||
| 588 | 2024.11.01 08:19:49.887421 [ 258 ] {} <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 | ||
| 589 | 2024.11.01 08:19:49.890823 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55598 | ||
| 590 | 2024.11.01 08:19:49.890922 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39359 | ||
| 591 | 2024.11.01 08:19:49.891037 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63061 | ||
| 592 | 2024.11.01 08:19:49.891162 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60109 | ||
| 593 | 2024.11.01 08:19:49.891266 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 594 | 2024.11.01 08:19:49.891298 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53611 | ||
| 595 | 2024.11.01 08:19:49.891480 [ 259 ] {} <Debug> TCP-Session: 96f8f3a1-3c03-4e8a-a238-cc40d40da3ff Authenticating user 'default' from [fd00:1122:3344:101::c]:55598 | ||
| 596 | 2024.11.01 08:19:49.891638 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53878 | ||
| 597 | 2024.11.01 08:19:49.891665 [ 259 ] {} <Debug> TCP-Session: 96f8f3a1-3c03-4e8a-a238-cc40d40da3ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 598 | 2024.11.01 08:19:49.891810 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42486 | ||
| 599 | 2024.11.01 08:19:49.891913 [ 259 ] {} <Debug> TCP-Session: 96f8f3a1-3c03-4e8a-a238-cc40d40da3ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2024.11.01 08:19:49.898470 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 601 | 2024.11.01 08:19:49.898688 [ 265 ] {} <Debug> TCP-Session: 5afef54f-62f8-4218-9d9e-2d2ce7dfea47 Authenticating user 'default' from [fd00:1122:3344:101::c]:42486 | ||
| 602 | 2024.11.01 08:19:49.898761 [ 265 ] {} <Debug> TCP-Session: 5afef54f-62f8-4218-9d9e-2d2ce7dfea47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 603 | 2024.11.01 08:19:49.898777 [ 265 ] {} <Debug> TCP-Session: 5afef54f-62f8-4218-9d9e-2d2ce7dfea47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2024.11.01 08:19:49.899285 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 605 | 2024.11.01 08:19:49.899395 [ 264 ] {} <Debug> TCP-Session: a5596bdf-8a14-475f-ab1c-57e0675c247a Authenticating user 'default' from [fd00:1122:3344:101::c]:53878 | ||
| 606 | 2024.11.01 08:19:49.899429 [ 264 ] {} <Debug> TCP-Session: a5596bdf-8a14-475f-ab1c-57e0675c247a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 607 | 2024.11.01 08:19:49.899447 [ 264 ] {} <Debug> TCP-Session: a5596bdf-8a14-475f-ab1c-57e0675c247a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2024.11.01 08:19:49.899993 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 609 | 2024.11.01 08:19:49.900049 [ 263 ] {} <Debug> TCP-Session: 1b7d59e6-6ec6-439e-9074-29b4d011bc90 Authenticating user 'default' from [fd00:1122:3344:101::c]:53611 | ||
| 610 | 2024.11.01 08:19:49.900049 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 611 | 2024.11.01 08:19:49.900076 [ 263 ] {} <Debug> TCP-Session: 1b7d59e6-6ec6-439e-9074-29b4d011bc90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2024.11.01 08:19:49.900278 [ 263 ] {} <Debug> TCP-Session: 1b7d59e6-6ec6-439e-9074-29b4d011bc90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2024.11.01 08:19:49.900273 [ 261 ] {} <Debug> TCP-Session: 0c1ad956-d0f4-4d4d-abad-773ddcf79555 Authenticating user 'default' from [fd00:1122:3344:101::c]:63061 | ||
| 614 | 2024.11.01 08:19:49.900448 [ 261 ] {} <Debug> TCP-Session: 0c1ad956-d0f4-4d4d-abad-773ddcf79555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 615 | 2024.11.01 08:19:49.900474 [ 261 ] {} <Debug> TCP-Session: 0c1ad956-d0f4-4d4d-abad-773ddcf79555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2024.11.01 08:19:49.900793 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 617 | 2024.11.01 08:19:49.900948 [ 262 ] {} <Debug> TCP-Session: 4dfe6a92-59b4-4442-8073-c20e575189bc Authenticating user 'default' from [fd00:1122:3344:101::c]:60109 | ||
| 618 | 2024.11.01 08:19:49.900972 [ 262 ] {} <Debug> TCP-Session: 4dfe6a92-59b4-4442-8073-c20e575189bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 619 | 2024.11.01 08:19:49.900988 [ 262 ] {} <Debug> TCP-Session: 4dfe6a92-59b4-4442-8073-c20e575189bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2024.11.01 08:19:49.903243 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 621 | 2024.11.01 08:19:49.903296 [ 260 ] {} <Debug> TCP-Session: 7ac60a95-1a1a-4219-bf9e-1caaa13641b7 Authenticating user 'default' from [fd00:1122:3344:101::c]:39359 | ||
| 622 | 2024.11.01 08:19:49.903320 [ 260 ] {} <Debug> TCP-Session: 7ac60a95-1a1a-4219-bf9e-1caaa13641b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 623 | 2024.11.01 08:19:49.903614 [ 260 ] {} <Debug> TCP-Session: 7ac60a95-1a1a-4219-bf9e-1caaa13641b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2024.11.01 08:19:50.841244 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47099 | ||
| 625 | 2024.11.01 08:19:50.841416 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 626 | 2024.11.01 08:19:50.841448 [ 266 ] {} <Debug> TCP-Session: 17fabeba-99db-4192-85e2-c467aa5d04ec Authenticating user 'default' from [fd00:1122:3344:101::b]:47099 | ||
| 627 | 2024.11.01 08:19:50.841606 [ 266 ] {} <Debug> TCP-Session: 17fabeba-99db-4192-85e2-c467aa5d04ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.11.01 08:19:50.841626 [ 266 ] {} <Debug> TCP-Session: 17fabeba-99db-4192-85e2-c467aa5d04ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.11.01 08:19:50.841713 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 630 | 2024.11.01 08:19:50.841853 [ 266 ] {} <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 | ||
| 631 | 2024.11.01 08:19:50.841872 [ 266 ] {} <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 | ||
| 632 | 2024.11.01 08:19:50.842363 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50593 | ||
| 633 | 2024.11.01 08:19:50.844567 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54545 | ||
| 634 | 2024.11.01 08:19:50.846051 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2024.11.01 08:19:50.846107 [ 267 ] {} <Debug> TCP-Session: 61545544-feca-473e-8aef-3c4fa39649ba Authenticating user 'default' from [fd00:1122:3344:101::b]:50593 | ||
| 636 | 2024.11.01 08:19:50.846143 [ 267 ] {} <Debug> TCP-Session: 61545544-feca-473e-8aef-3c4fa39649ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 637 | 2024.11.01 08:19:50.846145 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 638 | 2024.11.01 08:19:50.846316 [ 267 ] {} <Debug> TCP-Session: 61545544-feca-473e-8aef-3c4fa39649ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 639 | 2024.11.01 08:19:50.846417 [ 268 ] {} <Debug> TCP-Session: 22cdbf02-1823-41f5-a423-f412023f56cc Authenticating user 'default' from [fd00:1122:3344:101::b]:54545 | ||
| 640 | 2024.11.01 08:19:50.846467 [ 268 ] {} <Debug> TCP-Session: 22cdbf02-1823-41f5-a423-f412023f56cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.11.01 08:19:50.846644 [ 268 ] {} <Debug> TCP-Session: 22cdbf02-1823-41f5-a423-f412023f56cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 642 | 2024.11.01 08:19:50.850342 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52656 | ||
| 643 | 2024.11.01 08:19:50.850541 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 644 | 2024.11.01 08:19:50.850729 [ 269 ] {} <Debug> TCP-Session: d7a93109-6b06-4dcd-bc04-35f969bd495f Authenticating user 'default' from [fd00:1122:3344:101::b]:52656 | ||
| 645 | 2024.11.01 08:19:50.850763 [ 269 ] {} <Debug> TCP-Session: d7a93109-6b06-4dcd-bc04-35f969bd495f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2024.11.01 08:19:50.850781 [ 269 ] {} <Debug> TCP-Session: d7a93109-6b06-4dcd-bc04-35f969bd495f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2024.11.01 08:19:50.856316 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49282 | ||
| 648 | 2024.11.01 08:19:50.856513 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 649 | 2024.11.01 08:19:50.856517 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48760 | ||
| 650 | 2024.11.01 08:19:50.856559 [ 270 ] {} <Debug> TCP-Session: 7ab5cd4e-2217-4b40-9280-8d9d130bff57 Authenticating user 'default' from [fd00:1122:3344:101::b]:49282 | ||
| 651 | 2024.11.01 08:19:50.856718 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 652 | 2024.11.01 08:19:50.856735 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50655 | ||
| 653 | 2024.11.01 08:19:50.856824 [ 270 ] {} <Debug> TCP-Session: 7ab5cd4e-2217-4b40-9280-8d9d130bff57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2024.11.01 08:19:50.856858 [ 271 ] {} <Debug> TCP-Session: f5b7040b-74e6-4410-8d65-4db4f9d52efd Authenticating user 'default' from [fd00:1122:3344:101::b]:48760 | ||
| 655 | 2024.11.01 08:19:50.856847 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57053 | ||
| 656 | 2024.11.01 08:19:50.856990 [ 271 ] {} <Debug> TCP-Session: f5b7040b-74e6-4410-8d65-4db4f9d52efd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2024.11.01 08:19:50.856998 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 658 | 2024.11.01 08:19:50.857022 [ 271 ] {} <Debug> TCP-Session: f5b7040b-74e6-4410-8d65-4db4f9d52efd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2024.11.01 08:19:50.857012 [ 270 ] {} <Debug> TCP-Session: 7ab5cd4e-2217-4b40-9280-8d9d130bff57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2024.11.01 08:19:50.857154 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 661 | 2024.11.01 08:19:50.857187 [ 272 ] {} <Debug> TCP-Session: 8b504b7f-b957-4dcf-bd19-d8c2bbc14a09 Authenticating user 'default' from [fd00:1122:3344:101::b]:50655 | ||
| 662 | 2024.11.01 08:19:50.857346 [ 273 ] {} <Debug> TCP-Session: 9d1206c6-351e-4f6a-b271-6606fdea336f Authenticating user 'default' from [fd00:1122:3344:101::b]:57053 | ||
| 663 | 2024.11.01 08:19:50.857355 [ 272 ] {} <Debug> TCP-Session: 8b504b7f-b957-4dcf-bd19-d8c2bbc14a09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2024.11.01 08:19:50.857381 [ 273 ] {} <Debug> TCP-Session: 9d1206c6-351e-4f6a-b271-6606fdea336f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.11.01 08:19:50.857511 [ 272 ] {} <Debug> TCP-Session: 8b504b7f-b957-4dcf-bd19-d8c2bbc14a09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.11.01 08:19:50.857523 [ 273 ] {} <Debug> TCP-Session: 9d1206c6-351e-4f6a-b271-6606fdea336f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2024.11.01 08:19:51.972445 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54431 | ||
| 668 | 2024.11.01 08:19:51.972609 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 669 | 2024.11.01 08:19:51.972640 [ 274 ] {} <Debug> TCP-Session: cd890d63-1d05-4309-ab1c-4a35ba8835fc Authenticating user 'default' from [fd00:1122:3344:101::a]:54431 | ||
| 670 | 2024.11.01 08:19:51.972775 [ 274 ] {} <Debug> TCP-Session: cd890d63-1d05-4309-ab1c-4a35ba8835fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.11.01 08:19:51.972829 [ 274 ] {} <Debug> TCP-Session: cd890d63-1d05-4309-ab1c-4a35ba8835fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2024.11.01 08:19:51.972902 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 673 | 2024.11.01 08:19:51.972933 [ 274 ] {} <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 | ||
| 674 | 2024.11.01 08:19:51.973030 [ 274 ] {} <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 | ||
| 675 | 2024.11.01 08:19:51.973482 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52751 | ||
| 676 | 2024.11.01 08:19:51.973579 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55621 | ||
| 677 | 2024.11.01 08:19:51.973706 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2024.11.01 08:19:51.973709 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48256 | ||
| 679 | 2024.11.01 08:19:51.973907 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64137 | ||
| 680 | 2024.11.01 08:19:51.973927 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 681 | 2024.11.01 08:19:51.973958 [ 275 ] {} <Debug> TCP-Session: f3670c32-578d-4861-8de9-11f11d7aee60 Authenticating user 'default' from [fd00:1122:3344:101::a]:52751 | ||
| 682 | 2024.11.01 08:19:51.974215 [ 275 ] {} <Debug> TCP-Session: f3670c32-578d-4861-8de9-11f11d7aee60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2024.11.01 08:19:51.974224 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62826 | ||
| 684 | 2024.11.01 08:19:51.974225 [ 276 ] {} <Debug> TCP-Session: 46eea75c-4494-4554-89ff-984681d70c41 Authenticating user 'default' from [fd00:1122:3344:101::a]:55621 | ||
| 685 | 2024.11.01 08:19:51.974260 [ 275 ] {} <Debug> TCP-Session: f3670c32-578d-4861-8de9-11f11d7aee60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2024.11.01 08:19:51.974395 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47007 | ||
| 687 | 2024.11.01 08:19:51.974518 [ 276 ] {} <Debug> TCP-Session: 46eea75c-4494-4554-89ff-984681d70c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2024.11.01 08:19:51.974666 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33043 | ||
| 689 | 2024.11.01 08:19:51.974670 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 690 | 2024.11.01 08:19:51.974665 [ 276 ] {} <Debug> TCP-Session: 46eea75c-4494-4554-89ff-984681d70c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2024.11.01 08:19:51.974850 [ 280 ] {} <Debug> TCP-Session: a45c2663-4375-4ae8-8d5e-7da0669f01c4 Authenticating user 'default' from [fd00:1122:3344:101::a]:47007 | ||
| 692 | 2024.11.01 08:19:51.975046 [ 280 ] {} <Debug> TCP-Session: a45c2663-4375-4ae8-8d5e-7da0669f01c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.11.01 08:19:51.975062 [ 280 ] {} <Debug> TCP-Session: a45c2663-4375-4ae8-8d5e-7da0669f01c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.11.01 08:19:51.980121 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 695 | 2024.11.01 08:19:51.980345 [ 279 ] {} <Debug> TCP-Session: 8c250007-f9b2-417f-bc0d-32c20ed04da6 Authenticating user 'default' from [fd00:1122:3344:101::a]:62826 | ||
| 696 | 2024.11.01 08:19:51.980366 [ 279 ] {} <Debug> TCP-Session: 8c250007-f9b2-417f-bc0d-32c20ed04da6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2024.11.01 08:19:51.980380 [ 279 ] {} <Debug> TCP-Session: 8c250007-f9b2-417f-bc0d-32c20ed04da6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2024.11.01 08:19:51.980771 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2024.11.01 08:19:51.980832 [ 278 ] {} <Debug> TCP-Session: f7a87d15-17ec-479a-a8fe-11b384456378 Authenticating user 'default' from [fd00:1122:3344:101::a]:64137 | ||
| 700 | 2024.11.01 08:19:51.980863 [ 278 ] {} <Debug> TCP-Session: f7a87d15-17ec-479a-a8fe-11b384456378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.11.01 08:19:51.981020 [ 278 ] {} <Debug> TCP-Session: f7a87d15-17ec-479a-a8fe-11b384456378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.11.01 08:19:51.981388 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2024.11.01 08:19:51.981445 [ 281 ] {} <Debug> TCP-Session: 926fe2ba-ac5e-4884-8d3c-d1f2cbe51cc3 Authenticating user 'default' from [fd00:1122:3344:101::a]:33043 | ||
| 704 | 2024.11.01 08:19:51.981515 [ 281 ] {} <Debug> TCP-Session: 926fe2ba-ac5e-4884-8d3c-d1f2cbe51cc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.11.01 08:19:51.981572 [ 281 ] {} <Debug> TCP-Session: 926fe2ba-ac5e-4884-8d3c-d1f2cbe51cc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.11.01 08:19:51.981997 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 707 | 2024.11.01 08:19:51.982027 [ 277 ] {} <Debug> TCP-Session: a67a1938-4cb6-4357-8192-4b7a47213f08 Authenticating user 'default' from [fd00:1122:3344:101::a]:48256 | ||
| 708 | 2024.11.01 08:19:51.982116 [ 277 ] {} <Debug> TCP-Session: a67a1938-4cb6-4357-8192-4b7a47213f08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.11.01 08:19:51.982131 [ 277 ] {} <Debug> TCP-Session: a67a1938-4cb6-4357-8192-4b7a47213f08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.11.01 08:19:53.668156 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 711 | 2024.11.01 08:19:53.668395 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 712 | 2024.11.01 08:19:53.687094 [ 242 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Loading data parts | ||
| 713 | 2024.11.01 08:19:53.687323 [ 242 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): There are no data parts | ||
| 714 | 2024.11.01 08:19:53.697918 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 715 | 2024.11.01 08:19:53.698059 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 716 | 2024.11.01 08:19:53.700979 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 717 | 2024.11.01 08:19:53.702249 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 718 | 2024.11.01 08:19:53.702777 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 719 | 2024.11.01 08:19:54.001137 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.03 MiB, peak 144.03 MiB, free memory in arenas 0.00 B, will set to 141.99 MiB (RSS), difference: -2.04 MiB | ||
| 720 | 2024.11.01 08:19:58.634378 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 721 | 2024.11.01 08:19:58.634466 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 722 | 2024.11.01 08:20:04.001170 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.05 MiB, peak 144.03 MiB, free memory in arenas 0.00 B, will set to 142.06 MiB (RSS), difference: 4.01 MiB | ||
| 723 | 2024.11.01 08:20:10.467561 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60147, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 724 | 2024.11.01 08:20:10.467774 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 725 | 2024.11.01 08:20:10.467905 [ 282 ] {} <Debug> HTTP-Session: 8fb82d71-501c-4eaf-8a0c-94c950ff615c Authenticating user 'default' from [fd00:1122:3344:101::d]:60147 | ||
| 726 | 2024.11.01 08:20:10.467934 [ 282 ] {} <Debug> HTTP-Session: 8fb82d71-501c-4eaf-8a0c-94c950ff615c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 727 | 2024.11.01 08:20:10.467952 [ 282 ] {} <Debug> HTTP-Session: 8fb82d71-501c-4eaf-8a0c-94c950ff615c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 728 | 2024.11.01 08:20:10.468078 [ 282 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 729 | 2024.11.01 08:20:10.468116 [ 282 ] {} <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 | ||
| 730 | 2024.11.01 08:20:10.468211 [ 282 ] {} <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 | ||
| 731 | 2024.11.01 08:20:10.468279 [ 282 ] {} <Trace> HTTP-Session: 8fb82d71-501c-4eaf-8a0c-94c950ff615c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 732 | 2024.11.01 08:20:10.470684 [ 282 ] {ce6c008c-819c-45fa-aa81-1130aaba20a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60147) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 733 | 2024.11.01 08:20:10.471126 [ 282 ] {ce6c008c-819c-45fa-aa81-1130aaba20a6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 734 | 2024.11.01 08:20:10.471448 [ 282 ] {ce6c008c-819c-45fa-aa81-1130aaba20a6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 735 | 2024.11.01 08:20:10.480348 [ 282 ] {ce6c008c-819c-45fa-aa81-1130aaba20a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 736 | 2024.11.01 08:20:10.480376 [ 282 ] {ce6c008c-819c-45fa-aa81-1130aaba20a6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 737 | 2024.11.01 08:20:10.480472 [ 282 ] {} <Debug> HTTP-Session: 8fb82d71-501c-4eaf-8a0c-94c950ff615c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 738 | 2024.11.01 08:20:10.488661 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 739 | 2024.11.01 08:20:10.488862 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56698, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 740 | 2024.11.01 08:20:10.489118 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 741 | 2024.11.01 08:20:10.489149 [ 285 ] {} <Debug> HTTP-Session: ce98dd20-12b2-4371-b3ed-bc6dce769293 Authenticating user 'default' from [fd00:1122:3344:101::d]:56698 | ||
| 742 | 2024.11.01 08:20:10.489221 [ 285 ] {} <Debug> HTTP-Session: ce98dd20-12b2-4371-b3ed-bc6dce769293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2024.11.01 08:20:10.489300 [ 285 ] {} <Debug> HTTP-Session: ce98dd20-12b2-4371-b3ed-bc6dce769293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2024.11.01 08:20:10.489362 [ 285 ] {} <Trace> HTTP-Session: ce98dd20-12b2-4371-b3ed-bc6dce769293 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 745 | 2024.11.01 08:20:10.489656 [ 285 ] {d439ea83-9d04-4e4b-9752-8dc078c865b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56698) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 746 | 2024.11.01 08:20:10.491533 [ 285 ] {d439ea83-9d04-4e4b-9752-8dc078c865b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 747 | 2024.11.01 08:20:10.491650 [ 285 ] {d439ea83-9d04-4e4b-9752-8dc078c865b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 748 | 2024.11.01 08:20:10.492855 [ 285 ] {d439ea83-9d04-4e4b-9752-8dc078c865b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 749 | 2024.11.01 08:20:10.492884 [ 285 ] {d439ea83-9d04-4e4b-9752-8dc078c865b3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 750 | 2024.11.01 08:20:10.492901 [ 285 ] {} <Debug> HTTP-Session: ce98dd20-12b2-4371-b3ed-bc6dce769293 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 751 | 2024.11.01 08:20:10.493340 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56698, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 752 | 2024.11.01 08:20:10.493413 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52873, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 753 | 2024.11.01 08:20:10.493512 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 754 | 2024.11.01 08:20:10.493546 [ 282 ] {} <Debug> HTTP-Session: 9870e528-2a08-4c14-aa0c-8fae64a5136e Authenticating user 'default' from [fd00:1122:3344:101::d]:52873 | ||
| 755 | 2024.11.01 08:20:10.493572 [ 282 ] {} <Debug> HTTP-Session: 9870e528-2a08-4c14-aa0c-8fae64a5136e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 756 | 2024.11.01 08:20:10.493591 [ 282 ] {} <Debug> HTTP-Session: 9870e528-2a08-4c14-aa0c-8fae64a5136e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 757 | 2024.11.01 08:20:10.493643 [ 282 ] {} <Trace> HTTP-Session: 9870e528-2a08-4c14-aa0c-8fae64a5136e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 758 | 2024.11.01 08:20:10.493821 [ 282 ] {dd8622fc-49b2-4294-8c82-7e5924405529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 759 | 2024.11.01 08:20:10.494324 [ 282 ] {dd8622fc-49b2-4294-8c82-7e5924405529} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 760 | 2024.11.01 08:20:10.494381 [ 282 ] {dd8622fc-49b2-4294-8c82-7e5924405529} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 761 | 2024.11.01 08:20:10.495470 [ 282 ] {dd8622fc-49b2-4294-8c82-7e5924405529} <Debug> DynamicQueryHandler: Done processing query | ||
| 762 | 2024.11.01 08:20:10.495496 [ 282 ] {dd8622fc-49b2-4294-8c82-7e5924405529} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 763 | 2024.11.01 08:20:10.495513 [ 282 ] {} <Debug> HTTP-Session: 9870e528-2a08-4c14-aa0c-8fae64a5136e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 764 | 2024.11.01 08:20:10.495903 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 765 | 2024.11.01 08:20:10.495967 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53029, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 766 | 2024.11.01 08:20:10.496051 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 767 | 2024.11.01 08:20:10.496078 [ 285 ] {} <Debug> HTTP-Session: 24b5b9e4-4e48-4985-abbf-fe145cbe1d00 Authenticating user 'default' from [fd00:1122:3344:101::d]:53029 | ||
| 768 | 2024.11.01 08:20:10.496097 [ 285 ] {} <Debug> HTTP-Session: 24b5b9e4-4e48-4985-abbf-fe145cbe1d00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 769 | 2024.11.01 08:20:10.496111 [ 285 ] {} <Debug> HTTP-Session: 24b5b9e4-4e48-4985-abbf-fe145cbe1d00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 770 | 2024.11.01 08:20:10.496153 [ 285 ] {} <Trace> HTTP-Session: 24b5b9e4-4e48-4985-abbf-fe145cbe1d00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 771 | 2024.11.01 08:20:10.496297 [ 285 ] {3698220b-bb7c-47f1-b1b0-f3e94eb1924e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53029) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 772 | 2024.11.01 08:20:10.496663 [ 285 ] {3698220b-bb7c-47f1-b1b0-f3e94eb1924e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 773 | 2024.11.01 08:20:10.496720 [ 285 ] {3698220b-bb7c-47f1-b1b0-f3e94eb1924e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 774 | 2024.11.01 08:20:10.497870 [ 285 ] {3698220b-bb7c-47f1-b1b0-f3e94eb1924e} <Debug> DynamicQueryHandler: Done processing query | ||
| 775 | 2024.11.01 08:20:10.497895 [ 285 ] {3698220b-bb7c-47f1-b1b0-f3e94eb1924e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 776 | 2024.11.01 08:20:10.497912 [ 285 ] {} <Debug> HTTP-Session: 24b5b9e4-4e48-4985-abbf-fe145cbe1d00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2024.11.01 08:20:10.498173 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 778 | 2024.11.01 08:20:10.498293 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59204, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 779 | 2024.11.01 08:20:10.498405 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 780 | 2024.11.01 08:20:10.498440 [ 282 ] {} <Debug> HTTP-Session: f998be33-478c-49d9-81c4-c57ca6ca589f Authenticating user 'default' from [fd00:1122:3344:101::d]:59204 | ||
| 781 | 2024.11.01 08:20:10.498472 [ 282 ] {} <Debug> HTTP-Session: f998be33-478c-49d9-81c4-c57ca6ca589f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 782 | 2024.11.01 08:20:10.498498 [ 282 ] {} <Debug> HTTP-Session: f998be33-478c-49d9-81c4-c57ca6ca589f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 783 | 2024.11.01 08:20:10.498563 [ 282 ] {} <Trace> HTTP-Session: f998be33-478c-49d9-81c4-c57ca6ca589f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 784 | 2024.11.01 08:20:10.498799 [ 282 ] {96b7381e-4bcd-45ec-841c-294598612583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 785 | 2024.11.01 08:20:10.499363 [ 282 ] {96b7381e-4bcd-45ec-841c-294598612583} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 786 | 2024.11.01 08:20:10.499418 [ 282 ] {96b7381e-4bcd-45ec-841c-294598612583} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 787 | 2024.11.01 08:20:10.500475 [ 282 ] {96b7381e-4bcd-45ec-841c-294598612583} <Debug> DynamicQueryHandler: Done processing query | ||
| 788 | 2024.11.01 08:20:10.500501 [ 282 ] {96b7381e-4bcd-45ec-841c-294598612583} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 789 | 2024.11.01 08:20:10.500517 [ 282 ] {} <Debug> HTTP-Session: f998be33-478c-49d9-81c4-c57ca6ca589f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.11.01 08:20:10.500788 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59204, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 791 | 2024.11.01 08:20:10.500874 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33844, User-Agent: (none), Length: 289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 792 | 2024.11.01 08:20:10.500952 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 793 | 2024.11.01 08:20:10.500982 [ 285 ] {} <Debug> HTTP-Session: b602c022-1f06-4861-9b42-20d5d37a2a81 Authenticating user 'default' from [fd00:1122:3344:101::d]:33844 | ||
| 794 | 2024.11.01 08:20:10.501003 [ 285 ] {} <Debug> HTTP-Session: b602c022-1f06-4861-9b42-20d5d37a2a81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 795 | 2024.11.01 08:20:10.501020 [ 285 ] {} <Debug> HTTP-Session: b602c022-1f06-4861-9b42-20d5d37a2a81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 796 | 2024.11.01 08:20:10.501065 [ 285 ] {} <Trace> HTTP-Session: b602c022-1f06-4861-9b42-20d5d37a2a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 797 | 2024.11.01 08:20:10.501227 [ 285 ] {88053f28-598c-4c10-87a4-294ded752a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 798 | 2024.11.01 08:20:10.501596 [ 285 ] {88053f28-598c-4c10-87a4-294ded752a02} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 799 | 2024.11.01 08:20:10.501651 [ 285 ] {88053f28-598c-4c10-87a4-294ded752a02} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 800 | 2024.11.01 08:20:10.502701 [ 285 ] {88053f28-598c-4c10-87a4-294ded752a02} <Debug> DynamicQueryHandler: Done processing query | ||
| 801 | 2024.11.01 08:20:10.502727 [ 285 ] {88053f28-598c-4c10-87a4-294ded752a02} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 802 | 2024.11.01 08:20:10.502744 [ 285 ] {} <Debug> HTTP-Session: b602c022-1f06-4861-9b42-20d5d37a2a81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 803 | 2024.11.01 08:20:10.502981 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33844, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 804 | 2024.11.01 08:20:10.503082 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35046, User-Agent: (none), Length: 324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 805 | 2024.11.01 08:20:10.503142 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 806 | 2024.11.01 08:20:10.503161 [ 282 ] {} <Debug> HTTP-Session: 4223eeb9-90b9-4098-81f5-7863089e2f17 Authenticating user 'default' from [fd00:1122:3344:101::d]:35046 | ||
| 807 | 2024.11.01 08:20:10.503179 [ 282 ] {} <Debug> HTTP-Session: 4223eeb9-90b9-4098-81f5-7863089e2f17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 808 | 2024.11.01 08:20:10.503193 [ 282 ] {} <Debug> HTTP-Session: 4223eeb9-90b9-4098-81f5-7863089e2f17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 809 | 2024.11.01 08:20:10.503233 [ 282 ] {} <Trace> HTTP-Session: 4223eeb9-90b9-4098-81f5-7863089e2f17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 810 | 2024.11.01 08:20:10.503398 [ 282 ] {cf23d6e6-ee6d-4fd9-a8de-c2b1bd99d5ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35046) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 811 | 2024.11.01 08:20:10.503840 [ 282 ] {cf23d6e6-ee6d-4fd9-a8de-c2b1bd99d5ab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 812 | 2024.11.01 08:20:10.503908 [ 282 ] {cf23d6e6-ee6d-4fd9-a8de-c2b1bd99d5ab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 813 | 2024.11.01 08:20:10.505024 [ 282 ] {cf23d6e6-ee6d-4fd9-a8de-c2b1bd99d5ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 814 | 2024.11.01 08:20:10.505050 [ 282 ] {cf23d6e6-ee6d-4fd9-a8de-c2b1bd99d5ab} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 815 | 2024.11.01 08:20:10.505067 [ 282 ] {} <Debug> HTTP-Session: 4223eeb9-90b9-4098-81f5-7863089e2f17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 816 | 2024.11.01 08:20:10.505308 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33844, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 817 | 2024.11.01 08:20:10.505328 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35046, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 818 | 2024.11.01 08:20:10.505399 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 819 | 2024.11.01 08:20:10.505427 [ 285 ] {} <Debug> HTTP-Session: 6e40313e-02c4-486b-9bc2-02300cb9fd89 Authenticating user 'default' from [fd00:1122:3344:101::d]:33844 | ||
| 820 | 2024.11.01 08:20:10.505453 [ 285 ] {} <Debug> HTTP-Session: 6e40313e-02c4-486b-9bc2-02300cb9fd89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 821 | 2024.11.01 08:20:10.505468 [ 285 ] {} <Debug> HTTP-Session: 6e40313e-02c4-486b-9bc2-02300cb9fd89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 822 | 2024.11.01 08:20:10.505517 [ 285 ] {} <Trace> HTTP-Session: 6e40313e-02c4-486b-9bc2-02300cb9fd89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 823 | 2024.11.01 08:20:10.505658 [ 285 ] {dfa4a58c-3668-40ca-ace0-5f56f9122d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 824 | 2024.11.01 08:20:10.506024 [ 285 ] {dfa4a58c-3668-40ca-ace0-5f56f9122d48} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 825 | 2024.11.01 08:20:10.506079 [ 285 ] {dfa4a58c-3668-40ca-ace0-5f56f9122d48} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 826 | 2024.11.01 08:20:10.507107 [ 285 ] {dfa4a58c-3668-40ca-ace0-5f56f9122d48} <Debug> DynamicQueryHandler: Done processing query | ||
| 827 | 2024.11.01 08:20:10.507132 [ 285 ] {dfa4a58c-3668-40ca-ace0-5f56f9122d48} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 828 | 2024.11.01 08:20:10.507149 [ 285 ] {} <Debug> HTTP-Session: 6e40313e-02c4-486b-9bc2-02300cb9fd89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 829 | 2024.11.01 08:20:10.507379 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33844, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 830 | 2024.11.01 08:20:10.507522 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39797, User-Agent: (none), Length: 395, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 831 | 2024.11.01 08:20:10.507621 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 832 | 2024.11.01 08:20:10.507657 [ 282 ] {} <Debug> HTTP-Session: 8dd67bec-8e30-4890-8232-ae77913a7375 Authenticating user 'default' from [fd00:1122:3344:101::d]:39797 | ||
| 833 | 2024.11.01 08:20:10.507688 [ 282 ] {} <Debug> HTTP-Session: 8dd67bec-8e30-4890-8232-ae77913a7375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 834 | 2024.11.01 08:20:10.507713 [ 282 ] {} <Debug> HTTP-Session: 8dd67bec-8e30-4890-8232-ae77913a7375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 835 | 2024.11.01 08:20:10.507775 [ 282 ] {} <Trace> HTTP-Session: 8dd67bec-8e30-4890-8232-ae77913a7375 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 836 | 2024.11.01 08:20:10.508019 [ 282 ] {17438232-c671-42f7-a0a8-b2b45601956a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 837 | 2024.11.01 08:20:10.508500 [ 282 ] {17438232-c671-42f7-a0a8-b2b45601956a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 838 | 2024.11.01 08:20:10.508555 [ 282 ] {17438232-c671-42f7-a0a8-b2b45601956a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 839 | 2024.11.01 08:20:10.509632 [ 282 ] {17438232-c671-42f7-a0a8-b2b45601956a} <Debug> DynamicQueryHandler: Done processing query | ||
| 840 | 2024.11.01 08:20:10.509659 [ 282 ] {17438232-c671-42f7-a0a8-b2b45601956a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 841 | 2024.11.01 08:20:10.509677 [ 282 ] {} <Debug> HTTP-Session: 8dd67bec-8e30-4890-8232-ae77913a7375 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 842 | 2024.11.01 08:20:10.510048 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33844, User-Agent: (none), Length: 431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 843 | 2024.11.01 08:20:10.510061 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39797, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 844 | 2024.11.01 08:20:10.510162 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 845 | 2024.11.01 08:20:10.510215 [ 285 ] {} <Debug> HTTP-Session: 6707fb60-264b-4b68-bf73-1426a4c24e44 Authenticating user 'default' from [fd00:1122:3344:101::d]:33844 | ||
| 846 | 2024.11.01 08:20:10.510274 [ 285 ] {} <Debug> HTTP-Session: 6707fb60-264b-4b68-bf73-1426a4c24e44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 847 | 2024.11.01 08:20:10.510313 [ 285 ] {} <Debug> HTTP-Session: 6707fb60-264b-4b68-bf73-1426a4c24e44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 848 | 2024.11.01 08:20:10.510365 [ 285 ] {} <Trace> HTTP-Session: 6707fb60-264b-4b68-bf73-1426a4c24e44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2024.11.01 08:20:10.510508 [ 285 ] {79e6728b-b9dd-4390-9589-b48db8cbd605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 850 | 2024.11.01 08:20:10.510887 [ 285 ] {79e6728b-b9dd-4390-9589-b48db8cbd605} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2024.11.01 08:20:10.510942 [ 285 ] {79e6728b-b9dd-4390-9589-b48db8cbd605} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2024.11.01 08:20:10.511942 [ 285 ] {79e6728b-b9dd-4390-9589-b48db8cbd605} <Debug> DynamicQueryHandler: Done processing query | ||
| 853 | 2024.11.01 08:20:10.511969 [ 285 ] {79e6728b-b9dd-4390-9589-b48db8cbd605} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 854 | 2024.11.01 08:20:10.511987 [ 285 ] {} <Debug> HTTP-Session: 6707fb60-264b-4b68-bf73-1426a4c24e44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 855 | 2024.11.01 08:20:10.512306 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33844, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 856 | 2024.11.01 08:20:10.512370 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37915, User-Agent: (none), Length: 472, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 857 | 2024.11.01 08:20:10.512439 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 858 | 2024.11.01 08:20:10.512471 [ 282 ] {} <Debug> HTTP-Session: 4dd00ccc-cbef-4cfd-95b0-b1b05c112853 Authenticating user 'default' from [fd00:1122:3344:101::d]:37915 | ||
| 859 | 2024.11.01 08:20:10.512491 [ 282 ] {} <Debug> HTTP-Session: 4dd00ccc-cbef-4cfd-95b0-b1b05c112853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 860 | 2024.11.01 08:20:10.512508 [ 282 ] {} <Debug> HTTP-Session: 4dd00ccc-cbef-4cfd-95b0-b1b05c112853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 861 | 2024.11.01 08:20:10.512547 [ 282 ] {} <Trace> HTTP-Session: 4dd00ccc-cbef-4cfd-95b0-b1b05c112853 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 862 | 2024.11.01 08:20:10.512691 [ 282 ] {495ea457-e6ed-4804-9332-36e6989f6da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37915) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 863 | 2024.11.01 08:20:10.513076 [ 282 ] {495ea457-e6ed-4804-9332-36e6989f6da5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 864 | 2024.11.01 08:20:10.513133 [ 282 ] {495ea457-e6ed-4804-9332-36e6989f6da5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 865 | 2024.11.01 08:20:10.514147 [ 282 ] {495ea457-e6ed-4804-9332-36e6989f6da5} <Debug> DynamicQueryHandler: Done processing query | ||
| 866 | 2024.11.01 08:20:10.514173 [ 282 ] {495ea457-e6ed-4804-9332-36e6989f6da5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 867 | 2024.11.01 08:20:10.514191 [ 282 ] {} <Debug> HTTP-Session: 4dd00ccc-cbef-4cfd-95b0-b1b05c112853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 868 | 2024.11.01 08:20:10.514477 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37915, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 869 | 2024.11.01 08:20:10.514575 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33358, User-Agent: (none), Length: 500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 870 | 2024.11.01 08:20:10.514642 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 871 | 2024.11.01 08:20:10.514665 [ 285 ] {} <Debug> HTTP-Session: 8f921ef7-4a8b-483c-8398-e02460357adf Authenticating user 'default' from [fd00:1122:3344:101::d]:33358 | ||
| 872 | 2024.11.01 08:20:10.514682 [ 285 ] {} <Debug> HTTP-Session: 8f921ef7-4a8b-483c-8398-e02460357adf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 873 | 2024.11.01 08:20:10.514696 [ 285 ] {} <Debug> HTTP-Session: 8f921ef7-4a8b-483c-8398-e02460357adf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 874 | 2024.11.01 08:20:10.514735 [ 285 ] {} <Trace> HTTP-Session: 8f921ef7-4a8b-483c-8398-e02460357adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 875 | 2024.11.01 08:20:10.514882 [ 285 ] {627fd8fd-fa6e-4451-9106-49a9de397d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33358) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 876 | 2024.11.01 08:20:10.515264 [ 285 ] {627fd8fd-fa6e-4451-9106-49a9de397d3a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 877 | 2024.11.01 08:20:10.515322 [ 285 ] {627fd8fd-fa6e-4451-9106-49a9de397d3a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 878 | 2024.11.01 08:20:10.516370 [ 285 ] {627fd8fd-fa6e-4451-9106-49a9de397d3a} <Debug> DynamicQueryHandler: Done processing query | ||
| 879 | 2024.11.01 08:20:10.516397 [ 285 ] {627fd8fd-fa6e-4451-9106-49a9de397d3a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 880 | 2024.11.01 08:20:10.516413 [ 285 ] {} <Debug> HTTP-Session: 8f921ef7-4a8b-483c-8398-e02460357adf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 881 | 2024.11.01 08:20:10.516676 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33358, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 882 | 2024.11.01 08:20:10.516791 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46242, User-Agent: (none), Length: 532, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 883 | 2024.11.01 08:20:10.516855 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 884 | 2024.11.01 08:20:10.516877 [ 282 ] {} <Debug> HTTP-Session: 9a72a96b-3a99-457f-a778-2d717405965d Authenticating user 'default' from [fd00:1122:3344:101::d]:46242 | ||
| 885 | 2024.11.01 08:20:10.516896 [ 282 ] {} <Debug> HTTP-Session: 9a72a96b-3a99-457f-a778-2d717405965d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 886 | 2024.11.01 08:20:10.516911 [ 282 ] {} <Debug> HTTP-Session: 9a72a96b-3a99-457f-a778-2d717405965d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 887 | 2024.11.01 08:20:10.516951 [ 282 ] {} <Trace> HTTP-Session: 9a72a96b-3a99-457f-a778-2d717405965d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 888 | 2024.11.01 08:20:10.517098 [ 282 ] {30494bd1-6d11-475b-9a1e-393388006751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46242) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 889 | 2024.11.01 08:20:10.517499 [ 282 ] {30494bd1-6d11-475b-9a1e-393388006751} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 890 | 2024.11.01 08:20:10.517556 [ 282 ] {30494bd1-6d11-475b-9a1e-393388006751} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 891 | 2024.11.01 08:20:10.518049 [ 285 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 892 | |||
| 893 | (version 23.8.7.1) | ||
| 894 | 2024.11.01 08:20:10.518648 [ 282 ] {30494bd1-6d11-475b-9a1e-393388006751} <Debug> DynamicQueryHandler: Done processing query | ||
| 895 | 2024.11.01 08:20:10.518680 [ 282 ] {30494bd1-6d11-475b-9a1e-393388006751} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 896 | 2024.11.01 08:20:10.518697 [ 282 ] {} <Debug> HTTP-Session: 9a72a96b-3a99-457f-a778-2d717405965d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 897 | 2024.11.01 08:20:10.518945 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46242, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 898 | 2024.11.01 08:20:10.519036 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50323, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 899 | 2024.11.01 08:20:10.519115 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 900 | 2024.11.01 08:20:10.519136 [ 285 ] {} <Debug> HTTP-Session: 17ab3fad-0114-4ba9-b44a-57d18f989bec Authenticating user 'default' from [fd00:1122:3344:101::d]:50323 | ||
| 901 | 2024.11.01 08:20:10.519154 [ 285 ] {} <Debug> HTTP-Session: 17ab3fad-0114-4ba9-b44a-57d18f989bec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 902 | 2024.11.01 08:20:10.519168 [ 285 ] {} <Debug> HTTP-Session: 17ab3fad-0114-4ba9-b44a-57d18f989bec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 903 | 2024.11.01 08:20:10.519207 [ 285 ] {} <Trace> HTTP-Session: 17ab3fad-0114-4ba9-b44a-57d18f989bec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 904 | 2024.11.01 08:20:10.519359 [ 285 ] {6fee2dac-c7d0-4cfb-b3bc-bd40c48009ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50323) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 905 | 2024.11.01 08:20:10.519750 [ 285 ] {6fee2dac-c7d0-4cfb-b3bc-bd40c48009ef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 906 | 2024.11.01 08:20:10.519805 [ 285 ] {6fee2dac-c7d0-4cfb-b3bc-bd40c48009ef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 907 | 2024.11.01 08:20:10.522168 [ 285 ] {6fee2dac-c7d0-4cfb-b3bc-bd40c48009ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 908 | 2024.11.01 08:20:10.522195 [ 285 ] {6fee2dac-c7d0-4cfb-b3bc-bd40c48009ef} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 909 | 2024.11.01 08:20:10.522212 [ 285 ] {} <Debug> HTTP-Session: 17ab3fad-0114-4ba9-b44a-57d18f989bec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 910 | 2024.11.01 08:20:10.522496 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 911 | 2024.11.01 08:20:10.522572 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46863, User-Agent: (none), Length: 606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 912 | 2024.11.01 08:20:10.522644 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 913 | 2024.11.01 08:20:10.522666 [ 282 ] {} <Debug> HTTP-Session: a6098b65-8858-4bcb-8fed-3922d9ae02e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:46863 | ||
| 914 | 2024.11.01 08:20:10.522684 [ 282 ] {} <Debug> HTTP-Session: a6098b65-8858-4bcb-8fed-3922d9ae02e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 915 | 2024.11.01 08:20:10.522698 [ 282 ] {} <Debug> HTTP-Session: a6098b65-8858-4bcb-8fed-3922d9ae02e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 916 | 2024.11.01 08:20:10.522738 [ 282 ] {} <Trace> HTTP-Session: a6098b65-8858-4bcb-8fed-3922d9ae02e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 917 | 2024.11.01 08:20:10.522891 [ 282 ] {5c824386-ab3e-4228-ba7e-7823b8cebaa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 918 | 2024.11.01 08:20:10.523305 [ 282 ] {5c824386-ab3e-4228-ba7e-7823b8cebaa1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 919 | 2024.11.01 08:20:10.523363 [ 282 ] {5c824386-ab3e-4228-ba7e-7823b8cebaa1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 920 | 2024.11.01 08:20:10.524402 [ 282 ] {5c824386-ab3e-4228-ba7e-7823b8cebaa1} <Debug> DynamicQueryHandler: Done processing query | ||
| 921 | 2024.11.01 08:20:10.524428 [ 282 ] {5c824386-ab3e-4228-ba7e-7823b8cebaa1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 922 | 2024.11.01 08:20:10.524445 [ 282 ] {} <Debug> HTTP-Session: a6098b65-8858-4bcb-8fed-3922d9ae02e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 923 | 2024.11.01 08:20:10.525163 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46863, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 924 | 2024.11.01 08:20:10.525291 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48967, User-Agent: (none), Length: 647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 925 | 2024.11.01 08:20:10.525360 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 926 | 2024.11.01 08:20:10.525381 [ 285 ] {} <Debug> HTTP-Session: dadda3a8-4ab9-477d-a7d7-5a3ecc14ae59 Authenticating user 'default' from [fd00:1122:3344:101::d]:48967 | ||
| 927 | 2024.11.01 08:20:10.525398 [ 285 ] {} <Debug> HTTP-Session: dadda3a8-4ab9-477d-a7d7-5a3ecc14ae59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 928 | 2024.11.01 08:20:10.525412 [ 285 ] {} <Debug> HTTP-Session: dadda3a8-4ab9-477d-a7d7-5a3ecc14ae59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 929 | 2024.11.01 08:20:10.525452 [ 285 ] {} <Trace> HTTP-Session: dadda3a8-4ab9-477d-a7d7-5a3ecc14ae59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 930 | 2024.11.01 08:20:10.525599 [ 285 ] {0e89e1d5-8e7e-4bec-a274-8e91a1d2a8b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 931 | 2024.11.01 08:20:10.526005 [ 285 ] {0e89e1d5-8e7e-4bec-a274-8e91a1d2a8b1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 932 | 2024.11.01 08:20:10.526061 [ 285 ] {0e89e1d5-8e7e-4bec-a274-8e91a1d2a8b1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 933 | 2024.11.01 08:20:10.527077 [ 285 ] {0e89e1d5-8e7e-4bec-a274-8e91a1d2a8b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 934 | 2024.11.01 08:20:10.527102 [ 285 ] {0e89e1d5-8e7e-4bec-a274-8e91a1d2a8b1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 935 | 2024.11.01 08:20:10.527119 [ 285 ] {} <Debug> HTTP-Session: dadda3a8-4ab9-477d-a7d7-5a3ecc14ae59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 936 | 2024.11.01 08:20:10.527521 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48967, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 937 | 2024.11.01 08:20:10.527608 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59026, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 938 | 2024.11.01 08:20:10.527721 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 939 | 2024.11.01 08:20:10.527759 [ 282 ] {} <Debug> HTTP-Session: 1d4e2cc9-79ce-44aa-8762-8165b0fefeca Authenticating user 'default' from [fd00:1122:3344:101::d]:59026 | ||
| 940 | 2024.11.01 08:20:10.527793 [ 282 ] {} <Debug> HTTP-Session: 1d4e2cc9-79ce-44aa-8762-8165b0fefeca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 941 | 2024.11.01 08:20:10.527819 [ 282 ] {} <Debug> HTTP-Session: 1d4e2cc9-79ce-44aa-8762-8165b0fefeca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 942 | 2024.11.01 08:20:10.527882 [ 282 ] {} <Trace> HTTP-Session: 1d4e2cc9-79ce-44aa-8762-8165b0fefeca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 943 | 2024.11.01 08:20:10.528144 [ 282 ] {a4b7d9fc-7ac4-42b9-940c-022f182c1eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59026) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT JSONEachRow; (stage: Complete) | ||
| 944 | 2024.11.01 08:20:10.528621 [ 282 ] {a4b7d9fc-7ac4-42b9-940c-022f182c1eec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 945 | 2024.11.01 08:20:10.528678 [ 282 ] {a4b7d9fc-7ac4-42b9-940c-022f182c1eec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 946 | 2024.11.01 08:20:10.529710 [ 282 ] {a4b7d9fc-7ac4-42b9-940c-022f182c1eec} <Debug> DynamicQueryHandler: Done processing query | ||
| 947 | 2024.11.01 08:20:10.529736 [ 282 ] {a4b7d9fc-7ac4-42b9-940c-022f182c1eec} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 948 | 2024.11.01 08:20:10.529753 [ 282 ] {} <Debug> HTTP-Session: 1d4e2cc9-79ce-44aa-8762-8165b0fefeca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 949 | 2024.11.01 08:20:10.530383 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59026, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 950 | 2024.11.01 08:20:10.530454 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59136, User-Agent: (none), Length: 708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 951 | 2024.11.01 08:20:10.530540 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 952 | 2024.11.01 08:20:10.530567 [ 285 ] {} <Debug> HTTP-Session: 828dc2f4-c434-4afb-bc68-49c4cfa49740 Authenticating user 'default' from [fd00:1122:3344:101::d]:59136 | ||
| 953 | 2024.11.01 08:20:10.530590 [ 285 ] {} <Debug> HTTP-Session: 828dc2f4-c434-4afb-bc68-49c4cfa49740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 954 | 2024.11.01 08:20:10.530608 [ 285 ] {} <Debug> HTTP-Session: 828dc2f4-c434-4afb-bc68-49c4cfa49740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 955 | 2024.11.01 08:20:10.530654 [ 285 ] {} <Trace> HTTP-Session: 828dc2f4-c434-4afb-bc68-49c4cfa49740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2024.11.01 08:20:10.530912 [ 285 ] {5e553ae7-2802-42ca-91ad-fd6550dba9bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59136) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT JSONEachRow; (stage: Complete) | ||
| 957 | 2024.11.01 08:20:10.531388 [ 285 ] {5e553ae7-2802-42ca-91ad-fd6550dba9bf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 958 | 2024.11.01 08:20:10.531446 [ 285 ] {5e553ae7-2802-42ca-91ad-fd6550dba9bf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 959 | 2024.11.01 08:20:10.532479 [ 285 ] {5e553ae7-2802-42ca-91ad-fd6550dba9bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 960 | 2024.11.01 08:20:10.532506 [ 285 ] {5e553ae7-2802-42ca-91ad-fd6550dba9bf} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 961 | 2024.11.01 08:20:10.532523 [ 285 ] {} <Debug> HTTP-Session: 828dc2f4-c434-4afb-bc68-49c4cfa49740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 962 | 2024.11.01 08:20:10.532789 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59136, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 963 | 2024.11.01 08:20:10.532850 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45701, User-Agent: (none), Length: 733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 964 | 2024.11.01 08:20:10.532930 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 965 | 2024.11.01 08:20:10.532951 [ 282 ] {} <Debug> HTTP-Session: cdb6a85a-8ac8-4354-9580-302f29c71df6 Authenticating user 'default' from [fd00:1122:3344:101::d]:45701 | ||
| 966 | 2024.11.01 08:20:10.532970 [ 282 ] {} <Debug> HTTP-Session: cdb6a85a-8ac8-4354-9580-302f29c71df6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 967 | 2024.11.01 08:20:10.532984 [ 282 ] {} <Debug> HTTP-Session: cdb6a85a-8ac8-4354-9580-302f29c71df6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 968 | 2024.11.01 08:20:10.533023 [ 282 ] {} <Trace> HTTP-Session: cdb6a85a-8ac8-4354-9580-302f29c71df6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 969 | 2024.11.01 08:20:10.533177 [ 282 ] {43473975-9dc9-4798-8621-7d299497960c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
| 970 | 2024.11.01 08:20:10.533592 [ 282 ] {43473975-9dc9-4798-8621-7d299497960c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 971 | 2024.11.01 08:20:10.533648 [ 282 ] {43473975-9dc9-4798-8621-7d299497960c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 972 | 2024.11.01 08:20:10.534717 [ 282 ] {43473975-9dc9-4798-8621-7d299497960c} <Debug> DynamicQueryHandler: Done processing query | ||
| 973 | 2024.11.01 08:20:10.534743 [ 282 ] {43473975-9dc9-4798-8621-7d299497960c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 974 | 2024.11.01 08:20:10.534759 [ 282 ] {} <Debug> HTTP-Session: cdb6a85a-8ac8-4354-9580-302f29c71df6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 975 | 2024.11.01 08:20:10.535060 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45701, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 976 | 2024.11.01 08:20:10.535152 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33153, User-Agent: (none), Length: 759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 977 | 2024.11.01 08:20:10.535221 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 978 | 2024.11.01 08:20:10.535242 [ 285 ] {} <Debug> HTTP-Session: f5fc6cf8-f3c2-4459-b472-55e00db42d41 Authenticating user 'default' from [fd00:1122:3344:101::d]:33153 | ||
| 979 | 2024.11.01 08:20:10.535262 [ 285 ] {} <Debug> HTTP-Session: f5fc6cf8-f3c2-4459-b472-55e00db42d41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 980 | 2024.11.01 08:20:10.535279 [ 285 ] {} <Debug> HTTP-Session: f5fc6cf8-f3c2-4459-b472-55e00db42d41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 981 | 2024.11.01 08:20:10.535325 [ 285 ] {} <Trace> HTTP-Session: f5fc6cf8-f3c2-4459-b472-55e00db42d41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 982 | 2024.11.01 08:20:10.535510 [ 285 ] {1972b50b-787d-49be-9bc3-8717521ebe21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 983 | 2024.11.01 08:20:10.536015 [ 285 ] {1972b50b-787d-49be-9bc3-8717521ebe21} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 984 | 2024.11.01 08:20:10.536083 [ 285 ] {1972b50b-787d-49be-9bc3-8717521ebe21} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 985 | 2024.11.01 08:20:10.537113 [ 285 ] {1972b50b-787d-49be-9bc3-8717521ebe21} <Debug> DynamicQueryHandler: Done processing query | ||
| 986 | 2024.11.01 08:20:10.537140 [ 285 ] {1972b50b-787d-49be-9bc3-8717521ebe21} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 987 | 2024.11.01 08:20:10.537158 [ 285 ] {} <Debug> HTTP-Session: f5fc6cf8-f3c2-4459-b472-55e00db42d41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 988 | 2024.11.01 08:20:10.537469 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33153, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 989 | 2024.11.01 08:20:10.537537 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46268, User-Agent: (none), Length: 783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 990 | 2024.11.01 08:20:10.537651 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 991 | 2024.11.01 08:20:10.537686 [ 282 ] {} <Debug> HTTP-Session: 14c921d8-4789-48cf-8d50-5e1259cb18c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46268 | ||
| 992 | 2024.11.01 08:20:10.537717 [ 282 ] {} <Debug> HTTP-Session: 14c921d8-4789-48cf-8d50-5e1259cb18c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 993 | 2024.11.01 08:20:10.537743 [ 282 ] {} <Debug> HTTP-Session: 14c921d8-4789-48cf-8d50-5e1259cb18c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 994 | 2024.11.01 08:20:10.537806 [ 282 ] {} <Trace> HTTP-Session: 14c921d8-4789-48cf-8d50-5e1259cb18c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 995 | 2024.11.01 08:20:10.538075 [ 282 ] {48b0e9ab-5195-4aaa-b0ee-e89070ce9676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46268) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 996 | 2024.11.01 08:20:10.538574 [ 282 ] {48b0e9ab-5195-4aaa-b0ee-e89070ce9676} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 997 | 2024.11.01 08:20:10.538630 [ 282 ] {48b0e9ab-5195-4aaa-b0ee-e89070ce9676} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 998 | 2024.11.01 08:20:10.539753 [ 282 ] {48b0e9ab-5195-4aaa-b0ee-e89070ce9676} <Debug> DynamicQueryHandler: Done processing query | ||
| 999 | 2024.11.01 08:20:10.539787 [ 282 ] {48b0e9ab-5195-4aaa-b0ee-e89070ce9676} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1000 | 2024.11.01 08:20:10.539809 [ 282 ] {} <Debug> HTTP-Session: 14c921d8-4789-48cf-8d50-5e1259cb18c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1001 | 2024.11.01 08:20:10.540086 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46268, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1002 | 2024.11.01 08:20:10.540218 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39376, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1003 | 2024.11.01 08:20:10.540287 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1004 | 2024.11.01 08:20:10.540311 [ 285 ] {} <Debug> HTTP-Session: 6c8ca947-3a01-4c50-8efb-73b2ab45e22b Authenticating user 'default' from [fd00:1122:3344:101::d]:39376 | ||
| 1005 | 2024.11.01 08:20:10.540329 [ 285 ] {} <Debug> HTTP-Session: 6c8ca947-3a01-4c50-8efb-73b2ab45e22b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1006 | 2024.11.01 08:20:10.540343 [ 285 ] {} <Debug> HTTP-Session: 6c8ca947-3a01-4c50-8efb-73b2ab45e22b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1007 | 2024.11.01 08:20:10.540383 [ 285 ] {} <Trace> HTTP-Session: 6c8ca947-3a01-4c50-8efb-73b2ab45e22b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1008 | 2024.11.01 08:20:10.540542 [ 285 ] {e218de54-1ab7-45e2-889a-b022bb122fd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39376) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1009 | 2024.11.01 08:20:10.540972 [ 285 ] {e218de54-1ab7-45e2-889a-b022bb122fd0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1010 | 2024.11.01 08:20:10.541032 [ 285 ] {e218de54-1ab7-45e2-889a-b022bb122fd0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1011 | 2024.11.01 08:20:10.542059 [ 285 ] {e218de54-1ab7-45e2-889a-b022bb122fd0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1012 | 2024.11.01 08:20:10.542085 [ 285 ] {e218de54-1ab7-45e2-889a-b022bb122fd0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1013 | 2024.11.01 08:20:10.542103 [ 285 ] {} <Debug> HTTP-Session: 6c8ca947-3a01-4c50-8efb-73b2ab45e22b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1014 | 2024.11.01 08:20:10.542376 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46268, User-Agent: (none), Length: 831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1015 | 2024.11.01 08:20:10.542387 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39376, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1016 | 2024.11.01 08:20:10.542470 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1017 | 2024.11.01 08:20:10.542505 [ 282 ] {} <Debug> HTTP-Session: 59b00f2a-33f3-4705-a3bc-fa54dfb47e53 Authenticating user 'default' from [fd00:1122:3344:101::d]:46268 | ||
| 1018 | 2024.11.01 08:20:10.542524 [ 282 ] {} <Debug> HTTP-Session: 59b00f2a-33f3-4705-a3bc-fa54dfb47e53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1019 | 2024.11.01 08:20:10.542552 [ 282 ] {} <Debug> HTTP-Session: 59b00f2a-33f3-4705-a3bc-fa54dfb47e53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1020 | 2024.11.01 08:20:10.542598 [ 282 ] {} <Trace> HTTP-Session: 59b00f2a-33f3-4705-a3bc-fa54dfb47e53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1021 | 2024.11.01 08:20:10.542803 [ 282 ] {5acd5d8c-426d-476e-87fb-5b0912dca282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46268) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1022 | 2024.11.01 08:20:10.543260 [ 282 ] {5acd5d8c-426d-476e-87fb-5b0912dca282} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1023 | 2024.11.01 08:20:10.543320 [ 282 ] {5acd5d8c-426d-476e-87fb-5b0912dca282} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1024 | 2024.11.01 08:20:10.544326 [ 282 ] {5acd5d8c-426d-476e-87fb-5b0912dca282} <Debug> DynamicQueryHandler: Done processing query | ||
| 1025 | 2024.11.01 08:20:10.544354 [ 282 ] {5acd5d8c-426d-476e-87fb-5b0912dca282} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1026 | 2024.11.01 08:20:10.544371 [ 282 ] {} <Debug> HTTP-Session: 59b00f2a-33f3-4705-a3bc-fa54dfb47e53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1027 | 2024.11.01 08:20:10.544657 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46268, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1028 | 2024.11.01 08:20:10.544718 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54318, User-Agent: (none), Length: 858, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1029 | 2024.11.01 08:20:10.544826 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1030 | 2024.11.01 08:20:10.544863 [ 285 ] {} <Debug> HTTP-Session: 1a20958c-2226-4e3c-ad2e-d7c7276dad0b Authenticating user 'default' from [fd00:1122:3344:101::d]:54318 | ||
| 1031 | 2024.11.01 08:20:10.544882 [ 285 ] {} <Debug> HTTP-Session: 1a20958c-2226-4e3c-ad2e-d7c7276dad0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1032 | 2024.11.01 08:20:10.544897 [ 285 ] {} <Debug> HTTP-Session: 1a20958c-2226-4e3c-ad2e-d7c7276dad0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1033 | 2024.11.01 08:20:10.544937 [ 285 ] {} <Trace> HTTP-Session: 1a20958c-2226-4e3c-ad2e-d7c7276dad0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1034 | 2024.11.01 08:20:10.545157 [ 285 ] {f033ba14-9274-45dc-83f6-281abe880011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54318) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1035 | 2024.11.01 08:20:10.545605 [ 285 ] {f033ba14-9274-45dc-83f6-281abe880011} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1036 | 2024.11.01 08:20:10.545662 [ 285 ] {f033ba14-9274-45dc-83f6-281abe880011} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1037 | 2024.11.01 08:20:10.546727 [ 285 ] {f033ba14-9274-45dc-83f6-281abe880011} <Debug> DynamicQueryHandler: Done processing query | ||
| 1038 | 2024.11.01 08:20:10.546754 [ 285 ] {f033ba14-9274-45dc-83f6-281abe880011} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1039 | 2024.11.01 08:20:10.546771 [ 285 ] {} <Debug> HTTP-Session: 1a20958c-2226-4e3c-ad2e-d7c7276dad0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1040 | 2024.11.01 08:20:10.547043 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54318, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1041 | 2024.11.01 08:20:10.547109 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53342, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1042 | 2024.11.01 08:20:10.547185 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1043 | 2024.11.01 08:20:10.547207 [ 282 ] {} <Debug> HTTP-Session: 0e4d8825-1ede-4e1b-af78-feb2b807aaf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53342 | ||
| 1044 | 2024.11.01 08:20:10.547227 [ 282 ] {} <Debug> HTTP-Session: 0e4d8825-1ede-4e1b-af78-feb2b807aaf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1045 | 2024.11.01 08:20:10.547241 [ 282 ] {} <Debug> HTTP-Session: 0e4d8825-1ede-4e1b-af78-feb2b807aaf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1046 | 2024.11.01 08:20:10.547280 [ 282 ] {} <Trace> HTTP-Session: 0e4d8825-1ede-4e1b-af78-feb2b807aaf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1047 | 2024.11.01 08:20:10.547444 [ 282 ] {711a59b5-c86f-4098-8ccd-8b84a650427a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53342) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1048 | 2024.11.01 08:20:10.547882 [ 282 ] {711a59b5-c86f-4098-8ccd-8b84a650427a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1049 | 2024.11.01 08:20:10.547939 [ 282 ] {711a59b5-c86f-4098-8ccd-8b84a650427a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1050 | 2024.11.01 08:20:10.549050 [ 282 ] {711a59b5-c86f-4098-8ccd-8b84a650427a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1051 | 2024.11.01 08:20:10.549077 [ 282 ] {711a59b5-c86f-4098-8ccd-8b84a650427a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1052 | 2024.11.01 08:20:10.549094 [ 282 ] {} <Debug> HTTP-Session: 0e4d8825-1ede-4e1b-af78-feb2b807aaf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1053 | 2024.11.01 08:20:10.549377 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1054 | 2024.11.01 08:20:10.549455 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43854, User-Agent: (none), Length: 918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1055 | 2024.11.01 08:20:10.549526 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1056 | 2024.11.01 08:20:10.549549 [ 285 ] {} <Debug> HTTP-Session: c1993916-f308-4eec-bc42-494389e9b7cd Authenticating user 'default' from [fd00:1122:3344:101::d]:43854 | ||
| 1057 | 2024.11.01 08:20:10.549566 [ 285 ] {} <Debug> HTTP-Session: c1993916-f308-4eec-bc42-494389e9b7cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1058 | 2024.11.01 08:20:10.549580 [ 285 ] {} <Debug> HTTP-Session: c1993916-f308-4eec-bc42-494389e9b7cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1059 | 2024.11.01 08:20:10.549620 [ 285 ] {} <Trace> HTTP-Session: c1993916-f308-4eec-bc42-494389e9b7cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1060 | 2024.11.01 08:20:10.549784 [ 285 ] {05218187-e7d8-4abe-9a74-7999583c6dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43854) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1061 | 2024.11.01 08:20:10.550229 [ 285 ] {05218187-e7d8-4abe-9a74-7999583c6dc7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1062 | 2024.11.01 08:20:10.550286 [ 285 ] {05218187-e7d8-4abe-9a74-7999583c6dc7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1063 | 2024.11.01 08:20:10.551299 [ 285 ] {05218187-e7d8-4abe-9a74-7999583c6dc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1064 | 2024.11.01 08:20:10.551324 [ 285 ] {05218187-e7d8-4abe-9a74-7999583c6dc7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1065 | 2024.11.01 08:20:10.551341 [ 285 ] {} <Debug> HTTP-Session: c1993916-f308-4eec-bc42-494389e9b7cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1066 | 2024.11.01 08:20:10.555972 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1067 | 2024.11.01 08:20:10.555985 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53342, User-Agent: (none), Length: 945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1068 | 2024.11.01 08:20:10.556084 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1069 | 2024.11.01 08:20:10.556120 [ 282 ] {} <Debug> HTTP-Session: d4fde39e-0fb1-4721-a30c-65a7c7b7f43c Authenticating user 'default' from [fd00:1122:3344:101::d]:53342 | ||
| 1070 | 2024.11.01 08:20:10.556151 [ 282 ] {} <Debug> HTTP-Session: d4fde39e-0fb1-4721-a30c-65a7c7b7f43c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1071 | 2024.11.01 08:20:10.556172 [ 282 ] {} <Debug> HTTP-Session: d4fde39e-0fb1-4721-a30c-65a7c7b7f43c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1072 | 2024.11.01 08:20:10.556220 [ 282 ] {} <Trace> HTTP-Session: d4fde39e-0fb1-4721-a30c-65a7c7b7f43c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1073 | 2024.11.01 08:20:10.556422 [ 282 ] {f183163e-e57d-48a0-8b0b-3f76719c6239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53342) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1074 | 2024.11.01 08:20:10.556990 [ 282 ] {f183163e-e57d-48a0-8b0b-3f76719c6239} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1075 | 2024.11.01 08:20:10.557059 [ 282 ] {f183163e-e57d-48a0-8b0b-3f76719c6239} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1076 | 2024.11.01 08:20:10.558254 [ 282 ] {f183163e-e57d-48a0-8b0b-3f76719c6239} <Debug> DynamicQueryHandler: Done processing query | ||
| 1077 | 2024.11.01 08:20:10.558282 [ 282 ] {f183163e-e57d-48a0-8b0b-3f76719c6239} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1078 | 2024.11.01 08:20:10.558300 [ 282 ] {} <Debug> HTTP-Session: d4fde39e-0fb1-4721-a30c-65a7c7b7f43c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1079 | 2024.11.01 08:20:10.558502 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1080 | 2024.11.01 08:20:10.558591 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52010, User-Agent: (none), Length: 8134, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1081 | 2024.11.01 08:20:10.558660 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1082 | 2024.11.01 08:20:10.558681 [ 285 ] {} <Debug> HTTP-Session: 979e649e-d2fc-4dca-a470-820e587894e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52010 | ||
| 1083 | 2024.11.01 08:20:10.558698 [ 285 ] {} <Debug> HTTP-Session: 979e649e-d2fc-4dca-a470-820e587894e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1084 | 2024.11.01 08:20:10.558712 [ 285 ] {} <Debug> HTTP-Session: 979e649e-d2fc-4dca-a470-820e587894e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1085 | 2024.11.01 08:20:10.558752 [ 285 ] {} <Trace> HTTP-Session: 979e649e-d2fc-4dca-a470-820e587894e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2024.11.01 08:20:10.558901 [ 285 ] {815b7f09-e5d9-4b2b-9ddd-83f0c27d1103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52010) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1087 | 2024.11.01 08:20:10.558954 [ 285 ] {815b7f09-e5d9-4b2b-9ddd-83f0c27d1103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1088 | 2024.11.01 08:20:10.559195 [ 285 ] {815b7f09-e5d9-4b2b-9ddd-83f0c27d1103} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1089 | 2024.11.01 08:20:10.559715 [ 285 ] {815b7f09-e5d9-4b2b-9ddd-83f0c27d1103} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1090 | 2024.11.01 08:20:10.559755 [ 285 ] {815b7f09-e5d9-4b2b-9ddd-83f0c27d1103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1091 | 2024.11.01 08:20:10.560474 [ 285 ] {815b7f09-e5d9-4b2b-9ddd-83f0c27d1103} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1092 | 2024.11.01 08:20:10.561066 [ 285 ] {815b7f09-e5d9-4b2b-9ddd-83f0c27d1103} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1093 | 2024.11.01 08:20:10.561230 [ 285 ] {815b7f09-e5d9-4b2b-9ddd-83f0c27d1103} <Debug> executeQuery: Read 27 rows, 4.22 KiB in 0.002388 sec., 11306.532663316582 rows/sec., 1.73 MiB/sec. | ||
| 1094 | 2024.11.01 08:20:10.561420 [ 285 ] {815b7f09-e5d9-4b2b-9ddd-83f0c27d1103} <Debug> DynamicQueryHandler: Done processing query | ||
| 1095 | 2024.11.01 08:20:10.561445 [ 285 ] {815b7f09-e5d9-4b2b-9ddd-83f0c27d1103} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1096 | 2024.11.01 08:20:10.561461 [ 285 ] {} <Debug> HTTP-Session: 979e649e-d2fc-4dca-a470-820e587894e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1097 | 2024.11.01 08:20:10.561706 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52010, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1098 | 2024.11.01 08:20:10.561849 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65216, User-Agent: (none), Length: 26689, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1099 | 2024.11.01 08:20:10.561911 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1100 | 2024.11.01 08:20:10.561931 [ 282 ] {} <Debug> HTTP-Session: 84327813-73cc-412b-b9eb-67c6c132a701 Authenticating user 'default' from [fd00:1122:3344:101::d]:65216 | ||
| 1101 | 2024.11.01 08:20:10.561949 [ 282 ] {} <Debug> HTTP-Session: 84327813-73cc-412b-b9eb-67c6c132a701 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1102 | 2024.11.01 08:20:10.561963 [ 282 ] {} <Debug> HTTP-Session: 84327813-73cc-412b-b9eb-67c6c132a701 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1103 | 2024.11.01 08:20:10.562002 [ 282 ] {} <Trace> HTTP-Session: 84327813-73cc-412b-b9eb-67c6c132a701 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1104 | 2024.11.01 08:20:10.562236 [ 282 ] {2fdc9a59-9f69-4e25-a5e6-99e9661b0659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65216) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1105 | 2024.11.01 08:20:10.562287 [ 282 ] {2fdc9a59-9f69-4e25-a5e6-99e9661b0659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1106 | 2024.11.01 08:20:10.562571 [ 282 ] {2fdc9a59-9f69-4e25-a5e6-99e9661b0659} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1107 | 2024.11.01 08:20:10.566383 [ 282 ] {2fdc9a59-9f69-4e25-a5e6-99e9661b0659} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1108 | 2024.11.01 08:20:10.566419 [ 282 ] {2fdc9a59-9f69-4e25-a5e6-99e9661b0659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1109 | 2024.11.01 08:20:10.567029 [ 282 ] {2fdc9a59-9f69-4e25-a5e6-99e9661b0659} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1110 | 2024.11.01 08:20:10.567701 [ 282 ] {2fdc9a59-9f69-4e25-a5e6-99e9661b0659} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1111 | 2024.11.01 08:20:10.567838 [ 282 ] {2fdc9a59-9f69-4e25-a5e6-99e9661b0659} <Debug> executeQuery: Read 175 rows, 16.05 KiB in 0.005741 sec., 30482.494338965338 rows/sec., 2.73 MiB/sec. | ||
| 1112 | 2024.11.01 08:20:10.568106 [ 282 ] {2fdc9a59-9f69-4e25-a5e6-99e9661b0659} <Debug> DynamicQueryHandler: Done processing query | ||
| 1113 | 2024.11.01 08:20:10.568132 [ 282 ] {2fdc9a59-9f69-4e25-a5e6-99e9661b0659} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1114 | 2024.11.01 08:20:10.568149 [ 282 ] {} <Debug> HTTP-Session: 84327813-73cc-412b-b9eb-67c6c132a701 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1115 | 2024.11.01 08:20:10.568333 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65216, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1116 | 2024.11.01 08:20:10.568334 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52010, User-Agent: (none), Length: 1198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1117 | 2024.11.01 08:20:10.568440 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1118 | 2024.11.01 08:20:10.568461 [ 285 ] {} <Debug> HTTP-Session: d589ab6a-a699-4fcd-9185-62ec4a6aae93 Authenticating user 'default' from [fd00:1122:3344:101::d]:52010 | ||
| 1119 | 2024.11.01 08:20:10.568479 [ 285 ] {} <Debug> HTTP-Session: d589ab6a-a699-4fcd-9185-62ec4a6aae93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1120 | 2024.11.01 08:20:10.568501 [ 285 ] {} <Debug> HTTP-Session: d589ab6a-a699-4fcd-9185-62ec4a6aae93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1121 | 2024.11.01 08:20:10.568545 [ 285 ] {} <Trace> HTTP-Session: d589ab6a-a699-4fcd-9185-62ec4a6aae93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1122 | 2024.11.01 08:20:10.568661 [ 285 ] {49e41d6a-2063-43ed-9eaf-6b129e1052c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52010) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1123 | 2024.11.01 08:20:10.568710 [ 285 ] {49e41d6a-2063-43ed-9eaf-6b129e1052c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1124 | 2024.11.01 08:20:10.568991 [ 285 ] {49e41d6a-2063-43ed-9eaf-6b129e1052c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1125 | 2024.11.01 08:20:10.569409 [ 285 ] {49e41d6a-2063-43ed-9eaf-6b129e1052c0} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1126 | 2024.11.01 08:20:10.569446 [ 285 ] {49e41d6a-2063-43ed-9eaf-6b129e1052c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1127 | 2024.11.01 08:20:10.569987 [ 285 ] {49e41d6a-2063-43ed-9eaf-6b129e1052c0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1128 | 2024.11.01 08:20:10.570730 [ 285 ] {49e41d6a-2063-43ed-9eaf-6b129e1052c0} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1129 | 2024.11.01 08:20:10.570893 [ 285 ] {49e41d6a-2063-43ed-9eaf-6b129e1052c0} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002258 sec., 3542.9583702391496 rows/sec., 266.41 KiB/sec. | ||
| 1130 | 2024.11.01 08:20:10.571079 [ 285 ] {49e41d6a-2063-43ed-9eaf-6b129e1052c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1131 | 2024.11.01 08:20:10.571106 [ 285 ] {49e41d6a-2063-43ed-9eaf-6b129e1052c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1132 | 2024.11.01 08:20:10.571122 [ 285 ] {} <Debug> HTTP-Session: d589ab6a-a699-4fcd-9185-62ec4a6aae93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1133 | 2024.11.01 08:20:10.571320 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52010, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1134 | 2024.11.01 08:20:10.571384 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61034, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1135 | 2024.11.01 08:20:10.571460 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1136 | 2024.11.01 08:20:10.571484 [ 282 ] {} <Debug> HTTP-Session: f186454b-c44f-4dcc-836d-c768d3e4b752 Authenticating user 'default' from [fd00:1122:3344:101::d]:61034 | ||
| 1137 | 2024.11.01 08:20:10.571501 [ 282 ] {} <Debug> HTTP-Session: f186454b-c44f-4dcc-836d-c768d3e4b752 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1138 | 2024.11.01 08:20:10.571515 [ 282 ] {} <Debug> HTTP-Session: f186454b-c44f-4dcc-836d-c768d3e4b752 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1139 | 2024.11.01 08:20:10.571554 [ 282 ] {} <Trace> HTTP-Session: f186454b-c44f-4dcc-836d-c768d3e4b752 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1140 | 2024.11.01 08:20:10.571669 [ 282 ] {b5252325-6e1f-49f1-bfff-d713ea7a4125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61034) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 1141 | 2024.11.01 08:20:10.571721 [ 282 ] {b5252325-6e1f-49f1-bfff-d713ea7a4125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1142 | 2024.11.01 08:20:10.571996 [ 282 ] {b5252325-6e1f-49f1-bfff-d713ea7a4125} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1143 | 2024.11.01 08:20:10.572360 [ 282 ] {b5252325-6e1f-49f1-bfff-d713ea7a4125} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1144 | 2024.11.01 08:20:10.572396 [ 282 ] {b5252325-6e1f-49f1-bfff-d713ea7a4125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1145 | 2024.11.01 08:20:10.572973 [ 282 ] {b5252325-6e1f-49f1-bfff-d713ea7a4125} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1146 | 2024.11.01 08:20:10.573623 [ 282 ] {b5252325-6e1f-49f1-bfff-d713ea7a4125} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1147 | 2024.11.01 08:20:10.573750 [ 282 ] {b5252325-6e1f-49f1-bfff-d713ea7a4125} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002114 sec., 6622.516556291391 rows/sec., 463.80 KiB/sec. | ||
| 1148 | 2024.11.01 08:20:10.574025 [ 282 ] {b5252325-6e1f-49f1-bfff-d713ea7a4125} <Debug> DynamicQueryHandler: Done processing query | ||
| 1149 | 2024.11.01 08:20:10.574050 [ 282 ] {b5252325-6e1f-49f1-bfff-d713ea7a4125} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1150 | 2024.11.01 08:20:10.574066 [ 282 ] {} <Debug> HTTP-Session: f186454b-c44f-4dcc-836d-c768d3e4b752 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1151 | 2024.11.01 08:20:10.574222 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61034, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1152 | 2024.11.01 08:20:10.574297 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53656, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1153 | 2024.11.01 08:20:10.574388 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1154 | 2024.11.01 08:20:10.574412 [ 285 ] {} <Debug> HTTP-Session: 7dcc41a7-7428-4f3f-820f-1fad66df7234 Authenticating user 'default' from [fd00:1122:3344:101::d]:53656 | ||
| 1155 | 2024.11.01 08:20:10.574433 [ 285 ] {} <Debug> HTTP-Session: 7dcc41a7-7428-4f3f-820f-1fad66df7234 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1156 | 2024.11.01 08:20:10.574451 [ 285 ] {} <Debug> HTTP-Session: 7dcc41a7-7428-4f3f-820f-1fad66df7234 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1157 | 2024.11.01 08:20:10.574497 [ 285 ] {} <Trace> HTTP-Session: 7dcc41a7-7428-4f3f-820f-1fad66df7234 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1158 | 2024.11.01 08:20:10.574628 [ 285 ] {90881b81-738e-46be-af9c-f43dd61c82aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 1159 | 2024.11.01 08:20:10.574685 [ 285 ] {90881b81-738e-46be-af9c-f43dd61c82aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1160 | 2024.11.01 08:20:10.574999 [ 285 ] {90881b81-738e-46be-af9c-f43dd61c82aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1161 | 2024.11.01 08:20:10.575346 [ 285 ] {90881b81-738e-46be-af9c-f43dd61c82aa} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1162 | 2024.11.01 08:20:10.575385 [ 285 ] {90881b81-738e-46be-af9c-f43dd61c82aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1163 | 2024.11.01 08:20:10.575856 [ 285 ] {90881b81-738e-46be-af9c-f43dd61c82aa} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1164 | 2024.11.01 08:20:10.576510 [ 285 ] {90881b81-738e-46be-af9c-f43dd61c82aa} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1165 | 2024.11.01 08:20:10.576670 [ 285 ] {90881b81-738e-46be-af9c-f43dd61c82aa} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002069 sec., 2899.9516674722086 rows/sec., 171.34 KiB/sec. | ||
| 1166 | 2024.11.01 08:20:10.576950 [ 285 ] {90881b81-738e-46be-af9c-f43dd61c82aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 1167 | 2024.11.01 08:20:10.576974 [ 285 ] {90881b81-738e-46be-af9c-f43dd61c82aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1168 | 2024.11.01 08:20:10.576991 [ 285 ] {} <Debug> HTTP-Session: 7dcc41a7-7428-4f3f-820f-1fad66df7234 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1169 | 2024.11.01 08:20:10.577310 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1170 | 2024.11.01 08:20:10.577485 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50835, User-Agent: (none), Length: 57022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1171 | 2024.11.01 08:20:10.577551 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1172 | 2024.11.01 08:20:10.577571 [ 282 ] {} <Debug> HTTP-Session: 2eb7296b-678c-4b89-9e62-b8c2f825ffcd Authenticating user 'default' from [fd00:1122:3344:101::d]:50835 | ||
| 1173 | 2024.11.01 08:20:10.577589 [ 282 ] {} <Debug> HTTP-Session: 2eb7296b-678c-4b89-9e62-b8c2f825ffcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1174 | 2024.11.01 08:20:10.577603 [ 282 ] {} <Debug> HTTP-Session: 2eb7296b-678c-4b89-9e62-b8c2f825ffcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1175 | 2024.11.01 08:20:10.577642 [ 282 ] {} <Trace> HTTP-Session: 2eb7296b-678c-4b89-9e62-b8c2f825ffcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1176 | 2024.11.01 08:20:10.577869 [ 282 ] {668390c8-4fc2-4a2b-9760-017d3ecc65a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50835) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1177 | 2024.11.01 08:20:10.577916 [ 282 ] {668390c8-4fc2-4a2b-9760-017d3ecc65a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1178 | 2024.11.01 08:20:10.578172 [ 282 ] {668390c8-4fc2-4a2b-9760-017d3ecc65a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1179 | 2024.11.01 08:20:10.578753 [ 282 ] {668390c8-4fc2-4a2b-9760-017d3ecc65a7} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1180 | 2024.11.01 08:20:10.578789 [ 282 ] {668390c8-4fc2-4a2b-9760-017d3ecc65a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1181 | 2024.11.01 08:20:10.579411 [ 282 ] {668390c8-4fc2-4a2b-9760-017d3ecc65a7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1182 | 2024.11.01 08:20:10.580073 [ 282 ] {668390c8-4fc2-4a2b-9760-017d3ecc65a7} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1183 | 2024.11.01 08:20:10.580196 [ 282 ] {668390c8-4fc2-4a2b-9760-017d3ecc65a7} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.002456 sec., 144136.80781758958 rows/sec., 10.12 MiB/sec. | ||
| 1184 | 2024.11.01 08:20:10.580461 [ 282 ] {668390c8-4fc2-4a2b-9760-017d3ecc65a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1185 | 2024.11.01 08:20:10.580484 [ 282 ] {668390c8-4fc2-4a2b-9760-017d3ecc65a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
| 1186 | 2024.11.01 08:20:10.580501 [ 282 ] {} <Debug> HTTP-Session: 2eb7296b-678c-4b89-9e62-b8c2f825ffcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1187 | 2024.11.01 08:20:10.580707 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50835, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1188 | 2024.11.01 08:20:10.580862 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59282, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1189 | 2024.11.01 08:20:10.580966 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1190 | 2024.11.01 08:20:10.581002 [ 285 ] {} <Debug> HTTP-Session: 3d6c4ec7-8ec4-4c8c-99ca-c85f79c53418 Authenticating user 'default' from [fd00:1122:3344:101::d]:59282 | ||
| 1191 | 2024.11.01 08:20:10.581032 [ 285 ] {} <Debug> HTTP-Session: 3d6c4ec7-8ec4-4c8c-99ca-c85f79c53418 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1192 | 2024.11.01 08:20:10.581058 [ 285 ] {} <Debug> HTTP-Session: 3d6c4ec7-8ec4-4c8c-99ca-c85f79c53418 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1193 | 2024.11.01 08:20:10.581123 [ 285 ] {} <Trace> HTTP-Session: 3d6c4ec7-8ec4-4c8c-99ca-c85f79c53418 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1194 | 2024.11.01 08:20:10.581311 [ 285 ] {f2b9610f-5888-46a6-bfdb-23e136ed6d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59282) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 1195 | 2024.11.01 08:20:10.581364 [ 285 ] {f2b9610f-5888-46a6-bfdb-23e136ed6d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1196 | 2024.11.01 08:20:10.581562 [ 285 ] {f2b9610f-5888-46a6-bfdb-23e136ed6d8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1197 | 2024.11.01 08:20:10.581862 [ 285 ] {f2b9610f-5888-46a6-bfdb-23e136ed6d8b} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1198 | 2024.11.01 08:20:10.581901 [ 285 ] {f2b9610f-5888-46a6-bfdb-23e136ed6d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1199 | 2024.11.01 08:20:10.582438 [ 285 ] {f2b9610f-5888-46a6-bfdb-23e136ed6d8b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1200 | 2024.11.01 08:20:10.583014 [ 285 ] {f2b9610f-5888-46a6-bfdb-23e136ed6d8b} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1201 | 2024.11.01 08:20:10.583174 [ 285 ] {f2b9610f-5888-46a6-bfdb-23e136ed6d8b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001914 sec., 3134.7962382445144 rows/sec., 163.78 KiB/sec. | ||
| 1202 | 2024.11.01 08:20:10.583452 [ 285 ] {f2b9610f-5888-46a6-bfdb-23e136ed6d8b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1203 | 2024.11.01 08:20:10.583477 [ 285 ] {f2b9610f-5888-46a6-bfdb-23e136ed6d8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1204 | 2024.11.01 08:20:10.583494 [ 285 ] {} <Debug> HTTP-Session: 3d6c4ec7-8ec4-4c8c-99ca-c85f79c53418 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1205 | 2024.11.01 08:20:10.583727 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59282, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1206 | 2024.11.01 08:20:10.583801 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55385, User-Agent: (none), Length: 17876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1207 | 2024.11.01 08:20:10.583936 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1208 | 2024.11.01 08:20:10.583966 [ 282 ] {} <Debug> HTTP-Session: 24e1099a-d742-43fe-bbb0-4abb5920cb45 Authenticating user 'default' from [fd00:1122:3344:101::d]:55385 | ||
| 1209 | 2024.11.01 08:20:10.583988 [ 282 ] {} <Debug> HTTP-Session: 24e1099a-d742-43fe-bbb0-4abb5920cb45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1210 | 2024.11.01 08:20:10.584006 [ 282 ] {} <Debug> HTTP-Session: 24e1099a-d742-43fe-bbb0-4abb5920cb45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1211 | 2024.11.01 08:20:10.584054 [ 282 ] {} <Trace> HTTP-Session: 24e1099a-d742-43fe-bbb0-4abb5920cb45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1212 | 2024.11.01 08:20:10.584259 [ 282 ] {03d0d808-b688-4b92-bcbe-17e7b0821d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1213 | 2024.11.01 08:20:10.584313 [ 282 ] {03d0d808-b688-4b92-bcbe-17e7b0821d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1214 | 2024.11.01 08:20:10.584495 [ 282 ] {03d0d808-b688-4b92-bcbe-17e7b0821d82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1215 | 2024.11.01 08:20:10.584879 [ 282 ] {03d0d808-b688-4b92-bcbe-17e7b0821d82} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1216 | 2024.11.01 08:20:10.584914 [ 282 ] {03d0d808-b688-4b92-bcbe-17e7b0821d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1217 | 2024.11.01 08:20:10.585415 [ 282 ] {03d0d808-b688-4b92-bcbe-17e7b0821d82} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1218 | 2024.11.01 08:20:10.586006 [ 282 ] {03d0d808-b688-4b92-bcbe-17e7b0821d82} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1219 | 2024.11.01 08:20:10.586131 [ 282 ] {03d0d808-b688-4b92-bcbe-17e7b0821d82} <Debug> executeQuery: Read 97 rows, 6.28 KiB in 0.001967 sec., 49313.67564819522 rows/sec., 3.12 MiB/sec. | ||
| 1220 | 2024.11.01 08:20:10.586409 [ 282 ] {03d0d808-b688-4b92-bcbe-17e7b0821d82} <Debug> DynamicQueryHandler: Done processing query | ||
| 1221 | 2024.11.01 08:20:10.586435 [ 282 ] {03d0d808-b688-4b92-bcbe-17e7b0821d82} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1222 | 2024.11.01 08:20:10.586453 [ 282 ] {} <Debug> HTTP-Session: 24e1099a-d742-43fe-bbb0-4abb5920cb45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1223 | 2024.11.01 08:20:10.586622 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59282, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1224 | 2024.11.01 08:20:10.586635 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1225 | 2024.11.01 08:20:10.586710 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1226 | 2024.11.01 08:20:10.586751 [ 285 ] {} <Debug> HTTP-Session: e26c48e7-b6da-4429-a073-b4130d86ec4f Authenticating user 'default' from [fd00:1122:3344:101::d]:59282 | ||
| 1227 | 2024.11.01 08:20:10.586781 [ 285 ] {} <Debug> HTTP-Session: e26c48e7-b6da-4429-a073-b4130d86ec4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1228 | 2024.11.01 08:20:10.586806 [ 285 ] {} <Debug> HTTP-Session: e26c48e7-b6da-4429-a073-b4130d86ec4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1229 | 2024.11.01 08:20:10.586855 [ 285 ] {} <Trace> HTTP-Session: e26c48e7-b6da-4429-a073-b4130d86ec4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1230 | 2024.11.01 08:20:10.586978 [ 285 ] {5a35656c-8c44-4330-8a16-b0e11686e12e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59282) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 1231 | 2024.11.01 08:20:10.587062 [ 285 ] {5a35656c-8c44-4330-8a16-b0e11686e12e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1232 | 2024.11.01 08:20:10.587278 [ 285 ] {5a35656c-8c44-4330-8a16-b0e11686e12e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1233 | 2024.11.01 08:20:10.587611 [ 285 ] {5a35656c-8c44-4330-8a16-b0e11686e12e} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1234 | 2024.11.01 08:20:10.587648 [ 285 ] {5a35656c-8c44-4330-8a16-b0e11686e12e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1235 | 2024.11.01 08:20:10.588730 [ 285 ] {5a35656c-8c44-4330-8a16-b0e11686e12e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1236 | 2024.11.01 08:20:10.589326 [ 285 ] {5a35656c-8c44-4330-8a16-b0e11686e12e} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1237 | 2024.11.01 08:20:10.589478 [ 285 ] {5a35656c-8c44-4330-8a16-b0e11686e12e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002523 sec., 396.3535473642489 rows/sec., 26.71 KiB/sec. | ||
| 1238 | 2024.11.01 08:20:10.589739 [ 285 ] {5a35656c-8c44-4330-8a16-b0e11686e12e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1239 | 2024.11.01 08:20:10.589763 [ 285 ] {5a35656c-8c44-4330-8a16-b0e11686e12e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 1240 | 2024.11.01 08:20:10.589780 [ 285 ] {} <Debug> HTTP-Session: e26c48e7-b6da-4429-a073-b4130d86ec4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1241 | 2024.11.01 08:20:10.589992 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59282, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1242 | 2024.11.01 08:20:10.590113 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61227, User-Agent: (none), Length: 14038, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1243 | 2024.11.01 08:20:10.590185 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1244 | 2024.11.01 08:20:10.590210 [ 282 ] {} <Debug> HTTP-Session: 7f9a6b62-3114-455f-8337-a84f6433fc19 Authenticating user 'default' from [fd00:1122:3344:101::d]:61227 | ||
| 1245 | 2024.11.01 08:20:10.590231 [ 282 ] {} <Debug> HTTP-Session: 7f9a6b62-3114-455f-8337-a84f6433fc19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1246 | 2024.11.01 08:20:10.590249 [ 282 ] {} <Debug> HTTP-Session: 7f9a6b62-3114-455f-8337-a84f6433fc19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1247 | 2024.11.01 08:20:10.590289 [ 282 ] {} <Trace> HTTP-Session: 7f9a6b62-3114-455f-8337-a84f6433fc19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1248 | 2024.11.01 08:20:10.590461 [ 282 ] {900923d6-c850-49ef-a71a-7585f16ff448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61227) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1249 | 2024.11.01 08:20:10.590537 [ 282 ] {900923d6-c850-49ef-a71a-7585f16ff448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1250 | 2024.11.01 08:20:10.590998 [ 282 ] {900923d6-c850-49ef-a71a-7585f16ff448} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1251 | 2024.11.01 08:20:10.591504 [ 282 ] {900923d6-c850-49ef-a71a-7585f16ff448} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1252 | 2024.11.01 08:20:10.591541 [ 282 ] {900923d6-c850-49ef-a71a-7585f16ff448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1253 | 2024.11.01 08:20:10.594243 [ 282 ] {900923d6-c850-49ef-a71a-7585f16ff448} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1254 | 2024.11.01 08:20:10.594883 [ 282 ] {900923d6-c850-49ef-a71a-7585f16ff448} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1255 | 2024.11.01 08:20:10.595040 [ 282 ] {900923d6-c850-49ef-a71a-7585f16ff448} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004659 sec., 1717.1066752522001 rows/sec., 3.08 MiB/sec. | ||
| 1256 | 2024.11.01 08:20:10.595419 [ 282 ] {900923d6-c850-49ef-a71a-7585f16ff448} <Debug> DynamicQueryHandler: Done processing query | ||
| 1257 | 2024.11.01 08:20:10.595445 [ 282 ] {900923d6-c850-49ef-a71a-7585f16ff448} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 1258 | 2024.11.01 08:20:10.595462 [ 282 ] {} <Debug> HTTP-Session: 7f9a6b62-3114-455f-8337-a84f6433fc19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1259 | 2024.11.01 08:20:10.595624 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59282, User-Agent: (none), Length: 3991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1260 | 2024.11.01 08:20:10.595638 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61227, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1261 | 2024.11.01 08:20:10.595713 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1262 | 2024.11.01 08:20:10.595744 [ 285 ] {} <Debug> HTTP-Session: 40b0cc3d-03e0-44aa-b552-52089b34ad3f Authenticating user 'default' from [fd00:1122:3344:101::d]:59282 | ||
| 1263 | 2024.11.01 08:20:10.595764 [ 285 ] {} <Debug> HTTP-Session: 40b0cc3d-03e0-44aa-b552-52089b34ad3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1264 | 2024.11.01 08:20:10.595783 [ 285 ] {} <Debug> HTTP-Session: 40b0cc3d-03e0-44aa-b552-52089b34ad3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1265 | 2024.11.01 08:20:10.595832 [ 285 ] {} <Trace> HTTP-Session: 40b0cc3d-03e0-44aa-b552-52089b34ad3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1266 | 2024.11.01 08:20:10.595953 [ 285 ] {c1a945de-3188-47de-b7c3-8c7c118d33a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59282) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1267 | 2024.11.01 08:20:10.596002 [ 285 ] {c1a945de-3188-47de-b7c3-8c7c118d33a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1268 | 2024.11.01 08:20:10.596162 [ 285 ] {c1a945de-3188-47de-b7c3-8c7c118d33a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1269 | 2024.11.01 08:20:10.596454 [ 285 ] {c1a945de-3188-47de-b7c3-8c7c118d33a1} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1270 | 2024.11.01 08:20:10.596491 [ 285 ] {c1a945de-3188-47de-b7c3-8c7c118d33a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1271 | 2024.11.01 08:20:10.597001 [ 285 ] {c1a945de-3188-47de-b7c3-8c7c118d33a1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1272 | 2024.11.01 08:20:10.597579 [ 285 ] {c1a945de-3188-47de-b7c3-8c7c118d33a1} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1273 | 2024.11.01 08:20:10.597736 [ 285 ] {c1a945de-3188-47de-b7c3-8c7c118d33a1} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001818 sec., 15401.540154015402 rows/sec., 887.39 KiB/sec. | ||
| 1274 | 2024.11.01 08:20:10.598022 [ 285 ] {c1a945de-3188-47de-b7c3-8c7c118d33a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1275 | 2024.11.01 08:20:10.598048 [ 285 ] {c1a945de-3188-47de-b7c3-8c7c118d33a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1276 | 2024.11.01 08:20:10.598064 [ 285 ] {} <Debug> HTTP-Session: 40b0cc3d-03e0-44aa-b552-52089b34ad3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1277 | 2024.11.01 08:20:10.598260 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59282, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1278 | 2024.11.01 08:20:13.634956 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1279 | 2024.11.01 08:20:13.635050 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1280 | 2024.11.01 08:20:13.704910 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 76 entries to flush up to offset 166 | ||
| 1281 | 2024.11.01 08:20:13.711479 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1282 | 2024.11.01 08:20:13.711539 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1283 | 2024.11.01 08:20:13.713586 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1284 | 2024.11.01 08:20:13.714910 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1285 | 2024.11.01 08:20:13.715743 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 166 | ||
| 1286 | 2024.11.01 08:20:15.466829 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50351, User-Agent: (none), Length: 3592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1287 | 2024.11.01 08:20:15.466956 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1288 | 2024.11.01 08:20:15.466986 [ 285 ] {} <Debug> HTTP-Session: 08a84f00-bde9-4935-985b-25b610f785f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50351 | ||
| 1289 | 2024.11.01 08:20:15.467014 [ 285 ] {} <Debug> HTTP-Session: 08a84f00-bde9-4935-985b-25b610f785f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1290 | 2024.11.01 08:20:15.467031 [ 285 ] {} <Debug> HTTP-Session: 08a84f00-bde9-4935-985b-25b610f785f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1291 | 2024.11.01 08:20:15.467088 [ 285 ] {} <Trace> HTTP-Session: 08a84f00-bde9-4935-985b-25b610f785f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1292 | 2024.11.01 08:20:15.467297 [ 285 ] {97a0b717-2f0c-4e9c-9e54-66bc3ec959dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50351) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1293 | 2024.11.01 08:20:15.467373 [ 285 ] {97a0b717-2f0c-4e9c-9e54-66bc3ec959dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1294 | 2024.11.01 08:20:15.467710 [ 285 ] {97a0b717-2f0c-4e9c-9e54-66bc3ec959dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1295 | 2024.11.01 08:20:15.468170 [ 285 ] {97a0b717-2f0c-4e9c-9e54-66bc3ec959dd} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1296 | 2024.11.01 08:20:15.468214 [ 285 ] {97a0b717-2f0c-4e9c-9e54-66bc3ec959dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1297 | 2024.11.01 08:20:15.468716 [ 285 ] {97a0b717-2f0c-4e9c-9e54-66bc3ec959dd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1298 | 2024.11.01 08:20:15.469121 [ 285 ] {97a0b717-2f0c-4e9c-9e54-66bc3ec959dd} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1299 | 2024.11.01 08:20:15.469310 [ 285 ] {97a0b717-2f0c-4e9c-9e54-66bc3ec959dd} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002072 sec., 12548.262548262548 rows/sec., 955.35 KiB/sec. | ||
| 1300 | 2024.11.01 08:20:15.469541 [ 285 ] {97a0b717-2f0c-4e9c-9e54-66bc3ec959dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 1301 | 2024.11.01 08:20:15.469568 [ 285 ] {97a0b717-2f0c-4e9c-9e54-66bc3ec959dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1302 | 2024.11.01 08:20:15.469585 [ 285 ] {} <Debug> HTTP-Session: 08a84f00-bde9-4935-985b-25b610f785f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1303 | 2024.11.01 08:20:15.469813 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50351, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1304 | 2024.11.01 08:20:15.469972 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39399, User-Agent: (none), Length: 4782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1305 | 2024.11.01 08:20:15.470093 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1306 | 2024.11.01 08:20:15.470122 [ 282 ] {} <Debug> HTTP-Session: f6e68089-03dd-4854-a6e5-4fa5e6afa0e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39399 | ||
| 1307 | 2024.11.01 08:20:15.470149 [ 282 ] {} <Debug> HTTP-Session: f6e68089-03dd-4854-a6e5-4fa5e6afa0e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1308 | 2024.11.01 08:20:15.470167 [ 282 ] {} <Debug> HTTP-Session: f6e68089-03dd-4854-a6e5-4fa5e6afa0e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1309 | 2024.11.01 08:20:15.470228 [ 282 ] {} <Trace> HTTP-Session: f6e68089-03dd-4854-a6e5-4fa5e6afa0e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2024.11.01 08:20:15.470434 [ 282 ] {5b0dd213-8496-45b0-b879-d775e86fd9b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39399) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1311 | 2024.11.01 08:20:15.470502 [ 282 ] {5b0dd213-8496-45b0-b879-d775e86fd9b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1312 | 2024.11.01 08:20:15.470845 [ 282 ] {5b0dd213-8496-45b0-b879-d775e86fd9b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1313 | 2024.11.01 08:20:15.471271 [ 282 ] {5b0dd213-8496-45b0-b879-d775e86fd9b5} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1314 | 2024.11.01 08:20:15.471318 [ 282 ] {5b0dd213-8496-45b0-b879-d775e86fd9b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1315 | 2024.11.01 08:20:15.471752 [ 282 ] {5b0dd213-8496-45b0-b879-d775e86fd9b5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1316 | 2024.11.01 08:20:15.472140 [ 282 ] {5b0dd213-8496-45b0-b879-d775e86fd9b5} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1317 | 2024.11.01 08:20:15.472317 [ 282 ] {5b0dd213-8496-45b0-b879-d775e86fd9b5} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001941 sec., 14425.553838227717 rows/sec., 1.13 MiB/sec. | ||
| 1318 | 2024.11.01 08:20:15.472539 [ 282 ] {5b0dd213-8496-45b0-b879-d775e86fd9b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1319 | 2024.11.01 08:20:15.472566 [ 282 ] {5b0dd213-8496-45b0-b879-d775e86fd9b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1320 | 2024.11.01 08:20:15.472583 [ 282 ] {} <Debug> HTTP-Session: f6e68089-03dd-4854-a6e5-4fa5e6afa0e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1321 | 2024.11.01 08:20:15.472830 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39399, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1322 | 2024.11.01 08:20:15.472863 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50351, User-Agent: (none), Length: 19082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1323 | 2024.11.01 08:20:15.472949 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1324 | 2024.11.01 08:20:15.472980 [ 285 ] {} <Debug> HTTP-Session: 2172087a-dd70-450a-86de-fa0fb51ff1a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50351 | ||
| 1325 | 2024.11.01 08:20:15.473005 [ 285 ] {} <Debug> HTTP-Session: 2172087a-dd70-450a-86de-fa0fb51ff1a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1326 | 2024.11.01 08:20:15.473026 [ 285 ] {} <Debug> HTTP-Session: 2172087a-dd70-450a-86de-fa0fb51ff1a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1327 | 2024.11.01 08:20:15.473072 [ 285 ] {} <Trace> HTTP-Session: 2172087a-dd70-450a-86de-fa0fb51ff1a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1328 | 2024.11.01 08:20:15.473257 [ 285 ] {5bee4bd8-bdd5-40fb-916f-f2d6aac0222f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50351) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1329 | 2024.11.01 08:20:15.473321 [ 285 ] {5bee4bd8-bdd5-40fb-916f-f2d6aac0222f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1330 | 2024.11.01 08:20:15.473513 [ 285 ] {5bee4bd8-bdd5-40fb-916f-f2d6aac0222f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1331 | 2024.11.01 08:20:15.473910 [ 285 ] {5bee4bd8-bdd5-40fb-916f-f2d6aac0222f} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1332 | 2024.11.01 08:20:15.473948 [ 285 ] {5bee4bd8-bdd5-40fb-916f-f2d6aac0222f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1333 | 2024.11.01 08:20:15.474354 [ 285 ] {5bee4bd8-bdd5-40fb-916f-f2d6aac0222f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1334 | 2024.11.01 08:20:15.474714 [ 285 ] {5bee4bd8-bdd5-40fb-916f-f2d6aac0222f} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1335 | 2024.11.01 08:20:15.474868 [ 285 ] {5bee4bd8-bdd5-40fb-916f-f2d6aac0222f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001684 sec., 59382.42280285036 rows/sec., 4.12 MiB/sec. | ||
| 1336 | 2024.11.01 08:20:15.475139 [ 285 ] {5bee4bd8-bdd5-40fb-916f-f2d6aac0222f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1337 | 2024.11.01 08:20:15.475164 [ 285 ] {5bee4bd8-bdd5-40fb-916f-f2d6aac0222f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1338 | 2024.11.01 08:20:15.475181 [ 285 ] {} <Debug> HTTP-Session: 2172087a-dd70-450a-86de-fa0fb51ff1a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1339 | 2024.11.01 08:20:15.475426 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50351, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1340 | 2024.11.01 08:20:15.475472 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41610, User-Agent: (none), Length: 4607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1341 | 2024.11.01 08:20:15.475591 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1342 | 2024.11.01 08:20:15.475619 [ 282 ] {} <Debug> HTTP-Session: e6572007-8e33-4c0e-b4fd-4ec569eda5f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:41610 | ||
| 1343 | 2024.11.01 08:20:15.475643 [ 282 ] {} <Debug> HTTP-Session: e6572007-8e33-4c0e-b4fd-4ec569eda5f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1344 | 2024.11.01 08:20:15.475661 [ 282 ] {} <Debug> HTTP-Session: e6572007-8e33-4c0e-b4fd-4ec569eda5f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1345 | 2024.11.01 08:20:15.475708 [ 282 ] {} <Trace> HTTP-Session: e6572007-8e33-4c0e-b4fd-4ec569eda5f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1346 | 2024.11.01 08:20:15.475862 [ 282 ] {03e99d90-c0d9-4488-8432-52d11c356821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41610) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1347 | 2024.11.01 08:20:15.475923 [ 282 ] {03e99d90-c0d9-4488-8432-52d11c356821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1348 | 2024.11.01 08:20:15.476121 [ 282 ] {03e99d90-c0d9-4488-8432-52d11c356821} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1349 | 2024.11.01 08:20:15.476466 [ 282 ] {03e99d90-c0d9-4488-8432-52d11c356821} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1350 | 2024.11.01 08:20:15.476504 [ 282 ] {03e99d90-c0d9-4488-8432-52d11c356821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1351 | 2024.11.01 08:20:15.476883 [ 282 ] {03e99d90-c0d9-4488-8432-52d11c356821} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1352 | 2024.11.01 08:20:15.477207 [ 282 ] {03e99d90-c0d9-4488-8432-52d11c356821} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1353 | 2024.11.01 08:20:15.477359 [ 282 ] {03e99d90-c0d9-4488-8432-52d11c356821} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001543 sec., 19442.644199611146 rows/sec., 1.33 MiB/sec. | ||
| 1354 | 2024.11.01 08:20:15.477636 [ 282 ] {03e99d90-c0d9-4488-8432-52d11c356821} <Debug> DynamicQueryHandler: Done processing query | ||
| 1355 | 2024.11.01 08:20:15.477664 [ 282 ] {03e99d90-c0d9-4488-8432-52d11c356821} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1356 | 2024.11.01 08:20:15.477682 [ 282 ] {} <Debug> HTTP-Session: e6572007-8e33-4c0e-b4fd-4ec569eda5f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1357 | 2024.11.01 08:20:15.477885 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41610, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1358 | 2024.11.01 08:20:19.874469 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54625, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1359 | 2024.11.01 08:20:19.999360 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1360 | 2024.11.01 08:20:20.086987 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1361 | 2024.11.01 08:20:20.095421 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45602, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1362 | 2024.11.01 08:20:20.105811 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1363 | 2024.11.01 08:20:20.181285 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43136, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1364 | 2024.11.01 08:20:20.183699 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46109, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1365 | 2024.11.01 08:20:20.189042 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56539, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1366 | 2024.11.01 08:20:20.193299 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51363, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1367 | 2024.11.01 08:20:20.299374 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48382, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1368 | 2024.11.01 08:20:20.348376 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1369 | 2024.11.01 08:20:20.473024 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36105, User-Agent: (none), Length: 26689, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1370 | 2024.11.01 08:20:20.473147 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1371 | 2024.11.01 08:20:20.473172 [ 282 ] {} <Debug> HTTP-Session: 7a6b5115-8a6c-4af3-a506-45911d9ade2b Authenticating user 'default' from [fd00:1122:3344:101::d]:36105 | ||
| 1372 | 2024.11.01 08:20:20.473196 [ 282 ] {} <Debug> HTTP-Session: 7a6b5115-8a6c-4af3-a506-45911d9ade2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1373 | 2024.11.01 08:20:20.473210 [ 282 ] {} <Debug> HTTP-Session: 7a6b5115-8a6c-4af3-a506-45911d9ade2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1374 | 2024.11.01 08:20:20.473265 [ 282 ] {} <Trace> HTTP-Session: 7a6b5115-8a6c-4af3-a506-45911d9ade2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1375 | 2024.11.01 08:20:20.473507 [ 282 ] {11c5fe36-2a88-4bde-96da-8d6f83a47eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36105) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1376 | 2024.11.01 08:20:20.473579 [ 282 ] {11c5fe36-2a88-4bde-96da-8d6f83a47eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1377 | 2024.11.01 08:20:20.473913 [ 282 ] {11c5fe36-2a88-4bde-96da-8d6f83a47eb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1378 | 2024.11.01 08:20:20.474539 [ 282 ] {11c5fe36-2a88-4bde-96da-8d6f83a47eb0} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1379 | 2024.11.01 08:20:20.474588 [ 282 ] {11c5fe36-2a88-4bde-96da-8d6f83a47eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1380 | 2024.11.01 08:20:20.475021 [ 282 ] {11c5fe36-2a88-4bde-96da-8d6f83a47eb0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1381 | 2024.11.01 08:20:20.475455 [ 282 ] {11c5fe36-2a88-4bde-96da-8d6f83a47eb0} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1382 | 2024.11.01 08:20:20.475621 [ 282 ] {11c5fe36-2a88-4bde-96da-8d6f83a47eb0} <Debug> executeQuery: Read 175 rows, 16.05 KiB in 0.002204 sec., 79401.08892921961 rows/sec., 7.11 MiB/sec. | ||
| 1383 | 2024.11.01 08:20:20.475850 [ 282 ] {11c5fe36-2a88-4bde-96da-8d6f83a47eb0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1384 | 2024.11.01 08:20:20.475878 [ 282 ] {11c5fe36-2a88-4bde-96da-8d6f83a47eb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 1385 | 2024.11.01 08:20:20.475895 [ 282 ] {} <Debug> HTTP-Session: 7a6b5115-8a6c-4af3-a506-45911d9ade2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1386 | 2024.11.01 08:20:20.476100 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36105, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1387 | 2024.11.01 08:20:20.476246 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35416, User-Agent: (none), Length: 1198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1388 | 2024.11.01 08:20:20.476366 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1389 | 2024.11.01 08:20:20.476421 [ 285 ] {} <Debug> HTTP-Session: c6f4ce7b-e12d-46a6-add7-7d17ebb92dfe Authenticating user 'default' from [fd00:1122:3344:101::d]:35416 | ||
| 1390 | 2024.11.01 08:20:20.476447 [ 285 ] {} <Debug> HTTP-Session: c6f4ce7b-e12d-46a6-add7-7d17ebb92dfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1391 | 2024.11.01 08:20:20.476463 [ 285 ] {} <Debug> HTTP-Session: c6f4ce7b-e12d-46a6-add7-7d17ebb92dfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1392 | 2024.11.01 08:20:20.476518 [ 285 ] {} <Trace> HTTP-Session: c6f4ce7b-e12d-46a6-add7-7d17ebb92dfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1393 | 2024.11.01 08:20:20.476709 [ 285 ] {a91cf3b1-bb8d-4407-a08b-4f9d4f6fd992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35416) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1394 | 2024.11.01 08:20:20.476785 [ 285 ] {a91cf3b1-bb8d-4407-a08b-4f9d4f6fd992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1395 | 2024.11.01 08:20:20.477151 [ 285 ] {a91cf3b1-bb8d-4407-a08b-4f9d4f6fd992} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1396 | 2024.11.01 08:20:20.477571 [ 285 ] {a91cf3b1-bb8d-4407-a08b-4f9d4f6fd992} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1397 | 2024.11.01 08:20:20.477616 [ 285 ] {a91cf3b1-bb8d-4407-a08b-4f9d4f6fd992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1398 | 2024.11.01 08:20:20.478050 [ 285 ] {a91cf3b1-bb8d-4407-a08b-4f9d4f6fd992} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1399 | 2024.11.01 08:20:20.478453 [ 285 ] {a91cf3b1-bb8d-4407-a08b-4f9d4f6fd992} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1400 | 2024.11.01 08:20:20.478602 [ 285 ] {a91cf3b1-bb8d-4407-a08b-4f9d4f6fd992} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001952 sec., 4098.360655737705 rows/sec., 308.18 KiB/sec. | ||
| 1401 | 2024.11.01 08:20:20.478924 [ 285 ] {a91cf3b1-bb8d-4407-a08b-4f9d4f6fd992} <Debug> DynamicQueryHandler: Done processing query | ||
| 1402 | 2024.11.01 08:20:20.478953 [ 285 ] {a91cf3b1-bb8d-4407-a08b-4f9d4f6fd992} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1403 | 2024.11.01 08:20:20.478970 [ 285 ] {} <Debug> HTTP-Session: c6f4ce7b-e12d-46a6-add7-7d17ebb92dfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1404 | 2024.11.01 08:20:20.479178 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35416, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1405 | 2024.11.01 08:20:20.479250 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60689, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1406 | 2024.11.01 08:20:20.479346 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1407 | 2024.11.01 08:20:20.479372 [ 282 ] {} <Debug> HTTP-Session: 4fcfad03-1dbb-44a7-a413-ca7116b486b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60689 | ||
| 1408 | 2024.11.01 08:20:20.479394 [ 282 ] {} <Debug> HTTP-Session: 4fcfad03-1dbb-44a7-a413-ca7116b486b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1409 | 2024.11.01 08:20:20.479408 [ 282 ] {} <Debug> HTTP-Session: 4fcfad03-1dbb-44a7-a413-ca7116b486b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1410 | 2024.11.01 08:20:20.479449 [ 282 ] {} <Trace> HTTP-Session: 4fcfad03-1dbb-44a7-a413-ca7116b486b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1411 | 2024.11.01 08:20:20.479579 [ 282 ] {6d304709-19fa-4147-b601-2ac36c4f69ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60689) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 1412 | 2024.11.01 08:20:20.479630 [ 282 ] {6d304709-19fa-4147-b601-2ac36c4f69ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1413 | 2024.11.01 08:20:20.479909 [ 282 ] {6d304709-19fa-4147-b601-2ac36c4f69ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1414 | 2024.11.01 08:20:20.480262 [ 282 ] {6d304709-19fa-4147-b601-2ac36c4f69ae} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1415 | 2024.11.01 08:20:20.480301 [ 282 ] {6d304709-19fa-4147-b601-2ac36c4f69ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1416 | 2024.11.01 08:20:20.480674 [ 282 ] {6d304709-19fa-4147-b601-2ac36c4f69ae} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1417 | 2024.11.01 08:20:20.481050 [ 282 ] {6d304709-19fa-4147-b601-2ac36c4f69ae} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1418 | 2024.11.01 08:20:20.481212 [ 282 ] {6d304709-19fa-4147-b601-2ac36c4f69ae} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001669 sec., 8388.256440982625 rows/sec., 587.46 KiB/sec. | ||
| 1419 | 2024.11.01 08:20:20.481510 [ 282 ] {6d304709-19fa-4147-b601-2ac36c4f69ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 1420 | 2024.11.01 08:20:20.481536 [ 282 ] {6d304709-19fa-4147-b601-2ac36c4f69ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1421 | 2024.11.01 08:20:20.481553 [ 282 ] {} <Debug> HTTP-Session: 4fcfad03-1dbb-44a7-a413-ca7116b486b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1422 | 2024.11.01 08:20:20.481696 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60689, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1423 | 2024.11.01 08:20:20.481782 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33275, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1424 | 2024.11.01 08:20:20.481860 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1425 | 2024.11.01 08:20:20.481883 [ 285 ] {} <Debug> HTTP-Session: fc5a23b5-6e16-45a9-9d84-be10fb39ad5f Authenticating user 'default' from [fd00:1122:3344:101::d]:33275 | ||
| 1426 | 2024.11.01 08:20:20.481902 [ 285 ] {} <Debug> HTTP-Session: fc5a23b5-6e16-45a9-9d84-be10fb39ad5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1427 | 2024.11.01 08:20:20.481917 [ 285 ] {} <Debug> HTTP-Session: fc5a23b5-6e16-45a9-9d84-be10fb39ad5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1428 | 2024.11.01 08:20:20.481962 [ 285 ] {} <Trace> HTTP-Session: fc5a23b5-6e16-45a9-9d84-be10fb39ad5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1429 | 2024.11.01 08:20:20.482085 [ 285 ] {60bc4546-04ef-4597-94b2-a22103a89c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33275) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 1430 | 2024.11.01 08:20:20.482138 [ 285 ] {60bc4546-04ef-4597-94b2-a22103a89c38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1431 | 2024.11.01 08:20:20.482430 [ 285 ] {60bc4546-04ef-4597-94b2-a22103a89c38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1432 | 2024.11.01 08:20:20.482788 [ 285 ] {60bc4546-04ef-4597-94b2-a22103a89c38} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1433 | 2024.11.01 08:20:20.482827 [ 285 ] {60bc4546-04ef-4597-94b2-a22103a89c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1434 | 2024.11.01 08:20:20.483222 [ 285 ] {60bc4546-04ef-4597-94b2-a22103a89c38} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1435 | 2024.11.01 08:20:20.483607 [ 285 ] {60bc4546-04ef-4597-94b2-a22103a89c38} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1436 | 2024.11.01 08:20:20.483752 [ 285 ] {60bc4546-04ef-4597-94b2-a22103a89c38} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001699 sec., 3531.489111241907 rows/sec., 208.65 KiB/sec. | ||
| 1437 | 2024.11.01 08:20:20.484083 [ 285 ] {60bc4546-04ef-4597-94b2-a22103a89c38} <Debug> DynamicQueryHandler: Done processing query | ||
| 1438 | 2024.11.01 08:20:20.484112 [ 285 ] {60bc4546-04ef-4597-94b2-a22103a89c38} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1439 | 2024.11.01 08:20:20.484130 [ 285 ] {} <Debug> HTTP-Session: fc5a23b5-6e16-45a9-9d84-be10fb39ad5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1440 | 2024.11.01 08:20:20.484457 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33275, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1441 | 2024.11.01 08:20:20.484555 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48690, User-Agent: (none), Length: 57022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1442 | 2024.11.01 08:20:20.484620 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1443 | 2024.11.01 08:20:20.484640 [ 282 ] {} <Debug> HTTP-Session: ea9cb6f8-4210-47c6-ac47-f99231c87d0a Authenticating user 'default' from [fd00:1122:3344:101::d]:48690 | ||
| 1444 | 2024.11.01 08:20:20.484658 [ 282 ] {} <Debug> HTTP-Session: ea9cb6f8-4210-47c6-ac47-f99231c87d0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1445 | 2024.11.01 08:20:20.484672 [ 282 ] {} <Debug> HTTP-Session: ea9cb6f8-4210-47c6-ac47-f99231c87d0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1446 | 2024.11.01 08:20:20.484719 [ 282 ] {} <Trace> HTTP-Session: ea9cb6f8-4210-47c6-ac47-f99231c87d0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1447 | 2024.11.01 08:20:20.485151 [ 282 ] {857fd55b-45c0-41d8-98af-00a1d0921e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48690) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1448 | 2024.11.01 08:20:20.485206 [ 282 ] {857fd55b-45c0-41d8-98af-00a1d0921e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1449 | 2024.11.01 08:20:20.485473 [ 282 ] {857fd55b-45c0-41d8-98af-00a1d0921e33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1450 | 2024.11.01 08:20:20.486090 [ 282 ] {857fd55b-45c0-41d8-98af-00a1d0921e33} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1451 | 2024.11.01 08:20:20.486129 [ 282 ] {857fd55b-45c0-41d8-98af-00a1d0921e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1452 | 2024.11.01 08:20:20.486536 [ 282 ] {857fd55b-45c0-41d8-98af-00a1d0921e33} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1453 | 2024.11.01 08:20:20.486916 [ 282 ] {857fd55b-45c0-41d8-98af-00a1d0921e33} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1454 | 2024.11.01 08:20:20.487067 [ 282 ] {857fd55b-45c0-41d8-98af-00a1d0921e33} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.002181 sec., 162310.8665749656 rows/sec., 11.39 MiB/sec. | ||
| 1455 | 2024.11.01 08:20:20.487257 [ 282 ] {857fd55b-45c0-41d8-98af-00a1d0921e33} <Debug> DynamicQueryHandler: Done processing query | ||
| 1456 | 2024.11.01 08:20:20.487288 [ 282 ] {857fd55b-45c0-41d8-98af-00a1d0921e33} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 1457 | 2024.11.01 08:20:20.487305 [ 282 ] {} <Debug> HTTP-Session: ea9cb6f8-4210-47c6-ac47-f99231c87d0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1458 | 2024.11.01 08:20:20.487487 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33275, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1459 | 2024.11.01 08:20:20.487506 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48690, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1460 | 2024.11.01 08:20:20.487573 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1461 | 2024.11.01 08:20:20.487615 [ 285 ] {} <Debug> HTTP-Session: 70a420ee-8708-4ea4-a07d-a120c115296f Authenticating user 'default' from [fd00:1122:3344:101::d]:33275 | ||
| 1462 | 2024.11.01 08:20:20.487635 [ 285 ] {} <Debug> HTTP-Session: 70a420ee-8708-4ea4-a07d-a120c115296f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1463 | 2024.11.01 08:20:20.487649 [ 285 ] {} <Debug> HTTP-Session: 70a420ee-8708-4ea4-a07d-a120c115296f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1464 | 2024.11.01 08:20:20.487705 [ 285 ] {} <Trace> HTTP-Session: 70a420ee-8708-4ea4-a07d-a120c115296f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1465 | 2024.11.01 08:20:20.487846 [ 285 ] {5e1d586d-778b-440b-b6d3-599f012f43a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33275) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 1466 | 2024.11.01 08:20:20.487911 [ 285 ] {5e1d586d-778b-440b-b6d3-599f012f43a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1467 | 2024.11.01 08:20:20.488088 [ 285 ] {5e1d586d-778b-440b-b6d3-599f012f43a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1468 | 2024.11.01 08:20:20.488394 [ 285 ] {5e1d586d-778b-440b-b6d3-599f012f43a9} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1469 | 2024.11.01 08:20:20.488430 [ 285 ] {5e1d586d-778b-440b-b6d3-599f012f43a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1470 | 2024.11.01 08:20:20.488821 [ 285 ] {5e1d586d-778b-440b-b6d3-599f012f43a9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1471 | 2024.11.01 08:20:20.489176 [ 285 ] {5e1d586d-778b-440b-b6d3-599f012f43a9} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1472 | 2024.11.01 08:20:20.489317 [ 285 ] {5e1d586d-778b-440b-b6d3-599f012f43a9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001504 sec., 3989.36170212766 rows/sec., 208.43 KiB/sec. | ||
| 1473 | 2024.11.01 08:20:20.489625 [ 285 ] {5e1d586d-778b-440b-b6d3-599f012f43a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1474 | 2024.11.01 08:20:20.489652 [ 285 ] {5e1d586d-778b-440b-b6d3-599f012f43a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1475 | 2024.11.01 08:20:20.489669 [ 285 ] {} <Debug> HTTP-Session: 70a420ee-8708-4ea4-a07d-a120c115296f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1476 | 2024.11.01 08:20:20.489956 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33275, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1477 | 2024.11.01 08:20:20.490070 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64093, User-Agent: (none), Length: 33088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1478 | 2024.11.01 08:20:20.490131 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1479 | 2024.11.01 08:20:20.490152 [ 282 ] {} <Debug> HTTP-Session: e4818736-32b8-4dbd-b339-dab82d6b2635 Authenticating user 'default' from [fd00:1122:3344:101::d]:64093 | ||
| 1480 | 2024.11.01 08:20:20.490169 [ 282 ] {} <Debug> HTTP-Session: e4818736-32b8-4dbd-b339-dab82d6b2635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1481 | 2024.11.01 08:20:20.490184 [ 282 ] {} <Debug> HTTP-Session: e4818736-32b8-4dbd-b339-dab82d6b2635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1482 | 2024.11.01 08:20:20.490222 [ 282 ] {} <Trace> HTTP-Session: e4818736-32b8-4dbd-b339-dab82d6b2635 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1483 | 2024.11.01 08:20:20.490437 [ 282 ] {d660f110-30a7-41ba-aa66-6f759c66cf77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1484 | 2024.11.01 08:20:20.490493 [ 282 ] {d660f110-30a7-41ba-aa66-6f759c66cf77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1485 | 2024.11.01 08:20:20.490678 [ 282 ] {d660f110-30a7-41ba-aa66-6f759c66cf77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1486 | 2024.11.01 08:20:20.491085 [ 282 ] {d660f110-30a7-41ba-aa66-6f759c66cf77} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1487 | 2024.11.01 08:20:20.491123 [ 282 ] {d660f110-30a7-41ba-aa66-6f759c66cf77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1488 | 2024.11.01 08:20:20.491518 [ 282 ] {d660f110-30a7-41ba-aa66-6f759c66cf77} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1489 | 2024.11.01 08:20:20.491864 [ 282 ] {d660f110-30a7-41ba-aa66-6f759c66cf77} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1490 | 2024.11.01 08:20:20.492013 [ 282 ] {d660f110-30a7-41ba-aa66-6f759c66cf77} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001679 sec., 105419.89279332936 rows/sec., 6.95 MiB/sec. | ||
| 1491 | 2024.11.01 08:20:20.492193 [ 282 ] {d660f110-30a7-41ba-aa66-6f759c66cf77} <Debug> DynamicQueryHandler: Done processing query | ||
| 1492 | 2024.11.01 08:20:20.492218 [ 282 ] {d660f110-30a7-41ba-aa66-6f759c66cf77} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 1493 | 2024.11.01 08:20:20.492234 [ 282 ] {} <Debug> HTTP-Session: e4818736-32b8-4dbd-b339-dab82d6b2635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1494 | 2024.11.01 08:20:20.492416 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33275, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1495 | 2024.11.01 08:20:20.492429 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1496 | 2024.11.01 08:20:20.492503 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1497 | 2024.11.01 08:20:20.492536 [ 285 ] {} <Debug> HTTP-Session: e9e139a0-1957-4e75-8997-4cadbb22406c Authenticating user 'default' from [fd00:1122:3344:101::d]:33275 | ||
| 1498 | 2024.11.01 08:20:20.492555 [ 285 ] {} <Debug> HTTP-Session: e9e139a0-1957-4e75-8997-4cadbb22406c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1499 | 2024.11.01 08:20:20.492581 [ 285 ] {} <Debug> HTTP-Session: e9e139a0-1957-4e75-8997-4cadbb22406c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1500 | 2024.11.01 08:20:20.492633 [ 285 ] {} <Trace> HTTP-Session: e9e139a0-1957-4e75-8997-4cadbb22406c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1501 | 2024.11.01 08:20:20.492746 [ 285 ] {5fdb9b33-b389-42bd-8211-1762e3907dc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33275) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 1502 | 2024.11.01 08:20:20.492799 [ 285 ] {5fdb9b33-b389-42bd-8211-1762e3907dc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1503 | 2024.11.01 08:20:20.492971 [ 285 ] {5fdb9b33-b389-42bd-8211-1762e3907dc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1504 | 2024.11.01 08:20:20.493252 [ 285 ] {5fdb9b33-b389-42bd-8211-1762e3907dc4} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1505 | 2024.11.01 08:20:20.493289 [ 285 ] {5fdb9b33-b389-42bd-8211-1762e3907dc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1506 | 2024.11.01 08:20:20.493669 [ 285 ] {5fdb9b33-b389-42bd-8211-1762e3907dc4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1507 | 2024.11.01 08:20:20.494017 [ 285 ] {5fdb9b33-b389-42bd-8211-1762e3907dc4} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1508 | 2024.11.01 08:20:20.494144 [ 285 ] {5fdb9b33-b389-42bd-8211-1762e3907dc4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001429 sec., 699.7900629811057 rows/sec., 47.15 KiB/sec. | ||
| 1509 | 2024.11.01 08:20:20.494356 [ 285 ] {5fdb9b33-b389-42bd-8211-1762e3907dc4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1510 | 2024.11.01 08:20:20.494381 [ 285 ] {5fdb9b33-b389-42bd-8211-1762e3907dc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 1511 | 2024.11.01 08:20:20.494398 [ 285 ] {} <Debug> HTTP-Session: e9e139a0-1957-4e75-8997-4cadbb22406c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1512 | 2024.11.01 08:20:20.494565 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33275, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1513 | 2024.11.01 08:20:20.494727 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54261, User-Agent: (none), Length: 14018, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1514 | 2024.11.01 08:20:20.494789 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1515 | 2024.11.01 08:20:20.494809 [ 282 ] {} <Debug> HTTP-Session: 5c88d680-8a2e-496d-9bb2-7e2e0ed64973 Authenticating user 'default' from [fd00:1122:3344:101::d]:54261 | ||
| 1516 | 2024.11.01 08:20:20.494827 [ 282 ] {} <Debug> HTTP-Session: 5c88d680-8a2e-496d-9bb2-7e2e0ed64973 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1517 | 2024.11.01 08:20:20.494842 [ 282 ] {} <Debug> HTTP-Session: 5c88d680-8a2e-496d-9bb2-7e2e0ed64973 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1518 | 2024.11.01 08:20:20.494881 [ 282 ] {} <Trace> HTTP-Session: 5c88d680-8a2e-496d-9bb2-7e2e0ed64973 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1519 | 2024.11.01 08:20:20.495096 [ 282 ] {d5d20a6e-3b75-4489-b6de-2d3deeeea3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54261) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1520 | 2024.11.01 08:20:20.495174 [ 282 ] {d5d20a6e-3b75-4489-b6de-2d3deeeea3dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1521 | 2024.11.01 08:20:20.495639 [ 282 ] {d5d20a6e-3b75-4489-b6de-2d3deeeea3dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1522 | 2024.11.01 08:20:20.496162 [ 282 ] {d5d20a6e-3b75-4489-b6de-2d3deeeea3dc} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1523 | 2024.11.01 08:20:20.496198 [ 282 ] {d5d20a6e-3b75-4489-b6de-2d3deeeea3dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1524 | 2024.11.01 08:20:20.496831 [ 282 ] {d5d20a6e-3b75-4489-b6de-2d3deeeea3dc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1525 | 2024.11.01 08:20:20.497285 [ 282 ] {d5d20a6e-3b75-4489-b6de-2d3deeeea3dc} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1526 | 2024.11.01 08:20:20.497498 [ 282 ] {d5d20a6e-3b75-4489-b6de-2d3deeeea3dc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002522 sec., 3172.0856463124505 rows/sec., 5.68 MiB/sec. | ||
| 1527 | 2024.11.01 08:20:20.497922 [ 282 ] {d5d20a6e-3b75-4489-b6de-2d3deeeea3dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1528 | 2024.11.01 08:20:20.497950 [ 282 ] {d5d20a6e-3b75-4489-b6de-2d3deeeea3dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 1529 | 2024.11.01 08:20:20.497966 [ 282 ] {} <Debug> HTTP-Session: 5c88d680-8a2e-496d-9bb2-7e2e0ed64973 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1530 | 2024.11.01 08:20:20.498142 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54261, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1531 | 2024.11.01 08:20:20.498160 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33275, User-Agent: (none), Length: 7631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1532 | 2024.11.01 08:20:20.498269 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1533 | 2024.11.01 08:20:20.498315 [ 285 ] {} <Debug> HTTP-Session: 0c53d9b3-5e1c-4b6f-a310-b0e6b14ca6a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33275 | ||
| 1534 | 2024.11.01 08:20:20.498338 [ 285 ] {} <Debug> HTTP-Session: 0c53d9b3-5e1c-4b6f-a310-b0e6b14ca6a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1535 | 2024.11.01 08:20:20.498354 [ 285 ] {} <Debug> HTTP-Session: 0c53d9b3-5e1c-4b6f-a310-b0e6b14ca6a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1536 | 2024.11.01 08:20:20.498394 [ 285 ] {} <Trace> HTTP-Session: 0c53d9b3-5e1c-4b6f-a310-b0e6b14ca6a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1537 | 2024.11.01 08:20:20.498561 [ 285 ] {d42cad38-2d6a-45a2-9d44-881acab0985c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33275) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1538 | 2024.11.01 08:20:20.498631 [ 285 ] {d42cad38-2d6a-45a2-9d44-881acab0985c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1539 | 2024.11.01 08:20:20.498862 [ 285 ] {d42cad38-2d6a-45a2-9d44-881acab0985c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1540 | 2024.11.01 08:20:20.499213 [ 285 ] {d42cad38-2d6a-45a2-9d44-881acab0985c} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1541 | 2024.11.01 08:20:20.499251 [ 285 ] {d42cad38-2d6a-45a2-9d44-881acab0985c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 1542 | 2024.11.01 08:20:20.499634 [ 285 ] {d42cad38-2d6a-45a2-9d44-881acab0985c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1543 | 2024.11.01 08:20:20.499980 [ 285 ] {d42cad38-2d6a-45a2-9d44-881acab0985c} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1544 | 2024.11.01 08:20:20.500116 [ 285 ] {d42cad38-2d6a-45a2-9d44-881acab0985c} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001617 sec., 32158.317872603588 rows/sec., 1.99 MiB/sec. | ||
| 1545 | 2024.11.01 08:20:20.500309 [ 285 ] {d42cad38-2d6a-45a2-9d44-881acab0985c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1546 | 2024.11.01 08:20:20.500334 [ 285 ] {d42cad38-2d6a-45a2-9d44-881acab0985c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1547 | 2024.11.01 08:20:20.500350 [ 285 ] {} <Debug> HTTP-Session: 0c53d9b3-5e1c-4b6f-a310-b0e6b14ca6a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1548 | 2024.11.01 08:20:20.500597 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33275, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1549 | 2024.11.01 08:20:20.600565 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44145, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1550 | 2024.11.01 08:20:20.635455 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57954, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1551 | 2024.11.01 08:20:20.662889 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1552 | 2024.11.01 08:20:20.705369 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60229, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1553 | 2024.11.01 08:20:20.789904 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34091, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1554 | 2024.11.01 08:20:20.958802 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42099, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1555 | 2024.11.01 08:20:21.001120 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.64 MiB, peak 151.77 MiB, free memory in arenas 0.00 B, will set to 145.62 MiB (RSS), difference: -1.03 MiB | ||
| 1556 | 2024.11.01 08:20:21.352434 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33877, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1557 | 2024.11.01 08:20:21.407951 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45970, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1558 | 2024.11.01 08:20:21.617482 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53795, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1559 | 2024.11.01 08:20:21.780563 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46097, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1560 | 2024.11.01 08:20:21.782987 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51103, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1561 | 2024.11.01 08:20:21.851430 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1562 | 2024.11.01 08:20:21.855995 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52951, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1563 | 2024.11.01 08:20:22.067496 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34888, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1564 | 2024.11.01 08:20:22.459550 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36354, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1565 | 2024.11.01 08:20:22.715660 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1566 | 2024.11.01 08:20:22.818322 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1567 | 2024.11.01 08:20:22.872954 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38673, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1568 | 2024.11.01 08:20:22.921285 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53855, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1569 | 2024.11.01 08:20:22.936729 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1570 | 2024.11.01 08:20:22.939046 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51886, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1571 | 2024.11.01 08:20:23.716832 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 194 | ||
| 1572 | 2024.11.01 08:20:23.719605 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1573 | 2024.11.01 08:20:23.719663 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 1574 | 2024.11.01 08:20:23.721231 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1575 | 2024.11.01 08:20:23.722272 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1576 | 2024.11.01 08:20:23.722800 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 194 | ||
| 1577 | 2024.11.01 08:20:25.431921 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54448, User-Agent: (none), Length: 984, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1578 | 2024.11.01 08:20:25.432052 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1579 | 2024.11.01 08:20:25.432082 [ 290 ] {} <Debug> HTTP-Session: 43847d50-851a-4261-be47-4dd2caa541d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54448 | ||
| 1580 | 2024.11.01 08:20:25.432108 [ 290 ] {} <Debug> HTTP-Session: 43847d50-851a-4261-be47-4dd2caa541d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1581 | 2024.11.01 08:20:25.432124 [ 290 ] {} <Debug> HTTP-Session: 43847d50-851a-4261-be47-4dd2caa541d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1582 | 2024.11.01 08:20:25.432181 [ 290 ] {} <Trace> HTTP-Session: 43847d50-851a-4261-be47-4dd2caa541d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1583 | 2024.11.01 08:20:25.432433 [ 290 ] {ba8ad191-0455-4cbe-b65d-ad67297fc4d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54448) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1584 | 2024.11.01 08:20:25.434794 [ 290 ] {ba8ad191-0455-4cbe-b65d-ad67297fc4d2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1585 | 2024.11.01 08:20:25.438776 [ 290 ] {ba8ad191-0455-4cbe-b65d-ad67297fc4d2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1586 | 2024.11.01 08:20:25.439154 [ 290 ] {ba8ad191-0455-4cbe-b65d-ad67297fc4d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1587 | 2024.11.01 08:20:25.441287 [ 290 ] {ba8ad191-0455-4cbe-b65d-ad67297fc4d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1588 | 2024.11.01 08:20:25.441611 [ 290 ] {ba8ad191-0455-4cbe-b65d-ad67297fc4d2} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1589 | 2024.11.01 08:20:25.446662 [ 290 ] {ba8ad191-0455-4cbe-b65d-ad67297fc4d2} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1590 | 2024.11.01 08:20:25.448609 [ 290 ] {ba8ad191-0455-4cbe-b65d-ad67297fc4d2} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1591 | 2024.11.01 08:20:25.448637 [ 290 ] {ba8ad191-0455-4cbe-b65d-ad67297fc4d2} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1592 | 2024.11.01 08:20:25.450645 [ 290 ] {ba8ad191-0455-4cbe-b65d-ad67297fc4d2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1593 | 2024.11.01 08:20:25.450678 [ 290 ] {ba8ad191-0455-4cbe-b65d-ad67297fc4d2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 | ||
| 1594 | 2024.11.01 08:20:25.466875 [ 290 ] {ba8ad191-0455-4cbe-b65d-ad67297fc4d2} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.03456 sec., 781.25 rows/sec., 29.08 KiB/sec. | ||
| 1595 | 2024.11.01 08:20:25.467206 [ 290 ] {ba8ad191-0455-4cbe-b65d-ad67297fc4d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1596 | 2024.11.01 08:20:25.467241 [ 290 ] {ba8ad191-0455-4cbe-b65d-ad67297fc4d2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1597 | 2024.11.01 08:20:25.467260 [ 290 ] {} <Debug> HTTP-Session: 43847d50-851a-4261-be47-4dd2caa541d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1598 | 2024.11.01 08:20:25.467656 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54448, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1599 | 2024.11.01 08:20:25.467839 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42016, User-Agent: (none), Length: 1023, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1600 | 2024.11.01 08:20:25.467976 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1601 | 2024.11.01 08:20:25.468009 [ 292 ] {} <Debug> HTTP-Session: 60e6ecae-9d99-4f1a-980a-b1926bc8066e Authenticating user 'default' from [fd00:1122:3344:101::d]:42016 | ||
| 1602 | 2024.11.01 08:20:25.468038 [ 292 ] {} <Debug> HTTP-Session: 60e6ecae-9d99-4f1a-980a-b1926bc8066e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1603 | 2024.11.01 08:20:25.468057 [ 292 ] {} <Debug> HTTP-Session: 60e6ecae-9d99-4f1a-980a-b1926bc8066e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1604 | 2024.11.01 08:20:25.468117 [ 292 ] {} <Trace> HTTP-Session: 60e6ecae-9d99-4f1a-980a-b1926bc8066e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1605 | 2024.11.01 08:20:25.468418 [ 292 ] {66a2a394-1b44-4234-a4d4-f3cf83eec1f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42016) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1606 | 2024.11.01 08:20:25.468895 [ 292 ] {66a2a394-1b44-4234-a4d4-f3cf83eec1f2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1607 | 2024.11.01 08:20:25.468946 [ 292 ] {66a2a394-1b44-4234-a4d4-f3cf83eec1f2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1608 | 2024.11.01 08:20:25.469295 [ 292 ] {66a2a394-1b44-4234-a4d4-f3cf83eec1f2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1609 | 2024.11.01 08:20:25.469383 [ 292 ] {66a2a394-1b44-4234-a4d4-f3cf83eec1f2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1610 | 2024.11.01 08:20:25.469565 [ 292 ] {66a2a394-1b44-4234-a4d4-f3cf83eec1f2} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1611 | 2024.11.01 08:20:25.469607 [ 292 ] {66a2a394-1b44-4234-a4d4-f3cf83eec1f2} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1612 | 2024.11.01 08:20:25.469635 [ 292 ] {66a2a394-1b44-4234-a4d4-f3cf83eec1f2} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1613 | 2024.11.01 08:20:25.469653 [ 292 ] {66a2a394-1b44-4234-a4d4-f3cf83eec1f2} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1614 | 2024.11.01 08:20:25.469708 [ 292 ] {66a2a394-1b44-4234-a4d4-f3cf83eec1f2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1615 | 2024.11.01 08:20:25.469737 [ 292 ] {66a2a394-1b44-4234-a4d4-f3cf83eec1f2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 | ||
| 1616 | 2024.11.01 08:20:25.470766 [ 292 ] {66a2a394-1b44-4234-a4d4-f3cf83eec1f2} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002495 sec., 10821.643286573148 rows/sec., 402.76 KiB/sec. | ||
| 1617 | 2024.11.01 08:20:25.471043 [ 292 ] {66a2a394-1b44-4234-a4d4-f3cf83eec1f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1618 | 2024.11.01 08:20:25.471072 [ 292 ] {66a2a394-1b44-4234-a4d4-f3cf83eec1f2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1619 | 2024.11.01 08:20:25.471091 [ 292 ] {} <Debug> HTTP-Session: 60e6ecae-9d99-4f1a-980a-b1926bc8066e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1620 | 2024.11.01 08:20:25.471483 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1621 | 2024.11.01 08:20:25.471596 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39246, User-Agent: (none), Length: 1064, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1622 | 2024.11.01 08:20:25.471676 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1623 | 2024.11.01 08:20:25.471699 [ 290 ] {} <Debug> HTTP-Session: 4eb1e0f9-08c3-4a99-a450-ff0e54b526a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39246 | ||
| 1624 | 2024.11.01 08:20:25.471720 [ 290 ] {} <Debug> HTTP-Session: 4eb1e0f9-08c3-4a99-a450-ff0e54b526a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1625 | 2024.11.01 08:20:25.471734 [ 290 ] {} <Debug> HTTP-Session: 4eb1e0f9-08c3-4a99-a450-ff0e54b526a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1626 | 2024.11.01 08:20:25.471787 [ 290 ] {} <Trace> HTTP-Session: 4eb1e0f9-08c3-4a99-a450-ff0e54b526a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1627 | 2024.11.01 08:20:25.471999 [ 290 ] {6dc37aec-6180-4eb7-b7ec-b65bd106538d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1628 | 2024.11.01 08:20:25.472375 [ 290 ] {6dc37aec-6180-4eb7-b7ec-b65bd106538d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1629 | 2024.11.01 08:20:25.472424 [ 290 ] {6dc37aec-6180-4eb7-b7ec-b65bd106538d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1630 | 2024.11.01 08:20:25.472749 [ 290 ] {6dc37aec-6180-4eb7-b7ec-b65bd106538d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1631 | 2024.11.01 08:20:25.472823 [ 290 ] {6dc37aec-6180-4eb7-b7ec-b65bd106538d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1632 | 2024.11.01 08:20:25.472988 [ 290 ] {6dc37aec-6180-4eb7-b7ec-b65bd106538d} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1633 | 2024.11.01 08:20:25.473025 [ 290 ] {6dc37aec-6180-4eb7-b7ec-b65bd106538d} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1634 | 2024.11.01 08:20:25.473049 [ 290 ] {6dc37aec-6180-4eb7-b7ec-b65bd106538d} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1635 | 2024.11.01 08:20:25.473068 [ 290 ] {6dc37aec-6180-4eb7-b7ec-b65bd106538d} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1636 | 2024.11.01 08:20:25.473114 [ 290 ] {6dc37aec-6180-4eb7-b7ec-b65bd106538d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1637 | 2024.11.01 08:20:25.473138 [ 290 ] {6dc37aec-6180-4eb7-b7ec-b65bd106538d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 | ||
| 1638 | 2024.11.01 08:20:25.474073 [ 290 ] {6dc37aec-6180-4eb7-b7ec-b65bd106538d} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002175 sec., 12413.793103448277 rows/sec., 462.02 KiB/sec. | ||
| 1639 | 2024.11.01 08:20:25.474321 [ 290 ] {6dc37aec-6180-4eb7-b7ec-b65bd106538d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1640 | 2024.11.01 08:20:25.474347 [ 290 ] {6dc37aec-6180-4eb7-b7ec-b65bd106538d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1641 | 2024.11.01 08:20:25.474364 [ 290 ] {} <Debug> HTTP-Session: 4eb1e0f9-08c3-4a99-a450-ff0e54b526a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1642 | 2024.11.01 08:20:25.474642 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1643 | 2024.11.01 08:20:25.474643 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42016, User-Agent: (none), Length: 1092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1644 | 2024.11.01 08:20:25.474754 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1645 | 2024.11.01 08:20:25.474792 [ 292 ] {} <Debug> HTTP-Session: 4fc7d11f-076a-4848-9678-6359f5e760b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42016 | ||
| 1646 | 2024.11.01 08:20:25.474821 [ 292 ] {} <Debug> HTTP-Session: 4fc7d11f-076a-4848-9678-6359f5e760b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1647 | 2024.11.01 08:20:25.474840 [ 292 ] {} <Debug> HTTP-Session: 4fc7d11f-076a-4848-9678-6359f5e760b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1648 | 2024.11.01 08:20:25.474889 [ 292 ] {} <Trace> HTTP-Session: 4fc7d11f-076a-4848-9678-6359f5e760b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1649 | 2024.11.01 08:20:25.475104 [ 292 ] {c1020fcc-bb3c-46c2-94be-eb4ff9d48298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42016) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1650 | 2024.11.01 08:20:25.475482 [ 292 ] {c1020fcc-bb3c-46c2-94be-eb4ff9d48298} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1651 | 2024.11.01 08:20:25.475529 [ 292 ] {c1020fcc-bb3c-46c2-94be-eb4ff9d48298} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1652 | 2024.11.01 08:20:25.475833 [ 292 ] {c1020fcc-bb3c-46c2-94be-eb4ff9d48298} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1653 | 2024.11.01 08:20:25.475900 [ 292 ] {c1020fcc-bb3c-46c2-94be-eb4ff9d48298} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1654 | 2024.11.01 08:20:25.476052 [ 292 ] {c1020fcc-bb3c-46c2-94be-eb4ff9d48298} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1655 | 2024.11.01 08:20:25.476086 [ 292 ] {c1020fcc-bb3c-46c2-94be-eb4ff9d48298} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1656 | 2024.11.01 08:20:25.476110 [ 292 ] {c1020fcc-bb3c-46c2-94be-eb4ff9d48298} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1657 | 2024.11.01 08:20:25.476129 [ 292 ] {c1020fcc-bb3c-46c2-94be-eb4ff9d48298} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1658 | 2024.11.01 08:20:25.476175 [ 292 ] {c1020fcc-bb3c-46c2-94be-eb4ff9d48298} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1659 | 2024.11.01 08:20:25.476199 [ 292 ] {c1020fcc-bb3c-46c2-94be-eb4ff9d48298} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 | ||
| 1660 | 2024.11.01 08:20:25.476985 [ 292 ] {c1020fcc-bb3c-46c2-94be-eb4ff9d48298} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.001988 sec., 13581.488933601608 rows/sec., 505.47 KiB/sec. | ||
| 1661 | 2024.11.01 08:20:25.477229 [ 292 ] {c1020fcc-bb3c-46c2-94be-eb4ff9d48298} <Debug> DynamicQueryHandler: Done processing query | ||
| 1662 | 2024.11.01 08:20:25.477261 [ 292 ] {c1020fcc-bb3c-46c2-94be-eb4ff9d48298} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1663 | 2024.11.01 08:20:25.477285 [ 292 ] {} <Debug> HTTP-Session: 4fc7d11f-076a-4848-9678-6359f5e760b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1664 | 2024.11.01 08:20:25.477569 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1665 | 2024.11.01 08:20:25.477635 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55467, User-Agent: (none), Length: 1133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1666 | 2024.11.01 08:20:25.477734 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1667 | 2024.11.01 08:20:25.477762 [ 290 ] {} <Debug> HTTP-Session: 91710312-539e-44f4-a5bb-dce242bb75a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55467 | ||
| 1668 | 2024.11.01 08:20:25.477785 [ 290 ] {} <Debug> HTTP-Session: 91710312-539e-44f4-a5bb-dce242bb75a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1669 | 2024.11.01 08:20:25.477803 [ 290 ] {} <Debug> HTTP-Session: 91710312-539e-44f4-a5bb-dce242bb75a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1670 | 2024.11.01 08:20:25.477848 [ 290 ] {} <Trace> HTTP-Session: 91710312-539e-44f4-a5bb-dce242bb75a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1671 | 2024.11.01 08:20:25.478051 [ 290 ] {e6f34f85-4204-45f2-92c5-5b60ef7c6739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55467) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1672 | 2024.11.01 08:20:25.478438 [ 290 ] {e6f34f85-4204-45f2-92c5-5b60ef7c6739} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1673 | 2024.11.01 08:20:25.478487 [ 290 ] {e6f34f85-4204-45f2-92c5-5b60ef7c6739} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1674 | 2024.11.01 08:20:25.478795 [ 290 ] {e6f34f85-4204-45f2-92c5-5b60ef7c6739} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1675 | 2024.11.01 08:20:25.478864 [ 290 ] {e6f34f85-4204-45f2-92c5-5b60ef7c6739} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1676 | 2024.11.01 08:20:25.479011 [ 290 ] {e6f34f85-4204-45f2-92c5-5b60ef7c6739} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1677 | 2024.11.01 08:20:25.479046 [ 290 ] {e6f34f85-4204-45f2-92c5-5b60ef7c6739} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1678 | 2024.11.01 08:20:25.479068 [ 290 ] {e6f34f85-4204-45f2-92c5-5b60ef7c6739} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1679 | 2024.11.01 08:20:25.479086 [ 290 ] {e6f34f85-4204-45f2-92c5-5b60ef7c6739} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1680 | 2024.11.01 08:20:25.479132 [ 290 ] {e6f34f85-4204-45f2-92c5-5b60ef7c6739} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1681 | 2024.11.01 08:20:25.479157 [ 290 ] {e6f34f85-4204-45f2-92c5-5b60ef7c6739} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 | ||
| 1682 | 2024.11.01 08:20:25.480097 [ 290 ] {e6f34f85-4204-45f2-92c5-5b60ef7c6739} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002137 sec., 12634.534394010294 rows/sec., 470.23 KiB/sec. | ||
| 1683 | 2024.11.01 08:20:25.480337 [ 290 ] {e6f34f85-4204-45f2-92c5-5b60ef7c6739} <Debug> DynamicQueryHandler: Done processing query | ||
| 1684 | 2024.11.01 08:20:25.480362 [ 290 ] {e6f34f85-4204-45f2-92c5-5b60ef7c6739} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1685 | 2024.11.01 08:20:25.480379 [ 290 ] {} <Debug> HTTP-Session: 91710312-539e-44f4-a5bb-dce242bb75a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1686 | 2024.11.01 08:20:25.480639 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55467, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1687 | 2024.11.01 08:20:25.480717 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61895, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1688 | 2024.11.01 08:20:25.480786 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1689 | 2024.11.01 08:20:25.480808 [ 292 ] {} <Debug> HTTP-Session: 423e3ecb-bd6a-4e93-a424-51b059c80ef3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61895 | ||
| 1690 | 2024.11.01 08:20:25.480825 [ 292 ] {} <Debug> HTTP-Session: 423e3ecb-bd6a-4e93-a424-51b059c80ef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1691 | 2024.11.01 08:20:25.480839 [ 292 ] {} <Debug> HTTP-Session: 423e3ecb-bd6a-4e93-a424-51b059c80ef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1692 | 2024.11.01 08:20:25.480877 [ 292 ] {} <Trace> HTTP-Session: 423e3ecb-bd6a-4e93-a424-51b059c80ef3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1693 | 2024.11.01 08:20:25.481053 [ 292 ] {105aacc6-0ca6-4053-9e77-f5d1c3c4d3c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61895) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1694 | 2024.11.01 08:20:25.481389 [ 292 ] {105aacc6-0ca6-4053-9e77-f5d1c3c4d3c0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1695 | 2024.11.01 08:20:25.481438 [ 292 ] {105aacc6-0ca6-4053-9e77-f5d1c3c4d3c0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1696 | 2024.11.01 08:20:25.481745 [ 292 ] {105aacc6-0ca6-4053-9e77-f5d1c3c4d3c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1697 | 2024.11.01 08:20:25.481813 [ 292 ] {105aacc6-0ca6-4053-9e77-f5d1c3c4d3c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1698 | 2024.11.01 08:20:25.481967 [ 292 ] {105aacc6-0ca6-4053-9e77-f5d1c3c4d3c0} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1699 | 2024.11.01 08:20:25.482001 [ 292 ] {105aacc6-0ca6-4053-9e77-f5d1c3c4d3c0} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1700 | 2024.11.01 08:20:25.482025 [ 292 ] {105aacc6-0ca6-4053-9e77-f5d1c3c4d3c0} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1701 | 2024.11.01 08:20:25.482043 [ 292 ] {105aacc6-0ca6-4053-9e77-f5d1c3c4d3c0} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1702 | 2024.11.01 08:20:25.482087 [ 292 ] {105aacc6-0ca6-4053-9e77-f5d1c3c4d3c0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1703 | 2024.11.01 08:20:25.482113 [ 292 ] {105aacc6-0ca6-4053-9e77-f5d1c3c4d3c0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 | ||
| 1704 | 2024.11.01 08:20:25.482929 [ 292 ] {105aacc6-0ca6-4053-9e77-f5d1c3c4d3c0} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.001968 sec., 13719.51219512195 rows/sec., 510.61 KiB/sec. | ||
| 1705 | 2024.11.01 08:20:25.483161 [ 292 ] {105aacc6-0ca6-4053-9e77-f5d1c3c4d3c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1706 | 2024.11.01 08:20:25.483186 [ 292 ] {105aacc6-0ca6-4053-9e77-f5d1c3c4d3c0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1707 | 2024.11.01 08:20:25.483203 [ 292 ] {} <Debug> HTTP-Session: 423e3ecb-bd6a-4e93-a424-51b059c80ef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1708 | 2024.11.01 08:20:25.483440 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61895, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1709 | 2024.11.01 08:20:25.483534 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40071, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1710 | 2024.11.01 08:20:25.483613 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1711 | 2024.11.01 08:20:25.483634 [ 290 ] {} <Debug> HTTP-Session: 15a6490d-fefc-4d8d-bf2c-8490e320ffdf Authenticating user 'default' from [fd00:1122:3344:101::d]:40071 | ||
| 1712 | 2024.11.01 08:20:25.483653 [ 290 ] {} <Debug> HTTP-Session: 15a6490d-fefc-4d8d-bf2c-8490e320ffdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1713 | 2024.11.01 08:20:25.483669 [ 290 ] {} <Debug> HTTP-Session: 15a6490d-fefc-4d8d-bf2c-8490e320ffdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1714 | 2024.11.01 08:20:25.483708 [ 290 ] {} <Trace> HTTP-Session: 15a6490d-fefc-4d8d-bf2c-8490e320ffdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1715 | 2024.11.01 08:20:25.483884 [ 290 ] {26b9bb8b-ef13-4f7a-8217-22710cc18028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40071) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1716 | 2024.11.01 08:20:25.484226 [ 290 ] {26b9bb8b-ef13-4f7a-8217-22710cc18028} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1717 | 2024.11.01 08:20:25.484274 [ 290 ] {26b9bb8b-ef13-4f7a-8217-22710cc18028} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1718 | 2024.11.01 08:20:25.484589 [ 290 ] {26b9bb8b-ef13-4f7a-8217-22710cc18028} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1719 | 2024.11.01 08:20:25.484655 [ 290 ] {26b9bb8b-ef13-4f7a-8217-22710cc18028} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1720 | 2024.11.01 08:20:25.484803 [ 290 ] {26b9bb8b-ef13-4f7a-8217-22710cc18028} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1721 | 2024.11.01 08:20:25.484837 [ 290 ] {26b9bb8b-ef13-4f7a-8217-22710cc18028} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1722 | 2024.11.01 08:20:25.484860 [ 290 ] {26b9bb8b-ef13-4f7a-8217-22710cc18028} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1723 | 2024.11.01 08:20:25.484878 [ 290 ] {26b9bb8b-ef13-4f7a-8217-22710cc18028} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1724 | 2024.11.01 08:20:25.484923 [ 290 ] {26b9bb8b-ef13-4f7a-8217-22710cc18028} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1725 | 2024.11.01 08:20:25.484947 [ 290 ] {26b9bb8b-ef13-4f7a-8217-22710cc18028} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 | ||
| 1726 | 2024.11.01 08:20:25.485786 [ 290 ] {26b9bb8b-ef13-4f7a-8217-22710cc18028} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.001975 sec., 13670.886075949365 rows/sec., 508.80 KiB/sec. | ||
| 1727 | 2024.11.01 08:20:25.486022 [ 290 ] {26b9bb8b-ef13-4f7a-8217-22710cc18028} <Debug> DynamicQueryHandler: Done processing query | ||
| 1728 | 2024.11.01 08:20:25.486047 [ 290 ] {26b9bb8b-ef13-4f7a-8217-22710cc18028} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1729 | 2024.11.01 08:20:25.486065 [ 290 ] {} <Debug> HTTP-Session: 15a6490d-fefc-4d8d-bf2c-8490e320ffdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1730 | 2024.11.01 08:20:25.486321 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40071, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1731 | 2024.11.01 08:20:25.486395 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51017, User-Agent: (none), Length: 1230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1732 | 2024.11.01 08:20:25.486472 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1733 | 2024.11.01 08:20:25.486497 [ 292 ] {} <Debug> HTTP-Session: de4a2203-847e-43a3-bfc4-72dd65faa2c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51017 | ||
| 1734 | 2024.11.01 08:20:25.486518 [ 292 ] {} <Debug> HTTP-Session: de4a2203-847e-43a3-bfc4-72dd65faa2c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1735 | 2024.11.01 08:20:25.486535 [ 292 ] {} <Debug> HTTP-Session: de4a2203-847e-43a3-bfc4-72dd65faa2c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1736 | 2024.11.01 08:20:25.486580 [ 292 ] {} <Trace> HTTP-Session: de4a2203-847e-43a3-bfc4-72dd65faa2c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1737 | 2024.11.01 08:20:25.486788 [ 292 ] {ef455c98-d943-4ac8-b15e-ec372f3a8c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51017) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1738 | 2024.11.01 08:20:25.487186 [ 292 ] {ef455c98-d943-4ac8-b15e-ec372f3a8c6c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1739 | 2024.11.01 08:20:25.487244 [ 292 ] {ef455c98-d943-4ac8-b15e-ec372f3a8c6c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1740 | 2024.11.01 08:20:25.487591 [ 292 ] {ef455c98-d943-4ac8-b15e-ec372f3a8c6c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1741 | 2024.11.01 08:20:25.487660 [ 292 ] {ef455c98-d943-4ac8-b15e-ec372f3a8c6c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1742 | 2024.11.01 08:20:25.487809 [ 292 ] {ef455c98-d943-4ac8-b15e-ec372f3a8c6c} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1743 | 2024.11.01 08:20:25.487842 [ 292 ] {ef455c98-d943-4ac8-b15e-ec372f3a8c6c} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1744 | 2024.11.01 08:20:25.487866 [ 292 ] {ef455c98-d943-4ac8-b15e-ec372f3a8c6c} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1745 | 2024.11.01 08:20:25.487884 [ 292 ] {ef455c98-d943-4ac8-b15e-ec372f3a8c6c} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1746 | 2024.11.01 08:20:25.487928 [ 292 ] {ef455c98-d943-4ac8-b15e-ec372f3a8c6c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1747 | 2024.11.01 08:20:25.487952 [ 292 ] {ef455c98-d943-4ac8-b15e-ec372f3a8c6c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 | ||
| 1748 | 2024.11.01 08:20:25.488864 [ 292 ] {ef455c98-d943-4ac8-b15e-ec372f3a8c6c} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002186 sec., 12351.326623970723 rows/sec., 459.69 KiB/sec. | ||
| 1749 | 2024.11.01 08:20:25.489099 [ 292 ] {ef455c98-d943-4ac8-b15e-ec372f3a8c6c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1750 | 2024.11.01 08:20:25.489124 [ 292 ] {ef455c98-d943-4ac8-b15e-ec372f3a8c6c} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 1751 | 2024.11.01 08:20:25.489141 [ 292 ] {} <Debug> HTTP-Session: de4a2203-847e-43a3-bfc4-72dd65faa2c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1752 | 2024.11.01 08:20:25.489401 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1753 | 2024.11.01 08:20:25.489473 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59142, User-Agent: (none), Length: 1265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1754 | 2024.11.01 08:20:25.489542 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1755 | 2024.11.01 08:20:25.489566 [ 290 ] {} <Debug> HTTP-Session: 22fb0a36-8795-4b2a-a51f-f09a6a2f2a98 Authenticating user 'default' from [fd00:1122:3344:101::d]:59142 | ||
| 1756 | 2024.11.01 08:20:25.489588 [ 290 ] {} <Debug> HTTP-Session: 22fb0a36-8795-4b2a-a51f-f09a6a2f2a98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1757 | 2024.11.01 08:20:25.489606 [ 290 ] {} <Debug> HTTP-Session: 22fb0a36-8795-4b2a-a51f-f09a6a2f2a98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1758 | 2024.11.01 08:20:25.489652 [ 290 ] {} <Trace> HTTP-Session: 22fb0a36-8795-4b2a-a51f-f09a6a2f2a98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1759 | 2024.11.01 08:20:25.489858 [ 290 ] {2403158b-2351-448e-bce2-453d680fa4c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59142) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1760 | 2024.11.01 08:20:25.490264 [ 290 ] {2403158b-2351-448e-bce2-453d680fa4c7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1761 | 2024.11.01 08:20:25.490324 [ 290 ] {2403158b-2351-448e-bce2-453d680fa4c7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1762 | 2024.11.01 08:20:25.490662 [ 290 ] {2403158b-2351-448e-bce2-453d680fa4c7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1763 | 2024.11.01 08:20:25.490728 [ 290 ] {2403158b-2351-448e-bce2-453d680fa4c7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1764 | 2024.11.01 08:20:25.490882 [ 290 ] {2403158b-2351-448e-bce2-453d680fa4c7} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1765 | 2024.11.01 08:20:25.490916 [ 290 ] {2403158b-2351-448e-bce2-453d680fa4c7} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1766 | 2024.11.01 08:20:25.490941 [ 290 ] {2403158b-2351-448e-bce2-453d680fa4c7} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1767 | 2024.11.01 08:20:25.490962 [ 290 ] {2403158b-2351-448e-bce2-453d680fa4c7} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1768 | 2024.11.01 08:20:25.491010 [ 290 ] {2403158b-2351-448e-bce2-453d680fa4c7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1769 | 2024.11.01 08:20:25.491034 [ 290 ] {2403158b-2351-448e-bce2-453d680fa4c7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 | ||
| 1770 | 2024.11.01 08:20:25.491924 [ 290 ] {2403158b-2351-448e-bce2-453d680fa4c7} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002174 sec., 12419.503219871205 rows/sec., 462.23 KiB/sec. | ||
| 1771 | 2024.11.01 08:20:25.492171 [ 290 ] {2403158b-2351-448e-bce2-453d680fa4c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1772 | 2024.11.01 08:20:25.492196 [ 290 ] {2403158b-2351-448e-bce2-453d680fa4c7} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 1773 | 2024.11.01 08:20:25.492212 [ 290 ] {} <Debug> HTTP-Session: 22fb0a36-8795-4b2a-a51f-f09a6a2f2a98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1774 | 2024.11.01 08:20:25.492506 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51017, User-Agent: (none), Length: 1294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1775 | 2024.11.01 08:20:25.492518 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1776 | 2024.11.01 08:20:25.492603 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1777 | 2024.11.01 08:20:25.492637 [ 292 ] {} <Debug> HTTP-Session: 2fcbcb1d-6686-4efa-84e9-764ae9163beb Authenticating user 'default' from [fd00:1122:3344:101::d]:51017 | ||
| 1778 | 2024.11.01 08:20:25.492656 [ 292 ] {} <Debug> HTTP-Session: 2fcbcb1d-6686-4efa-84e9-764ae9163beb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1779 | 2024.11.01 08:20:25.492682 [ 292 ] {} <Debug> HTTP-Session: 2fcbcb1d-6686-4efa-84e9-764ae9163beb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1780 | 2024.11.01 08:20:25.492732 [ 292 ] {} <Trace> HTTP-Session: 2fcbcb1d-6686-4efa-84e9-764ae9163beb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1781 | 2024.11.01 08:20:25.492911 [ 292 ] {d00316b4-c0cc-43a5-9a57-e56fae614bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51017) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1782 | 2024.11.01 08:20:25.493251 [ 292 ] {d00316b4-c0cc-43a5-9a57-e56fae614bf6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1783 | 2024.11.01 08:20:25.493298 [ 292 ] {d00316b4-c0cc-43a5-9a57-e56fae614bf6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1784 | 2024.11.01 08:20:25.493620 [ 292 ] {d00316b4-c0cc-43a5-9a57-e56fae614bf6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1785 | 2024.11.01 08:20:25.493688 [ 292 ] {d00316b4-c0cc-43a5-9a57-e56fae614bf6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1786 | 2024.11.01 08:20:25.493835 [ 292 ] {d00316b4-c0cc-43a5-9a57-e56fae614bf6} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1787 | 2024.11.01 08:20:25.493869 [ 292 ] {d00316b4-c0cc-43a5-9a57-e56fae614bf6} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1788 | 2024.11.01 08:20:25.493893 [ 292 ] {d00316b4-c0cc-43a5-9a57-e56fae614bf6} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1789 | 2024.11.01 08:20:25.493910 [ 292 ] {d00316b4-c0cc-43a5-9a57-e56fae614bf6} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1790 | 2024.11.01 08:20:25.493955 [ 292 ] {d00316b4-c0cc-43a5-9a57-e56fae614bf6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1791 | 2024.11.01 08:20:25.493981 [ 292 ] {d00316b4-c0cc-43a5-9a57-e56fae614bf6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 | ||
| 1792 | 2024.11.01 08:20:25.494904 [ 292 ] {d00316b4-c0cc-43a5-9a57-e56fae614bf6} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002088 sec., 12931.034482758621 rows/sec., 481.27 KiB/sec. | ||
| 1793 | 2024.11.01 08:20:25.495138 [ 292 ] {d00316b4-c0cc-43a5-9a57-e56fae614bf6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1794 | 2024.11.01 08:20:25.495162 [ 292 ] {d00316b4-c0cc-43a5-9a57-e56fae614bf6} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 1795 | 2024.11.01 08:20:25.495179 [ 292 ] {} <Debug> HTTP-Session: 2fcbcb1d-6686-4efa-84e9-764ae9163beb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1796 | 2024.11.01 08:20:25.500641 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1797 | 2024.11.01 08:20:25.567390 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45342, User-Agent: (none), Length: 3489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1798 | 2024.11.01 08:20:25.567477 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1799 | 2024.11.01 08:20:25.567503 [ 290 ] {} <Debug> HTTP-Session: e952e064-e2b3-48eb-8fb2-e091c9ed2bea Authenticating user 'default' from [fd00:1122:3344:101::d]:45342 | ||
| 1800 | 2024.11.01 08:20:25.567524 [ 290 ] {} <Debug> HTTP-Session: e952e064-e2b3-48eb-8fb2-e091c9ed2bea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1801 | 2024.11.01 08:20:25.567539 [ 290 ] {} <Debug> HTTP-Session: e952e064-e2b3-48eb-8fb2-e091c9ed2bea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1802 | 2024.11.01 08:20:25.567584 [ 290 ] {} <Trace> HTTP-Session: e952e064-e2b3-48eb-8fb2-e091c9ed2bea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1803 | 2024.11.01 08:20:25.567745 [ 290 ] {17714756-1b4f-49c6-8b61-57be427c08d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45342) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1804 | 2024.11.01 08:20:25.567809 [ 290 ] {17714756-1b4f-49c6-8b61-57be427c08d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1805 | 2024.11.01 08:20:25.568043 [ 290 ] {17714756-1b4f-49c6-8b61-57be427c08d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1806 | 2024.11.01 08:20:25.568465 [ 290 ] {17714756-1b4f-49c6-8b61-57be427c08d1} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1807 | 2024.11.01 08:20:25.568506 [ 290 ] {17714756-1b4f-49c6-8b61-57be427c08d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 1808 | 2024.11.01 08:20:25.569057 [ 290 ] {17714756-1b4f-49c6-8b61-57be427c08d1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1809 | 2024.11.01 08:20:25.569408 [ 290 ] {17714756-1b4f-49c6-8b61-57be427c08d1} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1810 | 2024.11.01 08:20:25.569557 [ 290 ] {17714756-1b4f-49c6-8b61-57be427c08d1} <Debug> executeQuery: Read 10 rows, 1.84 KiB in 0.001868 sec., 5353.319057815846 rows/sec., 987.54 KiB/sec. | ||
| 1811 | 2024.11.01 08:20:25.569877 [ 290 ] {17714756-1b4f-49c6-8b61-57be427c08d1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1812 | 2024.11.01 08:20:25.569904 [ 290 ] {17714756-1b4f-49c6-8b61-57be427c08d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1813 | 2024.11.01 08:20:25.569920 [ 290 ] {} <Debug> HTTP-Session: e952e064-e2b3-48eb-8fb2-e091c9ed2bea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1814 | 2024.11.01 08:20:25.570215 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1815 | 2024.11.01 08:20:25.570317 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36063, User-Agent: (none), Length: 172879, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1816 | 2024.11.01 08:20:25.570395 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1817 | 2024.11.01 08:20:25.570422 [ 292 ] {} <Debug> HTTP-Session: 13b009d4-cd3c-4a1a-ac15-6eb521bfb446 Authenticating user 'default' from [fd00:1122:3344:101::d]:36063 | ||
| 1818 | 2024.11.01 08:20:25.570452 [ 292 ] {} <Debug> HTTP-Session: 13b009d4-cd3c-4a1a-ac15-6eb521bfb446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1819 | 2024.11.01 08:20:25.570469 [ 292 ] {} <Debug> HTTP-Session: 13b009d4-cd3c-4a1a-ac15-6eb521bfb446 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1820 | 2024.11.01 08:20:25.570514 [ 292 ] {} <Trace> HTTP-Session: 13b009d4-cd3c-4a1a-ac15-6eb521bfb446 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1821 | 2024.11.01 08:20:25.571919 [ 292 ] {59b14163-d61d-494a-89ad-67c1aa86b6bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36063) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1822 | 2024.11.01 08:20:25.571979 [ 292 ] {59b14163-d61d-494a-89ad-67c1aa86b6bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1823 | 2024.11.01 08:20:25.572283 [ 292 ] {59b14163-d61d-494a-89ad-67c1aa86b6bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1824 | 2024.11.01 08:20:25.573486 [ 292 ] {59b14163-d61d-494a-89ad-67c1aa86b6bf} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1825 | 2024.11.01 08:20:25.573529 [ 292 ] {59b14163-d61d-494a-89ad-67c1aa86b6bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 1826 | 2024.11.01 08:20:25.574189 [ 292 ] {59b14163-d61d-494a-89ad-67c1aa86b6bf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1827 | 2024.11.01 08:20:25.574618 [ 292 ] {59b14163-d61d-494a-89ad-67c1aa86b6bf} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1828 | 2024.11.01 08:20:25.574775 [ 292 ] {59b14163-d61d-494a-89ad-67c1aa86b6bf} <Debug> executeQuery: Read 1196 rows, 100.50 KiB in 0.003911 sec., 305804.1421631296 rows/sec., 25.09 MiB/sec. | ||
| 1829 | 2024.11.01 08:20:25.574990 [ 292 ] {59b14163-d61d-494a-89ad-67c1aa86b6bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 1830 | 2024.11.01 08:20:25.575017 [ 292 ] {59b14163-d61d-494a-89ad-67c1aa86b6bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
| 1831 | 2024.11.01 08:20:25.575035 [ 292 ] {} <Debug> HTTP-Session: 13b009d4-cd3c-4a1a-ac15-6eb521bfb446 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1832 | 2024.11.01 08:20:25.575287 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36063, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1833 | 2024.11.01 08:20:25.575350 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45342, User-Agent: (none), Length: 30483, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1834 | 2024.11.01 08:20:25.575427 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1835 | 2024.11.01 08:20:25.575450 [ 290 ] {} <Debug> HTTP-Session: 015219b5-e98b-434e-8f33-034f370fa7f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45342 | ||
| 1836 | 2024.11.01 08:20:25.575469 [ 290 ] {} <Debug> HTTP-Session: 015219b5-e98b-434e-8f33-034f370fa7f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1837 | 2024.11.01 08:20:25.575483 [ 290 ] {} <Debug> HTTP-Session: 015219b5-e98b-434e-8f33-034f370fa7f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1838 | 2024.11.01 08:20:25.575524 [ 290 ] {} <Trace> HTTP-Session: 015219b5-e98b-434e-8f33-034f370fa7f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1839 | 2024.11.01 08:20:25.575773 [ 290 ] {7e9407e5-b1cf-4517-acd7-a34bdd107c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45342) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 1840 | 2024.11.01 08:20:25.575825 [ 290 ] {7e9407e5-b1cf-4517-acd7-a34bdd107c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1841 | 2024.11.01 08:20:25.576112 [ 290 ] {7e9407e5-b1cf-4517-acd7-a34bdd107c84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1842 | 2024.11.01 08:20:25.576584 [ 290 ] {7e9407e5-b1cf-4517-acd7-a34bdd107c84} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1843 | 2024.11.01 08:20:25.576623 [ 290 ] {7e9407e5-b1cf-4517-acd7-a34bdd107c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 1844 | 2024.11.01 08:20:25.577022 [ 290 ] {7e9407e5-b1cf-4517-acd7-a34bdd107c84} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1845 | 2024.11.01 08:20:25.577410 [ 290 ] {7e9407e5-b1cf-4517-acd7-a34bdd107c84} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1846 | 2024.11.01 08:20:25.577573 [ 290 ] {7e9407e5-b1cf-4517-acd7-a34bdd107c84} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001956 sec., 116564.41717791412 rows/sec., 7.89 MiB/sec. | ||
| 1847 | 2024.11.01 08:20:25.577767 [ 290 ] {7e9407e5-b1cf-4517-acd7-a34bdd107c84} <Debug> DynamicQueryHandler: Done processing query | ||
| 1848 | 2024.11.01 08:20:25.577793 [ 290 ] {7e9407e5-b1cf-4517-acd7-a34bdd107c84} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 1849 | 2024.11.01 08:20:25.577809 [ 290 ] {} <Debug> HTTP-Session: 015219b5-e98b-434e-8f33-034f370fa7f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1850 | 2024.11.01 08:20:25.578050 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1851 | 2024.11.01 08:20:25.578204 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Length: 85870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1852 | 2024.11.01 08:20:25.578275 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1853 | 2024.11.01 08:20:25.578300 [ 292 ] {} <Debug> HTTP-Session: cedf1bd9-a991-4a46-8cab-818c572a8d9c Authenticating user 'default' from [fd00:1122:3344:101::d]:49374 | ||
| 1854 | 2024.11.01 08:20:25.578321 [ 292 ] {} <Debug> HTTP-Session: cedf1bd9-a991-4a46-8cab-818c572a8d9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1855 | 2024.11.01 08:20:25.578341 [ 292 ] {} <Debug> HTTP-Session: cedf1bd9-a991-4a46-8cab-818c572a8d9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1856 | 2024.11.01 08:20:25.578386 [ 292 ] {} <Trace> HTTP-Session: cedf1bd9-a991-4a46-8cab-818c572a8d9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1857 | 2024.11.01 08:20:25.578759 [ 292 ] {2a6515ca-cb41-4bcc-99ba-615b32b847a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49374) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1858 | 2024.11.01 08:20:25.578811 [ 292 ] {2a6515ca-cb41-4bcc-99ba-615b32b847a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1859 | 2024.11.01 08:20:25.579082 [ 292 ] {2a6515ca-cb41-4bcc-99ba-615b32b847a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1860 | 2024.11.01 08:20:25.579714 [ 292 ] {2a6515ca-cb41-4bcc-99ba-615b32b847a6} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1861 | 2024.11.01 08:20:25.579757 [ 292 ] {2a6515ca-cb41-4bcc-99ba-615b32b847a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 1862 | 2024.11.01 08:20:25.580173 [ 292 ] {2a6515ca-cb41-4bcc-99ba-615b32b847a6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1863 | 2024.11.01 08:20:25.580553 [ 292 ] {2a6515ca-cb41-4bcc-99ba-615b32b847a6} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1864 | 2024.11.01 08:20:25.580730 [ 292 ] {2a6515ca-cb41-4bcc-99ba-615b32b847a6} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.002228 sec., 233393.17773788152 rows/sec., 17.27 MiB/sec. | ||
| 1865 | 2024.11.01 08:20:25.580982 [ 292 ] {2a6515ca-cb41-4bcc-99ba-615b32b847a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1866 | 2024.11.01 08:20:25.581013 [ 292 ] {2a6515ca-cb41-4bcc-99ba-615b32b847a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 1867 | 2024.11.01 08:20:25.581030 [ 292 ] {} <Debug> HTTP-Session: cedf1bd9-a991-4a46-8cab-818c572a8d9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1868 | 2024.11.01 08:20:25.581659 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1869 | 2024.11.01 08:20:25.581735 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45342, User-Agent: (none), Length: 372568, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1870 | 2024.11.01 08:20:25.581797 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1871 | 2024.11.01 08:20:25.581820 [ 290 ] {} <Debug> HTTP-Session: 46549a5c-a4b8-43f2-a000-ca108fbfbc50 Authenticating user 'default' from [fd00:1122:3344:101::d]:45342 | ||
| 1872 | 2024.11.01 08:20:25.581839 [ 290 ] {} <Debug> HTTP-Session: 46549a5c-a4b8-43f2-a000-ca108fbfbc50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1873 | 2024.11.01 08:20:25.581855 [ 290 ] {} <Debug> HTTP-Session: 46549a5c-a4b8-43f2-a000-ca108fbfbc50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1874 | 2024.11.01 08:20:25.581872 [ 292 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 1875 | |||
| 1876 | (version 23.8.7.1) | ||
| 1877 | 2024.11.01 08:20:25.581911 [ 290 ] {} <Trace> HTTP-Session: 46549a5c-a4b8-43f2-a000-ca108fbfbc50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1878 | 2024.11.01 08:20:25.583186 [ 290 ] {4b43a6ee-8d4f-4608-84a3-5b9581aa0181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45342) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1879 | 2024.11.01 08:20:25.583246 [ 290 ] {4b43a6ee-8d4f-4608-84a3-5b9581aa0181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1880 | 2024.11.01 08:20:25.583432 [ 290 ] {4b43a6ee-8d4f-4608-84a3-5b9581aa0181} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1881 | 2024.11.01 08:20:25.586873 [ 290 ] {4b43a6ee-8d4f-4608-84a3-5b9581aa0181} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1882 | 2024.11.01 08:20:25.586909 [ 290 ] {4b43a6ee-8d4f-4608-84a3-5b9581aa0181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 1883 | 2024.11.01 08:20:25.587707 [ 290 ] {4b43a6ee-8d4f-4608-84a3-5b9581aa0181} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1884 | 2024.11.01 08:20:25.588078 [ 290 ] {4b43a6ee-8d4f-4608-84a3-5b9581aa0181} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1885 | 2024.11.01 08:20:25.588241 [ 290 ] {4b43a6ee-8d4f-4608-84a3-5b9581aa0181} <Debug> executeQuery: Read 1970 rows, 134.92 KiB in 0.005876 sec., 335262.08304969367 rows/sec., 22.42 MiB/sec. | ||
| 1886 | 2024.11.01 08:20:25.588449 [ 290 ] {4b43a6ee-8d4f-4608-84a3-5b9581aa0181} <Debug> DynamicQueryHandler: Done processing query | ||
| 1887 | 2024.11.01 08:20:25.588475 [ 290 ] {4b43a6ee-8d4f-4608-84a3-5b9581aa0181} <Debug> MemoryTracker: Peak memory usage (for query): 5.24 MiB. | ||
| 1888 | 2024.11.01 08:20:25.588493 [ 290 ] {} <Debug> HTTP-Session: 46549a5c-a4b8-43f2-a000-ca108fbfbc50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1889 | 2024.11.01 08:20:25.588748 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1890 | 2024.11.01 08:20:25.588858 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42387, User-Agent: (none), Length: 4595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1891 | 2024.11.01 08:20:25.588925 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1892 | 2024.11.01 08:20:25.588946 [ 292 ] {} <Debug> HTTP-Session: 0b7b7dbd-cba7-42dc-b215-ee9db6a40a56 Authenticating user 'default' from [fd00:1122:3344:101::d]:42387 | ||
| 1893 | 2024.11.01 08:20:25.588965 [ 292 ] {} <Debug> HTTP-Session: 0b7b7dbd-cba7-42dc-b215-ee9db6a40a56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1894 | 2024.11.01 08:20:25.588981 [ 292 ] {} <Debug> HTTP-Session: 0b7b7dbd-cba7-42dc-b215-ee9db6a40a56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1895 | 2024.11.01 08:20:25.589020 [ 292 ] {} <Trace> HTTP-Session: 0b7b7dbd-cba7-42dc-b215-ee9db6a40a56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1896 | 2024.11.01 08:20:25.589151 [ 292 ] {8daa68b9-b803-41ec-8b56-dd17800c98b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42387) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1897 | 2024.11.01 08:20:25.589203 [ 292 ] {8daa68b9-b803-41ec-8b56-dd17800c98b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1898 | 2024.11.01 08:20:25.589370 [ 292 ] {8daa68b9-b803-41ec-8b56-dd17800c98b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1899 | 2024.11.01 08:20:25.589678 [ 292 ] {8daa68b9-b803-41ec-8b56-dd17800c98b1} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1900 | 2024.11.01 08:20:25.589741 [ 292 ] {8daa68b9-b803-41ec-8b56-dd17800c98b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 1901 | 2024.11.01 08:20:25.590130 [ 292 ] {8daa68b9-b803-41ec-8b56-dd17800c98b1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1902 | 2024.11.01 08:20:25.590468 [ 292 ] {8daa68b9-b803-41ec-8b56-dd17800c98b1} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1903 | 2024.11.01 08:20:25.590627 [ 292 ] {8daa68b9-b803-41ec-8b56-dd17800c98b1} <Debug> executeQuery: Read 30 rows, 2.09 KiB in 0.001516 sec., 19788.918205804748 rows/sec., 1.35 MiB/sec. | ||
| 1904 | 2024.11.01 08:20:25.590825 [ 292 ] {8daa68b9-b803-41ec-8b56-dd17800c98b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1905 | 2024.11.01 08:20:25.590852 [ 292 ] {8daa68b9-b803-41ec-8b56-dd17800c98b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1906 | 2024.11.01 08:20:25.590869 [ 292 ] {} <Debug> HTTP-Session: 0b7b7dbd-cba7-42dc-b215-ee9db6a40a56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1907 | 2024.11.01 08:20:25.592918 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42387, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1908 | 2024.11.01 08:20:26.001133 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 147.16 MiB, peak 153.19 MiB, free memory in arenas 0.00 B, will set to 149.47 MiB (RSS), difference: 2.31 MiB | ||
| 1909 | 2024.11.01 08:20:28.635105 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1910 | 2024.11.01 08:20:28.635170 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1911 | 2024.11.01 08:20:30.470270 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45342, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1912 | 2024.11.01 08:20:30.470385 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1913 | 2024.11.01 08:20:30.470411 [ 290 ] {} <Debug> HTTP-Session: fcdda469-d0f2-4011-8bcd-101aaa34b0df Authenticating user 'default' from [fd00:1122:3344:101::d]:45342 | ||
| 1914 | 2024.11.01 08:20:30.470435 [ 290 ] {} <Debug> HTTP-Session: fcdda469-d0f2-4011-8bcd-101aaa34b0df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1915 | 2024.11.01 08:20:30.470451 [ 290 ] {} <Debug> HTTP-Session: fcdda469-d0f2-4011-8bcd-101aaa34b0df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1916 | 2024.11.01 08:20:30.470503 [ 290 ] {} <Trace> HTTP-Session: fcdda469-d0f2-4011-8bcd-101aaa34b0df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1917 | 2024.11.01 08:20:30.470695 [ 290 ] {bfd75518-5acd-482a-b3f8-96b8d0a7492e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45342) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1918 | 2024.11.01 08:20:30.470765 [ 290 ] {bfd75518-5acd-482a-b3f8-96b8d0a7492e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1919 | 2024.11.01 08:20:30.471110 [ 290 ] {bfd75518-5acd-482a-b3f8-96b8d0a7492e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1920 | 2024.11.01 08:20:30.471602 [ 290 ] {bfd75518-5acd-482a-b3f8-96b8d0a7492e} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1921 | 2024.11.01 08:20:30.471646 [ 290 ] {bfd75518-5acd-482a-b3f8-96b8d0a7492e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 1922 | 2024.11.01 08:20:30.472069 [ 290 ] {bfd75518-5acd-482a-b3f8-96b8d0a7492e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1923 | 2024.11.01 08:20:30.472463 [ 290 ] {bfd75518-5acd-482a-b3f8-96b8d0a7492e} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1924 | 2024.11.01 08:20:30.472628 [ 290 ] {bfd75518-5acd-482a-b3f8-96b8d0a7492e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001998 sec., 28028.028028028024 rows/sec., 2.14 MiB/sec. | ||
| 1925 | 2024.11.01 08:20:30.472965 [ 290 ] {bfd75518-5acd-482a-b3f8-96b8d0a7492e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1926 | 2024.11.01 08:20:30.472992 [ 290 ] {bfd75518-5acd-482a-b3f8-96b8d0a7492e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1927 | 2024.11.01 08:20:30.473010 [ 290 ] {} <Debug> HTTP-Session: fcdda469-d0f2-4011-8bcd-101aaa34b0df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1928 | 2024.11.01 08:20:30.473208 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1929 | 2024.11.01 08:20:30.473397 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39382, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1930 | 2024.11.01 08:20:30.473505 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1931 | 2024.11.01 08:20:30.473530 [ 292 ] {} <Debug> HTTP-Session: 49d10ade-1003-4c1d-b6ac-af3e42aa0a87 Authenticating user 'default' from [fd00:1122:3344:101::d]:39382 | ||
| 1932 | 2024.11.01 08:20:30.473556 [ 292 ] {} <Debug> HTTP-Session: 49d10ade-1003-4c1d-b6ac-af3e42aa0a87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1933 | 2024.11.01 08:20:30.473571 [ 292 ] {} <Debug> HTTP-Session: 49d10ade-1003-4c1d-b6ac-af3e42aa0a87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1934 | 2024.11.01 08:20:30.473628 [ 292 ] {} <Trace> HTTP-Session: 49d10ade-1003-4c1d-b6ac-af3e42aa0a87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1935 | 2024.11.01 08:20:30.473828 [ 292 ] {1668857a-9750-46a3-9535-4e7cd7a36879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39382) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1936 | 2024.11.01 08:20:30.473898 [ 292 ] {1668857a-9750-46a3-9535-4e7cd7a36879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1937 | 2024.11.01 08:20:30.474245 [ 292 ] {1668857a-9750-46a3-9535-4e7cd7a36879} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1938 | 2024.11.01 08:20:30.474673 [ 292 ] {1668857a-9750-46a3-9535-4e7cd7a36879} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1939 | 2024.11.01 08:20:30.474716 [ 292 ] {1668857a-9750-46a3-9535-4e7cd7a36879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 1940 | 2024.11.01 08:20:30.475139 [ 292 ] {1668857a-9750-46a3-9535-4e7cd7a36879} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1941 | 2024.11.01 08:20:30.475535 [ 292 ] {1668857a-9750-46a3-9535-4e7cd7a36879} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1942 | 2024.11.01 08:20:30.475733 [ 292 ] {1668857a-9750-46a3-9535-4e7cd7a36879} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00197 sec., 32487.30964467005 rows/sec., 2.54 MiB/sec. | ||
| 1943 | 2024.11.01 08:20:30.476052 [ 292 ] {1668857a-9750-46a3-9535-4e7cd7a36879} <Debug> DynamicQueryHandler: Done processing query | ||
| 1944 | 2024.11.01 08:20:30.476079 [ 292 ] {1668857a-9750-46a3-9535-4e7cd7a36879} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1945 | 2024.11.01 08:20:30.476096 [ 292 ] {} <Debug> HTTP-Session: 49d10ade-1003-4c1d-b6ac-af3e42aa0a87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1946 | 2024.11.01 08:20:30.476319 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45342, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1947 | 2024.11.01 08:20:30.476341 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39382, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1948 | 2024.11.01 08:20:30.476411 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1949 | 2024.11.01 08:20:30.476446 [ 290 ] {} <Debug> HTTP-Session: 6f4e4a53-4a5f-4201-ab6b-ecdfe654f8a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:45342 | ||
| 1950 | 2024.11.01 08:20:30.476469 [ 290 ] {} <Debug> HTTP-Session: 6f4e4a53-4a5f-4201-ab6b-ecdfe654f8a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1951 | 2024.11.01 08:20:30.476494 [ 290 ] {} <Debug> HTTP-Session: 6f4e4a53-4a5f-4201-ab6b-ecdfe654f8a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1952 | 2024.11.01 08:20:30.476554 [ 290 ] {} <Trace> HTTP-Session: 6f4e4a53-4a5f-4201-ab6b-ecdfe654f8a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1953 | 2024.11.01 08:20:30.476764 [ 290 ] {790f24e7-cc9e-4734-8cad-6ce7cd27c2eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45342) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1954 | 2024.11.01 08:20:30.476830 [ 290 ] {790f24e7-cc9e-4734-8cad-6ce7cd27c2eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1955 | 2024.11.01 08:20:30.477046 [ 290 ] {790f24e7-cc9e-4734-8cad-6ce7cd27c2eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1956 | 2024.11.01 08:20:30.477487 [ 290 ] {790f24e7-cc9e-4734-8cad-6ce7cd27c2eb} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1957 | 2024.11.01 08:20:30.477525 [ 290 ] {790f24e7-cc9e-4734-8cad-6ce7cd27c2eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 1958 | 2024.11.01 08:20:30.477932 [ 290 ] {790f24e7-cc9e-4734-8cad-6ce7cd27c2eb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1959 | 2024.11.01 08:20:30.478279 [ 290 ] {790f24e7-cc9e-4734-8cad-6ce7cd27c2eb} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1960 | 2024.11.01 08:20:30.478423 [ 290 ] {790f24e7-cc9e-4734-8cad-6ce7cd27c2eb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00176 sec., 90909.09090909091 rows/sec., 6.33 MiB/sec. | ||
| 1961 | 2024.11.01 08:20:30.478604 [ 290 ] {790f24e7-cc9e-4734-8cad-6ce7cd27c2eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1962 | 2024.11.01 08:20:30.478629 [ 290 ] {790f24e7-cc9e-4734-8cad-6ce7cd27c2eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1963 | 2024.11.01 08:20:30.478646 [ 290 ] {} <Debug> HTTP-Session: 6f4e4a53-4a5f-4201-ab6b-ecdfe654f8a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1964 | 2024.11.01 08:20:30.478792 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1965 | 2024.11.01 08:20:30.478893 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60791, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1966 | 2024.11.01 08:20:30.478964 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1967 | 2024.11.01 08:20:30.478989 [ 292 ] {} <Debug> HTTP-Session: 31269346-10d8-4cf8-8370-f77d4ae19503 Authenticating user 'default' from [fd00:1122:3344:101::d]:60791 | ||
| 1968 | 2024.11.01 08:20:30.479010 [ 292 ] {} <Debug> HTTP-Session: 31269346-10d8-4cf8-8370-f77d4ae19503 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1969 | 2024.11.01 08:20:30.479028 [ 292 ] {} <Debug> HTTP-Session: 31269346-10d8-4cf8-8370-f77d4ae19503 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1970 | 2024.11.01 08:20:30.479073 [ 292 ] {} <Trace> HTTP-Session: 31269346-10d8-4cf8-8370-f77d4ae19503 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1971 | 2024.11.01 08:20:30.479251 [ 292 ] {ce6fa639-0312-4961-9d09-087ea1babd39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60791) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1972 | 2024.11.01 08:20:30.479310 [ 292 ] {ce6fa639-0312-4961-9d09-087ea1babd39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1973 | 2024.11.01 08:20:30.479491 [ 292 ] {ce6fa639-0312-4961-9d09-087ea1babd39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1974 | 2024.11.01 08:20:30.479813 [ 292 ] {ce6fa639-0312-4961-9d09-087ea1babd39} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1975 | 2024.11.01 08:20:30.479850 [ 292 ] {ce6fa639-0312-4961-9d09-087ea1babd39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 1976 | 2024.11.01 08:20:30.480230 [ 292 ] {ce6fa639-0312-4961-9d09-087ea1babd39} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1977 | 2024.11.01 08:20:30.480565 [ 292 ] {ce6fa639-0312-4961-9d09-087ea1babd39} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1978 | 2024.11.01 08:20:30.480692 [ 292 ] {ce6fa639-0312-4961-9d09-087ea1babd39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001515 sec., 39603.960396039605 rows/sec., 2.67 MiB/sec. | ||
| 1979 | 2024.11.01 08:20:30.480964 [ 292 ] {ce6fa639-0312-4961-9d09-087ea1babd39} <Debug> DynamicQueryHandler: Done processing query | ||
| 1980 | 2024.11.01 08:20:30.480993 [ 292 ] {ce6fa639-0312-4961-9d09-087ea1babd39} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1981 | 2024.11.01 08:20:30.481009 [ 292 ] {} <Debug> HTTP-Session: 31269346-10d8-4cf8-8370-f77d4ae19503 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1982 | 2024.11.01 08:20:30.481473 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60791, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1983 | 2024.11.01 08:20:33.723585 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 234 | ||
| 1984 | 2024.11.01 08:20:33.728760 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1985 | 2024.11.01 08:20:33.728807 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 1986 | 2024.11.01 08:20:33.730313 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1987 | 2024.11.01 08:20:33.731278 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1988 | 2024.11.01 08:20:33.732051 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 234 | ||
| 1989 | 2024.11.01 08:20:35.474748 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45342, User-Agent: (none), Length: 30892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1990 | 2024.11.01 08:20:35.474921 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1991 | 2024.11.01 08:20:35.474968 [ 290 ] {} <Debug> HTTP-Session: 7a1c559e-5ff4-42ff-936d-2d5e44bdc402 Authenticating user 'default' from [fd00:1122:3344:101::d]:45342 | ||
| 1992 | 2024.11.01 08:20:35.475009 [ 290 ] {} <Debug> HTTP-Session: 7a1c559e-5ff4-42ff-936d-2d5e44bdc402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1993 | 2024.11.01 08:20:35.475038 [ 290 ] {} <Debug> HTTP-Session: 7a1c559e-5ff4-42ff-936d-2d5e44bdc402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1994 | 2024.11.01 08:20:35.475122 [ 290 ] {} <Trace> HTTP-Session: 7a1c559e-5ff4-42ff-936d-2d5e44bdc402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1995 | 2024.11.01 08:20:35.475496 [ 290 ] {2ec564f4-4b16-4de5-a78d-319630e27074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45342) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1996 | 2024.11.01 08:20:35.475564 [ 290 ] {2ec564f4-4b16-4de5-a78d-319630e27074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1997 | 2024.11.01 08:20:35.475907 [ 290 ] {2ec564f4-4b16-4de5-a78d-319630e27074} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1998 | 2024.11.01 08:20:35.476530 [ 290 ] {2ec564f4-4b16-4de5-a78d-319630e27074} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1999 | 2024.11.01 08:20:35.476579 [ 290 ] {2ec564f4-4b16-4de5-a78d-319630e27074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2000 | 2024.11.01 08:20:35.477059 [ 290 ] {2ec564f4-4b16-4de5-a78d-319630e27074} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2001 | 2024.11.01 08:20:35.477469 [ 290 ] {2ec564f4-4b16-4de5-a78d-319630e27074} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2002 | 2024.11.01 08:20:35.477660 [ 290 ] {2ec564f4-4b16-4de5-a78d-319630e27074} <Debug> executeQuery: Read 205 rows, 18.45 KiB in 0.002312 sec., 88667.82006920416 rows/sec., 7.79 MiB/sec. | ||
| 2003 | 2024.11.01 08:20:35.477676 [ 75 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2004 | 2024.11.01 08:20:35.477831 [ 75 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2005 | 2024.11.01 08:20:35.477889 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2006 | 2024.11.01 08:20:35.477982 [ 290 ] {2ec564f4-4b16-4de5-a78d-319630e27074} <Debug> DynamicQueryHandler: Done processing query | ||
| 2007 | 2024.11.01 08:20:35.478045 [ 290 ] {2ec564f4-4b16-4de5-a78d-319630e27074} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2008 | 2024.11.01 08:20:35.478105 [ 290 ] {} <Debug> HTTP-Session: 7a1c559e-5ff4-42ff-936d-2d5e44bdc402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2009 | 2024.11.01 08:20:35.478347 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2010 | 2024.11.01 08:20:35.478523 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64384, User-Agent: (none), Length: 1198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2011 | 2024.11.01 08:20:35.478630 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2012 | 2024.11.01 08:20:35.478661 [ 282 ] {} <Debug> HTTP-Session: 5b1badba-be22-48fa-9b61-66671b9eb6f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64384 | ||
| 2013 | 2024.11.01 08:20:35.478688 [ 282 ] {} <Debug> HTTP-Session: 5b1badba-be22-48fa-9b61-66671b9eb6f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2014 | 2024.11.01 08:20:35.478706 [ 282 ] {} <Debug> HTTP-Session: 5b1badba-be22-48fa-9b61-66671b9eb6f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2015 | 2024.11.01 08:20:35.478764 [ 282 ] {} <Trace> HTTP-Session: 5b1badba-be22-48fa-9b61-66671b9eb6f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2016 | 2024.11.01 08:20:35.478954 [ 282 ] {5a538d03-a42c-4746-b5c4-61bbb3153ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64384) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2017 | 2024.11.01 08:20:35.479026 [ 282 ] {5a538d03-a42c-4746-b5c4-61bbb3153ff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2018 | 2024.11.01 08:20:35.479416 [ 282 ] {5a538d03-a42c-4746-b5c4-61bbb3153ff9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2019 | 2024.11.01 08:20:35.479805 [ 282 ] {5a538d03-a42c-4746-b5c4-61bbb3153ff9} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2020 | 2024.11.01 08:20:35.479842 [ 282 ] {5a538d03-a42c-4746-b5c4-61bbb3153ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2021 | 2024.11.01 08:20:35.480262 [ 282 ] {5a538d03-a42c-4746-b5c4-61bbb3153ff9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2022 | 2024.11.01 08:20:35.480682 [ 282 ] {5a538d03-a42c-4746-b5c4-61bbb3153ff9} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2023 | 2024.11.01 08:20:35.480833 [ 282 ] {5a538d03-a42c-4746-b5c4-61bbb3153ff9} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001941 sec., 4121.586810922205 rows/sec., 309.92 KiB/sec. | ||
| 2024 | 2024.11.01 08:20:35.481037 [ 282 ] {5a538d03-a42c-4746-b5c4-61bbb3153ff9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2025 | 2024.11.01 08:20:35.481064 [ 282 ] {5a538d03-a42c-4746-b5c4-61bbb3153ff9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2026 | 2024.11.01 08:20:35.481080 [ 282 ] {} <Debug> HTTP-Session: 5b1badba-be22-48fa-9b61-66671b9eb6f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2027 | 2024.11.01 08:20:35.481275 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64384, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2028 | 2024.11.01 08:20:35.481286 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45342, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2029 | 2024.11.01 08:20:35.481412 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2030 | 2024.11.01 08:20:35.481469 [ 290 ] {} <Debug> HTTP-Session: 423932c0-12c5-492d-912d-aa25e68c0a77 Authenticating user 'default' from [fd00:1122:3344:101::d]:45342 | ||
| 2031 | 2024.11.01 08:20:35.481495 [ 290 ] {} <Debug> HTTP-Session: 423932c0-12c5-492d-912d-aa25e68c0a77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2032 | 2024.11.01 08:20:35.481513 [ 290 ] {} <Debug> HTTP-Session: 423932c0-12c5-492d-912d-aa25e68c0a77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2033 | 2024.11.01 08:20:35.481561 [ 290 ] {} <Trace> HTTP-Session: 423932c0-12c5-492d-912d-aa25e68c0a77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2034 | 2024.11.01 08:20:35.481708 [ 290 ] {cb2cdaae-0646-4cfc-9c05-fa1a86a64c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45342) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2035 | 2024.11.01 08:20:35.481766 [ 290 ] {cb2cdaae-0646-4cfc-9c05-fa1a86a64c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2036 | 2024.11.01 08:20:35.482086 [ 290 ] {cb2cdaae-0646-4cfc-9c05-fa1a86a64c8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2037 | 2024.11.01 08:20:35.482463 [ 290 ] {cb2cdaae-0646-4cfc-9c05-fa1a86a64c8f} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2038 | 2024.11.01 08:20:35.482501 [ 290 ] {cb2cdaae-0646-4cfc-9c05-fa1a86a64c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2039 | 2024.11.01 08:20:35.483191 [ 201 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2040 | 2024.11.01 08:20:35.483230 [ 290 ] {cb2cdaae-0646-4cfc-9c05-fa1a86a64c8f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2041 | 2024.11.01 08:20:35.483548 [ 201 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2042 | 2024.11.01 08:20:35.483705 [ 201 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 175 rows starting from the beginning of the part | ||
| 2043 | 2024.11.01 08:20:35.483989 [ 201 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 2044 | 2024.11.01 08:20:35.484161 [ 290 ] {cb2cdaae-0646-4cfc-9c05-fa1a86a64c8f} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2045 | 2024.11.01 08:20:35.484336 [ 201 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 175 rows starting from the beginning of the part | ||
| 2046 | 2024.11.01 08:20:35.484651 [ 201 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1196 rows starting from the beginning of the part | ||
| 2047 | 2024.11.01 08:20:35.485001 [ 290 ] {cb2cdaae-0646-4cfc-9c05-fa1a86a64c8f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003266 sec., 4286.5890998162895 rows/sec., 300.20 KiB/sec. | ||
| 2048 | 2024.11.01 08:20:35.485077 [ 201 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
| 2049 | 2024.11.01 08:20:35.485474 [ 201 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 205 rows starting from the beginning of the part | ||
| 2050 | 2024.11.01 08:20:35.486000 [ 290 ] {cb2cdaae-0646-4cfc-9c05-fa1a86a64c8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2051 | 2024.11.01 08:20:35.486080 [ 290 ] {cb2cdaae-0646-4cfc-9c05-fa1a86a64c8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2052 | 2024.11.01 08:20:35.486133 [ 290 ] {} <Debug> HTTP-Session: 423932c0-12c5-492d-912d-aa25e68c0a77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2053 | 2024.11.01 08:20:35.486325 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2054 | 2024.11.01 08:20:35.486466 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63353, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2055 | 2024.11.01 08:20:35.486627 [ 290 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 2056 | |||
| 2057 | (version 23.8.7.1) | ||
| 2058 | 2024.11.01 08:20:35.486735 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2059 | 2024.11.01 08:20:35.486829 [ 282 ] {} <Debug> HTTP-Session: 2c20726d-f620-4dc0-839e-942f356c923a Authenticating user 'default' from [fd00:1122:3344:101::d]:63353 | ||
| 2060 | 2024.11.01 08:20:35.486894 [ 282 ] {} <Debug> HTTP-Session: 2c20726d-f620-4dc0-839e-942f356c923a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2061 | 2024.11.01 08:20:35.486968 [ 282 ] {} <Debug> HTTP-Session: 2c20726d-f620-4dc0-839e-942f356c923a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2062 | 2024.11.01 08:20:35.487098 [ 282 ] {} <Trace> HTTP-Session: 2c20726d-f620-4dc0-839e-942f356c923a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2063 | 2024.11.01 08:20:35.487484 [ 282 ] {313de9f0-2013-413b-a96c-bf6080757839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63353) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 2064 | 2024.11.01 08:20:35.487584 [ 282 ] {313de9f0-2013-413b-a96c-bf6080757839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2065 | 2024.11.01 08:20:35.488333 [ 282 ] {313de9f0-2013-413b-a96c-bf6080757839} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2066 | 2024.11.01 08:20:35.488727 [ 187 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1833 rows, containing 5 columns (5 merged, 0 gathered) in 0.010683783 sec., 171568.4416278391 rows/sec., 15.04 MiB/sec. | ||
| 2067 | 2024.11.01 08:20:35.488962 [ 282 ] {313de9f0-2013-413b-a96c-bf6080757839} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2068 | 2024.11.01 08:20:35.489005 [ 282 ] {313de9f0-2013-413b-a96c-bf6080757839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2069 | 2024.11.01 08:20:35.489051 [ 187 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2070 | 2024.11.01 08:20:35.489752 [ 282 ] {313de9f0-2013-413b-a96c-bf6080757839} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2071 | 2024.11.01 08:20:35.489860 [ 187 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_6_1} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2072 | 2024.11.01 08:20:35.490007 [ 187 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_6_1} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2073 | 2024.11.01 08:20:35.490164 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 2074 | 2024.11.01 08:20:35.490322 [ 282 ] {313de9f0-2013-413b-a96c-bf6080757839} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2075 | 2024.11.01 08:20:35.490466 [ 282 ] {313de9f0-2013-413b-a96c-bf6080757839} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003103 sec., 1933.6126329358685 rows/sec., 114.24 KiB/sec. | ||
| 2076 | 2024.11.01 08:20:35.490839 [ 282 ] {313de9f0-2013-413b-a96c-bf6080757839} <Debug> DynamicQueryHandler: Done processing query | ||
| 2077 | 2024.11.01 08:20:35.490865 [ 282 ] {313de9f0-2013-413b-a96c-bf6080757839} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2078 | 2024.11.01 08:20:35.490881 [ 282 ] {} <Debug> HTTP-Session: 2c20726d-f620-4dc0-839e-942f356c923a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2079 | 2024.11.01 08:20:35.491081 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63353, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2080 | 2024.11.01 08:20:35.491268 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56882, User-Agent: (none), Length: 63110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2081 | 2024.11.01 08:20:35.491387 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2082 | 2024.11.01 08:20:35.491426 [ 290 ] {} <Debug> HTTP-Session: 6e6071db-81af-476a-b473-54b1885f88a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56882 | ||
| 2083 | 2024.11.01 08:20:35.491462 [ 290 ] {} <Debug> HTTP-Session: 6e6071db-81af-476a-b473-54b1885f88a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2084 | 2024.11.01 08:20:35.491485 [ 290 ] {} <Debug> HTTP-Session: 6e6071db-81af-476a-b473-54b1885f88a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2085 | 2024.11.01 08:20:35.491532 [ 290 ] {} <Trace> HTTP-Session: 6e6071db-81af-476a-b473-54b1885f88a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2086 | 2024.11.01 08:20:35.491833 [ 290 ] {5035eba2-f1e4-4cfc-8925-f64ebb614209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56882) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2087 | 2024.11.01 08:20:35.491892 [ 290 ] {5035eba2-f1e4-4cfc-8925-f64ebb614209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2088 | 2024.11.01 08:20:35.492210 [ 290 ] {5035eba2-f1e4-4cfc-8925-f64ebb614209} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2089 | 2024.11.01 08:20:35.492800 [ 290 ] {5035eba2-f1e4-4cfc-8925-f64ebb614209} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2090 | 2024.11.01 08:20:35.492839 [ 290 ] {5035eba2-f1e4-4cfc-8925-f64ebb614209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2091 | 2024.11.01 08:20:35.493236 [ 290 ] {5035eba2-f1e4-4cfc-8925-f64ebb614209} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2092 | 2024.11.01 08:20:35.493611 [ 290 ] {5035eba2-f1e4-4cfc-8925-f64ebb614209} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2093 | 2024.11.01 08:20:35.493765 [ 290 ] {5035eba2-f1e4-4cfc-8925-f64ebb614209} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002102 sec., 185537.58325404377 rows/sec., 13.16 MiB/sec. | ||
| 2094 | 2024.11.01 08:20:35.493774 [ 73 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2095 | 2024.11.01 08:20:35.493857 [ 73 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2096 | 2024.11.01 08:20:35.493898 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2097 | 2024.11.01 08:20:35.494078 [ 290 ] {5035eba2-f1e4-4cfc-8925-f64ebb614209} <Debug> DynamicQueryHandler: Done processing query | ||
| 2098 | 2024.11.01 08:20:35.494141 [ 290 ] {5035eba2-f1e4-4cfc-8925-f64ebb614209} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 2099 | 2024.11.01 08:20:35.494173 [ 290 ] {} <Debug> HTTP-Session: 6e6071db-81af-476a-b473-54b1885f88a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2100 | 2024.11.01 08:20:35.494195 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2101 | 2024.11.01 08:20:35.494464 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56882, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2102 | 2024.11.01 08:20:35.494543 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52765, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2103 | 2024.11.01 08:20:35.494603 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2104 | 2024.11.01 08:20:35.494656 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 354 rows starting from the beginning of the part | ||
| 2105 | 2024.11.01 08:20:35.494676 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2106 | 2024.11.01 08:20:35.494718 [ 282 ] {} <Debug> HTTP-Session: 3ad477f9-ee5c-4a2b-bc46-5be54dbf96a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52765 | ||
| 2107 | 2024.11.01 08:20:35.494752 [ 282 ] {} <Debug> HTTP-Session: 3ad477f9-ee5c-4a2b-bc46-5be54dbf96a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2108 | 2024.11.01 08:20:35.494782 [ 282 ] {} <Debug> HTTP-Session: 3ad477f9-ee5c-4a2b-bc46-5be54dbf96a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2109 | 2024.11.01 08:20:35.494919 [ 282 ] {} <Trace> HTTP-Session: 3ad477f9-ee5c-4a2b-bc46-5be54dbf96a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2110 | 2024.11.01 08:20:35.494936 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
| 2111 | 2024.11.01 08:20:35.495270 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 354 rows starting from the beginning of the part | ||
| 2112 | 2024.11.01 08:20:35.495281 [ 282 ] {5e8947e8-b2ee-4821-a33e-1100b8e1e22f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52765) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2113 | 2024.11.01 08:20:35.495468 [ 282 ] {5e8947e8-b2ee-4821-a33e-1100b8e1e22f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2114 | 2024.11.01 08:20:35.495646 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 520 rows starting from the beginning of the part | ||
| 2115 | 2024.11.01 08:20:35.496022 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
| 2116 | 2024.11.01 08:20:35.496365 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 390 rows starting from the beginning of the part | ||
| 2117 | 2024.11.01 08:20:35.496650 [ 282 ] {5e8947e8-b2ee-4821-a33e-1100b8e1e22f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2118 | 2024.11.01 08:20:35.497228 [ 282 ] {5e8947e8-b2ee-4821-a33e-1100b8e1e22f} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2119 | 2024.11.01 08:20:35.497274 [ 282 ] {5e8947e8-b2ee-4821-a33e-1100b8e1e22f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2120 | 2024.11.01 08:20:35.497803 [ 282 ] {5e8947e8-b2ee-4821-a33e-1100b8e1e22f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2121 | 2024.11.01 08:20:35.498383 [ 282 ] {5e8947e8-b2ee-4821-a33e-1100b8e1e22f} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2122 | 2024.11.01 08:20:35.498547 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1710 rows, containing 5 columns (5 merged, 0 gathered) in 0.004524552 sec., 377937.9704333158 rows/sec., 28.63 MiB/sec. | ||
| 2123 | 2024.11.01 08:20:35.498669 [ 282 ] {5e8947e8-b2ee-4821-a33e-1100b8e1e22f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003526 sec., 1701.6449234259785 rows/sec., 88.90 KiB/sec. | ||
| 2124 | 2024.11.01 08:20:35.498957 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2125 | 2024.11.01 08:20:35.499267 [ 282 ] {5e8947e8-b2ee-4821-a33e-1100b8e1e22f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2126 | 2024.11.01 08:20:35.499294 [ 282 ] {5e8947e8-b2ee-4821-a33e-1100b8e1e22f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2127 | 2024.11.01 08:20:35.499312 [ 282 ] {} <Debug> HTTP-Session: 3ad477f9-ee5c-4a2b-bc46-5be54dbf96a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2128 | 2024.11.01 08:20:35.499523 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52765, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2129 | 2024.11.01 08:20:35.499644 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_6_1} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2130 | 2024.11.01 08:20:35.499751 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37875, User-Agent: (none), Length: 44558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2131 | 2024.11.01 08:20:35.499802 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_6_1} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2132 | 2024.11.01 08:20:35.499933 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2133 | 2024.11.01 08:20:35.500010 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 2134 | 2024.11.01 08:20:35.500024 [ 290 ] {} <Debug> HTTP-Session: 554a6475-b2d5-4e25-88e9-9340f98aff31 Authenticating user 'default' from [fd00:1122:3344:101::d]:37875 | ||
| 2135 | 2024.11.01 08:20:35.500087 [ 290 ] {} <Debug> HTTP-Session: 554a6475-b2d5-4e25-88e9-9340f98aff31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2136 | 2024.11.01 08:20:35.500116 [ 290 ] {} <Debug> HTTP-Session: 554a6475-b2d5-4e25-88e9-9340f98aff31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2137 | 2024.11.01 08:20:35.500183 [ 290 ] {} <Trace> HTTP-Session: 554a6475-b2d5-4e25-88e9-9340f98aff31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2138 | 2024.11.01 08:20:35.500539 [ 290 ] {dbe9513d-a5b8-47a8-8a54-dcdea2a6979c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37875) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2139 | 2024.11.01 08:20:35.500592 [ 290 ] {dbe9513d-a5b8-47a8-8a54-dcdea2a6979c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2140 | 2024.11.01 08:20:35.500784 [ 290 ] {dbe9513d-a5b8-47a8-8a54-dcdea2a6979c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2141 | 2024.11.01 08:20:35.501225 [ 290 ] {dbe9513d-a5b8-47a8-8a54-dcdea2a6979c} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2142 | 2024.11.01 08:20:35.501261 [ 290 ] {dbe9513d-a5b8-47a8-8a54-dcdea2a6979c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2143 | 2024.11.01 08:20:35.501674 [ 290 ] {dbe9513d-a5b8-47a8-8a54-dcdea2a6979c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2144 | 2024.11.01 08:20:35.502027 [ 290 ] {dbe9513d-a5b8-47a8-8a54-dcdea2a6979c} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2145 | 2024.11.01 08:20:35.502179 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2146 | 2024.11.01 08:20:35.502194 [ 290 ] {dbe9513d-a5b8-47a8-8a54-dcdea2a6979c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00184 sec., 128804.34782608696 rows/sec., 8.63 MiB/sec. | ||
| 2147 | 2024.11.01 08:20:35.502233 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2148 | 2024.11.01 08:20:35.502296 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2149 | 2024.11.01 08:20:35.502627 [ 290 ] {dbe9513d-a5b8-47a8-8a54-dcdea2a6979c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2150 | 2024.11.01 08:20:35.502689 [ 191 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2151 | 2024.11.01 08:20:35.502708 [ 290 ] {dbe9513d-a5b8-47a8-8a54-dcdea2a6979c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2152 | 2024.11.01 08:20:35.502770 [ 290 ] {} <Debug> HTTP-Session: 554a6475-b2d5-4e25-88e9-9340f98aff31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2153 | 2024.11.01 08:20:35.502943 [ 191 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2154 | 2024.11.01 08:20:35.502988 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52765, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2155 | 2024.11.01 08:20:35.503020 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37875, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2156 | 2024.11.01 08:20:35.503044 [ 191 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 97 rows starting from the beginning of the part | ||
| 2157 | 2024.11.01 08:20:35.503128 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2158 | 2024.11.01 08:20:35.503236 [ 282 ] {} <Debug> HTTP-Session: 2d2cb422-f298-4d2b-931b-0bf952a7fd74 Authenticating user 'default' from [fd00:1122:3344:101::d]:52765 | ||
| 2159 | 2024.11.01 08:20:35.503312 [ 290 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 2160 | |||
| 2161 | (version 23.8.7.1) | ||
| 2162 | 2024.11.01 08:20:35.503371 [ 282 ] {} <Debug> HTTP-Session: 2d2cb422-f298-4d2b-931b-0bf952a7fd74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2163 | 2024.11.01 08:20:35.503455 [ 191 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
| 2164 | 2024.11.01 08:20:35.503479 [ 282 ] {} <Debug> HTTP-Session: 2d2cb422-f298-4d2b-931b-0bf952a7fd74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2165 | 2024.11.01 08:20:35.503638 [ 282 ] {} <Trace> HTTP-Session: 2d2cb422-f298-4d2b-931b-0bf952a7fd74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2166 | 2024.11.01 08:20:35.503782 [ 191 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 177 rows starting from the beginning of the part | ||
| 2167 | 2024.11.01 08:20:35.503917 [ 282 ] {323d9be4-6aec-41a6-bab6-46624c696930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52765) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2168 | 2024.11.01 08:20:35.504080 [ 191 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1970 rows starting from the beginning of the part | ||
| 2169 | 2024.11.01 08:20:35.504119 [ 282 ] {323d9be4-6aec-41a6-bab6-46624c696930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2170 | 2024.11.01 08:20:35.504454 [ 191 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 2171 | 2024.11.01 08:20:35.504794 [ 191 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part | ||
| 2172 | 2024.11.01 08:20:35.505317 [ 282 ] {323d9be4-6aec-41a6-bab6-46624c696930} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2173 | 2024.11.01 08:20:35.505587 [ 282 ] {323d9be4-6aec-41a6-bab6-46624c696930} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2174 | 2024.11.01 08:20:35.505623 [ 282 ] {323d9be4-6aec-41a6-bab6-46624c696930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2175 | 2024.11.01 08:20:35.505977 [ 282 ] {323d9be4-6aec-41a6-bab6-46624c696930} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2176 | 2024.11.01 08:20:35.506304 [ 282 ] {323d9be4-6aec-41a6-bab6-46624c696930} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2177 | 2024.11.01 08:20:35.506460 [ 282 ] {323d9be4-6aec-41a6-bab6-46624c696930} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002616 sec., 382.26299694189606 rows/sec., 25.76 KiB/sec. | ||
| 2178 | 2024.11.01 08:20:35.506635 [ 282 ] {323d9be4-6aec-41a6-bab6-46624c696930} <Debug> DynamicQueryHandler: Done processing query | ||
| 2179 | 2024.11.01 08:20:35.506660 [ 282 ] {323d9be4-6aec-41a6-bab6-46624c696930} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2180 | 2024.11.01 08:20:35.506676 [ 282 ] {} <Debug> HTTP-Session: 2d2cb422-f298-4d2b-931b-0bf952a7fd74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2181 | 2024.11.01 08:20:35.506865 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52765, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2182 | 2024.11.01 08:20:35.506947 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62131, User-Agent: (none), Length: 14001, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2183 | 2024.11.01 08:20:35.507019 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2184 | 2024.11.01 08:20:35.507045 [ 290 ] {} <Debug> HTTP-Session: 1ed72d52-9249-4bc6-a9e5-422f6ec63eeb Authenticating user 'default' from [fd00:1122:3344:101::d]:62131 | ||
| 2185 | 2024.11.01 08:20:35.507067 [ 290 ] {} <Debug> HTTP-Session: 1ed72d52-9249-4bc6-a9e5-422f6ec63eeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2186 | 2024.11.01 08:20:35.507084 [ 290 ] {} <Debug> HTTP-Session: 1ed72d52-9249-4bc6-a9e5-422f6ec63eeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2187 | 2024.11.01 08:20:35.507130 [ 290 ] {} <Trace> HTTP-Session: 1ed72d52-9249-4bc6-a9e5-422f6ec63eeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2188 | 2024.11.01 08:20:35.507413 [ 290 ] {8293ea72-2b19-481a-b217-58f4d3de6127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62131) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2189 | 2024.11.01 08:20:35.507722 [ 290 ] {8293ea72-2b19-481a-b217-58f4d3de6127} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2190 | 2024.11.01 08:20:35.509958 [ 290 ] {8293ea72-2b19-481a-b217-58f4d3de6127} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2191 | 2024.11.01 08:20:35.511405 [ 191 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2741 rows, containing 5 columns (5 merged, 0 gathered) in 0.008987541 sec., 304977.7464158439 rows/sec., 20.42 MiB/sec. | ||
| 2192 | 2024.11.01 08:20:35.511459 [ 290 ] {8293ea72-2b19-481a-b217-58f4d3de6127} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2193 | 2024.11.01 08:20:35.511507 [ 290 ] {8293ea72-2b19-481a-b217-58f4d3de6127} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2194 | 2024.11.01 08:20:35.511800 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2195 | 2024.11.01 08:20:35.513050 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2196 | 2024.11.01 08:20:35.513109 [ 290 ] {8293ea72-2b19-481a-b217-58f4d3de6127} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2197 | 2024.11.01 08:20:35.513161 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2198 | 2024.11.01 08:20:35.513321 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 2199 | 2024.11.01 08:20:35.513708 [ 290 ] {8293ea72-2b19-481a-b217-58f4d3de6127} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2200 | 2024.11.01 08:20:35.513945 [ 290 ] {8293ea72-2b19-481a-b217-58f4d3de6127} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006703 sec., 1193.4954497985977 rows/sec., 2.14 MiB/sec. | ||
| 2201 | 2024.11.01 08:20:35.514411 [ 290 ] {8293ea72-2b19-481a-b217-58f4d3de6127} <Debug> DynamicQueryHandler: Done processing query | ||
| 2202 | 2024.11.01 08:20:35.514437 [ 290 ] {8293ea72-2b19-481a-b217-58f4d3de6127} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 2203 | 2024.11.01 08:20:35.514455 [ 290 ] {} <Debug> HTTP-Session: 1ed72d52-9249-4bc6-a9e5-422f6ec63eeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2204 | 2024.11.01 08:20:35.514598 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62131, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2205 | 2024.11.01 08:20:35.514743 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62003, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2206 | 2024.11.01 08:20:35.514807 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2207 | 2024.11.01 08:20:35.514827 [ 282 ] {} <Debug> HTTP-Session: 0e03743a-2222-4f2d-8852-f39fadeebbc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:62003 | ||
| 2208 | 2024.11.01 08:20:35.514846 [ 282 ] {} <Debug> HTTP-Session: 0e03743a-2222-4f2d-8852-f39fadeebbc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2209 | 2024.11.01 08:20:35.514860 [ 282 ] {} <Debug> HTTP-Session: 0e03743a-2222-4f2d-8852-f39fadeebbc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2210 | 2024.11.01 08:20:35.514899 [ 282 ] {} <Trace> HTTP-Session: 0e03743a-2222-4f2d-8852-f39fadeebbc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2211 | 2024.11.01 08:20:35.515055 [ 282 ] {fbd7d2c7-580c-4341-82c4-e746b645005b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62003) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2212 | 2024.11.01 08:20:35.515103 [ 282 ] {fbd7d2c7-580c-4341-82c4-e746b645005b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2213 | 2024.11.01 08:20:35.515265 [ 282 ] {fbd7d2c7-580c-4341-82c4-e746b645005b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2214 | 2024.11.01 08:20:35.515595 [ 282 ] {fbd7d2c7-580c-4341-82c4-e746b645005b} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2215 | 2024.11.01 08:20:35.515631 [ 282 ] {fbd7d2c7-580c-4341-82c4-e746b645005b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2216 | 2024.11.01 08:20:35.516008 [ 282 ] {fbd7d2c7-580c-4341-82c4-e746b645005b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2217 | 2024.11.01 08:20:35.516337 [ 282 ] {fbd7d2c7-580c-4341-82c4-e746b645005b} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2218 | 2024.11.01 08:20:35.516490 [ 73 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2219 | 2024.11.01 08:20:35.516506 [ 282 ] {fbd7d2c7-580c-4341-82c4-e746b645005b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001512 sec., 54232.80423280423 rows/sec., 3.44 MiB/sec. | ||
| 2220 | 2024.11.01 08:20:35.516556 [ 73 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2221 | 2024.11.01 08:20:35.516621 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 2222 | 2024.11.01 08:20:35.516778 [ 191 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2223 | 2024.11.01 08:20:35.516796 [ 282 ] {fbd7d2c7-580c-4341-82c4-e746b645005b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2224 | 2024.11.01 08:20:35.516829 [ 282 ] {fbd7d2c7-580c-4341-82c4-e746b645005b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2225 | 2024.11.01 08:20:35.516852 [ 282 ] {} <Debug> HTTP-Session: 0e03743a-2222-4f2d-8852-f39fadeebbc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2226 | 2024.11.01 08:20:35.516937 [ 191 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2227 | 2024.11.01 08:20:35.516972 [ 191 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
| 2228 | 2024.11.01 08:20:35.517080 [ 191 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 2229 | 2024.11.01 08:20:35.517150 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62003, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2230 | 2024.11.01 08:20:35.517432 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 2231 | |||
| 2232 | (version 23.8.7.1) | ||
| 2233 | 2024.11.01 08:20:35.517437 [ 191 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
| 2234 | 2024.11.01 08:20:35.517681 [ 191 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
| 2235 | 2024.11.01 08:20:35.517804 [ 191 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 2236 | 2024.11.01 08:20:35.517921 [ 191 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part | ||
| 2237 | 2024.11.01 08:20:35.519159 [ 190 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 4 columns (4 merged, 0 gathered) in 0.00243334 sec., 115890.09345179876 rows/sec., 7.46 MiB/sec. | ||
| 2238 | 2024.11.01 08:20:35.519403 [ 190 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2239 | 2024.11.01 08:20:35.519910 [ 190 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_6_1} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2240 | 2024.11.01 08:20:35.520013 [ 190 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_6_1} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2241 | 2024.11.01 08:20:35.520123 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2242 | 2024.11.01 08:20:40.470060 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48395, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2243 | 2024.11.01 08:20:40.470201 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2244 | 2024.11.01 08:20:40.470230 [ 282 ] {} <Debug> HTTP-Session: 9b6733ff-6f0a-4b19-8926-c30f761fff48 Authenticating user 'default' from [fd00:1122:3344:101::d]:48395 | ||
| 2245 | 2024.11.01 08:20:40.470258 [ 282 ] {} <Debug> HTTP-Session: 9b6733ff-6f0a-4b19-8926-c30f761fff48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2246 | 2024.11.01 08:20:40.470276 [ 282 ] {} <Debug> HTTP-Session: 9b6733ff-6f0a-4b19-8926-c30f761fff48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2247 | 2024.11.01 08:20:40.470333 [ 282 ] {} <Trace> HTTP-Session: 9b6733ff-6f0a-4b19-8926-c30f761fff48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2248 | 2024.11.01 08:20:40.470602 [ 282 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48395) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2249 | 2024.11.01 08:20:40.471006 [ 282 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2250 | 2024.11.01 08:20:40.471056 [ 282 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2251 | 2024.11.01 08:20:40.471425 [ 282 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2252 | 2024.11.01 08:20:40.471505 [ 282 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2253 | 2024.11.01 08:20:40.471677 [ 282 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2254 | 2024.11.01 08:20:40.471813 [ 293 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2255 | 2024.11.01 08:20:40.471813 [ 256 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2256 | 2024.11.01 08:20:40.471941 [ 282 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 2257 | 2024.11.01 08:20:40.471972 [ 282 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2258 | 2024.11.01 08:20:40.476077 [ 282 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2259 | 2024.11.01 08:20:40.478056 [ 282 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Reading approx. 37 rows with 2 streams | ||
| 2260 | 2024.11.01 08:20:40.478136 [ 282 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2261 | 2024.11.01 08:20:40.478188 [ 282 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2262 | 2024.11.01 08:20:40.479956 [ 282 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.009482 sec., 3902.1303522463613 rows/sec., 146.25 KiB/sec. | ||
| 2263 | 2024.11.01 08:20:40.480315 [ 282 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2264 | 2024.11.01 08:20:40.480342 [ 282 ] {72de0692-32a4-41f5-ac5f-7b83e7180af6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2265 | 2024.11.01 08:20:40.480359 [ 282 ] {} <Debug> HTTP-Session: 9b6733ff-6f0a-4b19-8926-c30f761fff48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2266 | 2024.11.01 08:20:40.480663 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48395, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2267 | 2024.11.01 08:20:40.480734 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 1363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2268 | 2024.11.01 08:20:40.480853 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2269 | 2024.11.01 08:20:40.480879 [ 290 ] {} <Debug> HTTP-Session: 548749a9-5114-450a-9f88-faaf4b7f6bc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
| 2270 | 2024.11.01 08:20:40.480904 [ 290 ] {} <Debug> HTTP-Session: 548749a9-5114-450a-9f88-faaf4b7f6bc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2271 | 2024.11.01 08:20:40.480918 [ 290 ] {} <Debug> HTTP-Session: 548749a9-5114-450a-9f88-faaf4b7f6bc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2272 | 2024.11.01 08:20:40.480970 [ 290 ] {} <Trace> HTTP-Session: 548749a9-5114-450a-9f88-faaf4b7f6bc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2273 | 2024.11.01 08:20:40.481229 [ 290 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2274 | 2024.11.01 08:20:40.481662 [ 290 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2275 | 2024.11.01 08:20:40.481715 [ 290 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2276 | 2024.11.01 08:20:40.482091 [ 290 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2277 | 2024.11.01 08:20:40.482176 [ 290 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2278 | 2024.11.01 08:20:40.482355 [ 290 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2279 | 2024.11.01 08:20:40.482445 [ 297 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2280 | 2024.11.01 08:20:40.482460 [ 296 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2281 | 2024.11.01 08:20:40.482576 [ 290 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 2282 | 2024.11.01 08:20:40.482604 [ 290 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2283 | 2024.11.01 08:20:40.482700 [ 290 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2284 | 2024.11.01 08:20:40.482723 [ 290 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Reading approx. 37 rows with 2 streams | ||
| 2285 | 2024.11.01 08:20:40.482768 [ 290 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2286 | 2024.11.01 08:20:40.482818 [ 290 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2287 | 2024.11.01 08:20:40.484255 [ 290 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003154 sec., 11731.135066582117 rows/sec., 439.67 KiB/sec. | ||
| 2288 | 2024.11.01 08:20:40.484616 [ 290 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2289 | 2024.11.01 08:20:40.484648 [ 290 ] {15d2ce0e-7d7e-4738-bcfc-71b17b79fd5a} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2290 | 2024.11.01 08:20:40.484670 [ 290 ] {} <Debug> HTTP-Session: 548749a9-5114-450a-9f88-faaf4b7f6bc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2291 | 2024.11.01 08:20:40.485033 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2292 | 2024.11.01 08:20:40.485142 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35788, User-Agent: (none), Length: 1400, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2293 | 2024.11.01 08:20:40.485229 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2294 | 2024.11.01 08:20:40.485256 [ 282 ] {} <Debug> HTTP-Session: 9c1cbc00-7544-4cc5-91dc-21cc1fc3fd27 Authenticating user 'default' from [fd00:1122:3344:101::d]:35788 | ||
| 2295 | 2024.11.01 08:20:40.485278 [ 282 ] {} <Debug> HTTP-Session: 9c1cbc00-7544-4cc5-91dc-21cc1fc3fd27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2296 | 2024.11.01 08:20:40.485295 [ 282 ] {} <Debug> HTTP-Session: 9c1cbc00-7544-4cc5-91dc-21cc1fc3fd27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2297 | 2024.11.01 08:20:40.485344 [ 282 ] {} <Trace> HTTP-Session: 9c1cbc00-7544-4cc5-91dc-21cc1fc3fd27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2298 | 2024.11.01 08:20:40.485563 [ 282 ] {32867646-658c-4987-a80c-6914718b2c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35788) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2299 | 2024.11.01 08:20:40.485924 [ 282 ] {32867646-658c-4987-a80c-6914718b2c00} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2300 | 2024.11.01 08:20:40.485976 [ 282 ] {32867646-658c-4987-a80c-6914718b2c00} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2301 | 2024.11.01 08:20:40.486321 [ 282 ] {32867646-658c-4987-a80c-6914718b2c00} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2302 | 2024.11.01 08:20:40.486390 [ 282 ] {32867646-658c-4987-a80c-6914718b2c00} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2303 | 2024.11.01 08:20:40.486545 [ 282 ] {32867646-658c-4987-a80c-6914718b2c00} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2304 | 2024.11.01 08:20:40.486655 [ 293 ] {32867646-658c-4987-a80c-6914718b2c00} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2305 | 2024.11.01 08:20:40.486667 [ 297 ] {32867646-658c-4987-a80c-6914718b2c00} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2306 | 2024.11.01 08:20:40.486768 [ 282 ] {32867646-658c-4987-a80c-6914718b2c00} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 2307 | 2024.11.01 08:20:40.486797 [ 282 ] {32867646-658c-4987-a80c-6914718b2c00} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2308 | 2024.11.01 08:20:40.486883 [ 282 ] {32867646-658c-4987-a80c-6914718b2c00} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2309 | 2024.11.01 08:20:40.486905 [ 282 ] {32867646-658c-4987-a80c-6914718b2c00} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Reading approx. 37 rows with 2 streams | ||
| 2310 | 2024.11.01 08:20:40.486948 [ 282 ] {32867646-658c-4987-a80c-6914718b2c00} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2311 | 2024.11.01 08:20:40.486999 [ 282 ] {32867646-658c-4987-a80c-6914718b2c00} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2312 | 2024.11.01 08:20:40.488530 [ 282 ] {32867646-658c-4987-a80c-6914718b2c00} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003076 sec., 12028.608582574772 rows/sec., 450.82 KiB/sec. | ||
| 2313 | 2024.11.01 08:20:40.488846 [ 282 ] {32867646-658c-4987-a80c-6914718b2c00} <Debug> DynamicQueryHandler: Done processing query | ||
| 2314 | 2024.11.01 08:20:40.488873 [ 282 ] {32867646-658c-4987-a80c-6914718b2c00} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2315 | 2024.11.01 08:20:40.488890 [ 282 ] {} <Debug> HTTP-Session: 9c1cbc00-7544-4cc5-91dc-21cc1fc3fd27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2316 | 2024.11.01 08:20:40.489279 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35788, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2317 | 2024.11.01 08:20:40.489336 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47319, User-Agent: (none), Length: 638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2318 | 2024.11.01 08:20:40.489433 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2319 | 2024.11.01 08:20:40.489460 [ 290 ] {} <Debug> HTTP-Session: a9e4dc1e-7f6a-4cf1-8d67-e3fd8d21d14f Authenticating user 'default' from [fd00:1122:3344:101::d]:47319 | ||
| 2320 | 2024.11.01 08:20:40.489482 [ 290 ] {} <Debug> HTTP-Session: a9e4dc1e-7f6a-4cf1-8d67-e3fd8d21d14f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2321 | 2024.11.01 08:20:40.489499 [ 290 ] {} <Debug> HTTP-Session: a9e4dc1e-7f6a-4cf1-8d67-e3fd8d21d14f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2322 | 2024.11.01 08:20:40.489549 [ 290 ] {} <Trace> HTTP-Session: a9e4dc1e-7f6a-4cf1-8d67-e3fd8d21d14f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2323 | 2024.11.01 08:20:40.489709 [ 290 ] {d70c6dab-f19c-4807-ab0d-01c7065459e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47319) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2324 | 2024.11.01 08:20:40.489776 [ 290 ] {d70c6dab-f19c-4807-ab0d-01c7065459e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2325 | 2024.11.01 08:20:40.490030 [ 290 ] {d70c6dab-f19c-4807-ab0d-01c7065459e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2326 | 2024.11.01 08:20:40.490400 [ 290 ] {d70c6dab-f19c-4807-ab0d-01c7065459e3} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2327 | 2024.11.01 08:20:40.490449 [ 290 ] {d70c6dab-f19c-4807-ab0d-01c7065459e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2328 | 2024.11.01 08:20:40.490988 [ 290 ] {d70c6dab-f19c-4807-ab0d-01c7065459e3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2329 | 2024.11.01 08:20:40.491330 [ 290 ] {d70c6dab-f19c-4807-ab0d-01c7065459e3} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2330 | 2024.11.01 08:20:40.491508 [ 290 ] {d70c6dab-f19c-4807-ab0d-01c7065459e3} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001844 sec., 1626.8980477223429 rows/sec., 148.28 KiB/sec. | ||
| 2331 | 2024.11.01 08:20:40.491815 [ 290 ] {d70c6dab-f19c-4807-ab0d-01c7065459e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2332 | 2024.11.01 08:20:40.491842 [ 290 ] {d70c6dab-f19c-4807-ab0d-01c7065459e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2333 | 2024.11.01 08:20:40.491858 [ 290 ] {} <Debug> HTTP-Session: a9e4dc1e-7f6a-4cf1-8d67-e3fd8d21d14f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2334 | 2024.11.01 08:20:40.492022 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47319, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2335 | 2024.11.01 08:20:40.492135 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36450, User-Agent: (none), Length: 10283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2336 | 2024.11.01 08:20:40.492208 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2337 | 2024.11.01 08:20:40.492232 [ 282 ] {} <Debug> HTTP-Session: 7e9d8559-8de7-4961-8c84-948e2dc4b5a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36450 | ||
| 2338 | 2024.11.01 08:20:40.492253 [ 282 ] {} <Debug> HTTP-Session: 7e9d8559-8de7-4961-8c84-948e2dc4b5a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2339 | 2024.11.01 08:20:40.492271 [ 282 ] {} <Debug> HTTP-Session: 7e9d8559-8de7-4961-8c84-948e2dc4b5a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2340 | 2024.11.01 08:20:40.492316 [ 282 ] {} <Trace> HTTP-Session: 7e9d8559-8de7-4961-8c84-948e2dc4b5a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2341 | 2024.11.01 08:20:40.492493 [ 282 ] {953f0b4a-08fd-4be0-84a3-4ae98588f48c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36450) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2342 | 2024.11.01 08:20:40.492544 [ 282 ] {953f0b4a-08fd-4be0-84a3-4ae98588f48c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2343 | 2024.11.01 08:20:40.492813 [ 282 ] {953f0b4a-08fd-4be0-84a3-4ae98588f48c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2344 | 2024.11.01 08:20:40.493222 [ 282 ] {953f0b4a-08fd-4be0-84a3-4ae98588f48c} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2345 | 2024.11.01 08:20:40.493260 [ 282 ] {953f0b4a-08fd-4be0-84a3-4ae98588f48c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2346 | 2024.11.01 08:20:40.493680 [ 282 ] {953f0b4a-08fd-4be0-84a3-4ae98588f48c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2347 | 2024.11.01 08:20:40.494074 [ 282 ] {953f0b4a-08fd-4be0-84a3-4ae98588f48c} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2348 | 2024.11.01 08:20:40.494216 [ 282 ] {953f0b4a-08fd-4be0-84a3-4ae98588f48c} <Debug> executeQuery: Read 72 rows, 5.90 KiB in 0.001801 sec., 39977.790116601886 rows/sec., 3.20 MiB/sec. | ||
| 2349 | 2024.11.01 08:20:40.494406 [ 282 ] {953f0b4a-08fd-4be0-84a3-4ae98588f48c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2350 | 2024.11.01 08:20:40.494431 [ 282 ] {953f0b4a-08fd-4be0-84a3-4ae98588f48c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2351 | 2024.11.01 08:20:40.494447 [ 282 ] {} <Debug> HTTP-Session: 7e9d8559-8de7-4961-8c84-948e2dc4b5a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2352 | 2024.11.01 08:20:40.494620 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47319, User-Agent: (none), Length: 1198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2353 | 2024.11.01 08:20:40.494634 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2354 | 2024.11.01 08:20:40.494714 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2355 | 2024.11.01 08:20:40.494753 [ 290 ] {} <Debug> HTTP-Session: 9e38e311-0313-40fe-8917-14c5cdd8b171 Authenticating user 'default' from [fd00:1122:3344:101::d]:47319 | ||
| 2356 | 2024.11.01 08:20:40.494776 [ 290 ] {} <Debug> HTTP-Session: 9e38e311-0313-40fe-8917-14c5cdd8b171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2357 | 2024.11.01 08:20:40.494800 [ 290 ] {} <Debug> HTTP-Session: 9e38e311-0313-40fe-8917-14c5cdd8b171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2358 | 2024.11.01 08:20:40.494853 [ 290 ] {} <Trace> HTTP-Session: 9e38e311-0313-40fe-8917-14c5cdd8b171 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2359 | 2024.11.01 08:20:40.494999 [ 290 ] {63e2c7ba-5953-4dcf-9f6a-303f27db1b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47319) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2360 | 2024.11.01 08:20:40.495061 [ 290 ] {63e2c7ba-5953-4dcf-9f6a-303f27db1b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2361 | 2024.11.01 08:20:40.495412 [ 290 ] {63e2c7ba-5953-4dcf-9f6a-303f27db1b50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2362 | 2024.11.01 08:20:40.495755 [ 290 ] {63e2c7ba-5953-4dcf-9f6a-303f27db1b50} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2363 | 2024.11.01 08:20:40.495794 [ 290 ] {63e2c7ba-5953-4dcf-9f6a-303f27db1b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2364 | 2024.11.01 08:20:40.496173 [ 290 ] {63e2c7ba-5953-4dcf-9f6a-303f27db1b50} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2365 | 2024.11.01 08:20:40.496560 [ 290 ] {63e2c7ba-5953-4dcf-9f6a-303f27db1b50} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2366 | 2024.11.01 08:20:40.496743 [ 290 ] {63e2c7ba-5953-4dcf-9f6a-303f27db1b50} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001784 sec., 4484.304932735426 rows/sec., 337.20 KiB/sec. | ||
| 2367 | 2024.11.01 08:20:40.497105 [ 290 ] {63e2c7ba-5953-4dcf-9f6a-303f27db1b50} <Debug> DynamicQueryHandler: Done processing query | ||
| 2368 | 2024.11.01 08:20:40.497132 [ 290 ] {63e2c7ba-5953-4dcf-9f6a-303f27db1b50} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2369 | 2024.11.01 08:20:40.497148 [ 290 ] {} <Debug> HTTP-Session: 9e38e311-0313-40fe-8917-14c5cdd8b171 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2370 | 2024.11.01 08:20:40.497331 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47319, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2371 | 2024.11.01 08:20:40.497481 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53107, User-Agent: (none), Length: 13239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2372 | 2024.11.01 08:20:40.497575 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2373 | 2024.11.01 08:20:40.497595 [ 282 ] {} <Debug> HTTP-Session: 4ac26169-641f-4a02-8556-9f181c74c5aa Authenticating user 'default' from [fd00:1122:3344:101::d]:53107 | ||
| 2374 | 2024.11.01 08:20:40.497613 [ 282 ] {} <Debug> HTTP-Session: 4ac26169-641f-4a02-8556-9f181c74c5aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2375 | 2024.11.01 08:20:40.497627 [ 282 ] {} <Debug> HTTP-Session: 4ac26169-641f-4a02-8556-9f181c74c5aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2376 | 2024.11.01 08:20:40.497666 [ 282 ] {} <Trace> HTTP-Session: 4ac26169-641f-4a02-8556-9f181c74c5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2377 | 2024.11.01 08:20:40.497810 [ 282 ] {a835d120-74d0-471e-8c70-7f1de11267bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53107) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2378 | 2024.11.01 08:20:40.497857 [ 282 ] {a835d120-74d0-471e-8c70-7f1de11267bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2379 | 2024.11.01 08:20:40.498122 [ 282 ] {a835d120-74d0-471e-8c70-7f1de11267bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2380 | 2024.11.01 08:20:40.498654 [ 282 ] {a835d120-74d0-471e-8c70-7f1de11267bc} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2381 | 2024.11.01 08:20:40.498692 [ 282 ] {a835d120-74d0-471e-8c70-7f1de11267bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2382 | 2024.11.01 08:20:40.499061 [ 282 ] {a835d120-74d0-471e-8c70-7f1de11267bc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2383 | 2024.11.01 08:20:40.499438 [ 282 ] {a835d120-74d0-471e-8c70-7f1de11267bc} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2384 | 2024.11.01 08:20:40.499568 [ 282 ] {a835d120-74d0-471e-8c70-7f1de11267bc} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001816 sec., 42951.54185022027 rows/sec., 3.35 MiB/sec. | ||
| 2385 | 2024.11.01 08:20:40.499752 [ 282 ] {a835d120-74d0-471e-8c70-7f1de11267bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 2386 | 2024.11.01 08:20:40.499776 [ 282 ] {a835d120-74d0-471e-8c70-7f1de11267bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2387 | 2024.11.01 08:20:40.499793 [ 282 ] {} <Debug> HTTP-Session: 4ac26169-641f-4a02-8556-9f181c74c5aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2388 | 2024.11.01 08:20:40.500009 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53107, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2389 | 2024.11.01 08:20:40.500071 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47319, User-Agent: (none), Length: 28258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2390 | 2024.11.01 08:20:40.500163 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2391 | 2024.11.01 08:20:40.500191 [ 290 ] {} <Debug> HTTP-Session: 99f28322-79bc-4972-baf4-a658e3a38756 Authenticating user 'default' from [fd00:1122:3344:101::d]:47319 | ||
| 2392 | 2024.11.01 08:20:40.500215 [ 290 ] {} <Debug> HTTP-Session: 99f28322-79bc-4972-baf4-a658e3a38756 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2393 | 2024.11.01 08:20:40.500233 [ 290 ] {} <Debug> HTTP-Session: 99f28322-79bc-4972-baf4-a658e3a38756 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2394 | 2024.11.01 08:20:40.500280 [ 290 ] {} <Trace> HTTP-Session: 99f28322-79bc-4972-baf4-a658e3a38756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2395 | 2024.11.01 08:20:40.500571 [ 290 ] {a7b2c2e9-f413-4be8-bcd6-f596d021b9d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47319) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2396 | 2024.11.01 08:20:40.500626 [ 290 ] {a7b2c2e9-f413-4be8-bcd6-f596d021b9d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2397 | 2024.11.01 08:20:40.500811 [ 290 ] {a7b2c2e9-f413-4be8-bcd6-f596d021b9d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2398 | 2024.11.01 08:20:40.501185 [ 290 ] {a7b2c2e9-f413-4be8-bcd6-f596d021b9d7} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2399 | 2024.11.01 08:20:40.501223 [ 290 ] {a7b2c2e9-f413-4be8-bcd6-f596d021b9d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2400 | 2024.11.01 08:20:40.501626 [ 290 ] {a7b2c2e9-f413-4be8-bcd6-f596d021b9d7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2401 | 2024.11.01 08:20:40.501997 [ 290 ] {a7b2c2e9-f413-4be8-bcd6-f596d021b9d7} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2402 | 2024.11.01 08:20:40.502153 [ 290 ] {a7b2c2e9-f413-4be8-bcd6-f596d021b9d7} <Debug> executeQuery: Read 148 rows, 10.55 KiB in 0.001773 sec., 83474.33728144388 rows/sec., 5.81 MiB/sec. | ||
| 2403 | 2024.11.01 08:20:40.502322 [ 290 ] {a7b2c2e9-f413-4be8-bcd6-f596d021b9d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2404 | 2024.11.01 08:20:40.502346 [ 290 ] {a7b2c2e9-f413-4be8-bcd6-f596d021b9d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2405 | 2024.11.01 08:20:40.502362 [ 290 ] {} <Debug> HTTP-Session: 99f28322-79bc-4972-baf4-a658e3a38756 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2406 | 2024.11.01 08:20:40.502521 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47319, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2407 | 2024.11.01 08:20:40.502616 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65081, User-Agent: (none), Length: 13722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2408 | 2024.11.01 08:20:40.502680 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2409 | 2024.11.01 08:20:40.502700 [ 282 ] {} <Debug> HTTP-Session: 4f7d4279-8595-4f87-bd96-303bf114d8cb Authenticating user 'default' from [fd00:1122:3344:101::d]:65081 | ||
| 2410 | 2024.11.01 08:20:40.502717 [ 282 ] {} <Debug> HTTP-Session: 4f7d4279-8595-4f87-bd96-303bf114d8cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2411 | 2024.11.01 08:20:40.502731 [ 282 ] {} <Debug> HTTP-Session: 4f7d4279-8595-4f87-bd96-303bf114d8cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2412 | 2024.11.01 08:20:40.502769 [ 282 ] {} <Trace> HTTP-Session: 4f7d4279-8595-4f87-bd96-303bf114d8cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2413 | 2024.11.01 08:20:40.502983 [ 282 ] {779a9f91-9cc1-46b6-b88c-9ba33618e05c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65081) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2414 | 2024.11.01 08:20:40.503062 [ 282 ] {779a9f91-9cc1-46b6-b88c-9ba33618e05c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2415 | 2024.11.01 08:20:40.503553 [ 282 ] {779a9f91-9cc1-46b6-b88c-9ba33618e05c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2416 | 2024.11.01 08:20:40.504079 [ 282 ] {779a9f91-9cc1-46b6-b88c-9ba33618e05c} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2417 | 2024.11.01 08:20:40.504116 [ 282 ] {779a9f91-9cc1-46b6-b88c-9ba33618e05c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2418 | 2024.11.01 08:20:40.504769 [ 282 ] {779a9f91-9cc1-46b6-b88c-9ba33618e05c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2419 | 2024.11.01 08:20:40.505198 [ 282 ] {779a9f91-9cc1-46b6-b88c-9ba33618e05c} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2420 | 2024.11.01 08:20:40.505350 [ 282 ] {779a9f91-9cc1-46b6-b88c-9ba33618e05c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002494 sec., 3207.698476343224 rows/sec., 5.75 MiB/sec. | ||
| 2421 | 2024.11.01 08:20:40.505584 [ 282 ] {779a9f91-9cc1-46b6-b88c-9ba33618e05c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2422 | 2024.11.01 08:20:40.505609 [ 282 ] {779a9f91-9cc1-46b6-b88c-9ba33618e05c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 2423 | 2024.11.01 08:20:40.505625 [ 282 ] {} <Debug> HTTP-Session: 4f7d4279-8595-4f87-bd96-303bf114d8cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2424 | 2024.11.01 08:20:40.505782 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47319, User-Agent: (none), Length: 969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2425 | 2024.11.01 08:20:40.505796 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2426 | 2024.11.01 08:20:40.505874 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2427 | 2024.11.01 08:20:40.505906 [ 290 ] {} <Debug> HTTP-Session: bb014fa4-955e-4627-8190-7858eb400cd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47319 | ||
| 2428 | 2024.11.01 08:20:40.505924 [ 290 ] {} <Debug> HTTP-Session: bb014fa4-955e-4627-8190-7858eb400cd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2429 | 2024.11.01 08:20:40.505946 [ 290 ] {} <Debug> HTTP-Session: bb014fa4-955e-4627-8190-7858eb400cd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2430 | 2024.11.01 08:20:40.505996 [ 290 ] {} <Trace> HTTP-Session: bb014fa4-955e-4627-8190-7858eb400cd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2431 | 2024.11.01 08:20:40.506108 [ 290 ] {8cca5514-120f-447c-944f-b67bf18d0e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47319) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2432 | 2024.11.01 08:20:40.506157 [ 290 ] {8cca5514-120f-447c-944f-b67bf18d0e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2433 | 2024.11.01 08:20:40.506319 [ 290 ] {8cca5514-120f-447c-944f-b67bf18d0e4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2434 | 2024.11.01 08:20:40.506598 [ 290 ] {8cca5514-120f-447c-944f-b67bf18d0e4b} <Trace> oximeter.measurements_i64 (ebe9331a-3950-4c4e-a7c6-de2b3536c865): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2435 | 2024.11.01 08:20:40.506635 [ 290 ] {8cca5514-120f-447c-944f-b67bf18d0e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2436 | 2024.11.01 08:20:40.507013 [ 290 ] {8cca5514-120f-447c-944f-b67bf18d0e4b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2437 | 2024.11.01 08:20:40.507355 [ 290 ] {8cca5514-120f-447c-944f-b67bf18d0e4b} <Trace> oximeter.measurements_i64 (ebe9331a-3950-4c4e-a7c6-de2b3536c865): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2438 | 2024.11.01 08:20:40.507514 [ 290 ] {8cca5514-120f-447c-944f-b67bf18d0e4b} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001435 sec., 4181.1846689895465 rows/sec., 295.35 KiB/sec. | ||
| 2439 | 2024.11.01 08:20:40.507825 [ 290 ] {8cca5514-120f-447c-944f-b67bf18d0e4b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2440 | 2024.11.01 08:20:40.507850 [ 290 ] {8cca5514-120f-447c-944f-b67bf18d0e4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2441 | 2024.11.01 08:20:40.507866 [ 290 ] {} <Debug> HTTP-Session: bb014fa4-955e-4627-8190-7858eb400cd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2442 | 2024.11.01 08:20:40.508016 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47319, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2443 | 2024.11.01 08:20:40.508199 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48552, User-Agent: (none), Length: 8199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2444 | 2024.11.01 08:20:40.508308 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2445 | 2024.11.01 08:20:40.508349 [ 282 ] {} <Debug> HTTP-Session: e6661da7-71aa-4884-b542-48d60a469827 Authenticating user 'default' from [fd00:1122:3344:101::d]:48552 | ||
| 2446 | 2024.11.01 08:20:40.508382 [ 282 ] {} <Debug> HTTP-Session: e6661da7-71aa-4884-b542-48d60a469827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2447 | 2024.11.01 08:20:40.508408 [ 282 ] {} <Debug> HTTP-Session: e6661da7-71aa-4884-b542-48d60a469827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2448 | 2024.11.01 08:20:40.508476 [ 282 ] {} <Trace> HTTP-Session: e6661da7-71aa-4884-b542-48d60a469827 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2449 | 2024.11.01 08:20:40.508634 [ 282 ] {c5f80a89-242b-4af8-8cce-309c2a50c669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48552) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2450 | 2024.11.01 08:20:40.508683 [ 282 ] {c5f80a89-242b-4af8-8cce-309c2a50c669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2451 | 2024.11.01 08:20:40.508835 [ 282 ] {c5f80a89-242b-4af8-8cce-309c2a50c669} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2452 | 2024.11.01 08:20:40.509137 [ 282 ] {c5f80a89-242b-4af8-8cce-309c2a50c669} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2453 | 2024.11.01 08:20:40.509174 [ 282 ] {c5f80a89-242b-4af8-8cce-309c2a50c669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2454 | 2024.11.01 08:20:40.509553 [ 282 ] {c5f80a89-242b-4af8-8cce-309c2a50c669} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2455 | 2024.11.01 08:20:40.509883 [ 282 ] {c5f80a89-242b-4af8-8cce-309c2a50c669} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2456 | 2024.11.01 08:20:40.510016 [ 282 ] {c5f80a89-242b-4af8-8cce-309c2a50c669} <Debug> executeQuery: Read 54 rows, 3.73 KiB in 0.00142 sec., 38028.16901408451 rows/sec., 2.57 MiB/sec. | ||
| 2457 | 2024.11.01 08:20:40.510363 [ 282 ] {c5f80a89-242b-4af8-8cce-309c2a50c669} <Debug> DynamicQueryHandler: Done processing query | ||
| 2458 | 2024.11.01 08:20:40.510389 [ 282 ] {c5f80a89-242b-4af8-8cce-309c2a50c669} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2459 | 2024.11.01 08:20:40.510406 [ 282 ] {} <Debug> HTTP-Session: e6661da7-71aa-4884-b542-48d60a469827 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2460 | 2024.11.01 08:20:40.510645 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48552, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2461 | 2024.11.01 08:20:43.635221 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2462 | 2024.11.01 08:20:43.635302 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2463 | 2024.11.01 08:20:43.733071 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 276 | ||
| 2464 | 2024.11.01 08:20:43.736285 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2465 | 2024.11.01 08:20:43.736333 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2466 | 2024.11.01 08:20:43.738308 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2467 | 2024.11.01 08:20:43.739488 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2468 | 2024.11.01 08:20:43.740008 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 276 | ||
| 2469 | 2024.11.01 08:20:44.749537 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 2470 | 2024.11.01 08:20:44.749634 [ 3 ] {} <Debug> TCP-Session: 6d6dbae1-2f2e-4182-b0de-3f69b945672c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2471 | 2024.11.01 08:20:45.001180 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.39 MiB, peak 159.17 MiB, free memory in arenas 0.00 B, will set to 151.46 MiB (RSS), difference: 2.07 MiB | ||
| 2472 | 2024.11.01 08:20:45.469030 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40322, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2473 | 2024.11.01 08:20:45.469143 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2474 | 2024.11.01 08:20:45.469168 [ 282 ] {} <Debug> HTTP-Session: 261ac20f-3c54-49eb-81b2-9f4a666ea452 Authenticating user 'default' from [fd00:1122:3344:101::d]:40322 | ||
| 2475 | 2024.11.01 08:20:45.469191 [ 282 ] {} <Debug> HTTP-Session: 261ac20f-3c54-49eb-81b2-9f4a666ea452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2476 | 2024.11.01 08:20:45.469206 [ 282 ] {} <Debug> HTTP-Session: 261ac20f-3c54-49eb-81b2-9f4a666ea452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2477 | 2024.11.01 08:20:45.469256 [ 282 ] {} <Trace> HTTP-Session: 261ac20f-3c54-49eb-81b2-9f4a666ea452 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2478 | 2024.11.01 08:20:45.469460 [ 282 ] {f3ce6f5f-a161-49b0-8109-8f3d16f791be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2479 | 2024.11.01 08:20:45.469528 [ 282 ] {f3ce6f5f-a161-49b0-8109-8f3d16f791be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2480 | 2024.11.01 08:20:45.469868 [ 282 ] {f3ce6f5f-a161-49b0-8109-8f3d16f791be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2481 | 2024.11.01 08:20:45.470388 [ 282 ] {f3ce6f5f-a161-49b0-8109-8f3d16f791be} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2482 | 2024.11.01 08:20:45.470437 [ 282 ] {f3ce6f5f-a161-49b0-8109-8f3d16f791be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2483 | 2024.11.01 08:20:45.470893 [ 282 ] {f3ce6f5f-a161-49b0-8109-8f3d16f791be} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2484 | 2024.11.01 08:20:45.471315 [ 282 ] {f3ce6f5f-a161-49b0-8109-8f3d16f791be} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2485 | 2024.11.01 08:20:45.471468 [ 282 ] {f3ce6f5f-a161-49b0-8109-8f3d16f791be} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002081 sec., 26910.13935607881 rows/sec., 2.05 MiB/sec. | ||
| 2486 | 2024.11.01 08:20:45.471686 [ 282 ] {f3ce6f5f-a161-49b0-8109-8f3d16f791be} <Debug> DynamicQueryHandler: Done processing query | ||
| 2487 | 2024.11.01 08:20:45.471713 [ 282 ] {f3ce6f5f-a161-49b0-8109-8f3d16f791be} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2488 | 2024.11.01 08:20:45.471730 [ 282 ] {} <Debug> HTTP-Session: 261ac20f-3c54-49eb-81b2-9f4a666ea452 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2489 | 2024.11.01 08:20:45.471936 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47319, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2490 | 2024.11.01 08:20:45.471959 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40322, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2491 | 2024.11.01 08:20:45.472057 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2492 | 2024.11.01 08:20:45.472094 [ 290 ] {} <Debug> HTTP-Session: eae74544-6db9-49e1-aa40-387c8df805c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47319 | ||
| 2493 | 2024.11.01 08:20:45.472123 [ 290 ] {} <Debug> HTTP-Session: eae74544-6db9-49e1-aa40-387c8df805c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2494 | 2024.11.01 08:20:45.472140 [ 290 ] {} <Debug> HTTP-Session: eae74544-6db9-49e1-aa40-387c8df805c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2495 | 2024.11.01 08:20:45.472197 [ 290 ] {} <Trace> HTTP-Session: eae74544-6db9-49e1-aa40-387c8df805c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2496 | 2024.11.01 08:20:45.472412 [ 290 ] {15c7d691-3159-4e6a-a246-117cb2b497e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47319) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2497 | 2024.11.01 08:20:45.472482 [ 290 ] {15c7d691-3159-4e6a-a246-117cb2b497e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2498 | 2024.11.01 08:20:45.472838 [ 290 ] {15c7d691-3159-4e6a-a246-117cb2b497e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2499 | 2024.11.01 08:20:45.473288 [ 290 ] {15c7d691-3159-4e6a-a246-117cb2b497e4} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2500 | 2024.11.01 08:20:45.473335 [ 290 ] {15c7d691-3159-4e6a-a246-117cb2b497e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2501 | 2024.11.01 08:20:45.473791 [ 290 ] {15c7d691-3159-4e6a-a246-117cb2b497e4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2502 | 2024.11.01 08:20:45.474195 [ 290 ] {15c7d691-3159-4e6a-a246-117cb2b497e4} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2503 | 2024.11.01 08:20:45.474382 [ 290 ] {15c7d691-3159-4e6a-a246-117cb2b497e4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002041 sec., 31357.177853993144 rows/sec., 2.45 MiB/sec. | ||
| 2504 | 2024.11.01 08:20:45.474727 [ 290 ] {15c7d691-3159-4e6a-a246-117cb2b497e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2505 | 2024.11.01 08:20:45.474756 [ 290 ] {15c7d691-3159-4e6a-a246-117cb2b497e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2506 | 2024.11.01 08:20:45.474772 [ 290 ] {} <Debug> HTTP-Session: eae74544-6db9-49e1-aa40-387c8df805c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2507 | 2024.11.01 08:20:45.474983 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47319, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2508 | 2024.11.01 08:20:45.475072 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44925, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2509 | 2024.11.01 08:20:45.475159 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2510 | 2024.11.01 08:20:45.475184 [ 282 ] {} <Debug> HTTP-Session: 8434f2d9-ded6-4f90-9300-67b9ec53d95c Authenticating user 'default' from [fd00:1122:3344:101::d]:44925 | ||
| 2511 | 2024.11.01 08:20:45.475206 [ 282 ] {} <Debug> HTTP-Session: 8434f2d9-ded6-4f90-9300-67b9ec53d95c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2512 | 2024.11.01 08:20:45.475224 [ 282 ] {} <Debug> HTTP-Session: 8434f2d9-ded6-4f90-9300-67b9ec53d95c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2513 | 2024.11.01 08:20:45.475275 [ 282 ] {} <Trace> HTTP-Session: 8434f2d9-ded6-4f90-9300-67b9ec53d95c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2514 | 2024.11.01 08:20:45.475549 [ 282 ] {40833223-ff6e-4bfb-aa0a-c382fcd006fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44925) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2515 | 2024.11.01 08:20:45.475616 [ 282 ] {40833223-ff6e-4bfb-aa0a-c382fcd006fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2516 | 2024.11.01 08:20:45.475808 [ 282 ] {40833223-ff6e-4bfb-aa0a-c382fcd006fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2517 | 2024.11.01 08:20:45.476428 [ 282 ] {40833223-ff6e-4bfb-aa0a-c382fcd006fa} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2518 | 2024.11.01 08:20:45.476467 [ 282 ] {40833223-ff6e-4bfb-aa0a-c382fcd006fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2519 | 2024.11.01 08:20:45.476887 [ 282 ] {40833223-ff6e-4bfb-aa0a-c382fcd006fa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2520 | 2024.11.01 08:20:45.477252 [ 282 ] {40833223-ff6e-4bfb-aa0a-c382fcd006fa} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2521 | 2024.11.01 08:20:45.477385 [ 282 ] {40833223-ff6e-4bfb-aa0a-c382fcd006fa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002 sec., 80000 rows/sec., 5.57 MiB/sec. | ||
| 2522 | 2024.11.01 08:20:45.477675 [ 282 ] {40833223-ff6e-4bfb-aa0a-c382fcd006fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 2523 | 2024.11.01 08:20:45.477701 [ 282 ] {40833223-ff6e-4bfb-aa0a-c382fcd006fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2524 | 2024.11.01 08:20:45.477718 [ 282 ] {} <Debug> HTTP-Session: 8434f2d9-ded6-4f90-9300-67b9ec53d95c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2525 | 2024.11.01 08:20:45.477930 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2526 | 2024.11.01 08:20:45.478000 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54495, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2527 | 2024.11.01 08:20:45.478084 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2528 | 2024.11.01 08:20:45.478107 [ 290 ] {} <Debug> HTTP-Session: 8fa2bfe5-b3dc-4d9b-8e94-b333de36e7f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54495 | ||
| 2529 | 2024.11.01 08:20:45.478126 [ 290 ] {} <Debug> HTTP-Session: 8fa2bfe5-b3dc-4d9b-8e94-b333de36e7f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2530 | 2024.11.01 08:20:45.478141 [ 290 ] {} <Debug> HTTP-Session: 8fa2bfe5-b3dc-4d9b-8e94-b333de36e7f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2531 | 2024.11.01 08:20:45.478186 [ 290 ] {} <Trace> HTTP-Session: 8fa2bfe5-b3dc-4d9b-8e94-b333de36e7f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2532 | 2024.11.01 08:20:45.478340 [ 290 ] {2f4e317a-4d8d-402b-96e1-d96ee0bc414b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2533 | 2024.11.01 08:20:45.478427 [ 290 ] {2f4e317a-4d8d-402b-96e1-d96ee0bc414b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2534 | 2024.11.01 08:20:45.478606 [ 290 ] {2f4e317a-4d8d-402b-96e1-d96ee0bc414b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2535 | 2024.11.01 08:20:45.478928 [ 290 ] {2f4e317a-4d8d-402b-96e1-d96ee0bc414b} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2536 | 2024.11.01 08:20:45.478966 [ 290 ] {2f4e317a-4d8d-402b-96e1-d96ee0bc414b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2537 | 2024.11.01 08:20:45.479369 [ 290 ] {2f4e317a-4d8d-402b-96e1-d96ee0bc414b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2538 | 2024.11.01 08:20:45.479717 [ 290 ] {2f4e317a-4d8d-402b-96e1-d96ee0bc414b} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2539 | 2024.11.01 08:20:45.479848 [ 290 ] {2f4e317a-4d8d-402b-96e1-d96ee0bc414b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001562 sec., 38412.291933418695 rows/sec., 2.59 MiB/sec. | ||
| 2540 | 2024.11.01 08:20:45.480159 [ 290 ] {2f4e317a-4d8d-402b-96e1-d96ee0bc414b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2541 | 2024.11.01 08:20:45.480184 [ 290 ] {2f4e317a-4d8d-402b-96e1-d96ee0bc414b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2542 | 2024.11.01 08:20:45.480201 [ 290 ] {} <Debug> HTTP-Session: 8fa2bfe5-b3dc-4d9b-8e94-b333de36e7f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2543 | 2024.11.01 08:20:45.480454 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54495, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2544 | 2024.11.01 08:20:49.885364 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60847, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2545 | 2024.11.01 08:20:50.015004 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33731, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2546 | 2024.11.01 08:20:50.097821 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41053, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2547 | 2024.11.01 08:20:50.105228 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2548 | 2024.11.01 08:20:50.122544 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64663, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2549 | 2024.11.01 08:20:50.187875 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40539, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2550 | 2024.11.01 08:20:50.193207 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39347, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2551 | 2024.11.01 08:20:50.195688 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2552 | 2024.11.01 08:20:50.199984 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2553 | 2024.11.01 08:20:50.307524 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58995, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2554 | 2024.11.01 08:20:50.365476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57394, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2555 | 2024.11.01 08:20:50.475468 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37649, User-Agent: (none), Length: 37993, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2556 | 2024.11.01 08:20:50.475586 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2557 | 2024.11.01 08:20:50.475615 [ 285 ] {} <Debug> HTTP-Session: 33c6df5e-72ff-4e4e-b1cd-8a756aca989b Authenticating user 'default' from [fd00:1122:3344:101::d]:37649 | ||
| 2558 | 2024.11.01 08:20:50.475644 [ 285 ] {} <Debug> HTTP-Session: 33c6df5e-72ff-4e4e-b1cd-8a756aca989b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2559 | 2024.11.01 08:20:50.475662 [ 285 ] {} <Debug> HTTP-Session: 33c6df5e-72ff-4e4e-b1cd-8a756aca989b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2560 | 2024.11.01 08:20:50.475720 [ 285 ] {} <Trace> HTTP-Session: 33c6df5e-72ff-4e4e-b1cd-8a756aca989b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2561 | 2024.11.01 08:20:50.476009 [ 285 ] {a42a649a-1475-4817-955c-2256c7df0efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37649) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2562 | 2024.11.01 08:20:50.476076 [ 285 ] {a42a649a-1475-4817-955c-2256c7df0efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2563 | 2024.11.01 08:20:50.476408 [ 285 ] {a42a649a-1475-4817-955c-2256c7df0efb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2564 | 2024.11.01 08:20:50.477004 [ 285 ] {a42a649a-1475-4817-955c-2256c7df0efb} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2565 | 2024.11.01 08:20:50.477044 [ 285 ] {a42a649a-1475-4817-955c-2256c7df0efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2566 | 2024.11.01 08:20:50.477482 [ 285 ] {a42a649a-1475-4817-955c-2256c7df0efb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2567 | 2024.11.01 08:20:50.477885 [ 285 ] {a42a649a-1475-4817-955c-2256c7df0efb} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2568 | 2024.11.01 08:20:50.478055 [ 285 ] {a42a649a-1475-4817-955c-2256c7df0efb} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002169 sec., 115721.53065929 rows/sec., 10.25 MiB/sec. | ||
| 2569 | 2024.11.01 08:20:50.478253 [ 285 ] {a42a649a-1475-4817-955c-2256c7df0efb} <Debug> DynamicQueryHandler: Done processing query | ||
| 2570 | 2024.11.01 08:20:50.478278 [ 285 ] {a42a649a-1475-4817-955c-2256c7df0efb} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 2571 | 2024.11.01 08:20:50.478294 [ 285 ] {} <Debug> HTTP-Session: 33c6df5e-72ff-4e4e-b1cd-8a756aca989b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2572 | 2024.11.01 08:20:50.478529 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37649, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2573 | 2024.11.01 08:20:50.478564 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39347, User-Agent: (none), Length: 4495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2574 | 2024.11.01 08:20:50.478640 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2575 | 2024.11.01 08:20:50.478666 [ 290 ] {} <Debug> HTTP-Session: 961938c1-ddcf-4eec-93f3-c267c8969a2d Authenticating user 'default' from [fd00:1122:3344:101::d]:39347 | ||
| 2576 | 2024.11.01 08:20:50.478690 [ 290 ] {} <Debug> HTTP-Session: 961938c1-ddcf-4eec-93f3-c267c8969a2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2577 | 2024.11.01 08:20:50.478710 [ 290 ] {} <Debug> HTTP-Session: 961938c1-ddcf-4eec-93f3-c267c8969a2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2578 | 2024.11.01 08:20:50.478751 [ 290 ] {} <Trace> HTTP-Session: 961938c1-ddcf-4eec-93f3-c267c8969a2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2579 | 2024.11.01 08:20:50.478888 [ 290 ] {2ca04c0f-d360-45be-84aa-7d002b0257d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39347) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2580 | 2024.11.01 08:20:50.478943 [ 290 ] {2ca04c0f-d360-45be-84aa-7d002b0257d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2581 | 2024.11.01 08:20:50.479228 [ 290 ] {2ca04c0f-d360-45be-84aa-7d002b0257d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2582 | 2024.11.01 08:20:50.479666 [ 290 ] {2ca04c0f-d360-45be-84aa-7d002b0257d6} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2583 | 2024.11.01 08:20:50.479713 [ 290 ] {2ca04c0f-d360-45be-84aa-7d002b0257d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2584 | 2024.11.01 08:20:50.480081 [ 290 ] {2ca04c0f-d360-45be-84aa-7d002b0257d6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2585 | 2024.11.01 08:20:50.480454 [ 290 ] {2ca04c0f-d360-45be-84aa-7d002b0257d6} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2586 | 2024.11.01 08:20:50.480628 [ 290 ] {2ca04c0f-d360-45be-84aa-7d002b0257d6} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001771 sec., 17504.234895539244 rows/sec., 1.29 MiB/sec. | ||
| 2587 | 2024.11.01 08:20:50.480806 [ 290 ] {2ca04c0f-d360-45be-84aa-7d002b0257d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2588 | 2024.11.01 08:20:50.480831 [ 290 ] {2ca04c0f-d360-45be-84aa-7d002b0257d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2589 | 2024.11.01 08:20:50.480848 [ 290 ] {} <Debug> HTTP-Session: 961938c1-ddcf-4eec-93f3-c267c8969a2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2590 | 2024.11.01 08:20:50.481000 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39347, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2591 | 2024.11.01 08:20:50.481088 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55370, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2592 | 2024.11.01 08:20:50.481150 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2593 | 2024.11.01 08:20:50.481173 [ 285 ] {} <Debug> HTTP-Session: c0b23daf-c15a-43b6-8353-2f2dec57f53a Authenticating user 'default' from [fd00:1122:3344:101::d]:55370 | ||
| 2594 | 2024.11.01 08:20:50.481195 [ 285 ] {} <Debug> HTTP-Session: c0b23daf-c15a-43b6-8353-2f2dec57f53a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2595 | 2024.11.01 08:20:50.481212 [ 285 ] {} <Debug> HTTP-Session: c0b23daf-c15a-43b6-8353-2f2dec57f53a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2596 | 2024.11.01 08:20:50.481250 [ 285 ] {} <Trace> HTTP-Session: c0b23daf-c15a-43b6-8353-2f2dec57f53a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2597 | 2024.11.01 08:20:50.481368 [ 285 ] {d0d45c25-1432-4ecc-bf10-64b2b4acaaec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55370) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2598 | 2024.11.01 08:20:50.481419 [ 285 ] {d0d45c25-1432-4ecc-bf10-64b2b4acaaec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2599 | 2024.11.01 08:20:50.481694 [ 285 ] {d0d45c25-1432-4ecc-bf10-64b2b4acaaec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2600 | 2024.11.01 08:20:50.482013 [ 285 ] {d0d45c25-1432-4ecc-bf10-64b2b4acaaec} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2601 | 2024.11.01 08:20:50.482054 [ 285 ] {d0d45c25-1432-4ecc-bf10-64b2b4acaaec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2602 | 2024.11.01 08:20:50.482409 [ 285 ] {d0d45c25-1432-4ecc-bf10-64b2b4acaaec} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2603 | 2024.11.01 08:20:50.482764 [ 285 ] {d0d45c25-1432-4ecc-bf10-64b2b4acaaec} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2604 | 2024.11.01 08:20:50.482936 [ 285 ] {d0d45c25-1432-4ecc-bf10-64b2b4acaaec} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001602 sec., 8739.076154806493 rows/sec., 612.03 KiB/sec. | ||
| 2605 | 2024.11.01 08:20:50.483239 [ 285 ] {d0d45c25-1432-4ecc-bf10-64b2b4acaaec} <Debug> DynamicQueryHandler: Done processing query | ||
| 2606 | 2024.11.01 08:20:50.483263 [ 285 ] {d0d45c25-1432-4ecc-bf10-64b2b4acaaec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2607 | 2024.11.01 08:20:50.483279 [ 285 ] {} <Debug> HTTP-Session: c0b23daf-c15a-43b6-8353-2f2dec57f53a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2608 | 2024.11.01 08:20:50.483497 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55370, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2609 | 2024.11.01 08:20:50.483524 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56398, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2610 | 2024.11.01 08:20:50.483582 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2611 | 2024.11.01 08:20:50.483606 [ 290 ] {} <Debug> HTTP-Session: 8191b6f0-f14a-4296-89e0-3c5459bb287c Authenticating user 'default' from [fd00:1122:3344:101::d]:56398 | ||
| 2612 | 2024.11.01 08:20:50.483624 [ 290 ] {} <Debug> HTTP-Session: 8191b6f0-f14a-4296-89e0-3c5459bb287c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2613 | 2024.11.01 08:20:50.483640 [ 290 ] {} <Debug> HTTP-Session: 8191b6f0-f14a-4296-89e0-3c5459bb287c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2614 | 2024.11.01 08:20:50.483673 [ 290 ] {} <Trace> HTTP-Session: 8191b6f0-f14a-4296-89e0-3c5459bb287c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2615 | 2024.11.01 08:20:50.483773 [ 290 ] {c255fd29-92d5-4056-9d45-c5fb32c84ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56398) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 2616 | 2024.11.01 08:20:50.483818 [ 290 ] {c255fd29-92d5-4056-9d45-c5fb32c84ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2617 | 2024.11.01 08:20:50.484070 [ 290 ] {c255fd29-92d5-4056-9d45-c5fb32c84ea6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2618 | 2024.11.01 08:20:50.484371 [ 290 ] {c255fd29-92d5-4056-9d45-c5fb32c84ea6} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2619 | 2024.11.01 08:20:50.484409 [ 290 ] {c255fd29-92d5-4056-9d45-c5fb32c84ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2620 | 2024.11.01 08:20:50.484752 [ 290 ] {c255fd29-92d5-4056-9d45-c5fb32c84ea6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2621 | 2024.11.01 08:20:50.485116 [ 290 ] {c255fd29-92d5-4056-9d45-c5fb32c84ea6} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2622 | 2024.11.01 08:20:50.485278 [ 290 ] {c255fd29-92d5-4056-9d45-c5fb32c84ea6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001526 sec., 3931.847968545216 rows/sec., 232.30 KiB/sec. | ||
| 2623 | 2024.11.01 08:20:50.485505 [ 290 ] {c255fd29-92d5-4056-9d45-c5fb32c84ea6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2624 | 2024.11.01 08:20:50.485529 [ 290 ] {c255fd29-92d5-4056-9d45-c5fb32c84ea6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2625 | 2024.11.01 08:20:50.485546 [ 290 ] {} <Debug> HTTP-Session: 8191b6f0-f14a-4296-89e0-3c5459bb287c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2626 | 2024.11.01 08:20:50.485723 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56398, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2627 | 2024.11.01 08:20:50.485850 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65213, User-Agent: (none), Length: 67870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2628 | 2024.11.01 08:20:50.485989 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2629 | 2024.11.01 08:20:50.486019 [ 286 ] {} <Debug> HTTP-Session: 1901187d-7575-4a9d-9a8a-ca39c46fa30c Authenticating user 'default' from [fd00:1122:3344:101::d]:65213 | ||
| 2630 | 2024.11.01 08:20:50.486047 [ 286 ] {} <Debug> HTTP-Session: 1901187d-7575-4a9d-9a8a-ca39c46fa30c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2631 | 2024.11.01 08:20:50.486066 [ 286 ] {} <Debug> HTTP-Session: 1901187d-7575-4a9d-9a8a-ca39c46fa30c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2632 | 2024.11.01 08:20:50.486126 [ 286 ] {} <Trace> HTTP-Session: 1901187d-7575-4a9d-9a8a-ca39c46fa30c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2633 | 2024.11.01 08:20:50.486513 [ 286 ] {78999020-58fa-4803-8b8f-f1d96c947257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65213) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2634 | 2024.11.01 08:20:50.486600 [ 286 ] {78999020-58fa-4803-8b8f-f1d96c947257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2635 | 2024.11.01 08:20:50.486966 [ 286 ] {78999020-58fa-4803-8b8f-f1d96c947257} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2636 | 2024.11.01 08:20:50.487659 [ 286 ] {78999020-58fa-4803-8b8f-f1d96c947257} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2637 | 2024.11.01 08:20:50.487698 [ 286 ] {78999020-58fa-4803-8b8f-f1d96c947257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2638 | 2024.11.01 08:20:50.488158 [ 286 ] {78999020-58fa-4803-8b8f-f1d96c947257} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2639 | 2024.11.01 08:20:50.488551 [ 286 ] {78999020-58fa-4803-8b8f-f1d96c947257} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2640 | 2024.11.01 08:20:50.488696 [ 286 ] {78999020-58fa-4803-8b8f-f1d96c947257} <Debug> executeQuery: Read 418 rows, 30.58 KiB in 0.002382 sec., 175482.78757346768 rows/sec., 12.54 MiB/sec. | ||
| 2641 | 2024.11.01 08:20:50.488952 [ 286 ] {78999020-58fa-4803-8b8f-f1d96c947257} <Debug> DynamicQueryHandler: Done processing query | ||
| 2642 | 2024.11.01 08:20:50.488978 [ 286 ] {78999020-58fa-4803-8b8f-f1d96c947257} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 2643 | 2024.11.01 08:20:50.488994 [ 286 ] {} <Debug> HTTP-Session: 1901187d-7575-4a9d-9a8a-ca39c46fa30c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2644 | 2024.11.01 08:20:50.489257 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56398, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2645 | 2024.11.01 08:20:50.489269 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65213, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2646 | 2024.11.01 08:20:50.489391 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2647 | 2024.11.01 08:20:50.489446 [ 290 ] {} <Debug> HTTP-Session: 0cb43977-3fc4-4b7e-b209-1353e6144d78 Authenticating user 'default' from [fd00:1122:3344:101::d]:56398 | ||
| 2648 | 2024.11.01 08:20:50.489491 [ 290 ] {} <Debug> HTTP-Session: 0cb43977-3fc4-4b7e-b209-1353e6144d78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2649 | 2024.11.01 08:20:50.489523 [ 290 ] {} <Debug> HTTP-Session: 0cb43977-3fc4-4b7e-b209-1353e6144d78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2650 | 2024.11.01 08:20:50.489591 [ 290 ] {} <Trace> HTTP-Session: 0cb43977-3fc4-4b7e-b209-1353e6144d78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2651 | 2024.11.01 08:20:50.489783 [ 290 ] {56d37360-c00e-4385-93b3-902c363c773c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56398) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2652 | 2024.11.01 08:20:50.489832 [ 290 ] {56d37360-c00e-4385-93b3-902c363c773c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2653 | 2024.11.01 08:20:50.489999 [ 290 ] {56d37360-c00e-4385-93b3-902c363c773c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2654 | 2024.11.01 08:20:50.490276 [ 290 ] {56d37360-c00e-4385-93b3-902c363c773c} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2655 | 2024.11.01 08:20:50.490313 [ 290 ] {56d37360-c00e-4385-93b3-902c363c773c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2656 | 2024.11.01 08:20:50.490686 [ 290 ] {56d37360-c00e-4385-93b3-902c363c773c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2657 | 2024.11.01 08:20:50.491021 [ 290 ] {56d37360-c00e-4385-93b3-902c363c773c} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2658 | 2024.11.01 08:20:50.491183 [ 290 ] {56d37360-c00e-4385-93b3-902c363c773c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001438 sec., 4172.4617524339355 rows/sec., 217.99 KiB/sec. | ||
| 2659 | 2024.11.01 08:20:50.491435 [ 290 ] {56d37360-c00e-4385-93b3-902c363c773c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2660 | 2024.11.01 08:20:50.491460 [ 290 ] {56d37360-c00e-4385-93b3-902c363c773c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2661 | 2024.11.01 08:20:50.491477 [ 290 ] {} <Debug> HTTP-Session: 0cb43977-3fc4-4b7e-b209-1353e6144d78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2662 | 2024.11.01 08:20:50.491691 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56398, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2663 | 2024.11.01 08:20:50.491799 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46573, User-Agent: (none), Length: 44558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2664 | 2024.11.01 08:20:50.491868 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2665 | 2024.11.01 08:20:50.491893 [ 286 ] {} <Debug> HTTP-Session: 22f65a92-0bf9-4f0a-947e-289b66bcb446 Authenticating user 'default' from [fd00:1122:3344:101::d]:46573 | ||
| 2666 | 2024.11.01 08:20:50.491913 [ 286 ] {} <Debug> HTTP-Session: 22f65a92-0bf9-4f0a-947e-289b66bcb446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2667 | 2024.11.01 08:20:50.491931 [ 286 ] {} <Debug> HTTP-Session: 22f65a92-0bf9-4f0a-947e-289b66bcb446 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2668 | 2024.11.01 08:20:50.491977 [ 286 ] {} <Trace> HTTP-Session: 22f65a92-0bf9-4f0a-947e-289b66bcb446 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2669 | 2024.11.01 08:20:50.492258 [ 286 ] {4399005b-cc29-4f96-b57f-90324f25271a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2670 | 2024.11.01 08:20:50.492318 [ 286 ] {4399005b-cc29-4f96-b57f-90324f25271a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2671 | 2024.11.01 08:20:50.492531 [ 286 ] {4399005b-cc29-4f96-b57f-90324f25271a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2672 | 2024.11.01 08:20:50.492991 [ 286 ] {4399005b-cc29-4f96-b57f-90324f25271a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2673 | 2024.11.01 08:20:50.493027 [ 286 ] {4399005b-cc29-4f96-b57f-90324f25271a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2674 | 2024.11.01 08:20:50.493440 [ 286 ] {4399005b-cc29-4f96-b57f-90324f25271a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2675 | 2024.11.01 08:20:50.493783 [ 286 ] {4399005b-cc29-4f96-b57f-90324f25271a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2676 | 2024.11.01 08:20:50.493943 [ 286 ] {4399005b-cc29-4f96-b57f-90324f25271a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001852 sec., 127969.76241900648 rows/sec., 8.58 MiB/sec. | ||
| 2677 | 2024.11.01 08:20:50.494272 [ 286 ] {4399005b-cc29-4f96-b57f-90324f25271a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2678 | 2024.11.01 08:20:50.494307 [ 286 ] {4399005b-cc29-4f96-b57f-90324f25271a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2679 | 2024.11.01 08:20:50.494331 [ 286 ] {} <Debug> HTTP-Session: 22f65a92-0bf9-4f0a-947e-289b66bcb446 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2680 | 2024.11.01 08:20:50.494564 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56398, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2681 | 2024.11.01 08:20:50.494581 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2682 | 2024.11.01 08:20:50.494699 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2683 | 2024.11.01 08:20:50.494755 [ 290 ] {} <Debug> HTTP-Session: 25fa48fc-6e9d-48ad-8bd2-bc10f85fd72f Authenticating user 'default' from [fd00:1122:3344:101::d]:56398 | ||
| 2684 | 2024.11.01 08:20:50.494791 [ 290 ] {} <Debug> HTTP-Session: 25fa48fc-6e9d-48ad-8bd2-bc10f85fd72f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2685 | 2024.11.01 08:20:50.494809 [ 290 ] {} <Debug> HTTP-Session: 25fa48fc-6e9d-48ad-8bd2-bc10f85fd72f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2686 | 2024.11.01 08:20:50.494854 [ 290 ] {} <Trace> HTTP-Session: 25fa48fc-6e9d-48ad-8bd2-bc10f85fd72f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2687 | 2024.11.01 08:20:50.494974 [ 290 ] {5611bb23-2df4-4a87-8c88-29ef1c380f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56398) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2688 | 2024.11.01 08:20:50.495031 [ 290 ] {5611bb23-2df4-4a87-8c88-29ef1c380f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2689 | 2024.11.01 08:20:50.495208 [ 290 ] {5611bb23-2df4-4a87-8c88-29ef1c380f9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2690 | 2024.11.01 08:20:50.495506 [ 290 ] {5611bb23-2df4-4a87-8c88-29ef1c380f9c} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2691 | 2024.11.01 08:20:50.495549 [ 290 ] {5611bb23-2df4-4a87-8c88-29ef1c380f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2692 | 2024.11.01 08:20:50.495933 [ 290 ] {5611bb23-2df4-4a87-8c88-29ef1c380f9c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2693 | 2024.11.01 08:20:50.496258 [ 290 ] {5611bb23-2df4-4a87-8c88-29ef1c380f9c} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2694 | 2024.11.01 08:20:50.496416 [ 290 ] {5611bb23-2df4-4a87-8c88-29ef1c380f9c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001475 sec., 677.9661016949153 rows/sec., 45.68 KiB/sec. | ||
| 2695 | 2024.11.01 08:20:50.496583 [ 290 ] {5611bb23-2df4-4a87-8c88-29ef1c380f9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2696 | 2024.11.01 08:20:50.496607 [ 290 ] {5611bb23-2df4-4a87-8c88-29ef1c380f9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2697 | 2024.11.01 08:20:50.496623 [ 290 ] {} <Debug> HTTP-Session: 25fa48fc-6e9d-48ad-8bd2-bc10f85fd72f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2698 | 2024.11.01 08:20:50.496827 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56398, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2699 | 2024.11.01 08:20:50.496991 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51445, User-Agent: (none), Length: 51871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2700 | 2024.11.01 08:20:50.497066 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2701 | 2024.11.01 08:20:50.497087 [ 286 ] {} <Debug> HTTP-Session: d6de2d14-8834-4734-ae51-cbf94ecc0916 Authenticating user 'default' from [fd00:1122:3344:101::d]:51445 | ||
| 2702 | 2024.11.01 08:20:50.497104 [ 286 ] {} <Debug> HTTP-Session: d6de2d14-8834-4734-ae51-cbf94ecc0916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2703 | 2024.11.01 08:20:50.497118 [ 286 ] {} <Debug> HTTP-Session: d6de2d14-8834-4734-ae51-cbf94ecc0916 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2704 | 2024.11.01 08:20:50.497157 [ 286 ] {} <Trace> HTTP-Session: d6de2d14-8834-4734-ae51-cbf94ecc0916 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2705 | 2024.11.01 08:20:50.497686 [ 286 ] {c785ea86-d2c9-4af5-beea-5fd42571f3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51445) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2706 | 2024.11.01 08:20:50.497768 [ 286 ] {c785ea86-d2c9-4af5-beea-5fd42571f3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2707 | 2024.11.01 08:20:50.498253 [ 286 ] {c785ea86-d2c9-4af5-beea-5fd42571f3c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2708 | 2024.11.01 08:20:50.498977 [ 286 ] {c785ea86-d2c9-4af5-beea-5fd42571f3c3} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2709 | 2024.11.01 08:20:50.499014 [ 286 ] {c785ea86-d2c9-4af5-beea-5fd42571f3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2710 | 2024.11.01 08:20:50.499699 [ 286 ] {c785ea86-d2c9-4af5-beea-5fd42571f3c3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2711 | 2024.11.01 08:20:50.500127 [ 286 ] {c785ea86-d2c9-4af5-beea-5fd42571f3c3} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2712 | 2024.11.01 08:20:50.500352 [ 286 ] {c785ea86-d2c9-4af5-beea-5fd42571f3c3} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003086 sec., 10045.366169799092 rows/sec., 18.00 MiB/sec. | ||
| 2713 | 2024.11.01 08:20:50.500801 [ 286 ] {c785ea86-d2c9-4af5-beea-5fd42571f3c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2714 | 2024.11.01 08:20:50.500825 [ 286 ] {c785ea86-d2c9-4af5-beea-5fd42571f3c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 2715 | 2024.11.01 08:20:50.500842 [ 286 ] {} <Debug> HTTP-Session: d6de2d14-8834-4734-ae51-cbf94ecc0916 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2716 | 2024.11.01 08:20:50.500996 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2717 | 2024.11.01 08:20:50.501101 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63052, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2718 | 2024.11.01 08:20:50.501177 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2719 | 2024.11.01 08:20:50.501202 [ 290 ] {} <Debug> HTTP-Session: d897fe5b-231b-4e44-ac53-922bc034c50a Authenticating user 'default' from [fd00:1122:3344:101::d]:63052 | ||
| 2720 | 2024.11.01 08:20:50.501223 [ 290 ] {} <Debug> HTTP-Session: d897fe5b-231b-4e44-ac53-922bc034c50a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2721 | 2024.11.01 08:20:50.501241 [ 290 ] {} <Debug> HTTP-Session: d897fe5b-231b-4e44-ac53-922bc034c50a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2722 | 2024.11.01 08:20:50.501286 [ 290 ] {} <Trace> HTTP-Session: d897fe5b-231b-4e44-ac53-922bc034c50a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2723 | 2024.11.01 08:20:50.501421 [ 290 ] {cb8da31c-5ede-4658-906d-c570936d60ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63052) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2724 | 2024.11.01 08:20:50.501478 [ 290 ] {cb8da31c-5ede-4658-906d-c570936d60ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2725 | 2024.11.01 08:20:50.501667 [ 290 ] {cb8da31c-5ede-4658-906d-c570936d60ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2726 | 2024.11.01 08:20:50.501945 [ 290 ] {cb8da31c-5ede-4658-906d-c570936d60ce} <Trace> oximeter.measurements_i64 (ebe9331a-3950-4c4e-a7c6-de2b3536c865): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2727 | 2024.11.01 08:20:50.501982 [ 290 ] {cb8da31c-5ede-4658-906d-c570936d60ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2728 | 2024.11.01 08:20:50.502347 [ 290 ] {cb8da31c-5ede-4658-906d-c570936d60ce} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2729 | 2024.11.01 08:20:50.502673 [ 290 ] {cb8da31c-5ede-4658-906d-c570936d60ce} <Trace> oximeter.measurements_i64 (ebe9331a-3950-4c4e-a7c6-de2b3536c865): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2730 | 2024.11.01 08:20:50.502846 [ 290 ] {cb8da31c-5ede-4658-906d-c570936d60ce} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001453 sec., 6194.081211286992 rows/sec., 476.52 KiB/sec. | ||
| 2731 | 2024.11.01 08:20:50.503067 [ 290 ] {cb8da31c-5ede-4658-906d-c570936d60ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 2732 | 2024.11.01 08:20:50.503091 [ 290 ] {cb8da31c-5ede-4658-906d-c570936d60ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2733 | 2024.11.01 08:20:50.503108 [ 290 ] {} <Debug> HTTP-Session: d897fe5b-231b-4e44-ac53-922bc034c50a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2734 | 2024.11.01 08:20:50.503310 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63052, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2735 | 2024.11.01 08:20:50.503322 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51445, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2736 | 2024.11.01 08:20:50.503416 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2737 | 2024.11.01 08:20:50.503441 [ 286 ] {} <Debug> HTTP-Session: 233aeb00-d067-4ea1-a46c-d4d9e9a144c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51445 | ||
| 2738 | 2024.11.01 08:20:50.503476 [ 286 ] {} <Debug> HTTP-Session: 233aeb00-d067-4ea1-a46c-d4d9e9a144c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2739 | 2024.11.01 08:20:50.503497 [ 286 ] {} <Debug> HTTP-Session: 233aeb00-d067-4ea1-a46c-d4d9e9a144c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2740 | 2024.11.01 08:20:50.503543 [ 286 ] {} <Trace> HTTP-Session: 233aeb00-d067-4ea1-a46c-d4d9e9a144c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2741 | 2024.11.01 08:20:50.503724 [ 286 ] {63095dff-a3db-452e-aad0-248966610928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51445) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2742 | 2024.11.01 08:20:50.503775 [ 286 ] {63095dff-a3db-452e-aad0-248966610928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2743 | 2024.11.01 08:20:50.503938 [ 286 ] {63095dff-a3db-452e-aad0-248966610928} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2744 | 2024.11.01 08:20:50.504247 [ 286 ] {63095dff-a3db-452e-aad0-248966610928} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2745 | 2024.11.01 08:20:50.504282 [ 286 ] {63095dff-a3db-452e-aad0-248966610928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2746 | 2024.11.01 08:20:50.504640 [ 286 ] {63095dff-a3db-452e-aad0-248966610928} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2747 | 2024.11.01 08:20:50.504960 [ 286 ] {63095dff-a3db-452e-aad0-248966610928} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2748 | 2024.11.01 08:20:50.505115 [ 286 ] {63095dff-a3db-452e-aad0-248966610928} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001478 sec., 55480.37889039242 rows/sec., 3.52 MiB/sec. | ||
| 2749 | 2024.11.01 08:20:50.505286 [ 286 ] {63095dff-a3db-452e-aad0-248966610928} <Debug> DynamicQueryHandler: Done processing query | ||
| 2750 | 2024.11.01 08:20:50.505311 [ 286 ] {63095dff-a3db-452e-aad0-248966610928} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2751 | 2024.11.01 08:20:50.505327 [ 286 ] {} <Debug> HTTP-Session: 233aeb00-d067-4ea1-a46c-d4d9e9a144c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2752 | 2024.11.01 08:20:50.505976 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2753 | 2024.11.01 08:20:50.603316 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49056, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2754 | 2024.11.01 08:20:50.643102 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62804, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2755 | 2024.11.01 08:20:50.679460 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49074, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2756 | 2024.11.01 08:20:50.712788 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2757 | 2024.11.01 08:20:50.807188 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48689, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2758 | 2024.11.01 08:20:50.973490 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49589, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2759 | 2024.11.01 08:20:51.372185 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33604, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2760 | 2024.11.01 08:20:51.419676 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43288, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2761 | 2024.11.01 08:20:51.627817 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2762 | 2024.11.01 08:20:51.781371 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2763 | 2024.11.01 08:20:51.787643 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2764 | 2024.11.01 08:20:51.855975 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38586, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2765 | 2024.11.01 08:20:51.865357 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47930, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2766 | 2024.11.01 08:20:52.072931 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39358, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2767 | 2024.11.01 08:20:52.463018 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36761, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2768 | 2024.11.01 08:20:52.726962 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:32851, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2769 | 2024.11.01 08:20:52.825440 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64496, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2770 | 2024.11.01 08:20:52.875850 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2771 | 2024.11.01 08:20:52.940707 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55775, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2772 | 2024.11.01 08:20:52.946209 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44918, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2773 | 2024.11.01 08:20:52.946556 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62703, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2774 | 2024.11.01 08:20:53.741169 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 306 | ||
| 2775 | 2024.11.01 08:20:53.743988 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2776 | 2024.11.01 08:20:53.744033 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2777 | 2024.11.01 08:20:53.745560 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2778 | 2024.11.01 08:20:53.746541 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2779 | 2024.11.01 08:20:53.746748 [ 25 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2780 | 2024.11.01 08:20:53.746877 [ 25 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2781 | 2024.11.01 08:20:53.746947 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2782 | 2024.11.01 08:20:53.747992 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2783 | 2024.11.01 08:20:53.748479 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 306 | ||
| 2784 | 2024.11.01 08:20:53.749233 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2785 | 2024.11.01 08:20:53.749411 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part | ||
| 2786 | 2024.11.01 08:20:53.750015 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 76 rows starting from the beginning of the part | ||
| 2787 | 2024.11.01 08:20:53.750579 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part | ||
| 2788 | 2024.11.01 08:20:53.751119 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part | ||
| 2789 | 2024.11.01 08:20:53.751658 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part | ||
| 2790 | 2024.11.01 08:20:53.752272 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 2791 | 2024.11.01 08:20:53.788841 [ 186 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 72 columns (72 merged, 0 gathered) in 0.041611643 sec., 7353.711075527588 rows/sec., 6.61 MiB/sec. | ||
| 2792 | 2024.11.01 08:20:53.789890 [ 186 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2793 | 2024.11.01 08:20:53.791562 [ 186 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_6_1} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2794 | 2024.11.01 08:20:53.791639 [ 186 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_6_1} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2795 | 2024.11.01 08:20:53.791962 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB. | ||
| 2796 | 2024.11.01 08:20:55.469556 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37977, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2797 | 2024.11.01 08:20:55.469691 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2798 | 2024.11.01 08:20:55.469730 [ 288 ] {} <Debug> HTTP-Session: 59616272-1d13-4343-8f56-26b04c0f3e24 Authenticating user 'default' from [fd00:1122:3344:101::d]:37977 | ||
| 2799 | 2024.11.01 08:20:55.469768 [ 288 ] {} <Debug> HTTP-Session: 59616272-1d13-4343-8f56-26b04c0f3e24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2800 | 2024.11.01 08:20:55.469783 [ 288 ] {} <Debug> HTTP-Session: 59616272-1d13-4343-8f56-26b04c0f3e24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2801 | 2024.11.01 08:20:55.469834 [ 288 ] {} <Trace> HTTP-Session: 59616272-1d13-4343-8f56-26b04c0f3e24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2802 | 2024.11.01 08:20:55.470144 [ 288 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2803 | 2024.11.01 08:20:55.470612 [ 288 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2804 | 2024.11.01 08:20:55.470666 [ 288 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2805 | 2024.11.01 08:20:55.471078 [ 288 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2806 | 2024.11.01 08:20:55.471159 [ 288 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2807 | 2024.11.01 08:20:55.471332 [ 288 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2808 | 2024.11.01 08:20:55.471439 [ 295 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2809 | 2024.11.01 08:20:55.471516 [ 293 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2810 | 2024.11.01 08:20:55.471532 [ 294 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2811 | 2024.11.01 08:20:55.471669 [ 288 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2812 | 2024.11.01 08:20:55.471700 [ 288 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2813 | 2024.11.01 08:20:55.471817 [ 288 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2814 | 2024.11.01 08:20:55.471841 [ 288 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Reading approx. 40 rows with 3 streams | ||
| 2815 | 2024.11.01 08:20:55.471886 [ 288 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2816 | 2024.11.01 08:20:55.471935 [ 288 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2817 | 2024.11.01 08:20:55.471977 [ 288 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2818 | 2024.11.01 08:20:55.473946 [ 288 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.00397 sec., 10075.566750629723 rows/sec., 384.23 KiB/sec. | ||
| 2819 | 2024.11.01 08:20:55.474313 [ 288 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Debug> DynamicQueryHandler: Done processing query | ||
| 2820 | 2024.11.01 08:20:55.474345 [ 288 ] {5b1ff89b-7192-4edf-8c0a-c66aa2f5e722} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2821 | 2024.11.01 08:20:55.474364 [ 288 ] {} <Debug> HTTP-Session: 59616272-1d13-4343-8f56-26b04c0f3e24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2822 | 2024.11.01 08:20:55.474628 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37977, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2823 | 2024.11.01 08:20:55.474740 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53645, User-Agent: (none), Length: 273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2824 | 2024.11.01 08:20:55.474860 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2825 | 2024.11.01 08:20:55.474888 [ 289 ] {} <Debug> HTTP-Session: 1ca04f87-b289-45d1-81d5-c79b070921c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:53645 | ||
| 2826 | 2024.11.01 08:20:55.474913 [ 289 ] {} <Debug> HTTP-Session: 1ca04f87-b289-45d1-81d5-c79b070921c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2827 | 2024.11.01 08:20:55.474927 [ 289 ] {} <Debug> HTTP-Session: 1ca04f87-b289-45d1-81d5-c79b070921c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2828 | 2024.11.01 08:20:55.474985 [ 289 ] {} <Trace> HTTP-Session: 1ca04f87-b289-45d1-81d5-c79b070921c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2829 | 2024.11.01 08:20:55.475195 [ 289 ] {3a7981a0-8515-459e-9f53-b91699341f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53645) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2830 | 2024.11.01 08:20:55.475281 [ 289 ] {3a7981a0-8515-459e-9f53-b91699341f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2831 | 2024.11.01 08:20:55.475553 [ 289 ] {3a7981a0-8515-459e-9f53-b91699341f67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2832 | 2024.11.01 08:20:55.475972 [ 289 ] {3a7981a0-8515-459e-9f53-b91699341f67} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2833 | 2024.11.01 08:20:55.476018 [ 289 ] {3a7981a0-8515-459e-9f53-b91699341f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2834 | 2024.11.01 08:20:55.476606 [ 289 ] {3a7981a0-8515-459e-9f53-b91699341f67} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2835 | 2024.11.01 08:20:55.477011 [ 289 ] {3a7981a0-8515-459e-9f53-b91699341f67} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2836 | 2024.11.01 08:20:55.477214 [ 289 ] {3a7981a0-8515-459e-9f53-b91699341f67} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.002086 sec., 479.3863854266538 rows/sec., 49.62 KiB/sec. | ||
| 2837 | 2024.11.01 08:20:55.477453 [ 289 ] {3a7981a0-8515-459e-9f53-b91699341f67} <Debug> DynamicQueryHandler: Done processing query | ||
| 2838 | 2024.11.01 08:20:55.477482 [ 289 ] {3a7981a0-8515-459e-9f53-b91699341f67} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2839 | 2024.11.01 08:20:55.477499 [ 289 ] {} <Debug> HTTP-Session: 1ca04f87-b289-45d1-81d5-c79b070921c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2840 | 2024.11.01 08:20:55.477706 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37977, User-Agent: (none), Length: 8583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2841 | 2024.11.01 08:20:55.477720 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53645, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2842 | 2024.11.01 08:20:55.477804 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2843 | 2024.11.01 08:20:55.477833 [ 288 ] {} <Debug> HTTP-Session: 187e2668-c9b9-4971-9682-b74bfe94b062 Authenticating user 'default' from [fd00:1122:3344:101::d]:37977 | ||
| 2844 | 2024.11.01 08:20:55.477862 [ 288 ] {} <Debug> HTTP-Session: 187e2668-c9b9-4971-9682-b74bfe94b062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2845 | 2024.11.01 08:20:55.477877 [ 288 ] {} <Debug> HTTP-Session: 187e2668-c9b9-4971-9682-b74bfe94b062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2846 | 2024.11.01 08:20:55.477931 [ 288 ] {} <Trace> HTTP-Session: 187e2668-c9b9-4971-9682-b74bfe94b062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2847 | 2024.11.01 08:20:55.478110 [ 288 ] {a3e78830-b2ec-4b86-be0a-85ff0b94b029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2848 | 2024.11.01 08:20:55.478162 [ 288 ] {a3e78830-b2ec-4b86-be0a-85ff0b94b029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2849 | 2024.11.01 08:20:55.478444 [ 288 ] {a3e78830-b2ec-4b86-be0a-85ff0b94b029} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2850 | 2024.11.01 08:20:55.478833 [ 288 ] {a3e78830-b2ec-4b86-be0a-85ff0b94b029} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2851 | 2024.11.01 08:20:55.478873 [ 288 ] {a3e78830-b2ec-4b86-be0a-85ff0b94b029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2852 | 2024.11.01 08:20:55.479294 [ 288 ] {a3e78830-b2ec-4b86-be0a-85ff0b94b029} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2853 | 2024.11.01 08:20:55.479686 [ 288 ] {a3e78830-b2ec-4b86-be0a-85ff0b94b029} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2854 | 2024.11.01 08:20:55.479857 [ 288 ] {a3e78830-b2ec-4b86-be0a-85ff0b94b029} <Debug> executeQuery: Read 61 rows, 4.86 KiB in 0.001823 sec., 33461.327482172244 rows/sec., 2.60 MiB/sec. | ||
| 2855 | 2024.11.01 08:20:55.480201 [ 288 ] {a3e78830-b2ec-4b86-be0a-85ff0b94b029} <Debug> DynamicQueryHandler: Done processing query | ||
| 2856 | 2024.11.01 08:20:55.480228 [ 288 ] {a3e78830-b2ec-4b86-be0a-85ff0b94b029} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2857 | 2024.11.01 08:20:55.480244 [ 288 ] {} <Debug> HTTP-Session: 187e2668-c9b9-4971-9682-b74bfe94b062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2858 | 2024.11.01 08:20:55.480472 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37977, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2859 | 2024.11.01 08:20:55.480600 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48281, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2860 | 2024.11.01 08:20:55.480694 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2861 | 2024.11.01 08:20:55.480724 [ 289 ] {} <Debug> HTTP-Session: 46661ec5-4005-449b-8425-21f3d5560c4a Authenticating user 'default' from [fd00:1122:3344:101::d]:48281 | ||
| 2862 | 2024.11.01 08:20:55.480745 [ 289 ] {} <Debug> HTTP-Session: 46661ec5-4005-449b-8425-21f3d5560c4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2863 | 2024.11.01 08:20:55.480761 [ 289 ] {} <Debug> HTTP-Session: 46661ec5-4005-449b-8425-21f3d5560c4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2864 | 2024.11.01 08:20:55.480807 [ 289 ] {} <Trace> HTTP-Session: 46661ec5-4005-449b-8425-21f3d5560c4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2865 | 2024.11.01 08:20:55.480940 [ 289 ] {bd404d02-f3b9-4c1a-b619-78324b8a4707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48281) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2866 | 2024.11.01 08:20:55.481012 [ 289 ] {bd404d02-f3b9-4c1a-b619-78324b8a4707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2867 | 2024.11.01 08:20:55.481350 [ 289 ] {bd404d02-f3b9-4c1a-b619-78324b8a4707} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2868 | 2024.11.01 08:20:55.481699 [ 289 ] {bd404d02-f3b9-4c1a-b619-78324b8a4707} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2869 | 2024.11.01 08:20:55.481739 [ 289 ] {bd404d02-f3b9-4c1a-b619-78324b8a4707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2870 | 2024.11.01 08:20:55.482131 [ 289 ] {bd404d02-f3b9-4c1a-b619-78324b8a4707} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2871 | 2024.11.01 08:20:55.482533 [ 289 ] {bd404d02-f3b9-4c1a-b619-78324b8a4707} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2872 | 2024.11.01 08:20:55.482699 [ 289 ] {bd404d02-f3b9-4c1a-b619-78324b8a4707} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.00179 sec., 1117.31843575419 rows/sec., 84.02 KiB/sec. | ||
| 2873 | 2024.11.01 08:20:55.482704 [ 45 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2874 | 2024.11.01 08:20:55.482807 [ 45 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2875 | 2024.11.01 08:20:55.482863 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2876 | 2024.11.01 08:20:55.483044 [ 289 ] {bd404d02-f3b9-4c1a-b619-78324b8a4707} <Debug> DynamicQueryHandler: Done processing query | ||
| 2877 | 2024.11.01 08:20:55.483113 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2878 | 2024.11.01 08:20:55.483121 [ 289 ] {bd404d02-f3b9-4c1a-b619-78324b8a4707} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2879 | 2024.11.01 08:20:55.483199 [ 289 ] {} <Debug> HTTP-Session: 46661ec5-4005-449b-8425-21f3d5560c4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2880 | 2024.11.01 08:20:55.483366 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2881 | 2024.11.01 08:20:55.483422 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48281, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2882 | 2024.11.01 08:20:55.483428 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 2883 | 2024.11.01 08:20:55.483536 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42239, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2884 | 2024.11.01 08:20:55.483734 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2885 | 2024.11.01 08:20:55.483782 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 2886 | 2024.11.01 08:20:55.483806 [ 288 ] {} <Debug> HTTP-Session: d587dcac-d8be-449e-aae8-d57ec6ec84e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42239 | ||
| 2887 | 2024.11.01 08:20:55.483859 [ 288 ] {} <Debug> HTTP-Session: d587dcac-d8be-449e-aae8-d57ec6ec84e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2888 | 2024.11.01 08:20:55.483925 [ 288 ] {} <Debug> HTTP-Session: d587dcac-d8be-449e-aae8-d57ec6ec84e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2889 | 2024.11.01 08:20:55.484090 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2890 | 2024.11.01 08:20:55.484113 [ 288 ] {} <Trace> HTTP-Session: d587dcac-d8be-449e-aae8-d57ec6ec84e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2891 | 2024.11.01 08:20:55.484447 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 2892 | 2024.11.01 08:20:55.484465 [ 288 ] {6a4ea054-096d-494b-bff5-0314ee859224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42239) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2893 | 2024.11.01 08:20:55.484603 [ 288 ] {6a4ea054-096d-494b-bff5-0314ee859224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2894 | 2024.11.01 08:20:55.484869 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part | ||
| 2895 | 2024.11.01 08:20:55.485260 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 2896 | 2024.11.01 08:20:55.485997 [ 288 ] {6a4ea054-096d-494b-bff5-0314ee859224} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2897 | 2024.11.01 08:20:55.486884 [ 288 ] {6a4ea054-096d-494b-bff5-0314ee859224} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2898 | 2024.11.01 08:20:55.486955 [ 288 ] {6a4ea054-096d-494b-bff5-0314ee859224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2899 | 2024.11.01 08:20:55.488195 [ 288 ] {6a4ea054-096d-494b-bff5-0314ee859224} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2900 | 2024.11.01 08:20:55.488272 [ 201 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005317081 sec., 12224.752641533954 rows/sec., 967.00 KiB/sec. | ||
| 2901 | 2024.11.01 08:20:55.488518 [ 201 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2902 | 2024.11.01 08:20:55.488987 [ 288 ] {6a4ea054-096d-494b-bff5-0314ee859224} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2903 | 2024.11.01 08:20:55.489377 [ 45 ] {} <Debug> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2904 | 2024.11.01 08:20:55.489468 [ 45 ] {} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2905 | 2024.11.01 08:20:55.489533 [ 288 ] {6a4ea054-096d-494b-bff5-0314ee859224} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.005193 sec., 192.56691700365877 rows/sec., 12.79 KiB/sec. | ||
| 2906 | 2024.11.01 08:20:55.489550 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2907 | 2024.11.01 08:20:55.490060 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_6_1} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2908 | 2024.11.01 08:20:55.490131 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2909 | 2024.11.01 08:20:55.490237 [ 288 ] {6a4ea054-096d-494b-bff5-0314ee859224} <Debug> DynamicQueryHandler: Done processing query | ||
| 2910 | 2024.11.01 08:20:55.490333 [ 288 ] {6a4ea054-096d-494b-bff5-0314ee859224} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2911 | 2024.11.01 08:20:55.490414 [ 288 ] {} <Debug> HTTP-Session: d587dcac-d8be-449e-aae8-d57ec6ec84e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2912 | 2024.11.01 08:20:55.490540 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_6_1} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2913 | 2024.11.01 08:20:55.490636 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2914 | 2024.11.01 08:20:55.490757 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42239, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2915 | 2024.11.01 08:20:55.490776 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2916 | 2024.11.01 08:20:55.490828 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2917 | 2024.11.01 08:20:55.490910 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41239, User-Agent: (none), Length: 11209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2918 | 2024.11.01 08:20:55.491123 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2919 | 2024.11.01 08:20:55.491198 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2920 | 2024.11.01 08:20:55.491447 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part | ||
| 2921 | 2024.11.01 08:20:55.491465 [ 289 ] {} <Debug> HTTP-Session: f047aa63-aaf6-4d98-a1cd-5f3a39f4c3f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41239 | ||
| 2922 | 2024.11.01 08:20:55.491539 [ 289 ] {} <Debug> HTTP-Session: f047aa63-aaf6-4d98-a1cd-5f3a39f4c3f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2923 | 2024.11.01 08:20:55.491626 [ 289 ] {} <Debug> HTTP-Session: f047aa63-aaf6-4d98-a1cd-5f3a39f4c3f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2924 | 2024.11.01 08:20:55.491729 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 2925 | 2024.11.01 08:20:55.491830 [ 289 ] {} <Trace> HTTP-Session: f047aa63-aaf6-4d98-a1cd-5f3a39f4c3f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2926 | 2024.11.01 08:20:55.491993 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 2927 | 2024.11.01 08:20:55.492286 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 2928 | 2024.11.01 08:20:55.492472 [ 289 ] {d682e599-dc02-4588-a3a9-8d5865793750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41239) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2929 | 2024.11.01 08:20:55.492727 [ 289 ] {d682e599-dc02-4588-a3a9-8d5865793750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2930 | 2024.11.01 08:20:55.493584 [ 289 ] {d682e599-dc02-4588-a3a9-8d5865793750} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2931 | 2024.11.01 08:20:55.494598 [ 289 ] {d682e599-dc02-4588-a3a9-8d5865793750} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2932 | 2024.11.01 08:20:55.494667 [ 289 ] {d682e599-dc02-4588-a3a9-8d5865793750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2933 | 2024.11.01 08:20:55.495546 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 285 rows, containing 5 columns (5 merged, 0 gathered) in 0.005799193 sec., 49144.768935953674 rows/sec., 3.34 MiB/sec. | ||
| 2934 | 2024.11.01 08:20:55.495685 [ 289 ] {d682e599-dc02-4588-a3a9-8d5865793750} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2935 | 2024.11.01 08:20:55.495771 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2936 | 2024.11.01 08:20:55.496539 [ 289 ] {d682e599-dc02-4588-a3a9-8d5865793750} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2937 | 2024.11.01 08:20:55.496839 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_6_1} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2938 | 2024.11.01 08:20:55.496883 [ 289 ] {d682e599-dc02-4588-a3a9-8d5865793750} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.004663 sec., 14153.97812567017 rows/sec., 1.10 MiB/sec. | ||
| 2939 | 2024.11.01 08:20:55.497196 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_6_1} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2940 | 2024.11.01 08:20:55.497491 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2941 | 2024.11.01 08:20:55.497606 [ 289 ] {d682e599-dc02-4588-a3a9-8d5865793750} <Debug> DynamicQueryHandler: Done processing query | ||
| 2942 | 2024.11.01 08:20:55.497637 [ 289 ] {d682e599-dc02-4588-a3a9-8d5865793750} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2943 | 2024.11.01 08:20:55.497654 [ 289 ] {} <Debug> HTTP-Session: f047aa63-aaf6-4d98-a1cd-5f3a39f4c3f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2944 | 2024.11.01 08:20:55.497860 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41239, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2945 | 2024.11.01 08:20:55.497965 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42475, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2946 | 2024.11.01 08:20:55.498057 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2947 | 2024.11.01 08:20:55.498080 [ 288 ] {} <Debug> HTTP-Session: 01f3b591-c5a8-4a22-a9a3-df29448aa296 Authenticating user 'default' from [fd00:1122:3344:101::d]:42475 | ||
| 2948 | 2024.11.01 08:20:55.498100 [ 288 ] {} <Debug> HTTP-Session: 01f3b591-c5a8-4a22-a9a3-df29448aa296 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2949 | 2024.11.01 08:20:55.498115 [ 288 ] {} <Debug> HTTP-Session: 01f3b591-c5a8-4a22-a9a3-df29448aa296 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2950 | 2024.11.01 08:20:55.498158 [ 288 ] {} <Trace> HTTP-Session: 01f3b591-c5a8-4a22-a9a3-df29448aa296 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2951 | 2024.11.01 08:20:55.498375 [ 288 ] {498e2945-c3de-41c4-be82-fc1bc43c4bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42475) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2952 | 2024.11.01 08:20:55.498430 [ 288 ] {498e2945-c3de-41c4-be82-fc1bc43c4bba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2953 | 2024.11.01 08:20:55.498635 [ 288 ] {498e2945-c3de-41c4-be82-fc1bc43c4bba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2954 | 2024.11.01 08:20:55.499051 [ 288 ] {498e2945-c3de-41c4-be82-fc1bc43c4bba} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2955 | 2024.11.01 08:20:55.499089 [ 288 ] {498e2945-c3de-41c4-be82-fc1bc43c4bba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2956 | 2024.11.01 08:20:55.499515 [ 288 ] {498e2945-c3de-41c4-be82-fc1bc43c4bba} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2957 | 2024.11.01 08:20:55.499893 [ 288 ] {498e2945-c3de-41c4-be82-fc1bc43c4bba} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2958 | 2024.11.01 08:20:55.500062 [ 288 ] {498e2945-c3de-41c4-be82-fc1bc43c4bba} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001769 sec., 90446.57998869418 rows/sec., 6.30 MiB/sec. | ||
| 2959 | 2024.11.01 08:20:55.500251 [ 288 ] {498e2945-c3de-41c4-be82-fc1bc43c4bba} <Debug> DynamicQueryHandler: Done processing query | ||
| 2960 | 2024.11.01 08:20:55.500277 [ 288 ] {498e2945-c3de-41c4-be82-fc1bc43c4bba} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2961 | 2024.11.01 08:20:55.500293 [ 288 ] {} <Debug> HTTP-Session: 01f3b591-c5a8-4a22-a9a3-df29448aa296 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2962 | 2024.11.01 08:20:55.500465 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2963 | 2024.11.01 08:20:55.500536 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47594, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2964 | 2024.11.01 08:20:55.500622 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2965 | 2024.11.01 08:20:55.500649 [ 289 ] {} <Debug> HTTP-Session: 2f431f29-d52b-405e-9095-9080ad6d71e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47594 | ||
| 2966 | 2024.11.01 08:20:55.500668 [ 289 ] {} <Debug> HTTP-Session: 2f431f29-d52b-405e-9095-9080ad6d71e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2967 | 2024.11.01 08:20:55.500682 [ 289 ] {} <Debug> HTTP-Session: 2f431f29-d52b-405e-9095-9080ad6d71e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2968 | 2024.11.01 08:20:55.500724 [ 289 ] {} <Trace> HTTP-Session: 2f431f29-d52b-405e-9095-9080ad6d71e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2969 | 2024.11.01 08:20:55.500830 [ 289 ] {9d4da1dd-675a-4efe-85a9-04340298fd39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47594) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2970 | 2024.11.01 08:20:55.500884 [ 289 ] {9d4da1dd-675a-4efe-85a9-04340298fd39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2971 | 2024.11.01 08:20:55.501050 [ 289 ] {9d4da1dd-675a-4efe-85a9-04340298fd39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2972 | 2024.11.01 08:20:55.501333 [ 289 ] {9d4da1dd-675a-4efe-85a9-04340298fd39} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2973 | 2024.11.01 08:20:55.501370 [ 289 ] {9d4da1dd-675a-4efe-85a9-04340298fd39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2974 | 2024.11.01 08:20:55.501733 [ 289 ] {9d4da1dd-675a-4efe-85a9-04340298fd39} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2975 | 2024.11.01 08:20:55.502067 [ 289 ] {9d4da1dd-675a-4efe-85a9-04340298fd39} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2976 | 2024.11.01 08:20:55.502232 [ 289 ] {9d4da1dd-675a-4efe-85a9-04340298fd39} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001416 sec., 706.2146892655368 rows/sec., 44.83 KiB/sec. | ||
| 2977 | 2024.11.01 08:20:55.502441 [ 289 ] {9d4da1dd-675a-4efe-85a9-04340298fd39} <Debug> DynamicQueryHandler: Done processing query | ||
| 2978 | 2024.11.01 08:20:55.502464 [ 289 ] {9d4da1dd-675a-4efe-85a9-04340298fd39} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2979 | 2024.11.01 08:20:55.502481 [ 289 ] {} <Debug> HTTP-Session: 2f431f29-d52b-405e-9095-9080ad6d71e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2980 | 2024.11.01 08:20:55.502635 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2981 | 2024.11.01 08:20:55.502744 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38649, User-Agent: (none), Length: 3336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2982 | 2024.11.01 08:20:55.502803 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2983 | 2024.11.01 08:20:55.502824 [ 292 ] {} <Debug> HTTP-Session: 11457987-df00-4e4f-9ddc-91e546b362bf Authenticating user 'default' from [fd00:1122:3344:101::d]:38649 | ||
| 2984 | 2024.11.01 08:20:55.502843 [ 292 ] {} <Debug> HTTP-Session: 11457987-df00-4e4f-9ddc-91e546b362bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2985 | 2024.11.01 08:20:55.502858 [ 292 ] {} <Debug> HTTP-Session: 11457987-df00-4e4f-9ddc-91e546b362bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2986 | 2024.11.01 08:20:55.502891 [ 292 ] {} <Trace> HTTP-Session: 11457987-df00-4e4f-9ddc-91e546b362bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2987 | 2024.11.01 08:20:55.503029 [ 292 ] {c58df2a0-1219-46ef-9621-b730fcd7e99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38649) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2988 | 2024.11.01 08:20:55.503097 [ 292 ] {c58df2a0-1219-46ef-9621-b730fcd7e99b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2989 | 2024.11.01 08:20:55.503544 [ 292 ] {c58df2a0-1219-46ef-9621-b730fcd7e99b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2990 | 2024.11.01 08:20:55.504020 [ 292 ] {c58df2a0-1219-46ef-9621-b730fcd7e99b} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2991 | 2024.11.01 08:20:55.504058 [ 292 ] {c58df2a0-1219-46ef-9621-b730fcd7e99b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2992 | 2024.11.01 08:20:55.504647 [ 292 ] {c58df2a0-1219-46ef-9621-b730fcd7e99b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2993 | 2024.11.01 08:20:55.505087 [ 292 ] {c58df2a0-1219-46ef-9621-b730fcd7e99b} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2994 | 2024.11.01 08:20:55.505264 [ 45 ] {} <Debug> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2995 | 2024.11.01 08:20:55.505283 [ 292 ] {c58df2a0-1219-46ef-9621-b730fcd7e99b} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002302 sec., 868.8097306689835 rows/sec., 1.56 MiB/sec. | ||
| 2996 | 2024.11.01 08:20:55.505329 [ 45 ] {} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2997 | 2024.11.01 08:20:55.505395 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 2998 | 2024.11.01 08:20:55.505629 [ 186 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2999 | 2024.11.01 08:20:55.505773 [ 292 ] {c58df2a0-1219-46ef-9621-b730fcd7e99b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3000 | 2024.11.01 08:20:55.505808 [ 292 ] {c58df2a0-1219-46ef-9621-b730fcd7e99b} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 3001 | 2024.11.01 08:20:55.505841 [ 292 ] {} <Debug> HTTP-Session: 11457987-df00-4e4f-9ddc-91e546b362bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3002 | 2024.11.01 08:20:55.505986 [ 186 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3003 | 2024.11.01 08:20:55.506053 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47594, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3004 | 2024.11.01 08:20:55.506075 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38649, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3005 | 2024.11.01 08:20:55.506123 [ 186 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 3006 | 2024.11.01 08:20:55.506146 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3007 | 2024.11.01 08:20:55.506198 [ 289 ] {} <Debug> HTTP-Session: cd3fba54-acbc-48f1-8963-4036b04a5ee2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47594 | ||
| 3008 | 2024.11.01 08:20:55.506251 [ 289 ] {} <Debug> HTTP-Session: cd3fba54-acbc-48f1-8963-4036b04a5ee2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3009 | 2024.11.01 08:20:55.506302 [ 289 ] {} <Debug> HTTP-Session: cd3fba54-acbc-48f1-8963-4036b04a5ee2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3010 | 2024.11.01 08:20:55.506464 [ 289 ] {} <Trace> HTTP-Session: cd3fba54-acbc-48f1-8963-4036b04a5ee2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3011 | 2024.11.01 08:20:55.506703 [ 186 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 3012 | 2024.11.01 08:20:55.506767 [ 289 ] {4dd69b4d-7b00-473b-abfa-5410b364d790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47594) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3013 | 2024.11.01 08:20:55.506932 [ 289 ] {4dd69b4d-7b00-473b-abfa-5410b364d790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3014 | 2024.11.01 08:20:55.507275 [ 186 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 3015 | 2024.11.01 08:20:55.507483 [ 289 ] {4dd69b4d-7b00-473b-abfa-5410b364d790} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3016 | 2024.11.01 08:20:55.507881 [ 186 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 3017 | 2024.11.01 08:20:55.508527 [ 186 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part | ||
| 3018 | 2024.11.01 08:20:55.508592 [ 289 ] {4dd69b4d-7b00-473b-abfa-5410b364d790} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3019 | 2024.11.01 08:20:55.508640 [ 289 ] {4dd69b4d-7b00-473b-abfa-5410b364d790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 3020 | 2024.11.01 08:20:55.509026 [ 186 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 3021 | 2024.11.01 08:20:55.509718 [ 289 ] {4dd69b4d-7b00-473b-abfa-5410b364d790} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3022 | 2024.11.01 08:20:55.510199 [ 289 ] {4dd69b4d-7b00-473b-abfa-5410b364d790} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3023 | 2024.11.01 08:20:55.510446 [ 289 ] {4dd69b4d-7b00-473b-abfa-5410b364d790} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003745 sec., 16021.361815754339 rows/sec., 1.08 MiB/sec. | ||
| 3024 | 2024.11.01 08:20:55.511062 [ 289 ] {4dd69b4d-7b00-473b-abfa-5410b364d790} <Debug> DynamicQueryHandler: Done processing query | ||
| 3025 | 2024.11.01 08:20:55.511093 [ 289 ] {4dd69b4d-7b00-473b-abfa-5410b364d790} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3026 | 2024.11.01 08:20:55.511121 [ 289 ] {} <Debug> HTTP-Session: cd3fba54-acbc-48f1-8963-4036b04a5ee2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3027 | 2024.11.01 08:20:55.511388 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3028 | 2024.11.01 08:20:55.512562 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 19 columns (19 merged, 0 gathered) in 0.007044643 sec., 9226.869267896187 rows/sec., 16.53 MiB/sec. | ||
| 3029 | 2024.11.01 08:20:55.512972 [ 197 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3030 | 2024.11.01 08:20:55.513614 [ 197 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3031 | 2024.11.01 08:20:55.513702 [ 197 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3032 | 2024.11.01 08:20:55.513854 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 3033 | 2024.11.01 08:20:58.635364 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3034 | 2024.11.01 08:20:58.635462 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3035 | 2024.11.01 08:21:00.468697 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36242, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3036 | 2024.11.01 08:21:00.468818 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3037 | 2024.11.01 08:21:00.468846 [ 289 ] {} <Debug> HTTP-Session: 8971618b-df72-4285-89f8-03ba0f99af42 Authenticating user 'default' from [fd00:1122:3344:101::d]:36242 | ||
| 3038 | 2024.11.01 08:21:00.468874 [ 289 ] {} <Debug> HTTP-Session: 8971618b-df72-4285-89f8-03ba0f99af42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3039 | 2024.11.01 08:21:00.468892 [ 289 ] {} <Debug> HTTP-Session: 8971618b-df72-4285-89f8-03ba0f99af42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3040 | 2024.11.01 08:21:00.468950 [ 289 ] {} <Trace> HTTP-Session: 8971618b-df72-4285-89f8-03ba0f99af42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3041 | 2024.11.01 08:21:00.469178 [ 289 ] {731d793d-a851-4c3e-978c-dcb666f8ae2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36242) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3042 | 2024.11.01 08:21:00.469254 [ 289 ] {731d793d-a851-4c3e-978c-dcb666f8ae2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3043 | 2024.11.01 08:21:00.469633 [ 289 ] {731d793d-a851-4c3e-978c-dcb666f8ae2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3044 | 2024.11.01 08:21:00.470125 [ 289 ] {731d793d-a851-4c3e-978c-dcb666f8ae2a} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3045 | 2024.11.01 08:21:00.470166 [ 289 ] {731d793d-a851-4c3e-978c-dcb666f8ae2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 3046 | 2024.11.01 08:21:00.470580 [ 289 ] {731d793d-a851-4c3e-978c-dcb666f8ae2a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3047 | 2024.11.01 08:21:00.470966 [ 289 ] {731d793d-a851-4c3e-978c-dcb666f8ae2a} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3048 | 2024.11.01 08:21:00.471156 [ 289 ] {731d793d-a851-4c3e-978c-dcb666f8ae2a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002044 sec., 27397.260273972606 rows/sec., 2.09 MiB/sec. | ||
| 3049 | 2024.11.01 08:21:00.471154 [ 39 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3050 | 2024.11.01 08:21:00.471265 [ 39 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3051 | 2024.11.01 08:21:00.471322 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 3052 | 2024.11.01 08:21:00.471446 [ 289 ] {731d793d-a851-4c3e-978c-dcb666f8ae2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3053 | 2024.11.01 08:21:00.471482 [ 289 ] {731d793d-a851-4c3e-978c-dcb666f8ae2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3054 | 2024.11.01 08:21:00.471485 [ 186 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3055 | 2024.11.01 08:21:00.471500 [ 289 ] {} <Debug> HTTP-Session: 8971618b-df72-4285-89f8-03ba0f99af42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3056 | 2024.11.01 08:21:00.471640 [ 186 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3057 | 2024.11.01 08:21:00.471680 [ 186 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1345 rows starting from the beginning of the part | ||
| 3058 | 2024.11.01 08:21:00.471759 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36242, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3059 | 2024.11.01 08:21:00.471833 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62844, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3060 | 2024.11.01 08:21:00.471974 [ 186 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 3061 | 2024.11.01 08:21:00.472038 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3062 | 2024.11.01 08:21:00.472139 [ 292 ] {} <Debug> HTTP-Session: a5de82fe-6ff0-4a53-82dd-856d0a8bae32 Authenticating user 'default' from [fd00:1122:3344:101::d]:62844 | ||
| 3063 | 2024.11.01 08:21:00.472273 [ 292 ] {} <Debug> HTTP-Session: a5de82fe-6ff0-4a53-82dd-856d0a8bae32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3064 | 2024.11.01 08:21:00.472307 [ 186 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 3065 | 2024.11.01 08:21:00.472322 [ 292 ] {} <Debug> HTTP-Session: a5de82fe-6ff0-4a53-82dd-856d0a8bae32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3066 | 2024.11.01 08:21:00.472467 [ 292 ] {} <Trace> HTTP-Session: a5de82fe-6ff0-4a53-82dd-856d0a8bae32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3067 | 2024.11.01 08:21:00.472581 [ 186 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 251 rows starting from the beginning of the part | ||
| 3068 | 2024.11.01 08:21:00.472806 [ 186 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 61 rows starting from the beginning of the part | ||
| 3069 | 2024.11.01 08:21:00.472824 [ 292 ] {2f15159a-b12e-4c48-9fbf-ddc682877cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62844) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3070 | 2024.11.01 08:21:00.472988 [ 292 ] {2f15159a-b12e-4c48-9fbf-ddc682877cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3071 | 2024.11.01 08:21:00.473074 [ 186 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 3072 | 2024.11.01 08:21:00.473661 [ 292 ] {2f15159a-b12e-4c48-9fbf-ddc682877cf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3073 | 2024.11.01 08:21:00.474237 [ 292 ] {2f15159a-b12e-4c48-9fbf-ddc682877cf6} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3074 | 2024.11.01 08:21:00.474285 [ 292 ] {2f15159a-b12e-4c48-9fbf-ddc682877cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3075 | 2024.11.01 08:21:00.475011 [ 292 ] {2f15159a-b12e-4c48-9fbf-ddc682877cf6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3076 | 2024.11.01 08:21:00.475460 [ 186 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1841 rows, containing 5 columns (5 merged, 0 gathered) in 0.004053159 sec., 454213.6146151681 rows/sec., 39.52 MiB/sec. | ||
| 3077 | 2024.11.01 08:21:00.475637 [ 292 ] {2f15159a-b12e-4c48-9fbf-ddc682877cf6} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3078 | 2024.11.01 08:21:00.475820 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3079 | 2024.11.01 08:21:00.475881 [ 292 ] {2f15159a-b12e-4c48-9fbf-ddc682877cf6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003177 sec., 20144.79068303431 rows/sec., 1.57 MiB/sec. | ||
| 3080 | 2024.11.01 08:21:00.475890 [ 41 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3081 | 2024.11.01 08:21:00.476016 [ 41 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3082 | 2024.11.01 08:21:00.476110 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 3083 | 2024.11.01 08:21:00.476520 [ 188 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3084 | 2024.11.01 08:21:00.476548 [ 292 ] {2f15159a-b12e-4c48-9fbf-ddc682877cf6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3085 | 2024.11.01 08:21:00.476668 [ 292 ] {2f15159a-b12e-4c48-9fbf-ddc682877cf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3086 | 2024.11.01 08:21:00.476848 [ 292 ] {} <Debug> HTTP-Session: a5de82fe-6ff0-4a53-82dd-856d0a8bae32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3087 | 2024.11.01 08:21:00.477212 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62844, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3088 | 2024.11.01 08:21:00.477211 [ 188 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3089 | 2024.11.01 08:21:00.477343 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38084, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3090 | 2024.11.01 08:21:00.477365 [ 188 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 846 rows starting from the beginning of the part | ||
| 3091 | 2024.11.01 08:21:00.477528 [ 292 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 3092 | |||
| 3093 | (version 23.8.7.1) | ||
| 3094 | 2024.11.01 08:21:00.477594 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3095 | 2024.11.01 08:21:00.477728 [ 289 ] {} <Debug> HTTP-Session: 0aaa2889-d6a7-43a1-b5ed-a88ac71d1089 Authenticating user 'default' from [fd00:1122:3344:101::d]:38084 | ||
| 3096 | 2024.11.01 08:21:00.477809 [ 289 ] {} <Debug> HTTP-Session: 0aaa2889-d6a7-43a1-b5ed-a88ac71d1089 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3097 | 2024.11.01 08:21:00.477846 [ 188 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 78 rows starting from the beginning of the part | ||
| 3098 | 2024.11.01 08:21:00.477859 [ 289 ] {} <Debug> HTTP-Session: 0aaa2889-d6a7-43a1-b5ed-a88ac71d1089 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3099 | 2024.11.01 08:21:00.477875 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_11_2} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3100 | 2024.11.01 08:21:00.478091 [ 289 ] {} <Trace> HTTP-Session: 0aaa2889-d6a7-43a1-b5ed-a88ac71d1089 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3101 | 2024.11.01 08:21:00.478158 [ 188 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 3102 | 2024.11.01 08:21:00.478374 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_11_2} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3103 | 2024.11.01 08:21:00.478566 [ 188 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 418 rows starting from the beginning of the part | ||
| 3104 | 2024.11.01 08:21:00.478738 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 3105 | 2024.11.01 08:21:00.478937 [ 188 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 66 rows starting from the beginning of the part | ||
| 3106 | 2024.11.01 08:21:00.479026 [ 289 ] {a199966e-3f54-4bcf-a33a-7491479d7442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38084) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3107 | 2024.11.01 08:21:00.479163 [ 188 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 3108 | 2024.11.01 08:21:00.479299 [ 289 ] {a199966e-3f54-4bcf-a33a-7491479d7442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3109 | 2024.11.01 08:21:00.479989 [ 289 ] {a199966e-3f54-4bcf-a33a-7491479d7442} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3110 | 2024.11.01 08:21:00.481116 [ 289 ] {a199966e-3f54-4bcf-a33a-7491479d7442} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3111 | 2024.11.01 08:21:00.481185 [ 289 ] {a199966e-3f54-4bcf-a33a-7491479d7442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3112 | 2024.11.01 08:21:00.482142 [ 289 ] {a199966e-3f54-4bcf-a33a-7491479d7442} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3113 | 2024.11.01 08:21:00.482355 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 5 columns (5 merged, 0 gathered) in 0.00607073 sec., 253017.34717241584 rows/sec., 19.45 MiB/sec. | ||
| 3114 | 2024.11.01 08:21:00.482593 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3115 | 2024.11.01 08:21:00.482721 [ 289 ] {a199966e-3f54-4bcf-a33a-7491479d7442} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3116 | 2024.11.01 08:21:00.482988 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3117 | 2024.11.01 08:21:00.483006 [ 289 ] {a199966e-3f54-4bcf-a33a-7491479d7442} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004512 sec., 35460.99290780142 rows/sec., 2.47 MiB/sec. | ||
| 3118 | 2024.11.01 08:21:00.483137 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3119 | 2024.11.01 08:21:00.483285 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 3120 | 2024.11.01 08:21:00.483782 [ 289 ] {a199966e-3f54-4bcf-a33a-7491479d7442} <Debug> DynamicQueryHandler: Done processing query | ||
| 3121 | 2024.11.01 08:21:00.483855 [ 289 ] {a199966e-3f54-4bcf-a33a-7491479d7442} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3122 | 2024.11.01 08:21:00.483912 [ 289 ] {} <Debug> HTTP-Session: 0aaa2889-d6a7-43a1-b5ed-a88ac71d1089 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3123 | 2024.11.01 08:21:00.483912 [ 199 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3124 | 2024.11.01 08:21:00.484193 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38084, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3125 | 2024.11.01 08:21:00.484190 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_11_2} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3126 | 2024.11.01 08:21:00.484329 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47392, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3127 | 2024.11.01 08:21:00.484536 [ 289 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 3128 | |||
| 3129 | (version 23.8.7.1) | ||
| 3130 | 2024.11.01 08:21:00.484598 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3131 | 2024.11.01 08:21:00.484670 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_11_2} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3132 | 2024.11.01 08:21:00.484722 [ 292 ] {} <Debug> HTTP-Session: c62eb984-17ca-4f40-a41b-c1ca567f7798 Authenticating user 'default' from [fd00:1122:3344:101::d]:47392 | ||
| 3133 | 2024.11.01 08:21:00.484757 [ 199 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3134 | 2024.11.01 08:21:00.484793 [ 292 ] {} <Debug> HTTP-Session: c62eb984-17ca-4f40-a41b-c1ca567f7798 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3135 | 2024.11.01 08:21:00.484882 [ 292 ] {} <Debug> HTTP-Session: c62eb984-17ca-4f40-a41b-c1ca567f7798 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3136 | 2024.11.01 08:21:00.484899 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 3137 | 2024.11.01 08:21:00.484927 [ 199 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2741 rows starting from the beginning of the part | ||
| 3138 | 2024.11.01 08:21:00.484989 [ 292 ] {} <Trace> HTTP-Session: c62eb984-17ca-4f40-a41b-c1ca567f7798 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3139 | 2024.11.01 08:21:00.485206 [ 199 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 148 rows starting from the beginning of the part | ||
| 3140 | 2024.11.01 08:21:00.485333 [ 292 ] {8a670cc1-8330-4777-9c66-1ce638f15210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47392) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3141 | 2024.11.01 08:21:00.485506 [ 292 ] {8a670cc1-8330-4777-9c66-1ce638f15210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3142 | 2024.11.01 08:21:00.485579 [ 199 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
| 3143 | 2024.11.01 08:21:00.485984 [ 199 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part | ||
| 3144 | 2024.11.01 08:21:00.486360 [ 199 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 3145 | 2024.11.01 08:21:00.486408 [ 292 ] {8a670cc1-8330-4777-9c66-1ce638f15210} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3146 | 2024.11.01 08:21:00.486594 [ 199 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 3147 | 2024.11.01 08:21:00.487488 [ 292 ] {8a670cc1-8330-4777-9c66-1ce638f15210} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3148 | 2024.11.01 08:21:00.487549 [ 292 ] {8a670cc1-8330-4777-9c66-1ce638f15210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3149 | 2024.11.01 08:21:00.488414 [ 292 ] {8a670cc1-8330-4777-9c66-1ce638f15210} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3150 | 2024.11.01 08:21:00.489307 [ 292 ] {8a670cc1-8330-4777-9c66-1ce638f15210} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3151 | 2024.11.01 08:21:00.489595 [ 41 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3152 | 2024.11.01 08:21:00.489617 [ 292 ] {8a670cc1-8330-4777-9c66-1ce638f15210} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004445 sec., 13498.312710911136 rows/sec., 931.52 KiB/sec. | ||
| 3153 | 2024.11.01 08:21:00.489674 [ 41 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3154 | 2024.11.01 08:21:00.489770 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3155 | 2024.11.01 08:21:00.490280 [ 292 ] {8a670cc1-8330-4777-9c66-1ce638f15210} <Debug> DynamicQueryHandler: Done processing query | ||
| 3156 | 2024.11.01 08:21:00.490389 [ 292 ] {8a670cc1-8330-4777-9c66-1ce638f15210} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3157 | 2024.11.01 08:21:00.490488 [ 292 ] {} <Debug> HTTP-Session: c62eb984-17ca-4f40-a41b-c1ca567f7798 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3158 | 2024.11.01 08:21:00.490614 [ 186 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3159 | 2024.11.01 08:21:00.490797 [ 193 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3606 rows, containing 5 columns (5 merged, 0 gathered) in 0.00731572 sec., 492911.1557030613 rows/sec., 33.24 MiB/sec. | ||
| 3160 | 2024.11.01 08:21:00.490893 [ 186 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3161 | 2024.11.01 08:21:00.490937 [ 186 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 282 rows starting from the beginning of the part | ||
| 3162 | 2024.11.01 08:21:00.491077 [ 186 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 54 rows starting from the beginning of the part | ||
| 3163 | 2024.11.01 08:21:00.491110 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3164 | 2024.11.01 08:21:00.491428 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3165 | 2024.11.01 08:21:00.491460 [ 292 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 3166 | |||
| 3167 | (version 23.8.7.1) | ||
| 3168 | 2024.11.01 08:21:00.491573 [ 186 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 3169 | 2024.11.01 08:21:00.491878 [ 186 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part | ||
| 3170 | 2024.11.01 08:21:00.492327 [ 186 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 3171 | 2024.11.01 08:21:00.492725 [ 186 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 3172 | 2024.11.01 08:21:00.493165 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3173 | 2024.11.01 08:21:00.493328 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3174 | 2024.11.01 08:21:00.493518 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
| 3175 | 2024.11.01 08:21:00.494328 [ 193 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 598 rows, containing 4 columns (4 merged, 0 gathered) in 0.004403898 sec., 135788.7943817046 rows/sec., 8.88 MiB/sec. | ||
| 3176 | 2024.11.01 08:21:00.494501 [ 196 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3177 | 2024.11.01 08:21:00.494873 [ 196 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_11_2} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3178 | 2024.11.01 08:21:00.494957 [ 196 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_11_2} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3179 | 2024.11.01 08:21:00.495056 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3180 | 2024.11.01 08:21:03.749567 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 334 | ||
| 3181 | 2024.11.01 08:21:03.752645 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3182 | 2024.11.01 08:21:03.752696 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3183 | 2024.11.01 08:21:03.754336 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3184 | 2024.11.01 08:21:03.755412 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3185 | 2024.11.01 08:21:03.755947 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 334 | ||
| 3186 | 2024.11.01 08:21:05.475718 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55558, User-Agent: (none), Length: 40783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3187 | 2024.11.01 08:21:05.475854 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3188 | 2024.11.01 08:21:05.475907 [ 287 ] {} <Debug> HTTP-Session: 10430948-42d7-41f3-b29f-7f11ef6ec6a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55558 | ||
| 3189 | 2024.11.01 08:21:05.475932 [ 287 ] {} <Debug> HTTP-Session: 10430948-42d7-41f3-b29f-7f11ef6ec6a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3190 | 2024.11.01 08:21:05.475947 [ 287 ] {} <Debug> HTTP-Session: 10430948-42d7-41f3-b29f-7f11ef6ec6a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3191 | 2024.11.01 08:21:05.475998 [ 287 ] {} <Trace> HTTP-Session: 10430948-42d7-41f3-b29f-7f11ef6ec6a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3192 | 2024.11.01 08:21:05.476330 [ 287 ] {ebe66b3f-d7f2-44ef-b650-c2fa3cfb2baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55558) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3193 | 2024.11.01 08:21:05.476408 [ 287 ] {ebe66b3f-d7f2-44ef-b650-c2fa3cfb2baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3194 | 2024.11.01 08:21:05.476761 [ 287 ] {ebe66b3f-d7f2-44ef-b650-c2fa3cfb2baa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3195 | 2024.11.01 08:21:05.477435 [ 287 ] {ebe66b3f-d7f2-44ef-b650-c2fa3cfb2baa} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3196 | 2024.11.01 08:21:05.477478 [ 287 ] {ebe66b3f-d7f2-44ef-b650-c2fa3cfb2baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3197 | 2024.11.01 08:21:05.477934 [ 287 ] {ebe66b3f-d7f2-44ef-b650-c2fa3cfb2baa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3198 | 2024.11.01 08:21:05.478349 [ 287 ] {ebe66b3f-d7f2-44ef-b650-c2fa3cfb2baa} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3199 | 2024.11.01 08:21:05.478499 [ 287 ] {ebe66b3f-d7f2-44ef-b650-c2fa3cfb2baa} <Debug> executeQuery: Read 269 rows, 24.46 KiB in 0.002357 sec., 114128.12897751378 rows/sec., 10.13 MiB/sec. | ||
| 3200 | 2024.11.01 08:21:05.478726 [ 287 ] {ebe66b3f-d7f2-44ef-b650-c2fa3cfb2baa} <Debug> DynamicQueryHandler: Done processing query | ||
| 3201 | 2024.11.01 08:21:05.478755 [ 287 ] {ebe66b3f-d7f2-44ef-b650-c2fa3cfb2baa} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 3202 | 2024.11.01 08:21:05.478772 [ 287 ] {} <Debug> HTTP-Session: 10430948-42d7-41f3-b29f-7f11ef6ec6a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3203 | 2024.11.01 08:21:05.478968 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3204 | 2024.11.01 08:21:05.479079 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36673, User-Agent: (none), Length: 5785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3205 | 2024.11.01 08:21:05.479208 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3206 | 2024.11.01 08:21:05.479234 [ 289 ] {} <Debug> HTTP-Session: 5c5ed6e7-dfa8-44bf-8c2b-3d12595df4da Authenticating user 'default' from [fd00:1122:3344:101::d]:36673 | ||
| 3207 | 2024.11.01 08:21:05.479258 [ 289 ] {} <Debug> HTTP-Session: 5c5ed6e7-dfa8-44bf-8c2b-3d12595df4da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3208 | 2024.11.01 08:21:05.479273 [ 289 ] {} <Debug> HTTP-Session: 5c5ed6e7-dfa8-44bf-8c2b-3d12595df4da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3209 | 2024.11.01 08:21:05.479330 [ 289 ] {} <Trace> HTTP-Session: 5c5ed6e7-dfa8-44bf-8c2b-3d12595df4da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3210 | 2024.11.01 08:21:05.479533 [ 289 ] {da15de94-4568-4a32-b9f0-d3ace65bd4e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36673) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3211 | 2024.11.01 08:21:05.479602 [ 289 ] {da15de94-4568-4a32-b9f0-d3ace65bd4e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3212 | 2024.11.01 08:21:05.479958 [ 289 ] {da15de94-4568-4a32-b9f0-d3ace65bd4e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3213 | 2024.11.01 08:21:05.480384 [ 289 ] {da15de94-4568-4a32-b9f0-d3ace65bd4e0} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3214 | 2024.11.01 08:21:05.480431 [ 289 ] {da15de94-4568-4a32-b9f0-d3ace65bd4e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3215 | 2024.11.01 08:21:05.480874 [ 289 ] {da15de94-4568-4a32-b9f0-d3ace65bd4e0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3216 | 2024.11.01 08:21:05.481284 [ 289 ] {da15de94-4568-4a32-b9f0-d3ace65bd4e0} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3217 | 2024.11.01 08:21:05.481474 [ 289 ] {da15de94-4568-4a32-b9f0-d3ace65bd4e0} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00201 sec., 19900.49751243781 rows/sec., 1.46 MiB/sec. | ||
| 3218 | 2024.11.01 08:21:05.481687 [ 289 ] {da15de94-4568-4a32-b9f0-d3ace65bd4e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3219 | 2024.11.01 08:21:05.481715 [ 289 ] {da15de94-4568-4a32-b9f0-d3ace65bd4e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3220 | 2024.11.01 08:21:05.481732 [ 289 ] {} <Debug> HTTP-Session: 5c5ed6e7-dfa8-44bf-8c2b-3d12595df4da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3221 | 2024.11.01 08:21:05.481904 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36673, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3222 | 2024.11.01 08:21:05.481995 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39413, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3223 | 2024.11.01 08:21:05.482078 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3224 | 2024.11.01 08:21:05.482104 [ 292 ] {} <Debug> HTTP-Session: f57cf3d1-74f2-462a-a4af-48a0169fc851 Authenticating user 'default' from [fd00:1122:3344:101::d]:39413 | ||
| 3225 | 2024.11.01 08:21:05.482127 [ 292 ] {} <Debug> HTTP-Session: f57cf3d1-74f2-462a-a4af-48a0169fc851 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3226 | 2024.11.01 08:21:05.482146 [ 292 ] {} <Debug> HTTP-Session: f57cf3d1-74f2-462a-a4af-48a0169fc851 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3227 | 2024.11.01 08:21:05.482189 [ 292 ] {} <Trace> HTTP-Session: f57cf3d1-74f2-462a-a4af-48a0169fc851 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3228 | 2024.11.01 08:21:05.482336 [ 292 ] {f970156b-5e0d-460f-ace7-daa151c78a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39413) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3229 | 2024.11.01 08:21:05.482395 [ 292 ] {f970156b-5e0d-460f-ace7-daa151c78a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3230 | 2024.11.01 08:21:05.482693 [ 292 ] {f970156b-5e0d-460f-ace7-daa151c78a09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3231 | 2024.11.01 08:21:05.483070 [ 292 ] {f970156b-5e0d-460f-ace7-daa151c78a09} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3232 | 2024.11.01 08:21:05.483116 [ 292 ] {f970156b-5e0d-460f-ace7-daa151c78a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3233 | 2024.11.01 08:21:05.483493 [ 292 ] {f970156b-5e0d-460f-ace7-daa151c78a09} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3234 | 2024.11.01 08:21:05.483873 [ 292 ] {f970156b-5e0d-460f-ace7-daa151c78a09} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3235 | 2024.11.01 08:21:05.484041 [ 292 ] {f970156b-5e0d-460f-ace7-daa151c78a09} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001746 sec., 8018.327605956472 rows/sec., 561.55 KiB/sec. | ||
| 3236 | 2024.11.01 08:21:05.484336 [ 292 ] {f970156b-5e0d-460f-ace7-daa151c78a09} <Debug> DynamicQueryHandler: Done processing query | ||
| 3237 | 2024.11.01 08:21:05.484362 [ 292 ] {f970156b-5e0d-460f-ace7-daa151c78a09} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3238 | 2024.11.01 08:21:05.484378 [ 292 ] {} <Debug> HTTP-Session: f57cf3d1-74f2-462a-a4af-48a0169fc851 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3239 | 2024.11.01 08:21:05.484539 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3240 | 2024.11.01 08:21:05.484636 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35246, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3241 | 2024.11.01 08:21:05.484712 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3242 | 2024.11.01 08:21:05.484738 [ 289 ] {} <Debug> HTTP-Session: 2c09c35f-1ba7-4afa-a9f3-1cac7da287be Authenticating user 'default' from [fd00:1122:3344:101::d]:35246 | ||
| 3243 | 2024.11.01 08:21:05.484761 [ 289 ] {} <Debug> HTTP-Session: 2c09c35f-1ba7-4afa-a9f3-1cac7da287be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3244 | 2024.11.01 08:21:05.484778 [ 289 ] {} <Debug> HTTP-Session: 2c09c35f-1ba7-4afa-a9f3-1cac7da287be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3245 | 2024.11.01 08:21:05.484819 [ 289 ] {} <Trace> HTTP-Session: 2c09c35f-1ba7-4afa-a9f3-1cac7da287be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3246 | 2024.11.01 08:21:05.484957 [ 289 ] {e7ac5670-fe84-45cf-9851-8874d18868bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35246) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 3247 | 2024.11.01 08:21:05.485013 [ 289 ] {e7ac5670-fe84-45cf-9851-8874d18868bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3248 | 2024.11.01 08:21:05.485280 [ 289 ] {e7ac5670-fe84-45cf-9851-8874d18868bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3249 | 2024.11.01 08:21:05.485603 [ 289 ] {e7ac5670-fe84-45cf-9851-8874d18868bd} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3250 | 2024.11.01 08:21:05.485641 [ 289 ] {e7ac5670-fe84-45cf-9851-8874d18868bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3251 | 2024.11.01 08:21:05.486004 [ 289 ] {e7ac5670-fe84-45cf-9851-8874d18868bd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3252 | 2024.11.01 08:21:05.486382 [ 289 ] {e7ac5670-fe84-45cf-9851-8874d18868bd} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3253 | 2024.11.01 08:21:05.486537 [ 40 ] {} <Debug> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3254 | 2024.11.01 08:21:05.486553 [ 289 ] {e7ac5670-fe84-45cf-9851-8874d18868bd} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001619 sec., 3705.9913526868436 rows/sec., 218.96 KiB/sec. | ||
| 3255 | 2024.11.01 08:21:05.486597 [ 40 ] {} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3256 | 2024.11.01 08:21:05.486675 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3257 | 2024.11.01 08:21:05.486999 [ 289 ] {e7ac5670-fe84-45cf-9851-8874d18868bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3258 | 2024.11.01 08:21:05.487025 [ 199 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 3259 | 2024.11.01 08:21:05.487064 [ 289 ] {e7ac5670-fe84-45cf-9851-8874d18868bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3260 | 2024.11.01 08:21:05.487124 [ 289 ] {} <Debug> HTTP-Session: 2c09c35f-1ba7-4afa-a9f3-1cac7da287be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3261 | 2024.11.01 08:21:05.487276 [ 199 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3262 | 2024.11.01 08:21:05.487319 [ 199 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 3263 | 2024.11.01 08:21:05.487386 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3264 | 2024.11.01 08:21:05.487617 [ 199 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 3265 | 2024.11.01 08:21:05.487617 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57066, User-Agent: (none), Length: 69397, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3266 | 2024.11.01 08:21:05.487731 [ 289 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 3267 | |||
| 3268 | (version 23.8.7.1) | ||
| 3269 | 2024.11.01 08:21:05.488022 [ 199 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 3270 | 2024.11.01 08:21:05.487996 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3271 | 2024.11.01 08:21:05.488178 [ 292 ] {} <Debug> HTTP-Session: c72e040a-4379-418f-8e67-b756d1f04575 Authenticating user 'default' from [fd00:1122:3344:101::d]:57066 | ||
| 3272 | 2024.11.01 08:21:05.488289 [ 199 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3273 | 2024.11.01 08:21:05.488307 [ 292 ] {} <Debug> HTTP-Session: c72e040a-4379-418f-8e67-b756d1f04575 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3274 | 2024.11.01 08:21:05.488381 [ 292 ] {} <Debug> HTTP-Session: c72e040a-4379-418f-8e67-b756d1f04575 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3275 | 2024.11.01 08:21:05.488576 [ 199 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3276 | 2024.11.01 08:21:05.488596 [ 292 ] {} <Trace> HTTP-Session: c72e040a-4379-418f-8e67-b756d1f04575 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3277 | 2024.11.01 08:21:05.489383 [ 292 ] {14e3779e-7402-480e-af91-111a2777c3a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57066) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3278 | 2024.11.01 08:21:05.489480 [ 292 ] {14e3779e-7402-480e-af91-111a2777c3a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3279 | 2024.11.01 08:21:05.490470 [ 292 ] {14e3779e-7402-480e-af91-111a2777c3a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3280 | 2024.11.01 08:21:05.491022 [ 186 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004231184 sec., 7090.213992111901 rows/sec., 450.06 KiB/sec. | ||
| 3281 | 2024.11.01 08:21:05.491221 [ 186 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3282 | 2024.11.01 08:21:05.491376 [ 292 ] {14e3779e-7402-480e-af91-111a2777c3a1} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3283 | 2024.11.01 08:21:05.491421 [ 292 ] {14e3779e-7402-480e-af91-111a2777c3a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3284 | 2024.11.01 08:21:05.491990 [ 186 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_5_1} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3285 | 2024.11.01 08:21:05.492026 [ 292 ] {14e3779e-7402-480e-af91-111a2777c3a1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3286 | 2024.11.01 08:21:05.492102 [ 186 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_5_1} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3287 | 2024.11.01 08:21:05.492224 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3288 | 2024.11.01 08:21:05.492478 [ 292 ] {14e3779e-7402-480e-af91-111a2777c3a1} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3289 | 2024.11.01 08:21:05.492660 [ 292 ] {14e3779e-7402-480e-af91-111a2777c3a1} <Debug> executeQuery: Read 427 rows, 31.31 KiB in 0.003715 sec., 114939.43472409152 rows/sec., 8.23 MiB/sec. | ||
| 3290 | 2024.11.01 08:21:05.493010 [ 292 ] {14e3779e-7402-480e-af91-111a2777c3a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 3291 | 2024.11.01 08:21:05.493038 [ 292 ] {14e3779e-7402-480e-af91-111a2777c3a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
| 3292 | 2024.11.01 08:21:05.493055 [ 292 ] {} <Debug> HTTP-Session: c72e040a-4379-418f-8e67-b756d1f04575 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3293 | 2024.11.01 08:21:05.493245 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57066, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3294 | 2024.11.01 08:21:05.493293 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59480, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3295 | 2024.11.01 08:21:05.493356 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3296 | 2024.11.01 08:21:05.493383 [ 289 ] {} <Debug> HTTP-Session: 1ba610be-4861-492a-b4f7-63a0fe037c3c Authenticating user 'default' from [fd00:1122:3344:101::d]:59480 | ||
| 3297 | 2024.11.01 08:21:05.493406 [ 289 ] {} <Debug> HTTP-Session: 1ba610be-4861-492a-b4f7-63a0fe037c3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3298 | 2024.11.01 08:21:05.493425 [ 289 ] {} <Debug> HTTP-Session: 1ba610be-4861-492a-b4f7-63a0fe037c3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3299 | 2024.11.01 08:21:05.493464 [ 289 ] {} <Trace> HTTP-Session: 1ba610be-4861-492a-b4f7-63a0fe037c3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3300 | 2024.11.01 08:21:05.493585 [ 289 ] {92b4c55f-dee4-4fa8-81f8-eb67fd3cd57a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59480) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3301 | 2024.11.01 08:21:05.493641 [ 289 ] {92b4c55f-dee4-4fa8-81f8-eb67fd3cd57a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3302 | 2024.11.01 08:21:05.493828 [ 289 ] {92b4c55f-dee4-4fa8-81f8-eb67fd3cd57a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3303 | 2024.11.01 08:21:05.494145 [ 289 ] {92b4c55f-dee4-4fa8-81f8-eb67fd3cd57a} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3304 | 2024.11.01 08:21:05.494182 [ 289 ] {92b4c55f-dee4-4fa8-81f8-eb67fd3cd57a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3305 | 2024.11.01 08:21:05.494550 [ 289 ] {92b4c55f-dee4-4fa8-81f8-eb67fd3cd57a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3306 | 2024.11.01 08:21:05.494890 [ 289 ] {92b4c55f-dee4-4fa8-81f8-eb67fd3cd57a} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3307 | 2024.11.01 08:21:05.495064 [ 289 ] {92b4c55f-dee4-4fa8-81f8-eb67fd3cd57a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 209.26 KiB/sec. | ||
| 3308 | 2024.11.01 08:21:05.495343 [ 289 ] {92b4c55f-dee4-4fa8-81f8-eb67fd3cd57a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3309 | 2024.11.01 08:21:05.495367 [ 289 ] {92b4c55f-dee4-4fa8-81f8-eb67fd3cd57a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3310 | 2024.11.01 08:21:05.495385 [ 289 ] {} <Debug> HTTP-Session: 1ba610be-4861-492a-b4f7-63a0fe037c3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3311 | 2024.11.01 08:21:05.495638 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59480, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3312 | 2024.11.01 08:21:05.495717 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42333, User-Agent: (none), Length: 44558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3313 | 2024.11.01 08:21:05.495781 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3314 | 2024.11.01 08:21:05.495806 [ 292 ] {} <Debug> HTTP-Session: 823ef984-e420-454f-81a3-1ca6f30765dc Authenticating user 'default' from [fd00:1122:3344:101::d]:42333 | ||
| 3315 | 2024.11.01 08:21:05.495826 [ 292 ] {} <Debug> HTTP-Session: 823ef984-e420-454f-81a3-1ca6f30765dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3316 | 2024.11.01 08:21:05.495843 [ 292 ] {} <Debug> HTTP-Session: 823ef984-e420-454f-81a3-1ca6f30765dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3317 | 2024.11.01 08:21:05.495882 [ 292 ] {} <Trace> HTTP-Session: 823ef984-e420-454f-81a3-1ca6f30765dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3318 | 2024.11.01 08:21:05.496166 [ 292 ] {8c4f4627-9b61-43b6-9ffb-9c908c8c15dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42333) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3319 | 2024.11.01 08:21:05.496216 [ 292 ] {8c4f4627-9b61-43b6-9ffb-9c908c8c15dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3320 | 2024.11.01 08:21:05.496392 [ 292 ] {8c4f4627-9b61-43b6-9ffb-9c908c8c15dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3321 | 2024.11.01 08:21:05.496834 [ 292 ] {8c4f4627-9b61-43b6-9ffb-9c908c8c15dd} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3322 | 2024.11.01 08:21:05.496870 [ 292 ] {8c4f4627-9b61-43b6-9ffb-9c908c8c15dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3323 | 2024.11.01 08:21:05.497256 [ 292 ] {8c4f4627-9b61-43b6-9ffb-9c908c8c15dd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3324 | 2024.11.01 08:21:05.497601 [ 292 ] {8c4f4627-9b61-43b6-9ffb-9c908c8c15dd} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3325 | 2024.11.01 08:21:05.497756 [ 292 ] {8c4f4627-9b61-43b6-9ffb-9c908c8c15dd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001765 sec., 134277.62039660057 rows/sec., 9.00 MiB/sec. | ||
| 3326 | 2024.11.01 08:21:05.497946 [ 292 ] {8c4f4627-9b61-43b6-9ffb-9c908c8c15dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3327 | 2024.11.01 08:21:05.497970 [ 292 ] {8c4f4627-9b61-43b6-9ffb-9c908c8c15dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3328 | 2024.11.01 08:21:05.497987 [ 292 ] {} <Debug> HTTP-Session: 823ef984-e420-454f-81a3-1ca6f30765dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3329 | 2024.11.01 08:21:05.498163 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59480, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3330 | 2024.11.01 08:21:05.498175 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42333, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3331 | 2024.11.01 08:21:05.498220 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3332 | 2024.11.01 08:21:05.498244 [ 289 ] {} <Debug> HTTP-Session: db71332b-4a2e-4db7-b8ce-150789367d9f Authenticating user 'default' from [fd00:1122:3344:101::d]:59480 | ||
| 3333 | 2024.11.01 08:21:05.498263 [ 289 ] {} <Debug> HTTP-Session: db71332b-4a2e-4db7-b8ce-150789367d9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3334 | 2024.11.01 08:21:05.498284 [ 289 ] {} <Debug> HTTP-Session: db71332b-4a2e-4db7-b8ce-150789367d9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3335 | 2024.11.01 08:21:05.498317 [ 289 ] {} <Trace> HTTP-Session: db71332b-4a2e-4db7-b8ce-150789367d9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3336 | 2024.11.01 08:21:05.498414 [ 289 ] {d1722b5d-dfad-4425-a272-75a3591a0233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59480) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3337 | 2024.11.01 08:21:05.498459 [ 289 ] {d1722b5d-dfad-4425-a272-75a3591a0233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3338 | 2024.11.01 08:21:05.498595 [ 289 ] {d1722b5d-dfad-4425-a272-75a3591a0233} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3339 | 2024.11.01 08:21:05.498878 [ 289 ] {d1722b5d-dfad-4425-a272-75a3591a0233} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3340 | 2024.11.01 08:21:05.498922 [ 289 ] {d1722b5d-dfad-4425-a272-75a3591a0233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3341 | 2024.11.01 08:21:05.499280 [ 289 ] {d1722b5d-dfad-4425-a272-75a3591a0233} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3342 | 2024.11.01 08:21:05.499617 [ 289 ] {d1722b5d-dfad-4425-a272-75a3591a0233} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3343 | 2024.11.01 08:21:05.499763 [ 40 ] {} <Debug> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3344 | 2024.11.01 08:21:05.499780 [ 289 ] {d1722b5d-dfad-4425-a272-75a3591a0233} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001383 sec., 723.0657989877079 rows/sec., 48.72 KiB/sec. | ||
| 3345 | 2024.11.01 08:21:05.499816 [ 40 ] {} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3346 | 2024.11.01 08:21:05.499878 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3347 | 2024.11.01 08:21:05.500112 [ 196 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 3348 | 2024.11.01 08:21:05.500139 [ 289 ] {d1722b5d-dfad-4425-a272-75a3591a0233} <Debug> DynamicQueryHandler: Done processing query | ||
| 3349 | 2024.11.01 08:21:05.500213 [ 289 ] {d1722b5d-dfad-4425-a272-75a3591a0233} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3350 | 2024.11.01 08:21:05.500262 [ 289 ] {} <Debug> HTTP-Session: db71332b-4a2e-4db7-b8ce-150789367d9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3351 | 2024.11.01 08:21:05.500382 [ 196 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3352 | 2024.11.01 08:21:05.500422 [ 196 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 3353 | 2024.11.01 08:21:05.500522 [ 196 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 3354 | 2024.11.01 08:21:05.500835 [ 196 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 3355 | 2024.11.01 08:21:05.500966 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59480, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3356 | 2024.11.01 08:21:05.500987 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58422, User-Agent: (none), Length: 66786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3357 | 2024.11.01 08:21:05.501156 [ 196 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 3358 | 2024.11.01 08:21:05.501341 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3359 | 2024.11.01 08:21:05.501457 [ 196 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 3360 | 2024.11.01 08:21:05.501452 [ 289 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 3361 | |||
| 3362 | (version 23.8.7.1) | ||
| 3363 | 2024.11.01 08:21:05.501524 [ 292 ] {} <Debug> HTTP-Session: 3cb6379e-de06-47be-bf1e-c02fb2772f72 Authenticating user 'default' from [fd00:1122:3344:101::d]:58422 | ||
| 3364 | 2024.11.01 08:21:05.501650 [ 292 ] {} <Debug> HTTP-Session: 3cb6379e-de06-47be-bf1e-c02fb2772f72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3365 | 2024.11.01 08:21:05.501732 [ 292 ] {} <Debug> HTTP-Session: 3cb6379e-de06-47be-bf1e-c02fb2772f72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3366 | 2024.11.01 08:21:05.501781 [ 196 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3367 | 2024.11.01 08:21:05.501873 [ 292 ] {} <Trace> HTTP-Session: 3cb6379e-de06-47be-bf1e-c02fb2772f72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3368 | 2024.11.01 08:21:05.502931 [ 292 ] {a63b541d-86ea-4b12-a203-1bdd6c1c7374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58422) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3369 | 2024.11.01 08:21:05.503157 [ 292 ] {a63b541d-86ea-4b12-a203-1bdd6c1c7374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3370 | 2024.11.01 08:21:05.504637 [ 200 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.004646144 sec., 1291.3934652046946 rows/sec., 86.18 KiB/sec. | ||
| 3371 | 2024.11.01 08:21:05.504892 [ 200 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3372 | 2024.11.01 08:21:05.505211 [ 292 ] {a63b541d-86ea-4b12-a203-1bdd6c1c7374} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3373 | 2024.11.01 08:21:05.505844 [ 200 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_6_1} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3374 | 2024.11.01 08:21:05.505935 [ 200 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_6_1} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3375 | 2024.11.01 08:21:05.506010 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3376 | 2024.11.01 08:21:05.506333 [ 292 ] {a63b541d-86ea-4b12-a203-1bdd6c1c7374} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3377 | 2024.11.01 08:21:05.506377 [ 292 ] {a63b541d-86ea-4b12-a203-1bdd6c1c7374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3378 | 2024.11.01 08:21:05.507082 [ 292 ] {a63b541d-86ea-4b12-a203-1bdd6c1c7374} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3379 | 2024.11.01 08:21:05.507530 [ 292 ] {a63b541d-86ea-4b12-a203-1bdd6c1c7374} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3380 | 2024.11.01 08:21:05.507756 [ 292 ] {a63b541d-86ea-4b12-a203-1bdd6c1c7374} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00544 sec., 7352.941176470587 rows/sec., 13.18 MiB/sec. | ||
| 3381 | 2024.11.01 08:21:05.508272 [ 292 ] {a63b541d-86ea-4b12-a203-1bdd6c1c7374} <Debug> DynamicQueryHandler: Done processing query | ||
| 3382 | 2024.11.01 08:21:05.508298 [ 292 ] {a63b541d-86ea-4b12-a203-1bdd6c1c7374} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 3383 | 2024.11.01 08:21:05.508316 [ 292 ] {} <Debug> HTTP-Session: 3cb6379e-de06-47be-bf1e-c02fb2772f72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3384 | 2024.11.01 08:21:05.508484 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58422, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3385 | 2024.11.01 08:21:05.508560 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39507, User-Agent: (none), Length: 1029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3386 | 2024.11.01 08:21:05.508624 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3387 | 2024.11.01 08:21:05.508648 [ 289 ] {} <Debug> HTTP-Session: 441deb01-23b4-4631-9c0a-a3e01c7d071d Authenticating user 'default' from [fd00:1122:3344:101::d]:39507 | ||
| 3388 | 2024.11.01 08:21:05.508670 [ 289 ] {} <Debug> HTTP-Session: 441deb01-23b4-4631-9c0a-a3e01c7d071d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3389 | 2024.11.01 08:21:05.508687 [ 289 ] {} <Debug> HTTP-Session: 441deb01-23b4-4631-9c0a-a3e01c7d071d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3390 | 2024.11.01 08:21:05.508726 [ 289 ] {} <Trace> HTTP-Session: 441deb01-23b4-4631-9c0a-a3e01c7d071d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3391 | 2024.11.01 08:21:05.508842 [ 289 ] {9f5c41a9-ac3b-42ba-b3d0-6e7bf4093f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39507) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3392 | 2024.11.01 08:21:05.508895 [ 289 ] {9f5c41a9-ac3b-42ba-b3d0-6e7bf4093f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3393 | 2024.11.01 08:21:05.509064 [ 289 ] {9f5c41a9-ac3b-42ba-b3d0-6e7bf4093f8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3394 | 2024.11.01 08:21:05.509332 [ 289 ] {9f5c41a9-ac3b-42ba-b3d0-6e7bf4093f8e} <Trace> oximeter.measurements_i64 (ebe9331a-3950-4c4e-a7c6-de2b3536c865): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3395 | 2024.11.01 08:21:05.509368 [ 289 ] {9f5c41a9-ac3b-42ba-b3d0-6e7bf4093f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3396 | 2024.11.01 08:21:05.509718 [ 289 ] {9f5c41a9-ac3b-42ba-b3d0-6e7bf4093f8e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3397 | 2024.11.01 08:21:05.510044 [ 289 ] {9f5c41a9-ac3b-42ba-b3d0-6e7bf4093f8e} <Trace> oximeter.measurements_i64 (ebe9331a-3950-4c4e-a7c6-de2b3536c865): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3398 | 2024.11.01 08:21:05.510167 [ 289 ] {9f5c41a9-ac3b-42ba-b3d0-6e7bf4093f8e} <Debug> executeQuery: Read 6 rows, 463.00 B in 0.001358 sec., 4418.262150220913 rows/sec., 332.95 KiB/sec. | ||
| 3399 | 2024.11.01 08:21:05.510328 [ 289 ] {9f5c41a9-ac3b-42ba-b3d0-6e7bf4093f8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3400 | 2024.11.01 08:21:05.510353 [ 289 ] {9f5c41a9-ac3b-42ba-b3d0-6e7bf4093f8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3401 | 2024.11.01 08:21:05.510369 [ 289 ] {} <Debug> HTTP-Session: 441deb01-23b4-4631-9c0a-a3e01c7d071d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3402 | 2024.11.01 08:21:05.510536 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39507, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3403 | 2024.11.01 08:21:05.510666 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36247, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3404 | 2024.11.01 08:21:05.510726 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3405 | 2024.11.01 08:21:05.510751 [ 292 ] {} <Debug> HTTP-Session: 956d7fb3-c00b-48d4-a475-5af5b935d9f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36247 | ||
| 3406 | 2024.11.01 08:21:05.510772 [ 292 ] {} <Debug> HTTP-Session: 956d7fb3-c00b-48d4-a475-5af5b935d9f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3407 | 2024.11.01 08:21:05.510790 [ 292 ] {} <Debug> HTTP-Session: 956d7fb3-c00b-48d4-a475-5af5b935d9f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3408 | 2024.11.01 08:21:05.510830 [ 292 ] {} <Trace> HTTP-Session: 956d7fb3-c00b-48d4-a475-5af5b935d9f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3409 | 2024.11.01 08:21:05.510991 [ 292 ] {92ea4b98-b58e-45f6-91bf-6b98572b4028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36247) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3410 | 2024.11.01 08:21:05.511046 [ 292 ] {92ea4b98-b58e-45f6-91bf-6b98572b4028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3411 | 2024.11.01 08:21:05.511196 [ 292 ] {92ea4b98-b58e-45f6-91bf-6b98572b4028} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3412 | 2024.11.01 08:21:05.511506 [ 292 ] {92ea4b98-b58e-45f6-91bf-6b98572b4028} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3413 | 2024.11.01 08:21:05.511543 [ 292 ] {92ea4b98-b58e-45f6-91bf-6b98572b4028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3414 | 2024.11.01 08:21:05.511908 [ 292 ] {92ea4b98-b58e-45f6-91bf-6b98572b4028} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3415 | 2024.11.01 08:21:05.512246 [ 292 ] {92ea4b98-b58e-45f6-91bf-6b98572b4028} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3416 | 2024.11.01 08:21:05.512377 [ 292 ] {92ea4b98-b58e-45f6-91bf-6b98572b4028} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00145 sec., 56551.724137931036 rows/sec., 3.59 MiB/sec. | ||
| 3417 | 2024.11.01 08:21:05.512721 [ 292 ] {92ea4b98-b58e-45f6-91bf-6b98572b4028} <Debug> DynamicQueryHandler: Done processing query | ||
| 3418 | 2024.11.01 08:21:05.512752 [ 292 ] {92ea4b98-b58e-45f6-91bf-6b98572b4028} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3419 | 2024.11.01 08:21:05.512770 [ 292 ] {} <Debug> HTTP-Session: 956d7fb3-c00b-48d4-a475-5af5b935d9f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3420 | 2024.11.01 08:21:05.513172 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36247, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3421 | 2024.11.01 08:21:10.468229 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56247, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3422 | 2024.11.01 08:21:10.468367 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3423 | 2024.11.01 08:21:10.468394 [ 292 ] {} <Debug> HTTP-Session: 72b11e41-8486-4d4d-8d92-3896ee3e5946 Authenticating user 'default' from [fd00:1122:3344:101::d]:56247 | ||
| 3424 | 2024.11.01 08:21:10.468419 [ 292 ] {} <Debug> HTTP-Session: 72b11e41-8486-4d4d-8d92-3896ee3e5946 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3425 | 2024.11.01 08:21:10.468434 [ 292 ] {} <Debug> HTTP-Session: 72b11e41-8486-4d4d-8d92-3896ee3e5946 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3426 | 2024.11.01 08:21:10.468484 [ 292 ] {} <Trace> HTTP-Session: 72b11e41-8486-4d4d-8d92-3896ee3e5946 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3427 | 2024.11.01 08:21:10.468747 [ 292 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56247) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 3428 | 2024.11.01 08:21:10.469169 [ 292 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3429 | 2024.11.01 08:21:10.469223 [ 292 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3430 | 2024.11.01 08:21:10.469602 [ 292 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3431 | 2024.11.01 08:21:10.469684 [ 292 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3432 | 2024.11.01 08:21:10.469865 [ 292 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 3433 | 2024.11.01 08:21:10.470059 [ 293 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3434 | 2024.11.01 08:21:10.470078 [ 300 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3435 | 2024.11.01 08:21:10.470114 [ 297 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3436 | 2024.11.01 08:21:10.470111 [ 299 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3437 | 2024.11.01 08:21:10.470294 [ 292 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3438 | 2024.11.01 08:21:10.470328 [ 292 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3439 | 2024.11.01 08:21:10.470452 [ 292 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3440 | 2024.11.01 08:21:10.470478 [ 292 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (SelectExecutor): Reading approx. 40 rows with 3 streams | ||
| 3441 | 2024.11.01 08:21:10.470522 [ 292 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3442 | 2024.11.01 08:21:10.470573 [ 292 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3443 | 2024.11.01 08:21:10.470620 [ 292 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3444 | 2024.11.01 08:21:10.472426 [ 292 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.003799 sec., 10529.0866017373 rows/sec., 401.52 KiB/sec. | ||
| 3445 | 2024.11.01 08:21:10.472832 [ 292 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Debug> DynamicQueryHandler: Done processing query | ||
| 3446 | 2024.11.01 08:21:10.472861 [ 292 ] {7611552c-284d-4342-acb9-4a51ca5856db} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 3447 | 2024.11.01 08:21:10.472879 [ 292 ] {} <Debug> HTTP-Session: 72b11e41-8486-4d4d-8d92-3896ee3e5946 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3448 | 2024.11.01 08:21:10.477145 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56247, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3449 | 2024.11.01 08:21:10.477166 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39507, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3450 | 2024.11.01 08:21:10.477234 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3451 | 2024.11.01 08:21:10.477258 [ 289 ] {} <Debug> HTTP-Session: f78ec46c-61fc-4687-a205-b7b22486d7cf Authenticating user 'default' from [fd00:1122:3344:101::d]:39507 | ||
| 3452 | 2024.11.01 08:21:10.477279 [ 289 ] {} <Debug> HTTP-Session: f78ec46c-61fc-4687-a205-b7b22486d7cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3453 | 2024.11.01 08:21:10.477294 [ 289 ] {} <Debug> HTTP-Session: f78ec46c-61fc-4687-a205-b7b22486d7cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3454 | 2024.11.01 08:21:10.477329 [ 289 ] {} <Trace> HTTP-Session: f78ec46c-61fc-4687-a205-b7b22486d7cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3455 | 2024.11.01 08:21:10.477453 [ 289 ] {2e8e370a-b930-45e4-9c3f-89d0770132f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39507) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 3456 | 2024.11.01 08:21:10.477501 [ 289 ] {2e8e370a-b930-45e4-9c3f-89d0770132f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3457 | 2024.11.01 08:21:10.477679 [ 289 ] {2e8e370a-b930-45e4-9c3f-89d0770132f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3458 | 2024.11.01 08:21:10.478030 [ 289 ] {2e8e370a-b930-45e4-9c3f-89d0770132f9} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3459 | 2024.11.01 08:21:10.478078 [ 289 ] {2e8e370a-b930-45e4-9c3f-89d0770132f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3460 | 2024.11.01 08:21:10.478610 [ 289 ] {2e8e370a-b930-45e4-9c3f-89d0770132f9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3461 | 2024.11.01 08:21:10.478931 [ 289 ] {2e8e370a-b930-45e4-9c3f-89d0770132f9} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3462 | 2024.11.01 08:21:10.479109 [ 289 ] {2e8e370a-b930-45e4-9c3f-89d0770132f9} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001684 sec., 593.8242280285036 rows/sec., 134.54 KiB/sec. | ||
| 3463 | 2024.11.01 08:21:10.479279 [ 289 ] {2e8e370a-b930-45e4-9c3f-89d0770132f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 3464 | 2024.11.01 08:21:10.479304 [ 289 ] {2e8e370a-b930-45e4-9c3f-89d0770132f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3465 | 2024.11.01 08:21:10.479319 [ 289 ] {} <Debug> HTTP-Session: f78ec46c-61fc-4687-a205-b7b22486d7cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3466 | 2024.11.01 08:21:10.479471 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39507, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3467 | 2024.11.01 08:21:10.479520 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39500, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3468 | 2024.11.01 08:21:10.479580 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3469 | 2024.11.01 08:21:10.479601 [ 292 ] {} <Debug> HTTP-Session: 2a0edacb-cc93-40e4-ba9a-caf63c4dbb2f Authenticating user 'default' from [fd00:1122:3344:101::d]:39500 | ||
| 3470 | 2024.11.01 08:21:10.479618 [ 292 ] {} <Debug> HTTP-Session: 2a0edacb-cc93-40e4-ba9a-caf63c4dbb2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3471 | 2024.11.01 08:21:10.479632 [ 292 ] {} <Debug> HTTP-Session: 2a0edacb-cc93-40e4-ba9a-caf63c4dbb2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3472 | 2024.11.01 08:21:10.479665 [ 292 ] {} <Trace> HTTP-Session: 2a0edacb-cc93-40e4-ba9a-caf63c4dbb2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3473 | 2024.11.01 08:21:10.479766 [ 292 ] {c61cbdf9-2eb7-4362-8d17-2c08285d029d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39500) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3474 | 2024.11.01 08:21:10.479811 [ 292 ] {c61cbdf9-2eb7-4362-8d17-2c08285d029d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3475 | 2024.11.01 08:21:10.480053 [ 292 ] {c61cbdf9-2eb7-4362-8d17-2c08285d029d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3476 | 2024.11.01 08:21:10.480407 [ 292 ] {c61cbdf9-2eb7-4362-8d17-2c08285d029d} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3477 | 2024.11.01 08:21:10.480444 [ 292 ] {c61cbdf9-2eb7-4362-8d17-2c08285d029d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3478 | 2024.11.01 08:21:10.480801 [ 292 ] {c61cbdf9-2eb7-4362-8d17-2c08285d029d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3479 | 2024.11.01 08:21:10.481161 [ 292 ] {c61cbdf9-2eb7-4362-8d17-2c08285d029d} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3480 | 2024.11.01 08:21:10.481324 [ 292 ] {c61cbdf9-2eb7-4362-8d17-2c08285d029d} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001574 sec., 3811.944091486658 rows/sec., 310.84 KiB/sec. | ||
| 3481 | 2024.11.01 08:21:10.481529 [ 292 ] {c61cbdf9-2eb7-4362-8d17-2c08285d029d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3482 | 2024.11.01 08:21:10.481555 [ 292 ] {c61cbdf9-2eb7-4362-8d17-2c08285d029d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3483 | 2024.11.01 08:21:10.481571 [ 292 ] {} <Debug> HTTP-Session: 2a0edacb-cc93-40e4-ba9a-caf63c4dbb2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3484 | 2024.11.01 08:21:10.481734 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3485 | 2024.11.01 08:21:10.481844 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48575, User-Agent: (none), Length: 8985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3486 | 2024.11.01 08:21:10.481904 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3487 | 2024.11.01 08:21:10.481931 [ 289 ] {} <Debug> HTTP-Session: da763929-4cad-4e66-88e2-8af81b5f2096 Authenticating user 'default' from [fd00:1122:3344:101::d]:48575 | ||
| 3488 | 2024.11.01 08:21:10.481948 [ 289 ] {} <Debug> HTTP-Session: da763929-4cad-4e66-88e2-8af81b5f2096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3489 | 2024.11.01 08:21:10.481962 [ 289 ] {} <Debug> HTTP-Session: da763929-4cad-4e66-88e2-8af81b5f2096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3490 | 2024.11.01 08:21:10.481994 [ 289 ] {} <Trace> HTTP-Session: da763929-4cad-4e66-88e2-8af81b5f2096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3491 | 2024.11.01 08:21:10.482123 [ 289 ] {9e13f231-d914-4f51-aed5-d0ba856298b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48575) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3492 | 2024.11.01 08:21:10.482172 [ 289 ] {9e13f231-d914-4f51-aed5-d0ba856298b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3493 | 2024.11.01 08:21:10.482524 [ 289 ] {9e13f231-d914-4f51-aed5-d0ba856298b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3494 | 2024.11.01 08:21:10.482956 [ 289 ] {9e13f231-d914-4f51-aed5-d0ba856298b4} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3495 | 2024.11.01 08:21:10.482995 [ 289 ] {9e13f231-d914-4f51-aed5-d0ba856298b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3496 | 2024.11.01 08:21:10.483346 [ 289 ] {9e13f231-d914-4f51-aed5-d0ba856298b4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3497 | 2024.11.01 08:21:10.483696 [ 289 ] {9e13f231-d914-4f51-aed5-d0ba856298b4} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3498 | 2024.11.01 08:21:10.483860 [ 289 ] {9e13f231-d914-4f51-aed5-d0ba856298b4} <Debug> executeQuery: Read 64 rows, 5.08 KiB in 0.001779 sec., 35975.267003934794 rows/sec., 2.79 MiB/sec. | ||
| 3499 | 2024.11.01 08:21:10.484025 [ 289 ] {9e13f231-d914-4f51-aed5-d0ba856298b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3500 | 2024.11.01 08:21:10.484048 [ 289 ] {9e13f231-d914-4f51-aed5-d0ba856298b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3501 | 2024.11.01 08:21:10.484064 [ 289 ] {} <Debug> HTTP-Session: da763929-4cad-4e66-88e2-8af81b5f2096 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3502 | 2024.11.01 08:21:10.484211 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39500, User-Agent: (none), Length: 1177, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3503 | 2024.11.01 08:21:10.484226 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48575, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3504 | 2024.11.01 08:21:10.484270 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3505 | 2024.11.01 08:21:10.484291 [ 292 ] {} <Debug> HTTP-Session: 6f208d0b-4d42-4a6c-9f7f-9f913e7745d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39500 | ||
| 3506 | 2024.11.01 08:21:10.484309 [ 292 ] {} <Debug> HTTP-Session: 6f208d0b-4d42-4a6c-9f7f-9f913e7745d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3507 | 2024.11.01 08:21:10.484323 [ 292 ] {} <Debug> HTTP-Session: 6f208d0b-4d42-4a6c-9f7f-9f913e7745d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3508 | 2024.11.01 08:21:10.484357 [ 292 ] {} <Trace> HTTP-Session: 6f208d0b-4d42-4a6c-9f7f-9f913e7745d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3509 | 2024.11.01 08:21:10.484470 [ 292 ] {41b760cd-e3cf-4eb0-b7d8-8005472980aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39500) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3510 | 2024.11.01 08:21:10.484519 [ 292 ] {41b760cd-e3cf-4eb0-b7d8-8005472980aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3511 | 2024.11.01 08:21:10.484767 [ 292 ] {41b760cd-e3cf-4eb0-b7d8-8005472980aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3512 | 2024.11.01 08:21:10.485096 [ 292 ] {41b760cd-e3cf-4eb0-b7d8-8005472980aa} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3513 | 2024.11.01 08:21:10.485132 [ 292 ] {41b760cd-e3cf-4eb0-b7d8-8005472980aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3514 | 2024.11.01 08:21:10.485489 [ 292 ] {41b760cd-e3cf-4eb0-b7d8-8005472980aa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3515 | 2024.11.01 08:21:10.485841 [ 292 ] {41b760cd-e3cf-4eb0-b7d8-8005472980aa} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3516 | 2024.11.01 08:21:10.486001 [ 292 ] {41b760cd-e3cf-4eb0-b7d8-8005472980aa} <Debug> executeQuery: Read 8 rows, 583.00 B in 0.001553 sec., 5151.3200257566 rows/sec., 366.60 KiB/sec. | ||
| 3517 | 2024.11.01 08:21:10.486209 [ 292 ] {41b760cd-e3cf-4eb0-b7d8-8005472980aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 3518 | 2024.11.01 08:21:10.486235 [ 292 ] {41b760cd-e3cf-4eb0-b7d8-8005472980aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3519 | 2024.11.01 08:21:10.486252 [ 292 ] {} <Debug> HTTP-Session: 6f208d0b-4d42-4a6c-9f7f-9f913e7745d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3520 | 2024.11.01 08:21:10.486444 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3521 | 2024.11.01 08:21:10.486500 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54900, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3522 | 2024.11.01 08:21:10.486553 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3523 | 2024.11.01 08:21:10.486572 [ 289 ] {} <Debug> HTTP-Session: 2e98824d-2fdc-48f4-8b2c-1fc7a2af819e Authenticating user 'default' from [fd00:1122:3344:101::d]:54900 | ||
| 3524 | 2024.11.01 08:21:10.486588 [ 289 ] {} <Debug> HTTP-Session: 2e98824d-2fdc-48f4-8b2c-1fc7a2af819e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3525 | 2024.11.01 08:21:10.486602 [ 289 ] {} <Debug> HTTP-Session: 2e98824d-2fdc-48f4-8b2c-1fc7a2af819e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3526 | 2024.11.01 08:21:10.486633 [ 289 ] {} <Trace> HTTP-Session: 2e98824d-2fdc-48f4-8b2c-1fc7a2af819e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3527 | 2024.11.01 08:21:10.486725 [ 289 ] {798c537b-f6e6-4207-811c-df836f2d77f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54900) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3528 | 2024.11.01 08:21:10.486766 [ 289 ] {798c537b-f6e6-4207-811c-df836f2d77f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3529 | 2024.11.01 08:21:10.486991 [ 289 ] {798c537b-f6e6-4207-811c-df836f2d77f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3530 | 2024.11.01 08:21:10.487277 [ 289 ] {798c537b-f6e6-4207-811c-df836f2d77f4} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3531 | 2024.11.01 08:21:10.487312 [ 289 ] {798c537b-f6e6-4207-811c-df836f2d77f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3532 | 2024.11.01 08:21:10.487653 [ 289 ] {798c537b-f6e6-4207-811c-df836f2d77f4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3533 | 2024.11.01 08:21:10.487999 [ 289 ] {798c537b-f6e6-4207-811c-df836f2d77f4} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3534 | 2024.11.01 08:21:10.488156 [ 289 ] {798c537b-f6e6-4207-811c-df836f2d77f4} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001446 sec., 691.5629322268327 rows/sec., 45.92 KiB/sec. | ||
| 3535 | 2024.11.01 08:21:10.488461 [ 289 ] {798c537b-f6e6-4207-811c-df836f2d77f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3536 | 2024.11.01 08:21:10.488485 [ 289 ] {798c537b-f6e6-4207-811c-df836f2d77f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3537 | 2024.11.01 08:21:10.488500 [ 289 ] {} <Debug> HTTP-Session: 2e98824d-2fdc-48f4-8b2c-1fc7a2af819e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3538 | 2024.11.01 08:21:10.488699 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54900, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3539 | 2024.11.01 08:21:10.488714 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39500, User-Agent: (none), Length: 13255, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3540 | 2024.11.01 08:21:10.488781 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3541 | 2024.11.01 08:21:10.488806 [ 292 ] {} <Debug> HTTP-Session: e0aeb376-59d2-4c79-ad8a-bd9362bf14c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39500 | ||
| 3542 | 2024.11.01 08:21:10.488828 [ 292 ] {} <Debug> HTTP-Session: e0aeb376-59d2-4c79-ad8a-bd9362bf14c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3543 | 2024.11.01 08:21:10.488850 [ 292 ] {} <Debug> HTTP-Session: e0aeb376-59d2-4c79-ad8a-bd9362bf14c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3544 | 2024.11.01 08:21:10.488889 [ 292 ] {} <Trace> HTTP-Session: e0aeb376-59d2-4c79-ad8a-bd9362bf14c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3545 | 2024.11.01 08:21:10.489033 [ 292 ] {e5b69e31-3b73-425e-8cc5-1b0ab1851f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39500) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3546 | 2024.11.01 08:21:10.489086 [ 292 ] {e5b69e31-3b73-425e-8cc5-1b0ab1851f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3547 | 2024.11.01 08:21:10.489362 [ 292 ] {e5b69e31-3b73-425e-8cc5-1b0ab1851f60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3548 | 2024.11.01 08:21:10.489722 [ 292 ] {e5b69e31-3b73-425e-8cc5-1b0ab1851f60} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3549 | 2024.11.01 08:21:10.489758 [ 292 ] {e5b69e31-3b73-425e-8cc5-1b0ab1851f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3550 | 2024.11.01 08:21:10.490108 [ 292 ] {e5b69e31-3b73-425e-8cc5-1b0ab1851f60} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3551 | 2024.11.01 08:21:10.490474 [ 292 ] {e5b69e31-3b73-425e-8cc5-1b0ab1851f60} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3552 | 2024.11.01 08:21:10.490631 [ 292 ] {e5b69e31-3b73-425e-8cc5-1b0ab1851f60} <Debug> executeQuery: Read 78 rows, 6.25 KiB in 0.001656 sec., 47101.44927536232 rows/sec., 3.68 MiB/sec. | ||
| 3553 | 2024.11.01 08:21:10.490804 [ 292 ] {e5b69e31-3b73-425e-8cc5-1b0ab1851f60} <Debug> DynamicQueryHandler: Done processing query | ||
| 3554 | 2024.11.01 08:21:10.490830 [ 292 ] {e5b69e31-3b73-425e-8cc5-1b0ab1851f60} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3555 | 2024.11.01 08:21:10.490845 [ 292 ] {} <Debug> HTTP-Session: e0aeb376-59d2-4c79-ad8a-bd9362bf14c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3556 | 2024.11.01 08:21:10.491038 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3557 | 2024.11.01 08:21:10.491123 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53264, User-Agent: (none), Length: 25024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3558 | 2024.11.01 08:21:10.491183 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3559 | 2024.11.01 08:21:10.491206 [ 289 ] {} <Debug> HTTP-Session: 82977917-80d6-445b-9b7c-e8293c7acb60 Authenticating user 'default' from [fd00:1122:3344:101::d]:53264 | ||
| 3560 | 2024.11.01 08:21:10.491226 [ 289 ] {} <Debug> HTTP-Session: 82977917-80d6-445b-9b7c-e8293c7acb60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3561 | 2024.11.01 08:21:10.491244 [ 289 ] {} <Debug> HTTP-Session: 82977917-80d6-445b-9b7c-e8293c7acb60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3562 | 2024.11.01 08:21:10.491283 [ 289 ] {} <Trace> HTTP-Session: 82977917-80d6-445b-9b7c-e8293c7acb60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3563 | 2024.11.01 08:21:10.491447 [ 289 ] {7e245265-2826-4520-ada4-ae839bdc1dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53264) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3564 | 2024.11.01 08:21:10.491503 [ 289 ] {7e245265-2826-4520-ada4-ae839bdc1dee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3565 | 2024.11.01 08:21:10.491680 [ 289 ] {7e245265-2826-4520-ada4-ae839bdc1dee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3566 | 2024.11.01 08:21:10.492084 [ 289 ] {7e245265-2826-4520-ada4-ae839bdc1dee} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3567 | 2024.11.01 08:21:10.492125 [ 289 ] {7e245265-2826-4520-ada4-ae839bdc1dee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3568 | 2024.11.01 08:21:10.492514 [ 289 ] {7e245265-2826-4520-ada4-ae839bdc1dee} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3569 | 2024.11.01 08:21:10.492849 [ 289 ] {7e245265-2826-4520-ada4-ae839bdc1dee} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3570 | 2024.11.01 08:21:10.493007 [ 289 ] {7e245265-2826-4520-ada4-ae839bdc1dee} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.00163 sec., 80368.0981595092 rows/sec., 5.60 MiB/sec. | ||
| 3571 | 2024.11.01 08:21:10.493220 [ 289 ] {7e245265-2826-4520-ada4-ae839bdc1dee} <Debug> DynamicQueryHandler: Done processing query | ||
| 3572 | 2024.11.01 08:21:10.493246 [ 289 ] {7e245265-2826-4520-ada4-ae839bdc1dee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3573 | 2024.11.01 08:21:10.493261 [ 289 ] {} <Debug> HTTP-Session: 82977917-80d6-445b-9b7c-e8293c7acb60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3574 | 2024.11.01 08:21:10.493433 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39500, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3575 | 2024.11.01 08:21:10.493444 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3576 | 2024.11.01 08:21:10.493493 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3577 | 2024.11.01 08:21:10.493520 [ 292 ] {} <Debug> HTTP-Session: 684fb9e9-d084-4fe0-9da4-8781fd6bee7f Authenticating user 'default' from [fd00:1122:3344:101::d]:39500 | ||
| 3578 | 2024.11.01 08:21:10.493542 [ 292 ] {} <Debug> HTTP-Session: 684fb9e9-d084-4fe0-9da4-8781fd6bee7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3579 | 2024.11.01 08:21:10.493564 [ 292 ] {} <Debug> HTTP-Session: 684fb9e9-d084-4fe0-9da4-8781fd6bee7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3580 | 2024.11.01 08:21:10.493604 [ 292 ] {} <Trace> HTTP-Session: 684fb9e9-d084-4fe0-9da4-8781fd6bee7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3581 | 2024.11.01 08:21:10.493717 [ 292 ] {181dd654-0465-458f-8085-097287b1b63d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39500) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3582 | 2024.11.01 08:21:10.493771 [ 292 ] {181dd654-0465-458f-8085-097287b1b63d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3583 | 2024.11.01 08:21:10.493930 [ 292 ] {181dd654-0465-458f-8085-097287b1b63d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3584 | 2024.11.01 08:21:10.494260 [ 292 ] {181dd654-0465-458f-8085-097287b1b63d} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3585 | 2024.11.01 08:21:10.494297 [ 292 ] {181dd654-0465-458f-8085-097287b1b63d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3586 | 2024.11.01 08:21:10.494641 [ 292 ] {181dd654-0465-458f-8085-097287b1b63d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3587 | 2024.11.01 08:21:10.494957 [ 292 ] {181dd654-0465-458f-8085-097287b1b63d} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3588 | 2024.11.01 08:21:10.495101 [ 292 ] {181dd654-0465-458f-8085-097287b1b63d} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 44.96 KiB/sec. | ||
| 3589 | 2024.11.01 08:21:10.495272 [ 292 ] {181dd654-0465-458f-8085-097287b1b63d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3590 | 2024.11.01 08:21:10.495297 [ 292 ] {181dd654-0465-458f-8085-097287b1b63d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3591 | 2024.11.01 08:21:10.495313 [ 292 ] {} <Debug> HTTP-Session: 684fb9e9-d084-4fe0-9da4-8781fd6bee7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3592 | 2024.11.01 08:21:10.495443 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3593 | 2024.11.01 08:21:10.495519 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45390, User-Agent: (none), Length: 3311, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3594 | 2024.11.01 08:21:10.495577 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3595 | 2024.11.01 08:21:10.495601 [ 289 ] {} <Debug> HTTP-Session: aafc4784-dc84-428f-8724-e47c26542c8b Authenticating user 'default' from [fd00:1122:3344:101::d]:45390 | ||
| 3596 | 2024.11.01 08:21:10.495621 [ 289 ] {} <Debug> HTTP-Session: aafc4784-dc84-428f-8724-e47c26542c8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3597 | 2024.11.01 08:21:10.495638 [ 289 ] {} <Debug> HTTP-Session: aafc4784-dc84-428f-8724-e47c26542c8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3598 | 2024.11.01 08:21:10.495676 [ 289 ] {} <Trace> HTTP-Session: aafc4784-dc84-428f-8724-e47c26542c8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3599 | 2024.11.01 08:21:10.495807 [ 289 ] {d0d83b85-36cd-4335-a8f1-a006d8a5a404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45390) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3600 | 2024.11.01 08:21:10.495880 [ 289 ] {d0d83b85-36cd-4335-a8f1-a006d8a5a404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3601 | 2024.11.01 08:21:10.496370 [ 289 ] {d0d83b85-36cd-4335-a8f1-a006d8a5a404} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3602 | 2024.11.01 08:21:10.496855 [ 289 ] {d0d83b85-36cd-4335-a8f1-a006d8a5a404} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3603 | 2024.11.01 08:21:10.496891 [ 289 ] {d0d83b85-36cd-4335-a8f1-a006d8a5a404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3604 | 2024.11.01 08:21:10.497461 [ 289 ] {d0d83b85-36cd-4335-a8f1-a006d8a5a404} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3605 | 2024.11.01 08:21:10.497870 [ 289 ] {d0d83b85-36cd-4335-a8f1-a006d8a5a404} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3606 | 2024.11.01 08:21:10.498055 [ 289 ] {d0d83b85-36cd-4335-a8f1-a006d8a5a404} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002295 sec., 871.4596949891067 rows/sec., 1.56 MiB/sec. | ||
| 3607 | 2024.11.01 08:21:10.498289 [ 289 ] {d0d83b85-36cd-4335-a8f1-a006d8a5a404} <Debug> DynamicQueryHandler: Done processing query | ||
| 3608 | 2024.11.01 08:21:10.498313 [ 289 ] {d0d83b85-36cd-4335-a8f1-a006d8a5a404} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 3609 | 2024.11.01 08:21:10.498329 [ 289 ] {} <Debug> HTTP-Session: aafc4784-dc84-428f-8724-e47c26542c8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3610 | 2024.11.01 08:21:10.498495 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39500, User-Agent: (none), Length: 975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3611 | 2024.11.01 08:21:10.498524 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45390, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3612 | 2024.11.01 08:21:10.498565 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3613 | 2024.11.01 08:21:10.498591 [ 292 ] {} <Debug> HTTP-Session: d467a8ca-88ce-44e1-8683-d475c705dcd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39500 | ||
| 3614 | 2024.11.01 08:21:10.498614 [ 292 ] {} <Debug> HTTP-Session: d467a8ca-88ce-44e1-8683-d475c705dcd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3615 | 2024.11.01 08:21:10.498631 [ 292 ] {} <Debug> HTTP-Session: d467a8ca-88ce-44e1-8683-d475c705dcd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3616 | 2024.11.01 08:21:10.498672 [ 292 ] {} <Trace> HTTP-Session: d467a8ca-88ce-44e1-8683-d475c705dcd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3617 | 2024.11.01 08:21:10.498789 [ 292 ] {25291358-b111-452b-b8ac-f4824420e442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39500) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3618 | 2024.11.01 08:21:10.498842 [ 292 ] {25291358-b111-452b-b8ac-f4824420e442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3619 | 2024.11.01 08:21:10.498999 [ 292 ] {25291358-b111-452b-b8ac-f4824420e442} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3620 | 2024.11.01 08:21:10.499323 [ 292 ] {25291358-b111-452b-b8ac-f4824420e442} <Trace> oximeter.measurements_i64 (ebe9331a-3950-4c4e-a7c6-de2b3536c865): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3621 | 2024.11.01 08:21:10.499358 [ 292 ] {25291358-b111-452b-b8ac-f4824420e442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3622 | 2024.11.01 08:21:10.499708 [ 292 ] {25291358-b111-452b-b8ac-f4824420e442} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3623 | 2024.11.01 08:21:10.500024 [ 292 ] {25291358-b111-452b-b8ac-f4824420e442} <Trace> oximeter.measurements_i64 (ebe9331a-3950-4c4e-a7c6-de2b3536c865): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3624 | 2024.11.01 08:21:10.500180 [ 292 ] {25291358-b111-452b-b8ac-f4824420e442} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001424 sec., 4213.483146067416 rows/sec., 297.63 KiB/sec. | ||
| 3625 | 2024.11.01 08:21:10.500351 [ 292 ] {25291358-b111-452b-b8ac-f4824420e442} <Debug> DynamicQueryHandler: Done processing query | ||
| 3626 | 2024.11.01 08:21:10.500376 [ 292 ] {25291358-b111-452b-b8ac-f4824420e442} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3627 | 2024.11.01 08:21:10.500392 [ 292 ] {} <Debug> HTTP-Session: d467a8ca-88ce-44e1-8683-d475c705dcd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3628 | 2024.11.01 08:21:10.500536 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3629 | 2024.11.01 08:21:10.500610 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43441, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3630 | 2024.11.01 08:21:10.500671 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3631 | 2024.11.01 08:21:10.500694 [ 289 ] {} <Debug> HTTP-Session: 70125410-c491-4176-a3dd-756fa5da4b59 Authenticating user 'default' from [fd00:1122:3344:101::d]:43441 | ||
| 3632 | 2024.11.01 08:21:10.500715 [ 289 ] {} <Debug> HTTP-Session: 70125410-c491-4176-a3dd-756fa5da4b59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3633 | 2024.11.01 08:21:10.500732 [ 289 ] {} <Debug> HTTP-Session: 70125410-c491-4176-a3dd-756fa5da4b59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3634 | 2024.11.01 08:21:10.500770 [ 289 ] {} <Trace> HTTP-Session: 70125410-c491-4176-a3dd-756fa5da4b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3635 | 2024.11.01 08:21:10.500911 [ 289 ] {000f3b86-94a2-40df-beae-a2f1014b6fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43441) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3636 | 2024.11.01 08:21:10.500962 [ 289 ] {000f3b86-94a2-40df-beae-a2f1014b6fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3637 | 2024.11.01 08:21:10.501124 [ 289 ] {000f3b86-94a2-40df-beae-a2f1014b6fd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3638 | 2024.11.01 08:21:10.501445 [ 289 ] {000f3b86-94a2-40df-beae-a2f1014b6fd6} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3639 | 2024.11.01 08:21:10.501481 [ 289 ] {000f3b86-94a2-40df-beae-a2f1014b6fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3640 | 2024.11.01 08:21:10.501829 [ 289 ] {000f3b86-94a2-40df-beae-a2f1014b6fd6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3641 | 2024.11.01 08:21:10.502141 [ 289 ] {000f3b86-94a2-40df-beae-a2f1014b6fd6} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3642 | 2024.11.01 08:21:10.502259 [ 289 ] {000f3b86-94a2-40df-beae-a2f1014b6fd6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001395 sec., 34408.602150537634 rows/sec., 2.32 MiB/sec. | ||
| 3643 | 2024.11.01 08:21:10.502428 [ 289 ] {000f3b86-94a2-40df-beae-a2f1014b6fd6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3644 | 2024.11.01 08:21:10.502452 [ 289 ] {000f3b86-94a2-40df-beae-a2f1014b6fd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3645 | 2024.11.01 08:21:10.502468 [ 289 ] {} <Debug> HTTP-Session: 70125410-c491-4176-a3dd-756fa5da4b59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3646 | 2024.11.01 08:21:10.502850 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43441, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3647 | 2024.11.01 08:21:11.000161 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.74 MiB, peak 162.90 MiB, free memory in arenas 0.00 B, will set to 154.63 MiB (RSS), difference: -1.10 MiB | ||
| 3648 | 2024.11.01 08:21:13.635512 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3649 | 2024.11.01 08:21:13.635578 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3650 | 2024.11.01 08:21:13.757054 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 380 | ||
| 3651 | 2024.11.01 08:21:13.760360 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3652 | 2024.11.01 08:21:13.760421 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3653 | 2024.11.01 08:21:13.762129 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3654 | 2024.11.01 08:21:13.763161 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3655 | 2024.11.01 08:21:13.764209 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 380 | ||
| 3656 | 2024.11.01 08:21:15.469316 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42500, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3657 | 2024.11.01 08:21:15.469443 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3658 | 2024.11.01 08:21:15.469473 [ 289 ] {} <Debug> HTTP-Session: ea10d5ab-86c1-4787-8895-b68d0b2169cc Authenticating user 'default' from [fd00:1122:3344:101::d]:42500 | ||
| 3659 | 2024.11.01 08:21:15.469500 [ 289 ] {} <Debug> HTTP-Session: ea10d5ab-86c1-4787-8895-b68d0b2169cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3660 | 2024.11.01 08:21:15.469518 [ 289 ] {} <Debug> HTTP-Session: ea10d5ab-86c1-4787-8895-b68d0b2169cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3661 | 2024.11.01 08:21:15.469578 [ 289 ] {} <Trace> HTTP-Session: ea10d5ab-86c1-4787-8895-b68d0b2169cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3662 | 2024.11.01 08:21:15.469802 [ 289 ] {5e81e8f9-b98a-42b6-b51f-55b1807b73fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42500) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3663 | 2024.11.01 08:21:15.469878 [ 289 ] {5e81e8f9-b98a-42b6-b51f-55b1807b73fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3664 | 2024.11.01 08:21:15.470265 [ 289 ] {5e81e8f9-b98a-42b6-b51f-55b1807b73fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3665 | 2024.11.01 08:21:15.470788 [ 289 ] {5e81e8f9-b98a-42b6-b51f-55b1807b73fd} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3666 | 2024.11.01 08:21:15.470835 [ 289 ] {5e81e8f9-b98a-42b6-b51f-55b1807b73fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3667 | 2024.11.01 08:21:15.471269 [ 289 ] {5e81e8f9-b98a-42b6-b51f-55b1807b73fd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3668 | 2024.11.01 08:21:15.471683 [ 289 ] {5e81e8f9-b98a-42b6-b51f-55b1807b73fd} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3669 | 2024.11.01 08:21:15.471872 [ 289 ] {5e81e8f9-b98a-42b6-b51f-55b1807b73fd} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002143 sec., 26131.591227251516 rows/sec., 2.00 MiB/sec. | ||
| 3670 | 2024.11.01 08:21:15.472100 [ 289 ] {5e81e8f9-b98a-42b6-b51f-55b1807b73fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3671 | 2024.11.01 08:21:15.472128 [ 289 ] {5e81e8f9-b98a-42b6-b51f-55b1807b73fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3672 | 2024.11.01 08:21:15.472146 [ 289 ] {} <Debug> HTTP-Session: ea10d5ab-86c1-4787-8895-b68d0b2169cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3673 | 2024.11.01 08:21:15.472357 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3674 | 2024.11.01 08:21:15.472460 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48627, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3675 | 2024.11.01 08:21:15.472541 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3676 | 2024.11.01 08:21:15.472568 [ 292 ] {} <Debug> HTTP-Session: c1d34ecb-6d17-4a46-9410-3cc2be313747 Authenticating user 'default' from [fd00:1122:3344:101::d]:48627 | ||
| 3677 | 2024.11.01 08:21:15.472590 [ 292 ] {} <Debug> HTTP-Session: c1d34ecb-6d17-4a46-9410-3cc2be313747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3678 | 2024.11.01 08:21:15.472607 [ 292 ] {} <Debug> HTTP-Session: c1d34ecb-6d17-4a46-9410-3cc2be313747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3679 | 2024.11.01 08:21:15.472652 [ 292 ] {} <Trace> HTTP-Session: c1d34ecb-6d17-4a46-9410-3cc2be313747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3680 | 2024.11.01 08:21:15.472817 [ 292 ] {16ed0208-2583-4bf9-b4a1-d188daed55ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48627) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3681 | 2024.11.01 08:21:15.472874 [ 292 ] {16ed0208-2583-4bf9-b4a1-d188daed55ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3682 | 2024.11.01 08:21:15.473165 [ 292 ] {16ed0208-2583-4bf9-b4a1-d188daed55ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3683 | 2024.11.01 08:21:15.473590 [ 292 ] {16ed0208-2583-4bf9-b4a1-d188daed55ee} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3684 | 2024.11.01 08:21:15.473633 [ 292 ] {16ed0208-2583-4bf9-b4a1-d188daed55ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3685 | 2024.11.01 08:21:15.474006 [ 292 ] {16ed0208-2583-4bf9-b4a1-d188daed55ee} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3686 | 2024.11.01 08:21:15.474397 [ 292 ] {16ed0208-2583-4bf9-b4a1-d188daed55ee} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3687 | 2024.11.01 08:21:15.474551 [ 292 ] {16ed0208-2583-4bf9-b4a1-d188daed55ee} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001787 sec., 35814.21376608842 rows/sec., 2.80 MiB/sec. | ||
| 3688 | 2024.11.01 08:21:15.474745 [ 292 ] {16ed0208-2583-4bf9-b4a1-d188daed55ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 3689 | 2024.11.01 08:21:15.474772 [ 292 ] {16ed0208-2583-4bf9-b4a1-d188daed55ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3690 | 2024.11.01 08:21:15.474789 [ 292 ] {} <Debug> HTTP-Session: c1d34ecb-6d17-4a46-9410-3cc2be313747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3691 | 2024.11.01 08:21:15.475034 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42500, User-Agent: (none), Length: 30560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3692 | 2024.11.01 08:21:15.475050 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48627, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3693 | 2024.11.01 08:21:15.475094 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3694 | 2024.11.01 08:21:15.475114 [ 289 ] {} <Debug> HTTP-Session: 496feace-5f49-4504-a0ea-bb131eb3172a Authenticating user 'default' from [fd00:1122:3344:101::d]:42500 | ||
| 3695 | 2024.11.01 08:21:15.475134 [ 289 ] {} <Debug> HTTP-Session: 496feace-5f49-4504-a0ea-bb131eb3172a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3696 | 2024.11.01 08:21:15.475149 [ 289 ] {} <Debug> HTTP-Session: 496feace-5f49-4504-a0ea-bb131eb3172a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3697 | 2024.11.01 08:21:15.475186 [ 289 ] {} <Trace> HTTP-Session: 496feace-5f49-4504-a0ea-bb131eb3172a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3698 | 2024.11.01 08:21:15.475351 [ 289 ] {536430e1-fba1-43e9-841b-c0c976c435b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42500) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3699 | 2024.11.01 08:21:15.475400 [ 289 ] {536430e1-fba1-43e9-841b-c0c976c435b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3700 | 2024.11.01 08:21:15.475546 [ 289 ] {536430e1-fba1-43e9-841b-c0c976c435b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3701 | 2024.11.01 08:21:15.475961 [ 289 ] {536430e1-fba1-43e9-841b-c0c976c435b8} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3702 | 2024.11.01 08:21:15.475998 [ 289 ] {536430e1-fba1-43e9-841b-c0c976c435b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3703 | 2024.11.01 08:21:15.476408 [ 289 ] {536430e1-fba1-43e9-841b-c0c976c435b8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3704 | 2024.11.01 08:21:15.476777 [ 289 ] {536430e1-fba1-43e9-841b-c0c976c435b8} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3705 | 2024.11.01 08:21:15.476939 [ 289 ] {536430e1-fba1-43e9-841b-c0c976c435b8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00165 sec., 96969.69696969698 rows/sec., 6.75 MiB/sec. | ||
| 3706 | 2024.11.01 08:21:15.477156 [ 289 ] {536430e1-fba1-43e9-841b-c0c976c435b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 3707 | 2024.11.01 08:21:15.477180 [ 289 ] {536430e1-fba1-43e9-841b-c0c976c435b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3708 | 2024.11.01 08:21:15.477196 [ 289 ] {} <Debug> HTTP-Session: 496feace-5f49-4504-a0ea-bb131eb3172a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3709 | 2024.11.01 08:21:15.477347 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3710 | 2024.11.01 08:21:15.477446 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36746, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3711 | 2024.11.01 08:21:15.477499 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3712 | 2024.11.01 08:21:15.477519 [ 292 ] {} <Debug> HTTP-Session: 3f905faa-9327-499f-b5d0-c85a1b00d336 Authenticating user 'default' from [fd00:1122:3344:101::d]:36746 | ||
| 3713 | 2024.11.01 08:21:15.477536 [ 292 ] {} <Debug> HTTP-Session: 3f905faa-9327-499f-b5d0-c85a1b00d336 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3714 | 2024.11.01 08:21:15.477550 [ 292 ] {} <Debug> HTTP-Session: 3f905faa-9327-499f-b5d0-c85a1b00d336 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3715 | 2024.11.01 08:21:15.477582 [ 292 ] {} <Trace> HTTP-Session: 3f905faa-9327-499f-b5d0-c85a1b00d336 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3716 | 2024.11.01 08:21:15.477716 [ 292 ] {77b39b04-6a81-4f63-b911-ebfeb55a7089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36746) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3717 | 2024.11.01 08:21:15.477762 [ 292 ] {77b39b04-6a81-4f63-b911-ebfeb55a7089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3718 | 2024.11.01 08:21:15.477892 [ 292 ] {77b39b04-6a81-4f63-b911-ebfeb55a7089} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3719 | 2024.11.01 08:21:15.478215 [ 292 ] {77b39b04-6a81-4f63-b911-ebfeb55a7089} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3720 | 2024.11.01 08:21:15.478251 [ 292 ] {77b39b04-6a81-4f63-b911-ebfeb55a7089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3721 | 2024.11.01 08:21:15.478616 [ 292 ] {77b39b04-6a81-4f63-b911-ebfeb55a7089} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3722 | 2024.11.01 08:21:15.478941 [ 292 ] {77b39b04-6a81-4f63-b911-ebfeb55a7089} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3723 | 2024.11.01 08:21:15.479089 [ 292 ] {77b39b04-6a81-4f63-b911-ebfeb55a7089} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec. | ||
| 3724 | 2024.11.01 08:21:15.479392 [ 292 ] {77b39b04-6a81-4f63-b911-ebfeb55a7089} <Debug> DynamicQueryHandler: Done processing query | ||
| 3725 | 2024.11.01 08:21:15.479419 [ 292 ] {77b39b04-6a81-4f63-b911-ebfeb55a7089} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3726 | 2024.11.01 08:21:15.479436 [ 292 ] {} <Debug> HTTP-Session: 3f905faa-9327-499f-b5d0-c85a1b00d336 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3727 | 2024.11.01 08:21:15.479694 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36746, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3728 | 2024.11.01 08:21:16.479962 [ 65 ] {} <Debug> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3729 | 2024.11.01 08:21:16.480033 [ 65 ] {} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3730 | 2024.11.01 08:21:16.480061 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3731 | 2024.11.01 08:21:16.480358 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 3732 | 2024.11.01 08:21:16.480605 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3733 | 2024.11.01 08:21:16.480646 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 3734 | 2024.11.01 08:21:16.480730 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 3735 | 2024.11.01 08:21:16.480882 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 3736 | 2024.11.01 08:21:16.481145 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3737 | 2024.11.01 08:21:16.481449 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3738 | 2024.11.01 08:21:16.482567 [ 195 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002386998 sec., 12568.087614652379 rows/sec., 656.63 KiB/sec. | ||
| 3739 | 2024.11.01 08:21:16.482823 [ 198 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3740 | 2024.11.01 08:21:16.483380 [ 198 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_5_1} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3741 | 2024.11.01 08:21:16.483474 [ 198 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_5_1} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3742 | 2024.11.01 08:21:16.483575 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3743 | 2024.11.01 08:21:19.887810 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3744 | 2024.11.01 08:21:20.023907 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45437, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3745 | 2024.11.01 08:21:20.114348 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46509, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3746 | 2024.11.01 08:21:20.121742 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42628, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3747 | 2024.11.01 08:21:20.126121 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50823, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3748 | 2024.11.01 08:21:20.204532 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34600, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3749 | 2024.11.01 08:21:20.205857 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46353, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3750 | 2024.11.01 08:21:20.209682 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46492, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3751 | 2024.11.01 08:21:20.209756 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63289, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3752 | 2024.11.01 08:21:20.310993 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55041, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3753 | 2024.11.01 08:21:20.376613 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45426, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3754 | 2024.11.01 08:21:20.474934 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41372, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3755 | 2024.11.01 08:21:20.475031 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3756 | 2024.11.01 08:21:20.475061 [ 292 ] {} <Debug> HTTP-Session: a4831173-5101-4cee-a55a-96753659cf39 Authenticating user 'default' from [fd00:1122:3344:101::d]:41372 | ||
| 3757 | 2024.11.01 08:21:20.475089 [ 292 ] {} <Debug> HTTP-Session: a4831173-5101-4cee-a55a-96753659cf39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3758 | 2024.11.01 08:21:20.475107 [ 292 ] {} <Debug> HTTP-Session: a4831173-5101-4cee-a55a-96753659cf39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3759 | 2024.11.01 08:21:20.475165 [ 292 ] {} <Trace> HTTP-Session: a4831173-5101-4cee-a55a-96753659cf39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3760 | 2024.11.01 08:21:20.475471 [ 292 ] {78d4d004-e846-49bd-816d-0ba3b02cbe2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41372) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3761 | 2024.11.01 08:21:20.475548 [ 292 ] {78d4d004-e846-49bd-816d-0ba3b02cbe2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3762 | 2024.11.01 08:21:20.475888 [ 292 ] {78d4d004-e846-49bd-816d-0ba3b02cbe2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3763 | 2024.11.01 08:21:20.476499 [ 292 ] {78d4d004-e846-49bd-816d-0ba3b02cbe2a} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3764 | 2024.11.01 08:21:20.476547 [ 292 ] {78d4d004-e846-49bd-816d-0ba3b02cbe2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3765 | 2024.11.01 08:21:20.477014 [ 292 ] {78d4d004-e846-49bd-816d-0ba3b02cbe2a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3766 | 2024.11.01 08:21:20.477417 [ 292 ] {78d4d004-e846-49bd-816d-0ba3b02cbe2a} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3767 | 2024.11.01 08:21:20.477604 [ 292 ] {78d4d004-e846-49bd-816d-0ba3b02cbe2a} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002264 sec., 120583.03886925796 rows/sec., 10.72 MiB/sec. | ||
| 3768 | 2024.11.01 08:21:20.477976 [ 292 ] {78d4d004-e846-49bd-816d-0ba3b02cbe2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3769 | 2024.11.01 08:21:20.478004 [ 292 ] {78d4d004-e846-49bd-816d-0ba3b02cbe2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 3770 | 2024.11.01 08:21:20.478021 [ 292 ] {} <Debug> HTTP-Session: a4831173-5101-4cee-a55a-96753659cf39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3771 | 2024.11.01 08:21:20.478198 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41372, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3772 | 2024.11.01 08:21:20.478331 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34803, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3773 | 2024.11.01 08:21:20.478433 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3774 | 2024.11.01 08:21:20.478460 [ 290 ] {} <Debug> HTTP-Session: 55562e21-e559-4cbd-9bff-622f4f17cb45 Authenticating user 'default' from [fd00:1122:3344:101::d]:34803 | ||
| 3775 | 2024.11.01 08:21:20.478484 [ 290 ] {} <Debug> HTTP-Session: 55562e21-e559-4cbd-9bff-622f4f17cb45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3776 | 2024.11.01 08:21:20.478499 [ 290 ] {} <Debug> HTTP-Session: 55562e21-e559-4cbd-9bff-622f4f17cb45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3777 | 2024.11.01 08:21:20.478553 [ 290 ] {} <Trace> HTTP-Session: 55562e21-e559-4cbd-9bff-622f4f17cb45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3778 | 2024.11.01 08:21:20.478751 [ 290 ] {9ad07cd2-5dba-4ae2-b143-1707350c59c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34803) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3779 | 2024.11.01 08:21:20.478818 [ 290 ] {9ad07cd2-5dba-4ae2-b143-1707350c59c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3780 | 2024.11.01 08:21:20.479160 [ 290 ] {9ad07cd2-5dba-4ae2-b143-1707350c59c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3781 | 2024.11.01 08:21:20.479538 [ 290 ] {9ad07cd2-5dba-4ae2-b143-1707350c59c5} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3782 | 2024.11.01 08:21:20.479582 [ 290 ] {9ad07cd2-5dba-4ae2-b143-1707350c59c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3783 | 2024.11.01 08:21:20.480009 [ 290 ] {9ad07cd2-5dba-4ae2-b143-1707350c59c5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3784 | 2024.11.01 08:21:20.480449 [ 290 ] {9ad07cd2-5dba-4ae2-b143-1707350c59c5} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3785 | 2024.11.01 08:21:20.480633 [ 290 ] {9ad07cd2-5dba-4ae2-b143-1707350c59c5} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001952 sec., 21516.39344262295 rows/sec., 1.58 MiB/sec. | ||
| 3786 | 2024.11.01 08:21:20.480845 [ 290 ] {9ad07cd2-5dba-4ae2-b143-1707350c59c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 3787 | 2024.11.01 08:21:20.480872 [ 290 ] {9ad07cd2-5dba-4ae2-b143-1707350c59c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3788 | 2024.11.01 08:21:20.480888 [ 290 ] {} <Debug> HTTP-Session: 55562e21-e559-4cbd-9bff-622f4f17cb45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3789 | 2024.11.01 08:21:20.481041 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41372, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3790 | 2024.11.01 08:21:20.481065 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34803, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3791 | 2024.11.01 08:21:20.481134 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3792 | 2024.11.01 08:21:20.481170 [ 292 ] {} <Debug> HTTP-Session: 3caa9c84-1bb5-4f83-bdfc-b23800a44805 Authenticating user 'default' from [fd00:1122:3344:101::d]:41372 | ||
| 3793 | 2024.11.01 08:21:20.481200 [ 292 ] {} <Debug> HTTP-Session: 3caa9c84-1bb5-4f83-bdfc-b23800a44805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3794 | 2024.11.01 08:21:20.481226 [ 292 ] {} <Debug> HTTP-Session: 3caa9c84-1bb5-4f83-bdfc-b23800a44805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3795 | 2024.11.01 08:21:20.481280 [ 292 ] {} <Trace> HTTP-Session: 3caa9c84-1bb5-4f83-bdfc-b23800a44805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3796 | 2024.11.01 08:21:20.481431 [ 292 ] {e8573ef9-2825-4218-9d17-93d49471bc45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41372) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3797 | 2024.11.01 08:21:20.481491 [ 292 ] {e8573ef9-2825-4218-9d17-93d49471bc45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3798 | 2024.11.01 08:21:20.481773 [ 292 ] {e8573ef9-2825-4218-9d17-93d49471bc45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3799 | 2024.11.01 08:21:20.482097 [ 292 ] {e8573ef9-2825-4218-9d17-93d49471bc45} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3800 | 2024.11.01 08:21:20.482135 [ 292 ] {e8573ef9-2825-4218-9d17-93d49471bc45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3801 | 2024.11.01 08:21:20.482536 [ 292 ] {e8573ef9-2825-4218-9d17-93d49471bc45} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3802 | 2024.11.01 08:21:20.482919 [ 292 ] {e8573ef9-2825-4218-9d17-93d49471bc45} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3803 | 2024.11.01 08:21:20.483086 [ 292 ] {e8573ef9-2825-4218-9d17-93d49471bc45} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001705 sec., 8211.143695014664 rows/sec., 575.05 KiB/sec. | ||
| 3804 | 2024.11.01 08:21:20.483294 [ 292 ] {e8573ef9-2825-4218-9d17-93d49471bc45} <Debug> DynamicQueryHandler: Done processing query | ||
| 3805 | 2024.11.01 08:21:20.483320 [ 292 ] {e8573ef9-2825-4218-9d17-93d49471bc45} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3806 | 2024.11.01 08:21:20.483337 [ 292 ] {} <Debug> HTTP-Session: 3caa9c84-1bb5-4f83-bdfc-b23800a44805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3807 | 2024.11.01 08:21:20.483502 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41372, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3808 | 2024.11.01 08:21:20.483599 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45935, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3809 | 2024.11.01 08:21:20.483690 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3810 | 2024.11.01 08:21:20.483716 [ 290 ] {} <Debug> HTTP-Session: acb4e0aa-2d14-4fc3-8270-13a3ed408db2 Authenticating user 'default' from [fd00:1122:3344:101::d]:45935 | ||
| 3811 | 2024.11.01 08:21:20.483739 [ 290 ] {} <Debug> HTTP-Session: acb4e0aa-2d14-4fc3-8270-13a3ed408db2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3812 | 2024.11.01 08:21:20.483757 [ 290 ] {} <Debug> HTTP-Session: acb4e0aa-2d14-4fc3-8270-13a3ed408db2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3813 | 2024.11.01 08:21:20.483806 [ 290 ] {} <Trace> HTTP-Session: acb4e0aa-2d14-4fc3-8270-13a3ed408db2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3814 | 2024.11.01 08:21:20.483948 [ 290 ] {8b03dd76-42e5-4ed2-97b2-317618ddd5f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45935) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 3815 | 2024.11.01 08:21:20.484008 [ 290 ] {8b03dd76-42e5-4ed2-97b2-317618ddd5f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3816 | 2024.11.01 08:21:20.484341 [ 290 ] {8b03dd76-42e5-4ed2-97b2-317618ddd5f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3817 | 2024.11.01 08:21:20.484658 [ 290 ] {8b03dd76-42e5-4ed2-97b2-317618ddd5f2} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3818 | 2024.11.01 08:21:20.484696 [ 290 ] {8b03dd76-42e5-4ed2-97b2-317618ddd5f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3819 | 2024.11.01 08:21:20.485067 [ 290 ] {8b03dd76-42e5-4ed2-97b2-317618ddd5f2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3820 | 2024.11.01 08:21:20.485436 [ 290 ] {8b03dd76-42e5-4ed2-97b2-317618ddd5f2} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3821 | 2024.11.01 08:21:20.485593 [ 290 ] {8b03dd76-42e5-4ed2-97b2-317618ddd5f2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001681 sec., 3569.303985722784 rows/sec., 210.88 KiB/sec. | ||
| 3822 | 2024.11.01 08:21:20.485767 [ 290 ] {8b03dd76-42e5-4ed2-97b2-317618ddd5f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 3823 | 2024.11.01 08:21:20.485792 [ 290 ] {8b03dd76-42e5-4ed2-97b2-317618ddd5f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3824 | 2024.11.01 08:21:20.485808 [ 290 ] {} <Debug> HTTP-Session: acb4e0aa-2d14-4fc3-8270-13a3ed408db2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3825 | 2024.11.01 08:21:20.486007 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45935, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3826 | 2024.11.01 08:21:20.486150 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50998, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3827 | 2024.11.01 08:21:20.486222 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3828 | 2024.11.01 08:21:20.486244 [ 292 ] {} <Debug> HTTP-Session: 09a8a13c-0243-4bcb-a96a-90b1985a62ab Authenticating user 'default' from [fd00:1122:3344:101::d]:50998 | ||
| 3829 | 2024.11.01 08:21:20.486262 [ 292 ] {} <Debug> HTTP-Session: 09a8a13c-0243-4bcb-a96a-90b1985a62ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3830 | 2024.11.01 08:21:20.486277 [ 292 ] {} <Debug> HTTP-Session: 09a8a13c-0243-4bcb-a96a-90b1985a62ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3831 | 2024.11.01 08:21:20.486317 [ 292 ] {} <Trace> HTTP-Session: 09a8a13c-0243-4bcb-a96a-90b1985a62ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3832 | 2024.11.01 08:21:20.486555 [ 292 ] {151894e9-d595-4520-9ef7-3fbbf5d06d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50998) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3833 | 2024.11.01 08:21:20.486606 [ 292 ] {151894e9-d595-4520-9ef7-3fbbf5d06d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3834 | 2024.11.01 08:21:20.486877 [ 292 ] {151894e9-d595-4520-9ef7-3fbbf5d06d23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3835 | 2024.11.01 08:21:20.487449 [ 292 ] {151894e9-d595-4520-9ef7-3fbbf5d06d23} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3836 | 2024.11.01 08:21:20.487487 [ 292 ] {151894e9-d595-4520-9ef7-3fbbf5d06d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3837 | 2024.11.01 08:21:20.487876 [ 292 ] {151894e9-d595-4520-9ef7-3fbbf5d06d23} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3838 | 2024.11.01 08:21:20.488242 [ 292 ] {151894e9-d595-4520-9ef7-3fbbf5d06d23} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3839 | 2024.11.01 08:21:20.488407 [ 292 ] {151894e9-d595-4520-9ef7-3fbbf5d06d23} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001971 sec., 215119.22881785894 rows/sec., 15.38 MiB/sec. | ||
| 3840 | 2024.11.01 08:21:20.488594 [ 292 ] {151894e9-d595-4520-9ef7-3fbbf5d06d23} <Debug> DynamicQueryHandler: Done processing query | ||
| 3841 | 2024.11.01 08:21:20.488619 [ 292 ] {151894e9-d595-4520-9ef7-3fbbf5d06d23} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 3842 | 2024.11.01 08:21:20.488635 [ 292 ] {} <Debug> HTTP-Session: 09a8a13c-0243-4bcb-a96a-90b1985a62ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3843 | 2024.11.01 08:21:20.488831 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50998, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3844 | 2024.11.01 08:21:20.488867 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45935, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3845 | 2024.11.01 08:21:20.489045 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3846 | 2024.11.01 08:21:20.489067 [ 290 ] {} <Debug> HTTP-Session: 7315a60f-e339-47b3-a2e8-a2c64f716b2c Authenticating user 'default' from [fd00:1122:3344:101::d]:45935 | ||
| 3847 | 2024.11.01 08:21:20.489086 [ 290 ] {} <Debug> HTTP-Session: 7315a60f-e339-47b3-a2e8-a2c64f716b2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3848 | 2024.11.01 08:21:20.489101 [ 290 ] {} <Debug> HTTP-Session: 7315a60f-e339-47b3-a2e8-a2c64f716b2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3849 | 2024.11.01 08:21:20.489143 [ 290 ] {} <Trace> HTTP-Session: 7315a60f-e339-47b3-a2e8-a2c64f716b2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3850 | 2024.11.01 08:21:20.489266 [ 290 ] {9959b3b0-21be-4d7a-8f77-a3a82fd16d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45935) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3851 | 2024.11.01 08:21:20.489321 [ 290 ] {9959b3b0-21be-4d7a-8f77-a3a82fd16d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3852 | 2024.11.01 08:21:20.489488 [ 290 ] {9959b3b0-21be-4d7a-8f77-a3a82fd16d5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3853 | 2024.11.01 08:21:20.489846 [ 290 ] {9959b3b0-21be-4d7a-8f77-a3a82fd16d5e} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3854 | 2024.11.01 08:21:20.489883 [ 290 ] {9959b3b0-21be-4d7a-8f77-a3a82fd16d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3855 | 2024.11.01 08:21:20.490259 [ 290 ] {9959b3b0-21be-4d7a-8f77-a3a82fd16d5e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3856 | 2024.11.01 08:21:20.490595 [ 290 ] {9959b3b0-21be-4d7a-8f77-a3a82fd16d5e} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3857 | 2024.11.01 08:21:20.490762 [ 290 ] {9959b3b0-21be-4d7a-8f77-a3a82fd16d5e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001523 sec., 3939.592908732764 rows/sec., 205.83 KiB/sec. | ||
| 3858 | 2024.11.01 08:21:20.490962 [ 290 ] {9959b3b0-21be-4d7a-8f77-a3a82fd16d5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3859 | 2024.11.01 08:21:20.490987 [ 290 ] {9959b3b0-21be-4d7a-8f77-a3a82fd16d5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3860 | 2024.11.01 08:21:20.491002 [ 290 ] {} <Debug> HTTP-Session: 7315a60f-e339-47b3-a2e8-a2c64f716b2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3861 | 2024.11.01 08:21:20.491173 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45935, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3862 | 2024.11.01 08:21:20.491250 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36153, User-Agent: (none), Length: 44568, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3863 | 2024.11.01 08:21:20.491318 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3864 | 2024.11.01 08:21:20.491338 [ 292 ] {} <Debug> HTTP-Session: 5ab1a8c7-4d56-41af-8d6c-c160cec7b213 Authenticating user 'default' from [fd00:1122:3344:101::d]:36153 | ||
| 3865 | 2024.11.01 08:21:20.491356 [ 292 ] {} <Debug> HTTP-Session: 5ab1a8c7-4d56-41af-8d6c-c160cec7b213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3866 | 2024.11.01 08:21:20.491370 [ 292 ] {} <Debug> HTTP-Session: 5ab1a8c7-4d56-41af-8d6c-c160cec7b213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3867 | 2024.11.01 08:21:20.491411 [ 292 ] {} <Trace> HTTP-Session: 5ab1a8c7-4d56-41af-8d6c-c160cec7b213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3868 | 2024.11.01 08:21:20.491653 [ 292 ] {aaf3493c-43e9-4a68-810b-e51488c0132c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3869 | 2024.11.01 08:21:20.491726 [ 292 ] {aaf3493c-43e9-4a68-810b-e51488c0132c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3870 | 2024.11.01 08:21:20.491933 [ 292 ] {aaf3493c-43e9-4a68-810b-e51488c0132c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3871 | 2024.11.01 08:21:20.492403 [ 292 ] {aaf3493c-43e9-4a68-810b-e51488c0132c} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3872 | 2024.11.01 08:21:20.492442 [ 292 ] {aaf3493c-43e9-4a68-810b-e51488c0132c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3873 | 2024.11.01 08:21:20.492878 [ 292 ] {aaf3493c-43e9-4a68-810b-e51488c0132c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3874 | 2024.11.01 08:21:20.493248 [ 292 ] {aaf3493c-43e9-4a68-810b-e51488c0132c} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3875 | 2024.11.01 08:21:20.493407 [ 292 ] {aaf3493c-43e9-4a68-810b-e51488c0132c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001872 sec., 126602.56410256411 rows/sec., 8.49 MiB/sec. | ||
| 3876 | 2024.11.01 08:21:20.493595 [ 292 ] {aaf3493c-43e9-4a68-810b-e51488c0132c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3877 | 2024.11.01 08:21:20.493621 [ 292 ] {aaf3493c-43e9-4a68-810b-e51488c0132c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3878 | 2024.11.01 08:21:20.493639 [ 292 ] {} <Debug> HTTP-Session: 5ab1a8c7-4d56-41af-8d6c-c160cec7b213 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3879 | 2024.11.01 08:21:20.493785 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45935, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3880 | 2024.11.01 08:21:20.493806 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36153, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3881 | 2024.11.01 08:21:20.493878 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3882 | 2024.11.01 08:21:20.493916 [ 290 ] {} <Debug> HTTP-Session: eebb65e3-7624-479e-9d78-7db957059ddd Authenticating user 'default' from [fd00:1122:3344:101::d]:45935 | ||
| 3883 | 2024.11.01 08:21:20.493939 [ 290 ] {} <Debug> HTTP-Session: eebb65e3-7624-479e-9d78-7db957059ddd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3884 | 2024.11.01 08:21:20.493966 [ 290 ] {} <Debug> HTTP-Session: eebb65e3-7624-479e-9d78-7db957059ddd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3885 | 2024.11.01 08:21:20.494017 [ 290 ] {} <Trace> HTTP-Session: eebb65e3-7624-479e-9d78-7db957059ddd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3886 | 2024.11.01 08:21:20.494145 [ 290 ] {5860ba98-3854-4b5a-96b0-bc9c40f7f1ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45935) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3887 | 2024.11.01 08:21:20.494205 [ 290 ] {5860ba98-3854-4b5a-96b0-bc9c40f7f1ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3888 | 2024.11.01 08:21:20.494397 [ 290 ] {5860ba98-3854-4b5a-96b0-bc9c40f7f1ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3889 | 2024.11.01 08:21:20.494756 [ 290 ] {5860ba98-3854-4b5a-96b0-bc9c40f7f1ff} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3890 | 2024.11.01 08:21:20.494793 [ 290 ] {5860ba98-3854-4b5a-96b0-bc9c40f7f1ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3891 | 2024.11.01 08:21:20.495182 [ 290 ] {5860ba98-3854-4b5a-96b0-bc9c40f7f1ff} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3892 | 2024.11.01 08:21:20.495514 [ 290 ] {5860ba98-3854-4b5a-96b0-bc9c40f7f1ff} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3893 | 2024.11.01 08:21:20.495674 [ 290 ] {5860ba98-3854-4b5a-96b0-bc9c40f7f1ff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001562 sec., 640.2048655569782 rows/sec., 43.14 KiB/sec. | ||
| 3894 | 2024.11.01 08:21:20.495853 [ 290 ] {5860ba98-3854-4b5a-96b0-bc9c40f7f1ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 3895 | 2024.11.01 08:21:20.495878 [ 290 ] {5860ba98-3854-4b5a-96b0-bc9c40f7f1ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3896 | 2024.11.01 08:21:20.495894 [ 290 ] {} <Debug> HTTP-Session: eebb65e3-7624-479e-9d78-7db957059ddd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3897 | 2024.11.01 08:21:20.496094 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45935, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3898 | 2024.11.01 08:21:20.496207 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35973, User-Agent: (none), Length: 70113, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3899 | 2024.11.01 08:21:20.496270 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3900 | 2024.11.01 08:21:20.496292 [ 292 ] {} <Debug> HTTP-Session: bbb11b98-fe1f-4645-91d5-2c4940f1fbc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35973 | ||
| 3901 | 2024.11.01 08:21:20.496311 [ 292 ] {} <Debug> HTTP-Session: bbb11b98-fe1f-4645-91d5-2c4940f1fbc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3902 | 2024.11.01 08:21:20.496325 [ 292 ] {} <Debug> HTTP-Session: bbb11b98-fe1f-4645-91d5-2c4940f1fbc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3903 | 2024.11.01 08:21:20.496366 [ 292 ] {} <Trace> HTTP-Session: bbb11b98-fe1f-4645-91d5-2c4940f1fbc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3904 | 2024.11.01 08:21:20.496819 [ 292 ] {b0135e0e-eb8a-4299-a445-d7d8092c9869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35973) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3905 | 2024.11.01 08:21:20.496899 [ 292 ] {b0135e0e-eb8a-4299-a445-d7d8092c9869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3906 | 2024.11.01 08:21:20.497391 [ 292 ] {b0135e0e-eb8a-4299-a445-d7d8092c9869} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3907 | 2024.11.01 08:21:20.498095 [ 292 ] {b0135e0e-eb8a-4299-a445-d7d8092c9869} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3908 | 2024.11.01 08:21:20.498134 [ 292 ] {b0135e0e-eb8a-4299-a445-d7d8092c9869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3909 | 2024.11.01 08:21:20.498805 [ 292 ] {b0135e0e-eb8a-4299-a445-d7d8092c9869} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3910 | 2024.11.01 08:21:20.499254 [ 292 ] {b0135e0e-eb8a-4299-a445-d7d8092c9869} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3911 | 2024.11.01 08:21:20.499478 [ 292 ] {b0135e0e-eb8a-4299-a445-d7d8092c9869} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002978 sec., 14103.425117528543 rows/sec., 25.27 MiB/sec. | ||
| 3912 | 2024.11.01 08:21:20.499989 [ 292 ] {b0135e0e-eb8a-4299-a445-d7d8092c9869} <Debug> DynamicQueryHandler: Done processing query | ||
| 3913 | 2024.11.01 08:21:20.500016 [ 292 ] {b0135e0e-eb8a-4299-a445-d7d8092c9869} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 3914 | 2024.11.01 08:21:20.500033 [ 292 ] {} <Debug> HTTP-Session: bbb11b98-fe1f-4645-91d5-2c4940f1fbc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3915 | 2024.11.01 08:21:20.500247 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45935, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3916 | 2024.11.01 08:21:20.500266 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35973, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3917 | 2024.11.01 08:21:20.500338 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3918 | 2024.11.01 08:21:20.500375 [ 290 ] {} <Debug> HTTP-Session: 6c7ca1eb-9e57-43e4-8cdf-71d51b9ad1c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:45935 | ||
| 3919 | 2024.11.01 08:21:20.500404 [ 290 ] {} <Debug> HTTP-Session: 6c7ca1eb-9e57-43e4-8cdf-71d51b9ad1c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3920 | 2024.11.01 08:21:20.500437 [ 290 ] {} <Debug> HTTP-Session: 6c7ca1eb-9e57-43e4-8cdf-71d51b9ad1c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3921 | 2024.11.01 08:21:20.500484 [ 290 ] {} <Trace> HTTP-Session: 6c7ca1eb-9e57-43e4-8cdf-71d51b9ad1c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3922 | 2024.11.01 08:21:20.500645 [ 290 ] {e04ab8e9-8e0f-4629-ae7a-da242e60aedd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45935) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3923 | 2024.11.01 08:21:20.500695 [ 290 ] {e04ab8e9-8e0f-4629-ae7a-da242e60aedd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3924 | 2024.11.01 08:21:20.500855 [ 290 ] {e04ab8e9-8e0f-4629-ae7a-da242e60aedd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3925 | 2024.11.01 08:21:20.501178 [ 290 ] {e04ab8e9-8e0f-4629-ae7a-da242e60aedd} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3926 | 2024.11.01 08:21:20.501215 [ 290 ] {e04ab8e9-8e0f-4629-ae7a-da242e60aedd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3927 | 2024.11.01 08:21:20.501596 [ 290 ] {e04ab8e9-8e0f-4629-ae7a-da242e60aedd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3928 | 2024.11.01 08:21:20.501923 [ 290 ] {e04ab8e9-8e0f-4629-ae7a-da242e60aedd} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3929 | 2024.11.01 08:21:20.502084 [ 290 ] {e04ab8e9-8e0f-4629-ae7a-da242e60aedd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001499 sec., 54703.13542361575 rows/sec., 3.47 MiB/sec. | ||
| 3930 | 2024.11.01 08:21:20.502241 [ 290 ] {e04ab8e9-8e0f-4629-ae7a-da242e60aedd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3931 | 2024.11.01 08:21:20.502265 [ 290 ] {e04ab8e9-8e0f-4629-ae7a-da242e60aedd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3932 | 2024.11.01 08:21:20.502281 [ 290 ] {} <Debug> HTTP-Session: 6c7ca1eb-9e57-43e4-8cdf-71d51b9ad1c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3933 | 2024.11.01 08:21:20.502614 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45935, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3934 | 2024.11.01 08:21:20.622319 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63531, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3935 | 2024.11.01 08:21:20.649025 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3936 | 2024.11.01 08:21:20.688465 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47214, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3937 | 2024.11.01 08:21:20.715806 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48839, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3938 | 2024.11.01 08:21:20.814070 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62259, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3939 | 2024.11.01 08:21:20.980377 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62855, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3940 | 2024.11.01 08:21:21.000155 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 156.05 MiB, peak 162.90 MiB, free memory in arenas 0.00 B, will set to 154.89 MiB (RSS), difference: -1.15 MiB | ||
| 3941 | 2024.11.01 08:21:21.388163 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3942 | 2024.11.01 08:21:21.431563 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3943 | 2024.11.01 08:21:21.627955 [ 57 ] {} <Debug> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3944 | 2024.11.01 08:21:21.628049 [ 57 ] {} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3945 | 2024.11.01 08:21:21.628087 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3946 | 2024.11.01 08:21:21.628339 [ 196 ] {d93334cc-600f-4d9c-8000-c42567852056::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 3947 | 2024.11.01 08:21:21.628951 [ 196 ] {d93334cc-600f-4d9c-8000-c42567852056::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3948 | 2024.11.01 08:21:21.629004 [ 196 ] {d93334cc-600f-4d9c-8000-c42567852056::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part | ||
| 3949 | 2024.11.01 08:21:21.629101 [ 196 ] {d93334cc-600f-4d9c-8000-c42567852056::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
| 3950 | 2024.11.01 08:21:21.629255 [ 196 ] {d93334cc-600f-4d9c-8000-c42567852056::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part | ||
| 3951 | 2024.11.01 08:21:21.629338 [ 196 ] {d93334cc-600f-4d9c-8000-c42567852056::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 3952 | 2024.11.01 08:21:21.629495 [ 196 ] {d93334cc-600f-4d9c-8000-c42567852056::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 3953 | 2024.11.01 08:21:21.630677 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40271, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3954 | 2024.11.01 08:21:21.631925 [ 195 ] {d93334cc-600f-4d9c-8000-c42567852056::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003717802 sec., 11296.997527033445 rows/sec., 1.75 MiB/sec. | ||
| 3955 | 2024.11.01 08:21:21.632177 [ 195 ] {d93334cc-600f-4d9c-8000-c42567852056::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3956 | 2024.11.01 08:21:21.632814 [ 195 ] {d93334cc-600f-4d9c-8000-c42567852056::all_1_5_1} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3957 | 2024.11.01 08:21:21.632906 [ 195 ] {d93334cc-600f-4d9c-8000-c42567852056::all_1_5_1} <Trace> oximeter.timeseries_schema (d93334cc-600f-4d9c-8000-c42567852056) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3958 | 2024.11.01 08:21:21.633012 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3959 | 2024.11.01 08:21:21.790353 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40700, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3960 | 2024.11.01 08:21:21.795781 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62421, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3961 | 2024.11.01 08:21:21.866334 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3962 | 2024.11.01 08:21:21.882992 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3963 | 2024.11.01 08:21:22.086111 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:32773, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3964 | 2024.11.01 08:21:22.476938 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35208, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3965 | 2024.11.01 08:21:22.741762 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59698, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3966 | 2024.11.01 08:21:22.837202 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45416, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3967 | 2024.11.01 08:21:22.882608 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60189, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3968 | 2024.11.01 08:21:22.955496 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3969 | 2024.11.01 08:21:22.966052 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48644, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3970 | 2024.11.01 08:21:22.966120 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57037, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3971 | 2024.11.01 08:21:23.765354 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 408 | ||
| 3972 | 2024.11.01 08:21:23.768148 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3973 | 2024.11.01 08:21:23.768211 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3974 | 2024.11.01 08:21:23.769749 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3975 | 2024.11.01 08:21:23.770823 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3976 | 2024.11.01 08:21:23.771455 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 408 | ||
| 3977 | 2024.11.01 08:21:25.467747 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60080, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3978 | 2024.11.01 08:21:25.467866 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3979 | 2024.11.01 08:21:25.467890 [ 287 ] {} <Debug> HTTP-Session: c770df9e-79bf-4f6a-9a3d-e4dfcf14a148 Authenticating user 'default' from [fd00:1122:3344:101::d]:60080 | ||
| 3980 | 2024.11.01 08:21:25.467914 [ 287 ] {} <Debug> HTTP-Session: c770df9e-79bf-4f6a-9a3d-e4dfcf14a148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3981 | 2024.11.01 08:21:25.467929 [ 287 ] {} <Debug> HTTP-Session: c770df9e-79bf-4f6a-9a3d-e4dfcf14a148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3982 | 2024.11.01 08:21:25.467982 [ 287 ] {} <Trace> HTTP-Session: c770df9e-79bf-4f6a-9a3d-e4dfcf14a148 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3983 | 2024.11.01 08:21:25.468171 [ 287 ] {df7743bb-a55e-430e-82a4-8271310a3c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60080) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3984 | 2024.11.01 08:21:25.468242 [ 287 ] {df7743bb-a55e-430e-82a4-8271310a3c8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3985 | 2024.11.01 08:21:25.468586 [ 287 ] {df7743bb-a55e-430e-82a4-8271310a3c8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3986 | 2024.11.01 08:21:25.469010 [ 287 ] {df7743bb-a55e-430e-82a4-8271310a3c8b} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3987 | 2024.11.01 08:21:25.469052 [ 287 ] {df7743bb-a55e-430e-82a4-8271310a3c8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 3988 | 2024.11.01 08:21:25.469481 [ 287 ] {df7743bb-a55e-430e-82a4-8271310a3c8b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3989 | 2024.11.01 08:21:25.469928 [ 287 ] {df7743bb-a55e-430e-82a4-8271310a3c8b} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3990 | 2024.11.01 08:21:25.470097 [ 287 ] {df7743bb-a55e-430e-82a4-8271310a3c8b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001977 sec., 3034.9013657056144 rows/sec., 247.47 KiB/sec. | ||
| 3991 | 2024.11.01 08:21:25.470457 [ 287 ] {df7743bb-a55e-430e-82a4-8271310a3c8b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3992 | 2024.11.01 08:21:25.470492 [ 287 ] {df7743bb-a55e-430e-82a4-8271310a3c8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3993 | 2024.11.01 08:21:25.470511 [ 287 ] {} <Debug> HTTP-Session: c770df9e-79bf-4f6a-9a3d-e4dfcf14a148 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3994 | 2024.11.01 08:21:25.470723 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60080, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3995 | 2024.11.01 08:21:25.470861 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32803, User-Agent: (none), Length: 8195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3996 | 2024.11.01 08:21:25.470974 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3997 | 2024.11.01 08:21:25.470999 [ 282 ] {} <Debug> HTTP-Session: 317a1f8e-3f0f-4a08-82e3-943eaa766e41 Authenticating user 'default' from [fd00:1122:3344:101::d]:32803 | ||
| 3998 | 2024.11.01 08:21:25.471023 [ 282 ] {} <Debug> HTTP-Session: 317a1f8e-3f0f-4a08-82e3-943eaa766e41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3999 | 2024.11.01 08:21:25.471037 [ 282 ] {} <Debug> HTTP-Session: 317a1f8e-3f0f-4a08-82e3-943eaa766e41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4000 | 2024.11.01 08:21:25.471093 [ 282 ] {} <Trace> HTTP-Session: 317a1f8e-3f0f-4a08-82e3-943eaa766e41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4001 | 2024.11.01 08:21:25.471294 [ 282 ] {1b190c4d-6b4e-4164-a2a1-5b3c6bb18cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32803) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4002 | 2024.11.01 08:21:25.471364 [ 282 ] {1b190c4d-6b4e-4164-a2a1-5b3c6bb18cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4003 | 2024.11.01 08:21:25.471706 [ 282 ] {1b190c4d-6b4e-4164-a2a1-5b3c6bb18cb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4004 | 2024.11.01 08:21:25.472145 [ 282 ] {1b190c4d-6b4e-4164-a2a1-5b3c6bb18cb5} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4005 | 2024.11.01 08:21:25.472194 [ 282 ] {1b190c4d-6b4e-4164-a2a1-5b3c6bb18cb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4006 | 2024.11.01 08:21:25.472654 [ 282 ] {1b190c4d-6b4e-4164-a2a1-5b3c6bb18cb5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4007 | 2024.11.01 08:21:25.473068 [ 282 ] {1b190c4d-6b4e-4164-a2a1-5b3c6bb18cb5} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4008 | 2024.11.01 08:21:25.473256 [ 121 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4009 | 2024.11.01 08:21:25.473266 [ 282 ] {1b190c4d-6b4e-4164-a2a1-5b3c6bb18cb5} <Debug> executeQuery: Read 59 rows, 4.60 KiB in 0.002031 sec., 29049.729197439687 rows/sec., 2.21 MiB/sec. | ||
| 4010 | 2024.11.01 08:21:25.473333 [ 121 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4011 | 2024.11.01 08:21:25.473400 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4012 | 2024.11.01 08:21:25.473598 [ 187 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 4013 | 2024.11.01 08:21:25.473685 [ 282 ] {1b190c4d-6b4e-4164-a2a1-5b3c6bb18cb5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4014 | 2024.11.01 08:21:25.473725 [ 282 ] {1b190c4d-6b4e-4164-a2a1-5b3c6bb18cb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4015 | 2024.11.01 08:21:25.473757 [ 282 ] {} <Debug> HTTP-Session: 317a1f8e-3f0f-4a08-82e3-943eaa766e41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4016 | 2024.11.01 08:21:25.473766 [ 187 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4017 | 2024.11.01 08:21:25.473809 [ 187 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1396 rows starting from the beginning of the part | ||
| 4018 | 2024.11.01 08:21:25.473902 [ 187 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 269 rows starting from the beginning of the part | ||
| 4019 | 2024.11.01 08:21:25.474044 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32803, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4020 | 2024.11.01 08:21:25.474281 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61205, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4021 | 2024.11.01 08:21:25.474356 [ 187 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part | ||
| 4022 | 2024.11.01 08:21:25.474477 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 4023 | |||
| 4024 | (version 23.8.7.1) | ||
| 4025 | 2024.11.01 08:21:25.474526 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4026 | 2024.11.01 08:21:25.474727 [ 287 ] {} <Debug> HTTP-Session: 8e1b7d2b-cf28-4763-8e8f-273413a8d94e Authenticating user 'default' from [fd00:1122:3344:101::d]:61205 | ||
| 4027 | 2024.11.01 08:21:25.474803 [ 187 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part | ||
| 4028 | 2024.11.01 08:21:25.474825 [ 287 ] {} <Debug> HTTP-Session: 8e1b7d2b-cf28-4763-8e8f-273413a8d94e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4029 | 2024.11.01 08:21:25.474903 [ 287 ] {} <Debug> HTTP-Session: 8e1b7d2b-cf28-4763-8e8f-273413a8d94e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4030 | 2024.11.01 08:21:25.475090 [ 287 ] {} <Trace> HTTP-Session: 8e1b7d2b-cf28-4763-8e8f-273413a8d94e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4031 | 2024.11.01 08:21:25.475114 [ 187 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 273 rows starting from the beginning of the part | ||
| 4032 | 2024.11.01 08:21:25.475440 [ 187 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 59 rows starting from the beginning of the part | ||
| 4033 | 2024.11.01 08:21:25.475564 [ 287 ] {684fc52e-971d-4d3e-b0d6-f25c85cade73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61205) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4034 | 2024.11.01 08:21:25.475765 [ 287 ] {684fc52e-971d-4d3e-b0d6-f25c85cade73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4035 | 2024.11.01 08:21:25.476792 [ 287 ] {684fc52e-971d-4d3e-b0d6-f25c85cade73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4036 | 2024.11.01 08:21:25.477751 [ 287 ] {684fc52e-971d-4d3e-b0d6-f25c85cade73} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4037 | 2024.11.01 08:21:25.477823 [ 287 ] {684fc52e-971d-4d3e-b0d6-f25c85cade73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4038 | 2024.11.01 08:21:25.478574 [ 287 ] {684fc52e-971d-4d3e-b0d6-f25c85cade73} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4039 | 2024.11.01 08:21:25.478836 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2117 rows, containing 5 columns (5 merged, 0 gathered) in 0.00530802 sec., 398830.44901865476 rows/sec., 35.14 MiB/sec. | ||
| 4040 | 2024.11.01 08:21:25.479114 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4041 | 2024.11.01 08:21:25.479153 [ 287 ] {684fc52e-971d-4d3e-b0d6-f25c85cade73} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4042 | 2024.11.01 08:21:25.479413 [ 287 ] {684fc52e-971d-4d3e-b0d6-f25c85cade73} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.004023 sec., 1491.4243102162566 rows/sec., 104.14 KiB/sec. | ||
| 4043 | 2024.11.01 08:21:25.479737 [ 287 ] {684fc52e-971d-4d3e-b0d6-f25c85cade73} <Debug> DynamicQueryHandler: Done processing query | ||
| 4044 | 2024.11.01 08:21:25.479768 [ 287 ] {684fc52e-971d-4d3e-b0d6-f25c85cade73} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4045 | 2024.11.01 08:21:25.479789 [ 287 ] {} <Debug> HTTP-Session: 8e1b7d2b-cf28-4763-8e8f-273413a8d94e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4046 | 2024.11.01 08:21:25.479878 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_16_3} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4047 | 2024.11.01 08:21:25.479963 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_16_3} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4048 | 2024.11.01 08:21:25.479974 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61205, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4049 | 2024.11.01 08:21:25.480078 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 4050 | 2024.11.01 08:21:25.480131 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52581, User-Agent: (none), Length: 11895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4051 | 2024.11.01 08:21:25.480219 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4052 | 2024.11.01 08:21:25.480248 [ 282 ] {} <Debug> HTTP-Session: 1dc0b096-5e81-4990-b2f6-b9ab4097aed9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52581 | ||
| 4053 | 2024.11.01 08:21:25.480271 [ 282 ] {} <Debug> HTTP-Session: 1dc0b096-5e81-4990-b2f6-b9ab4097aed9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4054 | 2024.11.01 08:21:25.480288 [ 282 ] {} <Debug> HTTP-Session: 1dc0b096-5e81-4990-b2f6-b9ab4097aed9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4055 | 2024.11.01 08:21:25.480338 [ 282 ] {} <Trace> HTTP-Session: 1dc0b096-5e81-4990-b2f6-b9ab4097aed9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4056 | 2024.11.01 08:21:25.480519 [ 282 ] {c12ba88c-c073-40df-bc8d-290de8ae1e3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52581) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4057 | 2024.11.01 08:21:25.480580 [ 282 ] {c12ba88c-c073-40df-bc8d-290de8ae1e3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4058 | 2024.11.01 08:21:25.480870 [ 282 ] {c12ba88c-c073-40df-bc8d-290de8ae1e3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4059 | 2024.11.01 08:21:25.481302 [ 282 ] {c12ba88c-c073-40df-bc8d-290de8ae1e3d} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4060 | 2024.11.01 08:21:25.481343 [ 282 ] {c12ba88c-c073-40df-bc8d-290de8ae1e3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4061 | 2024.11.01 08:21:25.481731 [ 282 ] {c12ba88c-c073-40df-bc8d-290de8ae1e3d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4062 | 2024.11.01 08:21:25.482119 [ 282 ] {c12ba88c-c073-40df-bc8d-290de8ae1e3d} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4063 | 2024.11.01 08:21:25.482285 [ 282 ] {c12ba88c-c073-40df-bc8d-290de8ae1e3d} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001831 sec., 38230.47515019115 rows/sec., 2.99 MiB/sec. | ||
| 4064 | 2024.11.01 08:21:25.482293 [ 121 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4065 | 2024.11.01 08:21:25.482380 [ 121 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4066 | 2024.11.01 08:21:25.482428 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4067 | 2024.11.01 08:21:25.482674 [ 282 ] {c12ba88c-c073-40df-bc8d-290de8ae1e3d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4068 | 2024.11.01 08:21:25.482757 [ 282 ] {c12ba88c-c073-40df-bc8d-290de8ae1e3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4069 | 2024.11.01 08:21:25.482826 [ 282 ] {} <Debug> HTTP-Session: 1dc0b096-5e81-4990-b2f6-b9ab4097aed9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4070 | 2024.11.01 08:21:25.482816 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 4071 | 2024.11.01 08:21:25.483141 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52581, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4072 | 2024.11.01 08:21:25.483181 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61205, User-Agent: (none), Length: 25033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4073 | 2024.11.01 08:21:25.483278 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4074 | 2024.11.01 08:21:25.483331 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4075 | 2024.11.01 08:21:25.483371 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 881 rows starting from the beginning of the part | ||
| 4076 | 2024.11.01 08:21:25.483392 [ 287 ] {} <Debug> HTTP-Session: 867d2933-7b3a-45ad-a998-36d5bf4bbb6c Authenticating user 'default' from [fd00:1122:3344:101::d]:61205 | ||
| 4077 | 2024.11.01 08:21:25.483431 [ 287 ] {} <Debug> HTTP-Session: 867d2933-7b3a-45ad-a998-36d5bf4bbb6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4078 | 2024.11.01 08:21:25.483463 [ 287 ] {} <Debug> HTTP-Session: 867d2933-7b3a-45ad-a998-36d5bf4bbb6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4079 | 2024.11.01 08:21:25.483589 [ 287 ] {} <Trace> HTTP-Session: 867d2933-7b3a-45ad-a998-36d5bf4bbb6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4080 | 2024.11.01 08:21:25.483667 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
| 4081 | 2024.11.01 08:21:25.483971 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 78 rows starting from the beginning of the part | ||
| 4082 | 2024.11.01 08:21:25.484076 [ 287 ] {604c5503-7938-4c85-b18c-86e89d6560c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4083 | 2024.11.01 08:21:25.484260 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part | ||
| 4084 | 2024.11.01 08:21:25.484280 [ 287 ] {604c5503-7938-4c85-b18c-86e89d6560c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4085 | 2024.11.01 08:21:25.484589 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 424 rows starting from the beginning of the part | ||
| 4086 | 2024.11.01 08:21:25.484948 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 70 rows starting from the beginning of the part | ||
| 4087 | 2024.11.01 08:21:25.485629 [ 287 ] {604c5503-7938-4c85-b18c-86e89d6560c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4088 | 2024.11.01 08:21:25.486412 [ 287 ] {604c5503-7938-4c85-b18c-86e89d6560c6} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4089 | 2024.11.01 08:21:25.486468 [ 287 ] {604c5503-7938-4c85-b18c-86e89d6560c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4090 | 2024.11.01 08:21:25.487576 [ 287 ] {604c5503-7938-4c85-b18c-86e89d6560c6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4091 | 2024.11.01 08:21:25.488185 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1944 rows, containing 5 columns (5 merged, 0 gathered) in 0.005649719 sec., 344087.9095048798 rows/sec., 26.33 MiB/sec. | ||
| 4092 | 2024.11.01 08:21:25.488314 [ 287 ] {604c5503-7938-4c85-b18c-86e89d6560c6} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4093 | 2024.11.01 08:21:25.488441 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4094 | 2024.11.01 08:21:25.488561 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4095 | 2024.11.01 08:21:25.488619 [ 287 ] {604c5503-7938-4c85-b18c-86e89d6560c6} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.004789 sec., 27354.35372729171 rows/sec., 1.90 MiB/sec. | ||
| 4096 | 2024.11.01 08:21:25.488650 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4097 | 2024.11.01 08:21:25.488737 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4098 | 2024.11.01 08:21:25.489220 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 4099 | 2024.11.01 08:21:25.489356 [ 287 ] {604c5503-7938-4c85-b18c-86e89d6560c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4100 | 2024.11.01 08:21:25.489444 [ 287 ] {604c5503-7938-4c85-b18c-86e89d6560c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4101 | 2024.11.01 08:21:25.489529 [ 287 ] {} <Debug> HTTP-Session: 867d2933-7b3a-45ad-a998-36d5bf4bbb6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4102 | 2024.11.01 08:21:25.489905 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61205, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4103 | 2024.11.01 08:21:25.489934 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4104 | 2024.11.01 08:21:25.490075 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3606 rows starting from the beginning of the part | ||
| 4105 | 2024.11.01 08:21:25.490114 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41721, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4106 | 2024.11.01 08:21:25.490346 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4107 | 2024.11.01 08:21:25.490447 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_16_3} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4108 | 2024.11.01 08:21:25.490484 [ 282 ] {} <Debug> HTTP-Session: 86289741-699d-416f-b3ec-9fcf0046ce0d Authenticating user 'default' from [fd00:1122:3344:101::d]:41721 | ||
| 4109 | 2024.11.01 08:21:25.490483 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 4110 | 2024.11.01 08:21:25.490561 [ 282 ] {} <Debug> HTTP-Session: 86289741-699d-416f-b3ec-9fcf0046ce0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4111 | 2024.11.01 08:21:25.490652 [ 282 ] {} <Debug> HTTP-Session: 86289741-699d-416f-b3ec-9fcf0046ce0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4112 | 2024.11.01 08:21:25.490834 [ 282 ] {} <Trace> HTTP-Session: 86289741-699d-416f-b3ec-9fcf0046ce0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4113 | 2024.11.01 08:21:25.490863 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 131 rows starting from the beginning of the part | ||
| 4114 | 2024.11.01 08:21:25.490973 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_16_3} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4115 | 2024.11.01 08:21:25.491382 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
| 4116 | 2024.11.01 08:21:25.491374 [ 282 ] {753557ad-1308-416e-8453-88f44c013d79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41721) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4117 | 2024.11.01 08:21:25.491467 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4118 | 2024.11.01 08:21:25.491614 [ 282 ] {753557ad-1308-416e-8453-88f44c013d79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4119 | 2024.11.01 08:21:25.491760 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 237 rows starting from the beginning of the part | ||
| 4120 | 2024.11.01 08:21:25.492183 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 131 rows starting from the beginning of the part | ||
| 4121 | 2024.11.01 08:21:25.492893 [ 282 ] {753557ad-1308-416e-8453-88f44c013d79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4122 | 2024.11.01 08:21:25.493681 [ 282 ] {753557ad-1308-416e-8453-88f44c013d79} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4123 | 2024.11.01 08:21:25.493739 [ 282 ] {753557ad-1308-416e-8453-88f44c013d79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4124 | 2024.11.01 08:21:25.494787 [ 282 ] {753557ad-1308-416e-8453-88f44c013d79} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4125 | 2024.11.01 08:21:25.495297 [ 282 ] {753557ad-1308-416e-8453-88f44c013d79} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4126 | 2024.11.01 08:21:25.495672 [ 107 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4127 | 2024.11.01 08:21:25.495722 [ 282 ] {753557ad-1308-416e-8453-88f44c013d79} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004687 sec., 10241.092383187539 rows/sec., 706.74 KiB/sec. | ||
| 4128 | 2024.11.01 08:21:25.495729 [ 107 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4129 | 2024.11.01 08:21:25.495765 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 4130 | 2024.11.01 08:21:25.496219 [ 282 ] {753557ad-1308-416e-8453-88f44c013d79} <Debug> DynamicQueryHandler: Done processing query | ||
| 4131 | 2024.11.01 08:21:25.496332 [ 282 ] {753557ad-1308-416e-8453-88f44c013d79} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4132 | 2024.11.01 08:21:25.496445 [ 282 ] {} <Debug> HTTP-Session: 86289741-699d-416f-b3ec-9fcf0046ce0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4133 | 2024.11.01 08:21:25.496733 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4502 rows, containing 5 columns (5 merged, 0 gathered) in 0.007847103 sec., 573714.9110952157 rows/sec., 38.78 MiB/sec. | ||
| 4134 | 2024.11.01 08:21:25.496762 [ 190 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 4135 | 2024.11.01 08:21:25.496795 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4136 | 2024.11.01 08:21:25.497027 [ 190 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4137 | 2024.11.01 08:21:25.497082 [ 190 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 598 rows starting from the beginning of the part | ||
| 4138 | 2024.11.01 08:21:25.497173 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4139 | 2024.11.01 08:21:25.497287 [ 190 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 4140 | 2024.11.01 08:21:25.497663 [ 190 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 48 rows starting from the beginning of the part | ||
| 4141 | 2024.11.01 08:21:25.497921 [ 190 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 4142 | 2024.11.01 08:21:25.498373 [ 190 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part | ||
| 4143 | 2024.11.01 08:21:25.498646 [ 190 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 48 rows starting from the beginning of the part | ||
| 4144 | 2024.11.01 08:21:25.499110 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4145 | 2024.11.01 08:21:25.499262 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4146 | 2024.11.01 08:21:25.499438 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 4147 | 2024.11.01 08:21:25.500318 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 918 rows, containing 4 columns (4 merged, 0 gathered) in 0.004313806 sec., 212805.11919173 rows/sec., 13.92 MiB/sec. | ||
| 4148 | 2024.11.01 08:21:25.500498 [ 190 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4149 | 2024.11.01 08:21:25.500908 [ 190 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_16_3} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4150 | 2024.11.01 08:21:25.500991 [ 190 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_16_3} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4151 | 2024.11.01 08:21:25.501076 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 4152 | 2024.11.01 08:21:28.635832 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4153 | 2024.11.01 08:21:28.635933 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4154 | 2024.11.01 08:21:30.469479 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52457, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4155 | 2024.11.01 08:21:30.469651 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4156 | 2024.11.01 08:21:30.469695 [ 282 ] {} <Debug> HTTP-Session: 72782848-c451-408f-af22-2652337cf6f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52457 | ||
| 4157 | 2024.11.01 08:21:30.469736 [ 282 ] {} <Debug> HTTP-Session: 72782848-c451-408f-af22-2652337cf6f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4158 | 2024.11.01 08:21:30.469764 [ 282 ] {} <Debug> HTTP-Session: 72782848-c451-408f-af22-2652337cf6f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4159 | 2024.11.01 08:21:30.469845 [ 282 ] {} <Trace> HTTP-Session: 72782848-c451-408f-af22-2652337cf6f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4160 | 2024.11.01 08:21:30.470047 [ 282 ] {7e2ca298-ade7-42af-ac84-81e0320e4c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52457) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4161 | 2024.11.01 08:21:30.470116 [ 282 ] {7e2ca298-ade7-42af-ac84-81e0320e4c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4162 | 2024.11.01 08:21:30.470450 [ 282 ] {7e2ca298-ade7-42af-ac84-81e0320e4c4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4163 | 2024.11.01 08:21:30.470921 [ 282 ] {7e2ca298-ade7-42af-ac84-81e0320e4c4f} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4164 | 2024.11.01 08:21:30.470964 [ 282 ] {7e2ca298-ade7-42af-ac84-81e0320e4c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4165 | 2024.11.01 08:21:30.471383 [ 282 ] {7e2ca298-ade7-42af-ac84-81e0320e4c4f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4166 | 2024.11.01 08:21:30.471780 [ 282 ] {7e2ca298-ade7-42af-ac84-81e0320e4c4f} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4167 | 2024.11.01 08:21:30.471961 [ 282 ] {7e2ca298-ade7-42af-ac84-81e0320e4c4f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001971 sec., 28411.97361745307 rows/sec., 2.17 MiB/sec. | ||
| 4168 | 2024.11.01 08:21:30.472171 [ 282 ] {7e2ca298-ade7-42af-ac84-81e0320e4c4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4169 | 2024.11.01 08:21:30.472198 [ 282 ] {7e2ca298-ade7-42af-ac84-81e0320e4c4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4170 | 2024.11.01 08:21:30.472214 [ 282 ] {} <Debug> HTTP-Session: 72782848-c451-408f-af22-2652337cf6f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4171 | 2024.11.01 08:21:30.472441 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4172 | 2024.11.01 08:21:30.472578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39386, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4173 | 2024.11.01 08:21:30.472652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4174 | 2024.11.01 08:21:30.472678 [ 3 ] {} <Debug> HTTP-Session: 7e316962-78a7-4998-9aee-f0596364142b Authenticating user 'default' from [fd00:1122:3344:101::d]:39386 | ||
| 4175 | 2024.11.01 08:21:30.472700 [ 3 ] {} <Debug> HTTP-Session: 7e316962-78a7-4998-9aee-f0596364142b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4176 | 2024.11.01 08:21:30.472718 [ 3 ] {} <Debug> HTTP-Session: 7e316962-78a7-4998-9aee-f0596364142b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4177 | 2024.11.01 08:21:30.472757 [ 3 ] {} <Trace> HTTP-Session: 7e316962-78a7-4998-9aee-f0596364142b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4178 | 2024.11.01 08:21:30.472910 [ 3 ] {5f1a6844-b735-463f-98bd-5d3ab7fd93c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39386) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4179 | 2024.11.01 08:21:30.472964 [ 3 ] {5f1a6844-b735-463f-98bd-5d3ab7fd93c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4180 | 2024.11.01 08:21:30.473248 [ 3 ] {5f1a6844-b735-463f-98bd-5d3ab7fd93c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4181 | 2024.11.01 08:21:30.473717 [ 3 ] {5f1a6844-b735-463f-98bd-5d3ab7fd93c9} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4182 | 2024.11.01 08:21:30.473762 [ 3 ] {5f1a6844-b735-463f-98bd-5d3ab7fd93c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4183 | 2024.11.01 08:21:30.474143 [ 3 ] {5f1a6844-b735-463f-98bd-5d3ab7fd93c9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4184 | 2024.11.01 08:21:30.474507 [ 3 ] {5f1a6844-b735-463f-98bd-5d3ab7fd93c9} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4185 | 2024.11.01 08:21:30.474666 [ 3 ] {5f1a6844-b735-463f-98bd-5d3ab7fd93c9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001809 sec., 35378.662244333886 rows/sec., 2.76 MiB/sec. | ||
| 4186 | 2024.11.01 08:21:30.474855 [ 3 ] {5f1a6844-b735-463f-98bd-5d3ab7fd93c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4187 | 2024.11.01 08:21:30.474880 [ 3 ] {5f1a6844-b735-463f-98bd-5d3ab7fd93c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4188 | 2024.11.01 08:21:30.474896 [ 3 ] {} <Debug> HTTP-Session: 7e316962-78a7-4998-9aee-f0596364142b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4189 | 2024.11.01 08:21:30.475092 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52457, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4190 | 2024.11.01 08:21:30.475099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39386, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4191 | 2024.11.01 08:21:30.475155 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4192 | 2024.11.01 08:21:30.475182 [ 282 ] {} <Debug> HTTP-Session: 5a71ea9d-1dc0-4189-816e-d6f27c2a82d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52457 | ||
| 4193 | 2024.11.01 08:21:30.475205 [ 282 ] {} <Debug> HTTP-Session: 5a71ea9d-1dc0-4189-816e-d6f27c2a82d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4194 | 2024.11.01 08:21:30.475223 [ 282 ] {} <Debug> HTTP-Session: 5a71ea9d-1dc0-4189-816e-d6f27c2a82d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4195 | 2024.11.01 08:21:30.475264 [ 282 ] {} <Trace> HTTP-Session: 5a71ea9d-1dc0-4189-816e-d6f27c2a82d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4196 | 2024.11.01 08:21:30.475448 [ 282 ] {2b11c6f9-9333-4610-9f4e-d530c0e4612d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52457) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4197 | 2024.11.01 08:21:30.475506 [ 282 ] {2b11c6f9-9333-4610-9f4e-d530c0e4612d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4198 | 2024.11.01 08:21:30.475691 [ 282 ] {2b11c6f9-9333-4610-9f4e-d530c0e4612d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4199 | 2024.11.01 08:21:30.476108 [ 282 ] {2b11c6f9-9333-4610-9f4e-d530c0e4612d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4200 | 2024.11.01 08:21:30.476144 [ 282 ] {2b11c6f9-9333-4610-9f4e-d530c0e4612d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4201 | 2024.11.01 08:21:30.476535 [ 282 ] {2b11c6f9-9333-4610-9f4e-d530c0e4612d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4202 | 2024.11.01 08:21:30.476902 [ 282 ] {2b11c6f9-9333-4610-9f4e-d530c0e4612d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4203 | 2024.11.01 08:21:30.477065 [ 282 ] {2b11c6f9-9333-4610-9f4e-d530c0e4612d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001693 sec., 94506.79267572357 rows/sec., 6.58 MiB/sec. | ||
| 4204 | 2024.11.01 08:21:30.477236 [ 282 ] {2b11c6f9-9333-4610-9f4e-d530c0e4612d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4205 | 2024.11.01 08:21:30.477261 [ 282 ] {2b11c6f9-9333-4610-9f4e-d530c0e4612d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4206 | 2024.11.01 08:21:30.477277 [ 282 ] {} <Debug> HTTP-Session: 5a71ea9d-1dc0-4189-816e-d6f27c2a82d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4207 | 2024.11.01 08:21:30.477541 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4208 | 2024.11.01 08:21:30.477644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63136, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4209 | 2024.11.01 08:21:30.477707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4210 | 2024.11.01 08:21:30.477731 [ 3 ] {} <Debug> HTTP-Session: 8fae30ef-e69e-4312-8e02-7ac916397f9a Authenticating user 'default' from [fd00:1122:3344:101::d]:63136 | ||
| 4211 | 2024.11.01 08:21:30.477752 [ 3 ] {} <Debug> HTTP-Session: 8fae30ef-e69e-4312-8e02-7ac916397f9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4212 | 2024.11.01 08:21:30.477771 [ 3 ] {} <Debug> HTTP-Session: 8fae30ef-e69e-4312-8e02-7ac916397f9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4213 | 2024.11.01 08:21:30.477809 [ 3 ] {} <Trace> HTTP-Session: 8fae30ef-e69e-4312-8e02-7ac916397f9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4214 | 2024.11.01 08:21:30.477963 [ 3 ] {0c4e9bc8-bd69-414f-b883-49ea8eaa5eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63136) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4215 | 2024.11.01 08:21:30.478017 [ 3 ] {0c4e9bc8-bd69-414f-b883-49ea8eaa5eab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4216 | 2024.11.01 08:21:30.478178 [ 3 ] {0c4e9bc8-bd69-414f-b883-49ea8eaa5eab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4217 | 2024.11.01 08:21:30.478539 [ 3 ] {0c4e9bc8-bd69-414f-b883-49ea8eaa5eab} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4218 | 2024.11.01 08:21:30.478582 [ 3 ] {0c4e9bc8-bd69-414f-b883-49ea8eaa5eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4219 | 2024.11.01 08:21:30.478981 [ 3 ] {0c4e9bc8-bd69-414f-b883-49ea8eaa5eab} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4220 | 2024.11.01 08:21:30.479311 [ 3 ] {0c4e9bc8-bd69-414f-b883-49ea8eaa5eab} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4221 | 2024.11.01 08:21:30.479464 [ 3 ] {0c4e9bc8-bd69-414f-b883-49ea8eaa5eab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001561 sec., 38436.899423446506 rows/sec., 2.59 MiB/sec. | ||
| 4222 | 2024.11.01 08:21:30.479644 [ 3 ] {0c4e9bc8-bd69-414f-b883-49ea8eaa5eab} <Debug> DynamicQueryHandler: Done processing query | ||
| 4223 | 2024.11.01 08:21:30.479668 [ 3 ] {0c4e9bc8-bd69-414f-b883-49ea8eaa5eab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4224 | 2024.11.01 08:21:30.479684 [ 3 ] {} <Debug> HTTP-Session: 8fae30ef-e69e-4312-8e02-7ac916397f9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4225 | 2024.11.01 08:21:30.479925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63136, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4226 | 2024.11.01 08:21:33.772522 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 428 | ||
| 4227 | 2024.11.01 08:21:33.775175 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4228 | 2024.11.01 08:21:33.775220 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4229 | 2024.11.01 08:21:33.776745 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4230 | 2024.11.01 08:21:33.777776 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4231 | 2024.11.01 08:21:33.778777 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 428 | ||
| 4232 | 2024.11.01 08:21:35.476396 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52457, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4233 | 2024.11.01 08:21:35.476566 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4234 | 2024.11.01 08:21:35.476611 [ 282 ] {} <Debug> HTTP-Session: 9ab07476-f046-4b88-b3c9-5dc8b87aaa46 Authenticating user 'default' from [fd00:1122:3344:101::d]:52457 | ||
| 4235 | 2024.11.01 08:21:35.476653 [ 282 ] {} <Debug> HTTP-Session: 9ab07476-f046-4b88-b3c9-5dc8b87aaa46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4236 | 2024.11.01 08:21:35.476682 [ 282 ] {} <Debug> HTTP-Session: 9ab07476-f046-4b88-b3c9-5dc8b87aaa46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4237 | 2024.11.01 08:21:35.476762 [ 282 ] {} <Trace> HTTP-Session: 9ab07476-f046-4b88-b3c9-5dc8b87aaa46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4238 | 2024.11.01 08:21:35.477107 [ 282 ] {baa8e6a3-95cf-4178-b716-5483fb7e96ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52457) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4239 | 2024.11.01 08:21:35.477175 [ 282 ] {baa8e6a3-95cf-4178-b716-5483fb7e96ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4240 | 2024.11.01 08:21:35.477509 [ 282 ] {baa8e6a3-95cf-4178-b716-5483fb7e96ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4241 | 2024.11.01 08:21:35.478144 [ 282 ] {baa8e6a3-95cf-4178-b716-5483fb7e96ff} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4242 | 2024.11.01 08:21:35.478192 [ 282 ] {baa8e6a3-95cf-4178-b716-5483fb7e96ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4243 | 2024.11.01 08:21:35.478654 [ 282 ] {baa8e6a3-95cf-4178-b716-5483fb7e96ff} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4244 | 2024.11.01 08:21:35.479049 [ 282 ] {baa8e6a3-95cf-4178-b716-5483fb7e96ff} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4245 | 2024.11.01 08:21:35.479239 [ 282 ] {baa8e6a3-95cf-4178-b716-5483fb7e96ff} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002261 sec., 120743.03405572755 rows/sec., 10.73 MiB/sec. | ||
| 4246 | 2024.11.01 08:21:35.479464 [ 282 ] {baa8e6a3-95cf-4178-b716-5483fb7e96ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 4247 | 2024.11.01 08:21:35.479491 [ 282 ] {baa8e6a3-95cf-4178-b716-5483fb7e96ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4248 | 2024.11.01 08:21:35.479508 [ 282 ] {} <Debug> HTTP-Session: 9ab07476-f046-4b88-b3c9-5dc8b87aaa46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4249 | 2024.11.01 08:21:35.479737 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4250 | 2024.11.01 08:21:35.479858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63650, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4251 | 2024.11.01 08:21:35.479934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4252 | 2024.11.01 08:21:35.479960 [ 3 ] {} <Debug> HTTP-Session: 991ab683-a1cb-475d-b109-aa4eb925fc40 Authenticating user 'default' from [fd00:1122:3344:101::d]:63650 | ||
| 4253 | 2024.11.01 08:21:35.479980 [ 3 ] {} <Debug> HTTP-Session: 991ab683-a1cb-475d-b109-aa4eb925fc40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4254 | 2024.11.01 08:21:35.479995 [ 3 ] {} <Debug> HTTP-Session: 991ab683-a1cb-475d-b109-aa4eb925fc40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4255 | 2024.11.01 08:21:35.480032 [ 3 ] {} <Trace> HTTP-Session: 991ab683-a1cb-475d-b109-aa4eb925fc40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4256 | 2024.11.01 08:21:35.480158 [ 3 ] {927c5b2f-1998-408c-ae18-14dd99587bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63650) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4257 | 2024.11.01 08:21:35.480206 [ 3 ] {927c5b2f-1998-408c-ae18-14dd99587bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4258 | 2024.11.01 08:21:35.480452 [ 3 ] {927c5b2f-1998-408c-ae18-14dd99587bfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4259 | 2024.11.01 08:21:35.480840 [ 3 ] {927c5b2f-1998-408c-ae18-14dd99587bfd} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4260 | 2024.11.01 08:21:35.480878 [ 3 ] {927c5b2f-1998-408c-ae18-14dd99587bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4261 | 2024.11.01 08:21:35.481244 [ 3 ] {927c5b2f-1998-408c-ae18-14dd99587bfd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4262 | 2024.11.01 08:21:35.481624 [ 3 ] {927c5b2f-1998-408c-ae18-14dd99587bfd} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4263 | 2024.11.01 08:21:35.481779 [ 49 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4264 | 2024.11.01 08:21:35.481786 [ 3 ] {927c5b2f-1998-408c-ae18-14dd99587bfd} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001657 sec., 25347.012673506335 rows/sec., 1.86 MiB/sec. | ||
| 4265 | 2024.11.01 08:21:35.481857 [ 49 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4266 | 2024.11.01 08:21:35.481928 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4267 | 2024.11.01 08:21:35.482188 [ 3 ] {927c5b2f-1998-408c-ae18-14dd99587bfd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4268 | 2024.11.01 08:21:35.482225 [ 3 ] {927c5b2f-1998-408c-ae18-14dd99587bfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4269 | 2024.11.01 08:21:35.482221 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 4270 | 2024.11.01 08:21:35.482247 [ 3 ] {} <Debug> HTTP-Session: 991ab683-a1cb-475d-b109-aa4eb925fc40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4271 | 2024.11.01 08:21:35.482524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63650, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4272 | 2024.11.01 08:21:35.482579 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52457, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4273 | 2024.11.01 08:21:35.482763 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4274 | 2024.11.01 08:21:35.482812 [ 3 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 4275 | |||
| 4276 | (version 23.8.7.1) | ||
| 4277 | 2024.11.01 08:21:35.482842 [ 282 ] {} <Debug> HTTP-Session: 9e2e3e5c-100e-412e-8c7a-24463dae1857 Authenticating user 'default' from [fd00:1122:3344:101::d]:52457 | ||
| 4278 | 2024.11.01 08:21:35.482814 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4279 | 2024.11.01 08:21:35.482869 [ 282 ] {} <Debug> HTTP-Session: 9e2e3e5c-100e-412e-8c7a-24463dae1857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4280 | 2024.11.01 08:21:35.482919 [ 282 ] {} <Debug> HTTP-Session: 9e2e3e5c-100e-412e-8c7a-24463dae1857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4281 | 2024.11.01 08:21:35.482959 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 33 rows starting from the beginning of the part | ||
| 4282 | 2024.11.01 08:21:35.482988 [ 282 ] {} <Trace> HTTP-Session: 9e2e3e5c-100e-412e-8c7a-24463dae1857 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4283 | 2024.11.01 08:21:35.483182 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part | ||
| 4284 | 2024.11.01 08:21:35.483301 [ 282 ] {3f2442da-e5dc-46be-9963-e1fd0295bfab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52457) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4285 | 2024.11.01 08:21:35.483469 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
| 4286 | 2024.11.01 08:21:35.483480 [ 282 ] {3f2442da-e5dc-46be-9963-e1fd0295bfab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4287 | 2024.11.01 08:21:35.483784 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part | ||
| 4288 | 2024.11.01 08:21:35.484134 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 4289 | 2024.11.01 08:21:35.484494 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part | ||
| 4290 | 2024.11.01 08:21:35.485521 [ 282 ] {3f2442da-e5dc-46be-9963-e1fd0295bfab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4291 | 2024.11.01 08:21:35.486469 [ 282 ] {3f2442da-e5dc-46be-9963-e1fd0295bfab} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4292 | 2024.11.01 08:21:35.486530 [ 282 ] {3f2442da-e5dc-46be-9963-e1fd0295bfab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4293 | 2024.11.01 08:21:35.487654 [ 282 ] {3f2442da-e5dc-46be-9963-e1fd0295bfab} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4294 | 2024.11.01 08:21:35.487736 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 5 columns (5 merged, 0 gathered) in 0.005662899 sec., 30196.54773994733 rows/sec., 2.32 MiB/sec. | ||
| 4295 | 2024.11.01 08:21:35.487946 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4296 | 2024.11.01 08:21:35.488580 [ 282 ] {3f2442da-e5dc-46be-9963-e1fd0295bfab} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4297 | 2024.11.01 08:21:35.488950 [ 282 ] {3f2442da-e5dc-46be-9963-e1fd0295bfab} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005784 sec., 2420.470262793914 rows/sec., 169.51 KiB/sec. | ||
| 4298 | 2024.11.01 08:21:35.489122 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_11_2} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4299 | 2024.11.01 08:21:35.489478 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_11_2} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4300 | 2024.11.01 08:21:35.489637 [ 282 ] {3f2442da-e5dc-46be-9963-e1fd0295bfab} <Debug> DynamicQueryHandler: Done processing query | ||
| 4301 | 2024.11.01 08:21:35.489675 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4302 | 2024.11.01 08:21:35.489688 [ 282 ] {3f2442da-e5dc-46be-9963-e1fd0295bfab} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4303 | 2024.11.01 08:21:35.489725 [ 282 ] {} <Debug> HTTP-Session: 9e2e3e5c-100e-412e-8c7a-24463dae1857 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4304 | 2024.11.01 08:21:35.489861 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4305 | 2024.11.01 08:21:35.489957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42787, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4306 | 2024.11.01 08:21:35.490016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4307 | 2024.11.01 08:21:35.490041 [ 3 ] {} <Debug> HTTP-Session: 1889fe32-ee64-452c-880e-cd486fc10e3d Authenticating user 'default' from [fd00:1122:3344:101::d]:42787 | ||
| 4308 | 2024.11.01 08:21:35.490062 [ 3 ] {} <Debug> HTTP-Session: 1889fe32-ee64-452c-880e-cd486fc10e3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4309 | 2024.11.01 08:21:35.490083 [ 3 ] {} <Debug> HTTP-Session: 1889fe32-ee64-452c-880e-cd486fc10e3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4310 | 2024.11.01 08:21:35.490124 [ 3 ] {} <Trace> HTTP-Session: 1889fe32-ee64-452c-880e-cd486fc10e3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4311 | 2024.11.01 08:21:35.490249 [ 3 ] {0f1feb5b-4b8f-4ab5-b635-6f5ffbeab85a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42787) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4312 | 2024.11.01 08:21:35.490302 [ 3 ] {0f1feb5b-4b8f-4ab5-b635-6f5ffbeab85a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4313 | 2024.11.01 08:21:35.490609 [ 3 ] {0f1feb5b-4b8f-4ab5-b635-6f5ffbeab85a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4314 | 2024.11.01 08:21:35.490976 [ 3 ] {0f1feb5b-4b8f-4ab5-b635-6f5ffbeab85a} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4315 | 2024.11.01 08:21:35.491013 [ 3 ] {0f1feb5b-4b8f-4ab5-b635-6f5ffbeab85a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4316 | 2024.11.01 08:21:35.491365 [ 3 ] {0f1feb5b-4b8f-4ab5-b635-6f5ffbeab85a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4317 | 2024.11.01 08:21:35.491741 [ 3 ] {0f1feb5b-4b8f-4ab5-b635-6f5ffbeab85a} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4318 | 2024.11.01 08:21:35.491898 [ 3 ] {0f1feb5b-4b8f-4ab5-b635-6f5ffbeab85a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001673 sec., 3586.371787208607 rows/sec., 211.89 KiB/sec. | ||
| 4319 | 2024.11.01 08:21:35.492076 [ 3 ] {0f1feb5b-4b8f-4ab5-b635-6f5ffbeab85a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4320 | 2024.11.01 08:21:35.492102 [ 3 ] {0f1feb5b-4b8f-4ab5-b635-6f5ffbeab85a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4321 | 2024.11.01 08:21:35.492119 [ 3 ] {} <Debug> HTTP-Session: 1889fe32-ee64-452c-880e-cd486fc10e3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4322 | 2024.11.01 08:21:35.492452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42787, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4323 | 2024.11.01 08:21:35.492484 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52457, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4324 | 2024.11.01 08:21:35.492548 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4325 | 2024.11.01 08:21:35.492576 [ 282 ] {} <Debug> HTTP-Session: c9f5949d-1bbd-4d44-9aaf-79c395caa13d Authenticating user 'default' from [fd00:1122:3344:101::d]:52457 | ||
| 4326 | 2024.11.01 08:21:35.492597 [ 282 ] {} <Debug> HTTP-Session: c9f5949d-1bbd-4d44-9aaf-79c395caa13d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4327 | 2024.11.01 08:21:35.492615 [ 282 ] {} <Debug> HTTP-Session: c9f5949d-1bbd-4d44-9aaf-79c395caa13d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4328 | 2024.11.01 08:21:35.492654 [ 282 ] {} <Trace> HTTP-Session: c9f5949d-1bbd-4d44-9aaf-79c395caa13d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4329 | 2024.11.01 08:21:35.492944 [ 282 ] {817210ff-3adb-4aad-aaed-98b218c5b97c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52457) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4330 | 2024.11.01 08:21:35.492993 [ 282 ] {817210ff-3adb-4aad-aaed-98b218c5b97c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4331 | 2024.11.01 08:21:35.493217 [ 282 ] {817210ff-3adb-4aad-aaed-98b218c5b97c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4332 | 2024.11.01 08:21:35.493786 [ 282 ] {817210ff-3adb-4aad-aaed-98b218c5b97c} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4333 | 2024.11.01 08:21:35.493823 [ 282 ] {817210ff-3adb-4aad-aaed-98b218c5b97c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4334 | 2024.11.01 08:21:35.494200 [ 282 ] {817210ff-3adb-4aad-aaed-98b218c5b97c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4335 | 2024.11.01 08:21:35.494580 [ 282 ] {817210ff-3adb-4aad-aaed-98b218c5b97c} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4336 | 2024.11.01 08:21:35.494744 [ 282 ] {817210ff-3adb-4aad-aaed-98b218c5b97c} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001964 sec., 215885.94704684318 rows/sec., 15.44 MiB/sec. | ||
| 4337 | 2024.11.01 08:21:35.494921 [ 282 ] {817210ff-3adb-4aad-aaed-98b218c5b97c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4338 | 2024.11.01 08:21:35.494946 [ 282 ] {817210ff-3adb-4aad-aaed-98b218c5b97c} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 4339 | 2024.11.01 08:21:35.494962 [ 282 ] {} <Debug> HTTP-Session: c9f5949d-1bbd-4d44-9aaf-79c395caa13d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4340 | 2024.11.01 08:21:35.495142 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4341 | 2024.11.01 08:21:35.495181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49198, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4342 | 2024.11.01 08:21:35.495246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4343 | 2024.11.01 08:21:35.495272 [ 3 ] {} <Debug> HTTP-Session: 69d93026-cac4-474b-8f20-f402a9457276 Authenticating user 'default' from [fd00:1122:3344:101::d]:49198 | ||
| 4344 | 2024.11.01 08:21:35.495294 [ 3 ] {} <Debug> HTTP-Session: 69d93026-cac4-474b-8f20-f402a9457276 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4345 | 2024.11.01 08:21:35.495311 [ 3 ] {} <Debug> HTTP-Session: 69d93026-cac4-474b-8f20-f402a9457276 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4346 | 2024.11.01 08:21:35.495351 [ 3 ] {} <Trace> HTTP-Session: 69d93026-cac4-474b-8f20-f402a9457276 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4347 | 2024.11.01 08:21:35.495467 [ 3 ] {159053b0-1252-4b84-94bb-af0dc88798e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49198) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4348 | 2024.11.01 08:21:35.495521 [ 3 ] {159053b0-1252-4b84-94bb-af0dc88798e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4349 | 2024.11.01 08:21:35.495680 [ 3 ] {159053b0-1252-4b84-94bb-af0dc88798e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4350 | 2024.11.01 08:21:35.496008 [ 3 ] {159053b0-1252-4b84-94bb-af0dc88798e9} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4351 | 2024.11.01 08:21:35.496044 [ 3 ] {159053b0-1252-4b84-94bb-af0dc88798e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4352 | 2024.11.01 08:21:35.496408 [ 3 ] {159053b0-1252-4b84-94bb-af0dc88798e9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4353 | 2024.11.01 08:21:35.496733 [ 3 ] {159053b0-1252-4b84-94bb-af0dc88798e9} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4354 | 2024.11.01 08:21:35.496881 [ 3 ] {159053b0-1252-4b84-94bb-af0dc88798e9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec. | ||
| 4355 | 2024.11.01 08:21:35.497168 [ 3 ] {159053b0-1252-4b84-94bb-af0dc88798e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4356 | 2024.11.01 08:21:35.497194 [ 3 ] {159053b0-1252-4b84-94bb-af0dc88798e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4357 | 2024.11.01 08:21:35.497210 [ 3 ] {} <Debug> HTTP-Session: 69d93026-cac4-474b-8f20-f402a9457276 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4358 | 2024.11.01 08:21:35.497400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4359 | 2024.11.01 08:21:35.497505 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60802, User-Agent: (none), Length: 44576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4360 | 2024.11.01 08:21:35.497566 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4361 | 2024.11.01 08:21:35.497589 [ 282 ] {} <Debug> HTTP-Session: b2963fb5-d710-46b8-853b-7997143d282c Authenticating user 'default' from [fd00:1122:3344:101::d]:60802 | ||
| 4362 | 2024.11.01 08:21:35.497610 [ 282 ] {} <Debug> HTTP-Session: b2963fb5-d710-46b8-853b-7997143d282c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4363 | 2024.11.01 08:21:35.497628 [ 282 ] {} <Debug> HTTP-Session: b2963fb5-d710-46b8-853b-7997143d282c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4364 | 2024.11.01 08:21:35.497665 [ 282 ] {} <Trace> HTTP-Session: b2963fb5-d710-46b8-853b-7997143d282c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4365 | 2024.11.01 08:21:35.497899 [ 282 ] {18f8711e-2d7b-49cb-9475-d885d0b0a1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60802) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4366 | 2024.11.01 08:21:35.497954 [ 282 ] {18f8711e-2d7b-49cb-9475-d885d0b0a1cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4367 | 2024.11.01 08:21:35.498116 [ 282 ] {18f8711e-2d7b-49cb-9475-d885d0b0a1cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4368 | 2024.11.01 08:21:35.498536 [ 282 ] {18f8711e-2d7b-49cb-9475-d885d0b0a1cd} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4369 | 2024.11.01 08:21:35.498572 [ 282 ] {18f8711e-2d7b-49cb-9475-d885d0b0a1cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4370 | 2024.11.01 08:21:35.498948 [ 282 ] {18f8711e-2d7b-49cb-9475-d885d0b0a1cd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4371 | 2024.11.01 08:21:35.499281 [ 282 ] {18f8711e-2d7b-49cb-9475-d885d0b0a1cd} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4372 | 2024.11.01 08:21:35.499441 [ 282 ] {18f8711e-2d7b-49cb-9475-d885d0b0a1cd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001664 sec., 142427.88461538462 rows/sec., 9.55 MiB/sec. | ||
| 4373 | 2024.11.01 08:21:35.499626 [ 282 ] {18f8711e-2d7b-49cb-9475-d885d0b0a1cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4374 | 2024.11.01 08:21:35.499650 [ 282 ] {18f8711e-2d7b-49cb-9475-d885d0b0a1cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4375 | 2024.11.01 08:21:35.499667 [ 282 ] {} <Debug> HTTP-Session: b2963fb5-d710-46b8-853b-7997143d282c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4376 | 2024.11.01 08:21:35.499818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49198, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4377 | 2024.11.01 08:21:35.499829 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60802, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4378 | 2024.11.01 08:21:35.499880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4379 | 2024.11.01 08:21:35.499908 [ 3 ] {} <Debug> HTTP-Session: 4bbcd44a-0240-4265-bc2f-34cda7056314 Authenticating user 'default' from [fd00:1122:3344:101::d]:49198 | ||
| 4380 | 2024.11.01 08:21:35.499929 [ 3 ] {} <Debug> HTTP-Session: 4bbcd44a-0240-4265-bc2f-34cda7056314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4381 | 2024.11.01 08:21:35.499947 [ 3 ] {} <Debug> HTTP-Session: 4bbcd44a-0240-4265-bc2f-34cda7056314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4382 | 2024.11.01 08:21:35.499988 [ 3 ] {} <Trace> HTTP-Session: 4bbcd44a-0240-4265-bc2f-34cda7056314 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4383 | 2024.11.01 08:21:35.500101 [ 3 ] {b5754784-f81a-49d1-901a-45d99e379e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49198) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4384 | 2024.11.01 08:21:35.500156 [ 3 ] {b5754784-f81a-49d1-901a-45d99e379e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4385 | 2024.11.01 08:21:35.500311 [ 3 ] {b5754784-f81a-49d1-901a-45d99e379e2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4386 | 2024.11.01 08:21:35.500613 [ 3 ] {b5754784-f81a-49d1-901a-45d99e379e2f} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4387 | 2024.11.01 08:21:35.500655 [ 3 ] {b5754784-f81a-49d1-901a-45d99e379e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4388 | 2024.11.01 08:21:35.501054 [ 3 ] {b5754784-f81a-49d1-901a-45d99e379e2f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4389 | 2024.11.01 08:21:35.501385 [ 3 ] {b5754784-f81a-49d1-901a-45d99e379e2f} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4390 | 2024.11.01 08:21:35.501533 [ 3 ] {b5754784-f81a-49d1-901a-45d99e379e2f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001447 sec., 691.0850034554251 rows/sec., 46.57 KiB/sec. | ||
| 4391 | 2024.11.01 08:21:35.501784 [ 3 ] {b5754784-f81a-49d1-901a-45d99e379e2f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4392 | 2024.11.01 08:21:35.501809 [ 3 ] {b5754784-f81a-49d1-901a-45d99e379e2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4393 | 2024.11.01 08:21:35.501826 [ 3 ] {} <Debug> HTTP-Session: 4bbcd44a-0240-4265-bc2f-34cda7056314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4394 | 2024.11.01 08:21:35.502074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4395 | 2024.11.01 08:21:35.502249 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51183, User-Agent: (none), Length: 70129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4396 | 2024.11.01 08:21:35.502310 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4397 | 2024.11.01 08:21:35.502332 [ 282 ] {} <Debug> HTTP-Session: 6f5605a6-6438-448e-8d23-f173e013b4d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51183 | ||
| 4398 | 2024.11.01 08:21:35.502352 [ 282 ] {} <Debug> HTTP-Session: 6f5605a6-6438-448e-8d23-f173e013b4d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4399 | 2024.11.01 08:21:35.502369 [ 282 ] {} <Debug> HTTP-Session: 6f5605a6-6438-448e-8d23-f173e013b4d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4400 | 2024.11.01 08:21:35.502407 [ 282 ] {} <Trace> HTTP-Session: 6f5605a6-6438-448e-8d23-f173e013b4d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4401 | 2024.11.01 08:21:35.503049 [ 282 ] {919b2643-f14d-4243-a52a-146e649ab599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51183) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4402 | 2024.11.01 08:21:35.503119 [ 282 ] {919b2643-f14d-4243-a52a-146e649ab599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4403 | 2024.11.01 08:21:35.503558 [ 282 ] {919b2643-f14d-4243-a52a-146e649ab599} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4404 | 2024.11.01 08:21:35.504304 [ 282 ] {919b2643-f14d-4243-a52a-146e649ab599} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4405 | 2024.11.01 08:21:35.504340 [ 282 ] {919b2643-f14d-4243-a52a-146e649ab599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4406 | 2024.11.01 08:21:35.505020 [ 282 ] {919b2643-f14d-4243-a52a-146e649ab599} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4407 | 2024.11.01 08:21:35.505435 [ 282 ] {919b2643-f14d-4243-a52a-146e649ab599} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4408 | 2024.11.01 08:21:35.505625 [ 282 ] {919b2643-f14d-4243-a52a-146e649ab599} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003098 sec., 13557.13363460297 rows/sec., 24.29 MiB/sec. | ||
| 4409 | 2024.11.01 08:21:35.506183 [ 282 ] {919b2643-f14d-4243-a52a-146e649ab599} <Debug> DynamicQueryHandler: Done processing query | ||
| 4410 | 2024.11.01 08:21:35.506207 [ 282 ] {919b2643-f14d-4243-a52a-146e649ab599} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 4411 | 2024.11.01 08:21:35.506224 [ 282 ] {} <Debug> HTTP-Session: 6f5605a6-6438-448e-8d23-f173e013b4d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4412 | 2024.11.01 08:21:35.506425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49198, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4413 | 2024.11.01 08:21:35.506434 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51183, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4414 | 2024.11.01 08:21:35.506482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4415 | 2024.11.01 08:21:35.506503 [ 3 ] {} <Debug> HTTP-Session: 0fdb85f6-2e69-4c41-8bd7-48b926c484ec Authenticating user 'default' from [fd00:1122:3344:101::d]:49198 | ||
| 4416 | 2024.11.01 08:21:35.506524 [ 3 ] {} <Debug> HTTP-Session: 0fdb85f6-2e69-4c41-8bd7-48b926c484ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4417 | 2024.11.01 08:21:35.506542 [ 3 ] {} <Debug> HTTP-Session: 0fdb85f6-2e69-4c41-8bd7-48b926c484ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4418 | 2024.11.01 08:21:35.506575 [ 3 ] {} <Trace> HTTP-Session: 0fdb85f6-2e69-4c41-8bd7-48b926c484ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4419 | 2024.11.01 08:21:35.506692 [ 3 ] {5358cc19-7407-4b99-b484-a92c0f14cc5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49198) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4420 | 2024.11.01 08:21:35.506737 [ 3 ] {5358cc19-7407-4b99-b484-a92c0f14cc5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4421 | 2024.11.01 08:21:35.506882 [ 3 ] {5358cc19-7407-4b99-b484-a92c0f14cc5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4422 | 2024.11.01 08:21:35.507235 [ 3 ] {5358cc19-7407-4b99-b484-a92c0f14cc5c} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4423 | 2024.11.01 08:21:35.507284 [ 3 ] {5358cc19-7407-4b99-b484-a92c0f14cc5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4424 | 2024.11.01 08:21:35.507747 [ 3 ] {5358cc19-7407-4b99-b484-a92c0f14cc5c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4425 | 2024.11.01 08:21:35.508122 [ 3 ] {5358cc19-7407-4b99-b484-a92c0f14cc5c} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4426 | 2024.11.01 08:21:35.508294 [ 3 ] {5358cc19-7407-4b99-b484-a92c0f14cc5c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001633 sec., 50214.32945499082 rows/sec., 3.19 MiB/sec. | ||
| 4427 | 2024.11.01 08:21:35.508457 [ 3 ] {5358cc19-7407-4b99-b484-a92c0f14cc5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4428 | 2024.11.01 08:21:35.508483 [ 3 ] {5358cc19-7407-4b99-b484-a92c0f14cc5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4429 | 2024.11.01 08:21:35.508499 [ 3 ] {} <Debug> HTTP-Session: 0fdb85f6-2e69-4c41-8bd7-48b926c484ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4430 | 2024.11.01 08:21:35.508881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4431 | 2024.11.01 08:21:40.467146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36402, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4432 | 2024.11.01 08:21:40.467288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4433 | 2024.11.01 08:21:40.467319 [ 3 ] {} <Debug> HTTP-Session: a7288b07-d5b5-4967-8b3b-1d4c158587e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36402 | ||
| 4434 | 2024.11.01 08:21:40.467348 [ 3 ] {} <Debug> HTTP-Session: a7288b07-d5b5-4967-8b3b-1d4c158587e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4435 | 2024.11.01 08:21:40.467365 [ 3 ] {} <Debug> HTTP-Session: a7288b07-d5b5-4967-8b3b-1d4c158587e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4436 | 2024.11.01 08:21:40.467423 [ 3 ] {} <Trace> HTTP-Session: a7288b07-d5b5-4967-8b3b-1d4c158587e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4437 | 2024.11.01 08:21:40.467629 [ 3 ] {adcd4bb0-beb6-4970-a2e4-672003eba7d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36402) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4438 | 2024.11.01 08:21:40.467706 [ 3 ] {adcd4bb0-beb6-4970-a2e4-672003eba7d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4439 | 2024.11.01 08:21:40.468096 [ 3 ] {adcd4bb0-beb6-4970-a2e4-672003eba7d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4440 | 2024.11.01 08:21:40.468497 [ 3 ] {adcd4bb0-beb6-4970-a2e4-672003eba7d1} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4441 | 2024.11.01 08:21:40.468540 [ 3 ] {adcd4bb0-beb6-4970-a2e4-672003eba7d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4442 | 2024.11.01 08:21:40.468950 [ 3 ] {adcd4bb0-beb6-4970-a2e4-672003eba7d1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4443 | 2024.11.01 08:21:40.469346 [ 3 ] {adcd4bb0-beb6-4970-a2e4-672003eba7d1} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4444 | 2024.11.01 08:21:40.469522 [ 3 ] {adcd4bb0-beb6-4970-a2e4-672003eba7d1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001944 sec., 1028.80658436214 rows/sec., 83.89 KiB/sec. | ||
| 4445 | 2024.11.01 08:21:40.469827 [ 3 ] {adcd4bb0-beb6-4970-a2e4-672003eba7d1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4446 | 2024.11.01 08:21:40.469853 [ 3 ] {adcd4bb0-beb6-4970-a2e4-672003eba7d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4447 | 2024.11.01 08:21:40.469870 [ 3 ] {} <Debug> HTTP-Session: a7288b07-d5b5-4967-8b3b-1d4c158587e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4448 | 2024.11.01 08:21:40.470111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36402, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4449 | 2024.11.01 08:21:40.470142 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57034, User-Agent: (none), Length: 7928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4450 | 2024.11.01 08:21:40.470220 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4451 | 2024.11.01 08:21:40.470245 [ 282 ] {} <Debug> HTTP-Session: 04cc1f9d-69e3-41e8-af8e-dc8c9d8156f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57034 | ||
| 4452 | 2024.11.01 08:21:40.470269 [ 282 ] {} <Debug> HTTP-Session: 04cc1f9d-69e3-41e8-af8e-dc8c9d8156f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4453 | 2024.11.01 08:21:40.470287 [ 282 ] {} <Debug> HTTP-Session: 04cc1f9d-69e3-41e8-af8e-dc8c9d8156f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4454 | 2024.11.01 08:21:40.470326 [ 282 ] {} <Trace> HTTP-Session: 04cc1f9d-69e3-41e8-af8e-dc8c9d8156f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4455 | 2024.11.01 08:21:40.470476 [ 282 ] {bdfe9e11-2e98-4cfa-9347-cfd2ab220381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57034) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4456 | 2024.11.01 08:21:40.470531 [ 282 ] {bdfe9e11-2e98-4cfa-9347-cfd2ab220381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4457 | 2024.11.01 08:21:40.470836 [ 282 ] {bdfe9e11-2e98-4cfa-9347-cfd2ab220381} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4458 | 2024.11.01 08:21:40.471236 [ 282 ] {bdfe9e11-2e98-4cfa-9347-cfd2ab220381} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4459 | 2024.11.01 08:21:40.471274 [ 282 ] {bdfe9e11-2e98-4cfa-9347-cfd2ab220381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4460 | 2024.11.01 08:21:40.471651 [ 282 ] {bdfe9e11-2e98-4cfa-9347-cfd2ab220381} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4461 | 2024.11.01 08:21:40.472006 [ 282 ] {bdfe9e11-2e98-4cfa-9347-cfd2ab220381} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4462 | 2024.11.01 08:21:40.472174 [ 282 ] {bdfe9e11-2e98-4cfa-9347-cfd2ab220381} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001739 sec., 32777.4583093732 rows/sec., 2.50 MiB/sec. | ||
| 4463 | 2024.11.01 08:21:40.472352 [ 282 ] {bdfe9e11-2e98-4cfa-9347-cfd2ab220381} <Debug> DynamicQueryHandler: Done processing query | ||
| 4464 | 2024.11.01 08:21:40.472377 [ 282 ] {bdfe9e11-2e98-4cfa-9347-cfd2ab220381} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4465 | 2024.11.01 08:21:40.472394 [ 282 ] {} <Debug> HTTP-Session: 04cc1f9d-69e3-41e8-af8e-dc8c9d8156f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4466 | 2024.11.01 08:21:40.472555 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57034, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4467 | 2024.11.01 08:21:40.472678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52000, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4468 | 2024.11.01 08:21:40.472741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4469 | 2024.11.01 08:21:40.472765 [ 3 ] {} <Debug> HTTP-Session: a29e6a95-4888-4a3e-92dd-7267e8e250d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52000 | ||
| 4470 | 2024.11.01 08:21:40.472785 [ 3 ] {} <Debug> HTTP-Session: a29e6a95-4888-4a3e-92dd-7267e8e250d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4471 | 2024.11.01 08:21:40.472802 [ 3 ] {} <Debug> HTTP-Session: a29e6a95-4888-4a3e-92dd-7267e8e250d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4472 | 2024.11.01 08:21:40.472843 [ 3 ] {} <Trace> HTTP-Session: a29e6a95-4888-4a3e-92dd-7267e8e250d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4473 | 2024.11.01 08:21:40.472958 [ 3 ] {e6a53188-ce29-41a1-988f-72c5e4b7e5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52000) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4474 | 2024.11.01 08:21:40.473011 [ 3 ] {e6a53188-ce29-41a1-988f-72c5e4b7e5d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4475 | 2024.11.01 08:21:40.473254 [ 3 ] {e6a53188-ce29-41a1-988f-72c5e4b7e5d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4476 | 2024.11.01 08:21:40.473607 [ 3 ] {e6a53188-ce29-41a1-988f-72c5e4b7e5d8} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4477 | 2024.11.01 08:21:40.473644 [ 3 ] {e6a53188-ce29-41a1-988f-72c5e4b7e5d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4478 | 2024.11.01 08:21:40.473991 [ 3 ] {e6a53188-ce29-41a1-988f-72c5e4b7e5d8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4479 | 2024.11.01 08:21:40.474358 [ 3 ] {e6a53188-ce29-41a1-988f-72c5e4b7e5d8} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4480 | 2024.11.01 08:21:40.474522 [ 3 ] {e6a53188-ce29-41a1-988f-72c5e4b7e5d8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001585 sec., 1261.8296529968454 rows/sec., 88.11 KiB/sec. | ||
| 4481 | 2024.11.01 08:21:40.474705 [ 3 ] {e6a53188-ce29-41a1-988f-72c5e4b7e5d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 4482 | 2024.11.01 08:21:40.474731 [ 3 ] {e6a53188-ce29-41a1-988f-72c5e4b7e5d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4483 | 2024.11.01 08:21:40.474747 [ 3 ] {} <Debug> HTTP-Session: a29e6a95-4888-4a3e-92dd-7267e8e250d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4484 | 2024.11.01 08:21:40.474899 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57034, User-Agent: (none), Length: 11211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4485 | 2024.11.01 08:21:40.474929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4486 | 2024.11.01 08:21:40.474970 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4487 | 2024.11.01 08:21:40.474996 [ 282 ] {} <Debug> HTTP-Session: 778f58bb-0464-43cf-9591-3cf49fb85cfb Authenticating user 'default' from [fd00:1122:3344:101::d]:57034 | ||
| 4488 | 2024.11.01 08:21:40.475019 [ 282 ] {} <Debug> HTTP-Session: 778f58bb-0464-43cf-9591-3cf49fb85cfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4489 | 2024.11.01 08:21:40.475040 [ 282 ] {} <Debug> HTTP-Session: 778f58bb-0464-43cf-9591-3cf49fb85cfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4490 | 2024.11.01 08:21:40.475080 [ 282 ] {} <Trace> HTTP-Session: 778f58bb-0464-43cf-9591-3cf49fb85cfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4491 | 2024.11.01 08:21:40.475218 [ 282 ] {23045d7f-f021-41c4-a6fb-a35c29c417bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57034) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4492 | 2024.11.01 08:21:40.475272 [ 282 ] {23045d7f-f021-41c4-a6fb-a35c29c417bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4493 | 2024.11.01 08:21:40.475547 [ 282 ] {23045d7f-f021-41c4-a6fb-a35c29c417bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4494 | 2024.11.01 08:21:40.475950 [ 282 ] {23045d7f-f021-41c4-a6fb-a35c29c417bb} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4495 | 2024.11.01 08:21:40.475994 [ 282 ] {23045d7f-f021-41c4-a6fb-a35c29c417bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4496 | 2024.11.01 08:21:40.476363 [ 282 ] {23045d7f-f021-41c4-a6fb-a35c29c417bb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4497 | 2024.11.01 08:21:40.476713 [ 282 ] {23045d7f-f021-41c4-a6fb-a35c29c417bb} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4498 | 2024.11.01 08:21:40.476870 [ 282 ] {23045d7f-f021-41c4-a6fb-a35c29c417bb} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001701 sec., 38800.705467372136 rows/sec., 3.03 MiB/sec. | ||
| 4499 | 2024.11.01 08:21:40.477037 [ 282 ] {23045d7f-f021-41c4-a6fb-a35c29c417bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4500 | 2024.11.01 08:21:40.477062 [ 282 ] {23045d7f-f021-41c4-a6fb-a35c29c417bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4501 | 2024.11.01 08:21:40.477078 [ 282 ] {} <Debug> HTTP-Session: 778f58bb-0464-43cf-9591-3cf49fb85cfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4502 | 2024.11.01 08:21:40.477262 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57034, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4503 | 2024.11.01 08:21:40.477372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36781, User-Agent: (none), Length: 24680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4504 | 2024.11.01 08:21:40.477432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4505 | 2024.11.01 08:21:40.477457 [ 3 ] {} <Debug> HTTP-Session: 7d0b2a7f-dd52-4130-b326-53c9c15cae02 Authenticating user 'default' from [fd00:1122:3344:101::d]:36781 | ||
| 4506 | 2024.11.01 08:21:40.477477 [ 3 ] {} <Debug> HTTP-Session: 7d0b2a7f-dd52-4130-b326-53c9c15cae02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4507 | 2024.11.01 08:21:40.477493 [ 3 ] {} <Debug> HTTP-Session: 7d0b2a7f-dd52-4130-b326-53c9c15cae02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4508 | 2024.11.01 08:21:40.477531 [ 3 ] {} <Trace> HTTP-Session: 7d0b2a7f-dd52-4130-b326-53c9c15cae02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4509 | 2024.11.01 08:21:40.477699 [ 3 ] {05666d0d-688f-4908-93c0-c5f4abc0cd2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36781) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4510 | 2024.11.01 08:21:40.477757 [ 3 ] {05666d0d-688f-4908-93c0-c5f4abc0cd2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4511 | 2024.11.01 08:21:40.477934 [ 3 ] {05666d0d-688f-4908-93c0-c5f4abc0cd2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4512 | 2024.11.01 08:21:40.478311 [ 3 ] {05666d0d-688f-4908-93c0-c5f4abc0cd2a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4513 | 2024.11.01 08:21:40.478348 [ 3 ] {05666d0d-688f-4908-93c0-c5f4abc0cd2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4514 | 2024.11.01 08:21:40.478732 [ 3 ] {05666d0d-688f-4908-93c0-c5f4abc0cd2a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4515 | 2024.11.01 08:21:40.479081 [ 3 ] {05666d0d-688f-4908-93c0-c5f4abc0cd2a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4516 | 2024.11.01 08:21:40.479233 [ 3 ] {05666d0d-688f-4908-93c0-c5f4abc0cd2a} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001612 sec., 80024.81389578164 rows/sec., 5.57 MiB/sec. | ||
| 4517 | 2024.11.01 08:21:40.479430 [ 3 ] {05666d0d-688f-4908-93c0-c5f4abc0cd2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4518 | 2024.11.01 08:21:40.479455 [ 3 ] {05666d0d-688f-4908-93c0-c5f4abc0cd2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4519 | 2024.11.01 08:21:40.479472 [ 3 ] {} <Debug> HTTP-Session: 7d0b2a7f-dd52-4130-b326-53c9c15cae02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4520 | 2024.11.01 08:21:40.479659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36781, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4521 | 2024.11.01 08:21:40.479675 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57034, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4522 | 2024.11.01 08:21:40.479743 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4523 | 2024.11.01 08:21:40.479766 [ 282 ] {} <Debug> HTTP-Session: b845bb00-a044-4fe1-8d25-cfa0e99c6ac7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57034 | ||
| 4524 | 2024.11.01 08:21:40.479786 [ 282 ] {} <Debug> HTTP-Session: b845bb00-a044-4fe1-8d25-cfa0e99c6ac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4525 | 2024.11.01 08:21:40.479806 [ 282 ] {} <Debug> HTTP-Session: b845bb00-a044-4fe1-8d25-cfa0e99c6ac7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4526 | 2024.11.01 08:21:40.479845 [ 282 ] {} <Trace> HTTP-Session: b845bb00-a044-4fe1-8d25-cfa0e99c6ac7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4527 | 2024.11.01 08:21:40.479980 [ 282 ] {f296ab12-5295-45bc-b078-5b85118bb472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57034) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4528 | 2024.11.01 08:21:40.480034 [ 282 ] {f296ab12-5295-45bc-b078-5b85118bb472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4529 | 2024.11.01 08:21:40.480172 [ 282 ] {f296ab12-5295-45bc-b078-5b85118bb472} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4530 | 2024.11.01 08:21:40.480462 [ 282 ] {f296ab12-5295-45bc-b078-5b85118bb472} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4531 | 2024.11.01 08:21:40.480498 [ 282 ] {f296ab12-5295-45bc-b078-5b85118bb472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4532 | 2024.11.01 08:21:40.480856 [ 282 ] {f296ab12-5295-45bc-b078-5b85118bb472} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4533 | 2024.11.01 08:21:40.481192 [ 282 ] {f296ab12-5295-45bc-b078-5b85118bb472} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4534 | 2024.11.01 08:21:40.481346 [ 282 ] {f296ab12-5295-45bc-b078-5b85118bb472} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001411 sec., 34018.42664776754 rows/sec., 2.29 MiB/sec. | ||
| 4535 | 2024.11.01 08:21:40.481505 [ 282 ] {f296ab12-5295-45bc-b078-5b85118bb472} <Debug> DynamicQueryHandler: Done processing query | ||
| 4536 | 2024.11.01 08:21:40.481529 [ 282 ] {f296ab12-5295-45bc-b078-5b85118bb472} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4537 | 2024.11.01 08:21:40.481546 [ 282 ] {} <Debug> HTTP-Session: b845bb00-a044-4fe1-8d25-cfa0e99c6ac7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4538 | 2024.11.01 08:21:40.481711 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57034, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4539 | 2024.11.01 08:21:43.636010 [ 172 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4540 | 2024.11.01 08:21:43.636086 [ 172 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4541 | 2024.11.01 08:21:43.779846 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 460 | ||
| 4542 | 2024.11.01 08:21:43.782653 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4543 | 2024.11.01 08:21:43.782705 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4544 | 2024.11.01 08:21:43.784230 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4545 | 2024.11.01 08:21:43.785224 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4546 | 2024.11.01 08:21:43.785538 [ 171 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4547 | 2024.11.01 08:21:43.785664 [ 171 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4548 | 2024.11.01 08:21:43.785730 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4549 | 2024.11.01 08:21:43.786048 [ 194 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 4550 | 2024.11.01 08:21:43.786387 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 460 | ||
| 4551 | 2024.11.01 08:21:43.786986 [ 194 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4552 | 2024.11.01 08:21:43.787119 [ 194 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 306 rows starting from the beginning of the part | ||
| 4553 | 2024.11.01 08:21:43.787690 [ 194 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part | ||
| 4554 | 2024.11.01 08:21:43.788296 [ 194 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 46 rows starting from the beginning of the part | ||
| 4555 | 2024.11.01 08:21:43.788787 [ 194 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part | ||
| 4556 | 2024.11.01 08:21:43.789261 [ 194 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 20 rows starting from the beginning of the part | ||
| 4557 | 2024.11.01 08:21:43.789744 [ 194 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part | ||
| 4558 | 2024.11.01 08:21:43.797482 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 72 columns (72 merged, 0 gathered) in 0.011596285 sec., 39667.87639317247 rows/sec., 32.63 MiB/sec. | ||
| 4559 | 2024.11.01 08:21:43.798533 [ 201 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4560 | 2024.11.01 08:21:43.800308 [ 201 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_11_2} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4561 | 2024.11.01 08:21:43.800406 [ 201 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_11_2} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4562 | 2024.11.01 08:21:43.800724 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. | ||
| 4563 | 2024.11.01 08:21:44.001710 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001196879 sec. | ||
| 4564 | 2024.11.01 08:21:45.469394 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42264, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4565 | 2024.11.01 08:21:45.469512 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4566 | 2024.11.01 08:21:45.469537 [ 282 ] {} <Debug> HTTP-Session: 7c428104-cdee-4201-9c48-4bb6a78a7a37 Authenticating user 'default' from [fd00:1122:3344:101::d]:42264 | ||
| 4567 | 2024.11.01 08:21:45.469562 [ 282 ] {} <Debug> HTTP-Session: 7c428104-cdee-4201-9c48-4bb6a78a7a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4568 | 2024.11.01 08:21:45.469576 [ 282 ] {} <Debug> HTTP-Session: 7c428104-cdee-4201-9c48-4bb6a78a7a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4569 | 2024.11.01 08:21:45.469628 [ 282 ] {} <Trace> HTTP-Session: 7c428104-cdee-4201-9c48-4bb6a78a7a37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4570 | 2024.11.01 08:21:45.469838 [ 282 ] {19930c4b-8e5d-43b9-8e07-382d170cabf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42264) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4571 | 2024.11.01 08:21:45.469906 [ 282 ] {19930c4b-8e5d-43b9-8e07-382d170cabf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4572 | 2024.11.01 08:21:45.470241 [ 282 ] {19930c4b-8e5d-43b9-8e07-382d170cabf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4573 | 2024.11.01 08:21:45.470720 [ 282 ] {19930c4b-8e5d-43b9-8e07-382d170cabf3} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4574 | 2024.11.01 08:21:45.470764 [ 282 ] {19930c4b-8e5d-43b9-8e07-382d170cabf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4575 | 2024.11.01 08:21:45.471230 [ 282 ] {19930c4b-8e5d-43b9-8e07-382d170cabf3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4576 | 2024.11.01 08:21:45.471635 [ 282 ] {19930c4b-8e5d-43b9-8e07-382d170cabf3} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4577 | 2024.11.01 08:21:45.471803 [ 282 ] {19930c4b-8e5d-43b9-8e07-382d170cabf3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002036 sec., 27504.911591355598 rows/sec., 2.10 MiB/sec. | ||
| 4578 | 2024.11.01 08:21:45.472360 [ 282 ] {19930c4b-8e5d-43b9-8e07-382d170cabf3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4579 | 2024.11.01 08:21:45.472432 [ 282 ] {19930c4b-8e5d-43b9-8e07-382d170cabf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4580 | 2024.11.01 08:21:45.472483 [ 282 ] {} <Debug> HTTP-Session: 7c428104-cdee-4201-9c48-4bb6a78a7a37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4581 | 2024.11.01 08:21:45.472784 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4582 | 2024.11.01 08:21:45.472845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36260, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4583 | 2024.11.01 08:21:45.472913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4584 | 2024.11.01 08:21:45.472935 [ 3 ] {} <Debug> HTTP-Session: 664570c1-2840-40cc-a737-915c6d4151fa Authenticating user 'default' from [fd00:1122:3344:101::d]:36260 | ||
| 4585 | 2024.11.01 08:21:45.472955 [ 3 ] {} <Debug> HTTP-Session: 664570c1-2840-40cc-a737-915c6d4151fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4586 | 2024.11.01 08:21:45.472970 [ 3 ] {} <Debug> HTTP-Session: 664570c1-2840-40cc-a737-915c6d4151fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4587 | 2024.11.01 08:21:45.473011 [ 3 ] {} <Trace> HTTP-Session: 664570c1-2840-40cc-a737-915c6d4151fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4588 | 2024.11.01 08:21:45.473150 [ 3 ] {5d8269a7-32fd-4476-a400-ccd7c5633d18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36260) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4589 | 2024.11.01 08:21:45.473200 [ 3 ] {5d8269a7-32fd-4476-a400-ccd7c5633d18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4590 | 2024.11.01 08:21:45.473469 [ 3 ] {5d8269a7-32fd-4476-a400-ccd7c5633d18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4591 | 2024.11.01 08:21:45.473850 [ 3 ] {5d8269a7-32fd-4476-a400-ccd7c5633d18} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4592 | 2024.11.01 08:21:45.473890 [ 3 ] {5d8269a7-32fd-4476-a400-ccd7c5633d18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4593 | 2024.11.01 08:21:45.474302 [ 3 ] {5d8269a7-32fd-4476-a400-ccd7c5633d18} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4594 | 2024.11.01 08:21:45.474679 [ 3 ] {5d8269a7-32fd-4476-a400-ccd7c5633d18} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4595 | 2024.11.01 08:21:45.474862 [ 3 ] {5d8269a7-32fd-4476-a400-ccd7c5633d18} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001747 sec., 36634.23010875787 rows/sec., 2.86 MiB/sec. | ||
| 4596 | 2024.11.01 08:21:45.475378 [ 3 ] {5d8269a7-32fd-4476-a400-ccd7c5633d18} <Debug> DynamicQueryHandler: Done processing query | ||
| 4597 | 2024.11.01 08:21:45.475453 [ 3 ] {5d8269a7-32fd-4476-a400-ccd7c5633d18} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4598 | 2024.11.01 08:21:45.475534 [ 3 ] {} <Debug> HTTP-Session: 664570c1-2840-40cc-a737-915c6d4151fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4599 | 2024.11.01 08:21:45.475837 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42264, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4600 | 2024.11.01 08:21:45.475839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36260, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4601 | 2024.11.01 08:21:45.475900 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4602 | 2024.11.01 08:21:45.475922 [ 282 ] {} <Debug> HTTP-Session: 1940d2df-4530-4627-b69f-6dbfe5327de8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42264 | ||
| 4603 | 2024.11.01 08:21:45.475941 [ 282 ] {} <Debug> HTTP-Session: 1940d2df-4530-4627-b69f-6dbfe5327de8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4604 | 2024.11.01 08:21:45.475956 [ 282 ] {} <Debug> HTTP-Session: 1940d2df-4530-4627-b69f-6dbfe5327de8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4605 | 2024.11.01 08:21:45.475994 [ 282 ] {} <Trace> HTTP-Session: 1940d2df-4530-4627-b69f-6dbfe5327de8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4606 | 2024.11.01 08:21:45.476164 [ 282 ] {eab3bcc1-19b0-4385-88ef-cef08cfa515b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42264) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4607 | 2024.11.01 08:21:45.476217 [ 282 ] {eab3bcc1-19b0-4385-88ef-cef08cfa515b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4608 | 2024.11.01 08:21:45.476394 [ 282 ] {eab3bcc1-19b0-4385-88ef-cef08cfa515b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4609 | 2024.11.01 08:21:45.476826 [ 282 ] {eab3bcc1-19b0-4385-88ef-cef08cfa515b} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4610 | 2024.11.01 08:21:45.476863 [ 282 ] {eab3bcc1-19b0-4385-88ef-cef08cfa515b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4611 | 2024.11.01 08:21:45.477274 [ 282 ] {eab3bcc1-19b0-4385-88ef-cef08cfa515b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4612 | 2024.11.01 08:21:45.477648 [ 282 ] {eab3bcc1-19b0-4385-88ef-cef08cfa515b} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4613 | 2024.11.01 08:21:45.477809 [ 282 ] {eab3bcc1-19b0-4385-88ef-cef08cfa515b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001709 sec., 93622.00117027502 rows/sec., 6.52 MiB/sec. | ||
| 4614 | 2024.11.01 08:21:45.478040 [ 282 ] {eab3bcc1-19b0-4385-88ef-cef08cfa515b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4615 | 2024.11.01 08:21:45.478066 [ 282 ] {eab3bcc1-19b0-4385-88ef-cef08cfa515b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4616 | 2024.11.01 08:21:45.478084 [ 282 ] {} <Debug> HTTP-Session: 1940d2df-4530-4627-b69f-6dbfe5327de8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4617 | 2024.11.01 08:21:45.478279 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4618 | 2024.11.01 08:21:45.478378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37793, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4619 | 2024.11.01 08:21:45.478431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4620 | 2024.11.01 08:21:45.478452 [ 3 ] {} <Debug> HTTP-Session: 03e6bdd2-9e34-438b-afbf-6614c0889913 Authenticating user 'default' from [fd00:1122:3344:101::d]:37793 | ||
| 4621 | 2024.11.01 08:21:45.478468 [ 3 ] {} <Debug> HTTP-Session: 03e6bdd2-9e34-438b-afbf-6614c0889913 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4622 | 2024.11.01 08:21:45.478482 [ 3 ] {} <Debug> HTTP-Session: 03e6bdd2-9e34-438b-afbf-6614c0889913 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4623 | 2024.11.01 08:21:45.478520 [ 3 ] {} <Trace> HTTP-Session: 03e6bdd2-9e34-438b-afbf-6614c0889913 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4624 | 2024.11.01 08:21:45.478640 [ 3 ] {a1cc4062-6327-42c5-9222-8fa5f9458a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37793) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4625 | 2024.11.01 08:21:45.478686 [ 3 ] {a1cc4062-6327-42c5-9222-8fa5f9458a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4626 | 2024.11.01 08:21:45.478816 [ 3 ] {a1cc4062-6327-42c5-9222-8fa5f9458a3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4627 | 2024.11.01 08:21:45.479131 [ 3 ] {a1cc4062-6327-42c5-9222-8fa5f9458a3b} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4628 | 2024.11.01 08:21:45.479167 [ 3 ] {a1cc4062-6327-42c5-9222-8fa5f9458a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 4629 | 2024.11.01 08:21:45.479546 [ 3 ] {a1cc4062-6327-42c5-9222-8fa5f9458a3b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4630 | 2024.11.01 08:21:45.479884 [ 3 ] {a1cc4062-6327-42c5-9222-8fa5f9458a3b} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4631 | 2024.11.01 08:21:45.480050 [ 3 ] {a1cc4062-6327-42c5-9222-8fa5f9458a3b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001438 sec., 41724.61752433936 rows/sec., 2.81 MiB/sec. | ||
| 4632 | 2024.11.01 08:21:45.480371 [ 3 ] {a1cc4062-6327-42c5-9222-8fa5f9458a3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4633 | 2024.11.01 08:21:45.480398 [ 3 ] {a1cc4062-6327-42c5-9222-8fa5f9458a3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4634 | 2024.11.01 08:21:45.480415 [ 3 ] {} <Debug> HTTP-Session: 03e6bdd2-9e34-438b-afbf-6614c0889913 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4635 | 2024.11.01 08:21:45.480848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37793, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4636 | 2024.11.01 08:21:49.772883 [ 86 ] {} <Debug> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 4637 | 2024.11.01 08:21:49.772971 [ 86 ] {} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4638 | 2024.11.01 08:21:49.773001 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4639 | 2024.11.01 08:21:49.773203 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 4640 | 2024.11.01 08:21:49.773469 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4641 | 2024.11.01 08:21:49.773533 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
| 4642 | 2024.11.01 08:21:49.773713 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 4643 | 2024.11.01 08:21:49.774013 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 4644 | 2024.11.01 08:21:49.774266 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 4645 | 2024.11.01 08:21:49.774450 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 4646 | 2024.11.01 08:21:49.775609 [ 201 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 5 columns (5 merged, 0 gathered) in 0.002524782 sec., 113277.10669673658 rows/sec., 7.71 MiB/sec. | ||
| 4647 | 2024.11.01 08:21:49.775863 [ 191 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 4648 | 2024.11.01 08:21:49.776452 [ 191 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_10_2} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4649 | 2024.11.01 08:21:49.776544 [ 191 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_10_2} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 4650 | 2024.11.01 08:21:49.776644 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4651 | 2024.11.01 08:21:49.890833 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4652 | 2024.11.01 08:21:50.029836 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58521, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4653 | 2024.11.01 08:21:50.118284 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4654 | 2024.11.01 08:21:50.131610 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57375, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4655 | 2024.11.01 08:21:50.133850 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43977, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4656 | 2024.11.01 08:21:50.213075 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4657 | 2024.11.01 08:21:50.213075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4658 | 2024.11.01 08:21:50.221460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33777, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4659 | 2024.11.01 08:21:50.224829 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61876, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4660 | 2024.11.01 08:21:50.328834 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4661 | 2024.11.01 08:21:50.397472 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4662 | 2024.11.01 08:21:50.476265 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42681, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4663 | 2024.11.01 08:21:50.476432 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4664 | 2024.11.01 08:21:50.476476 [ 290 ] {} <Debug> HTTP-Session: eb8d15e5-463f-4933-9ffe-127a11849f37 Authenticating user 'default' from [fd00:1122:3344:101::d]:42681 | ||
| 4665 | 2024.11.01 08:21:50.476516 [ 290 ] {} <Debug> HTTP-Session: eb8d15e5-463f-4933-9ffe-127a11849f37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4666 | 2024.11.01 08:21:50.476544 [ 290 ] {} <Debug> HTTP-Session: eb8d15e5-463f-4933-9ffe-127a11849f37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4667 | 2024.11.01 08:21:50.476628 [ 290 ] {} <Trace> HTTP-Session: eb8d15e5-463f-4933-9ffe-127a11849f37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4668 | 2024.11.01 08:21:50.477043 [ 290 ] {cffb5f71-6c37-444f-9f74-22d54a83cdac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42681) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4669 | 2024.11.01 08:21:50.477152 [ 290 ] {cffb5f71-6c37-444f-9f74-22d54a83cdac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4670 | 2024.11.01 08:21:50.477586 [ 290 ] {cffb5f71-6c37-444f-9f74-22d54a83cdac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4671 | 2024.11.01 08:21:50.478157 [ 290 ] {cffb5f71-6c37-444f-9f74-22d54a83cdac} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4672 | 2024.11.01 08:21:50.478195 [ 290 ] {cffb5f71-6c37-444f-9f74-22d54a83cdac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4673 | 2024.11.01 08:21:50.478629 [ 290 ] {cffb5f71-6c37-444f-9f74-22d54a83cdac} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4674 | 2024.11.01 08:21:50.479007 [ 290 ] {cffb5f71-6c37-444f-9f74-22d54a83cdac} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4675 | 2024.11.01 08:21:50.479145 [ 80 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4676 | 2024.11.01 08:21:50.479150 [ 290 ] {cffb5f71-6c37-444f-9f74-22d54a83cdac} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002317 sec., 117824.77341389727 rows/sec., 10.47 MiB/sec. | ||
| 4677 | 2024.11.01 08:21:50.479188 [ 80 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4678 | 2024.11.01 08:21:50.479225 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4679 | 2024.11.01 08:21:50.479347 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 4680 | 2024.11.01 08:21:50.479395 [ 290 ] {cffb5f71-6c37-444f-9f74-22d54a83cdac} <Debug> DynamicQueryHandler: Done processing query | ||
| 4681 | 2024.11.01 08:21:50.479427 [ 290 ] {cffb5f71-6c37-444f-9f74-22d54a83cdac} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4682 | 2024.11.01 08:21:50.479453 [ 290 ] {} <Debug> HTTP-Session: eb8d15e5-463f-4933-9ffe-127a11849f37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4683 | 2024.11.01 08:21:50.479523 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4684 | 2024.11.01 08:21:50.479561 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1420 rows starting from the beginning of the part | ||
| 4685 | 2024.11.01 08:21:50.479642 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
| 4686 | 2024.11.01 08:21:50.479759 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42681, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4687 | 2024.11.01 08:21:50.479928 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36252, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4688 | 2024.11.01 08:21:50.480176 [ 290 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 4689 | |||
| 4690 | (version 23.8.7.1) | ||
| 4691 | 2024.11.01 08:21:50.480178 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 273 rows starting from the beginning of the part | ||
| 4692 | 2024.11.01 08:21:50.480281 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4693 | 2024.11.01 08:21:50.480418 [ 282 ] {} <Debug> HTTP-Session: 8835c1e1-0f6a-43ea-b08d-633666cfe1b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36252 | ||
| 4694 | 2024.11.01 08:21:50.480500 [ 282 ] {} <Debug> HTTP-Session: 8835c1e1-0f6a-43ea-b08d-633666cfe1b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4695 | 2024.11.01 08:21:50.480540 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 57 rows starting from the beginning of the part | ||
| 4696 | 2024.11.01 08:21:50.480558 [ 282 ] {} <Debug> HTTP-Session: 8835c1e1-0f6a-43ea-b08d-633666cfe1b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4697 | 2024.11.01 08:21:50.480746 [ 282 ] {} <Trace> HTTP-Session: 8835c1e1-0f6a-43ea-b08d-633666cfe1b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4698 | 2024.11.01 08:21:50.480825 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
| 4699 | 2024.11.01 08:21:50.481126 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 273 rows starting from the beginning of the part | ||
| 4700 | 2024.11.01 08:21:50.481241 [ 282 ] {b2c83977-b65c-44e7-9203-c5086508ee14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36252) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4701 | 2024.11.01 08:21:50.481441 [ 282 ] {b2c83977-b65c-44e7-9203-c5086508ee14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4702 | 2024.11.01 08:21:50.482458 [ 282 ] {b2c83977-b65c-44e7-9203-c5086508ee14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4703 | 2024.11.01 08:21:50.483519 [ 282 ] {b2c83977-b65c-44e7-9203-c5086508ee14} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4704 | 2024.11.01 08:21:50.483593 [ 282 ] {b2c83977-b65c-44e7-9203-c5086508ee14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4705 | 2024.11.01 08:21:50.484481 [ 282 ] {b2c83977-b65c-44e7-9203-c5086508ee14} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4706 | 2024.11.01 08:21:50.484476 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2135 rows, containing 5 columns (5 merged, 0 gathered) in 0.005173217 sec., 412702.5794587778 rows/sec., 36.39 MiB/sec. | ||
| 4707 | 2024.11.01 08:21:50.484868 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4708 | 2024.11.01 08:21:50.485071 [ 282 ] {b2c83977-b65c-44e7-9203-c5086508ee14} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4709 | 2024.11.01 08:21:50.485579 [ 282 ] {b2c83977-b65c-44e7-9203-c5086508ee14} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.004487 sec., 9360.374414976599 rows/sec., 703.86 KiB/sec. | ||
| 4710 | 2024.11.01 08:21:50.486094 [ 282 ] {b2c83977-b65c-44e7-9203-c5086508ee14} <Debug> DynamicQueryHandler: Done processing query | ||
| 4711 | 2024.11.01 08:21:50.486099 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_21_4} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4712 | 2024.11.01 08:21:50.486140 [ 282 ] {b2c83977-b65c-44e7-9203-c5086508ee14} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4713 | 2024.11.01 08:21:50.486194 [ 282 ] {} <Debug> HTTP-Session: 8835c1e1-0f6a-43ea-b08d-633666cfe1b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4714 | 2024.11.01 08:21:50.486289 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_21_4} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4715 | 2024.11.01 08:21:50.486400 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 4716 | 2024.11.01 08:21:50.486481 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4717 | 2024.11.01 08:21:50.486547 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44020, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4718 | 2024.11.01 08:21:50.486625 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4719 | 2024.11.01 08:21:50.486665 [ 290 ] {} <Debug> HTTP-Session: 88e27800-676a-436a-99f2-4ce8587f66d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:44020 | ||
| 4720 | 2024.11.01 08:21:50.486693 [ 290 ] {} <Debug> HTTP-Session: 88e27800-676a-436a-99f2-4ce8587f66d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4721 | 2024.11.01 08:21:50.486713 [ 290 ] {} <Debug> HTTP-Session: 88e27800-676a-436a-99f2-4ce8587f66d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4722 | 2024.11.01 08:21:50.486758 [ 290 ] {} <Trace> HTTP-Session: 88e27800-676a-436a-99f2-4ce8587f66d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4723 | 2024.11.01 08:21:50.486894 [ 290 ] {6b49a6bd-4cda-4ed7-b95d-bd6b2d528e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44020) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4724 | 2024.11.01 08:21:50.486950 [ 290 ] {6b49a6bd-4cda-4ed7-b95d-bd6b2d528e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4725 | 2024.11.01 08:21:50.487259 [ 290 ] {6b49a6bd-4cda-4ed7-b95d-bd6b2d528e14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4726 | 2024.11.01 08:21:50.487577 [ 290 ] {6b49a6bd-4cda-4ed7-b95d-bd6b2d528e14} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4727 | 2024.11.01 08:21:50.487613 [ 290 ] {6b49a6bd-4cda-4ed7-b95d-bd6b2d528e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4728 | 2024.11.01 08:21:50.487977 [ 290 ] {6b49a6bd-4cda-4ed7-b95d-bd6b2d528e14} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4729 | 2024.11.01 08:21:50.488357 [ 290 ] {6b49a6bd-4cda-4ed7-b95d-bd6b2d528e14} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4730 | 2024.11.01 08:21:50.488498 [ 290 ] {6b49a6bd-4cda-4ed7-b95d-bd6b2d528e14} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001648 sec., 8495.145631067962 rows/sec., 594.94 KiB/sec. | ||
| 4731 | 2024.11.01 08:21:50.488654 [ 290 ] {6b49a6bd-4cda-4ed7-b95d-bd6b2d528e14} <Debug> DynamicQueryHandler: Done processing query | ||
| 4732 | 2024.11.01 08:21:50.488678 [ 290 ] {6b49a6bd-4cda-4ed7-b95d-bd6b2d528e14} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4733 | 2024.11.01 08:21:50.488693 [ 290 ] {} <Debug> HTTP-Session: 88e27800-676a-436a-99f2-4ce8587f66d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4734 | 2024.11.01 08:21:50.488902 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44020, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4735 | 2024.11.01 08:21:50.489013 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42431, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4736 | 2024.11.01 08:21:50.489092 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4737 | 2024.11.01 08:21:50.489118 [ 282 ] {} <Debug> HTTP-Session: f0c8c05a-935a-42fb-bade-2e7363f5c1bf Authenticating user 'default' from [fd00:1122:3344:101::d]:42431 | ||
| 4738 | 2024.11.01 08:21:50.489141 [ 282 ] {} <Debug> HTTP-Session: f0c8c05a-935a-42fb-bade-2e7363f5c1bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4739 | 2024.11.01 08:21:50.489158 [ 282 ] {} <Debug> HTTP-Session: f0c8c05a-935a-42fb-bade-2e7363f5c1bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4740 | 2024.11.01 08:21:50.489207 [ 282 ] {} <Trace> HTTP-Session: f0c8c05a-935a-42fb-bade-2e7363f5c1bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4741 | 2024.11.01 08:21:50.489346 [ 282 ] {99fa5261-15cb-4651-bcdc-3e5c2b027c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42431) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4742 | 2024.11.01 08:21:50.489402 [ 282 ] {99fa5261-15cb-4651-bcdc-3e5c2b027c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4743 | 2024.11.01 08:21:50.489678 [ 282 ] {99fa5261-15cb-4651-bcdc-3e5c2b027c33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4744 | 2024.11.01 08:21:50.489995 [ 282 ] {99fa5261-15cb-4651-bcdc-3e5c2b027c33} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4745 | 2024.11.01 08:21:50.490033 [ 282 ] {99fa5261-15cb-4651-bcdc-3e5c2b027c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4746 | 2024.11.01 08:21:50.490406 [ 282 ] {99fa5261-15cb-4651-bcdc-3e5c2b027c33} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4747 | 2024.11.01 08:21:50.490785 [ 282 ] {99fa5261-15cb-4651-bcdc-3e5c2b027c33} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4748 | 2024.11.01 08:21:50.490955 [ 282 ] {99fa5261-15cb-4651-bcdc-3e5c2b027c33} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001643 sec., 3651.8563603164944 rows/sec., 215.76 KiB/sec. | ||
| 4749 | 2024.11.01 08:21:50.491266 [ 282 ] {99fa5261-15cb-4651-bcdc-3e5c2b027c33} <Debug> DynamicQueryHandler: Done processing query | ||
| 4750 | 2024.11.01 08:21:50.491293 [ 282 ] {99fa5261-15cb-4651-bcdc-3e5c2b027c33} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4751 | 2024.11.01 08:21:50.491309 [ 282 ] {} <Debug> HTTP-Session: f0c8c05a-935a-42fb-bade-2e7363f5c1bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4752 | 2024.11.01 08:21:50.491699 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44020, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4753 | 2024.11.01 08:21:50.491712 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4754 | 2024.11.01 08:21:50.491798 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4755 | 2024.11.01 08:21:50.491832 [ 290 ] {} <Debug> HTTP-Session: effb2629-32fe-4b3a-8d80-a44c1521829b Authenticating user 'default' from [fd00:1122:3344:101::d]:44020 | ||
| 4756 | 2024.11.01 08:21:50.491853 [ 290 ] {} <Debug> HTTP-Session: effb2629-32fe-4b3a-8d80-a44c1521829b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4757 | 2024.11.01 08:21:50.491877 [ 290 ] {} <Debug> HTTP-Session: effb2629-32fe-4b3a-8d80-a44c1521829b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4758 | 2024.11.01 08:21:50.491927 [ 290 ] {} <Trace> HTTP-Session: effb2629-32fe-4b3a-8d80-a44c1521829b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4759 | 2024.11.01 08:21:50.492190 [ 290 ] {ccf176f9-5bed-434a-acae-18a75b267070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44020) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4760 | 2024.11.01 08:21:50.492247 [ 290 ] {ccf176f9-5bed-434a-acae-18a75b267070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4761 | 2024.11.01 08:21:50.492526 [ 290 ] {ccf176f9-5bed-434a-acae-18a75b267070} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4762 | 2024.11.01 08:21:50.493056 [ 290 ] {ccf176f9-5bed-434a-acae-18a75b267070} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4763 | 2024.11.01 08:21:50.493092 [ 290 ] {ccf176f9-5bed-434a-acae-18a75b267070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4764 | 2024.11.01 08:21:50.493469 [ 290 ] {ccf176f9-5bed-434a-acae-18a75b267070} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4765 | 2024.11.01 08:21:50.493828 [ 290 ] {ccf176f9-5bed-434a-acae-18a75b267070} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4766 | 2024.11.01 08:21:50.493955 [ 80 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4767 | 2024.11.01 08:21:50.493960 [ 290 ] {ccf176f9-5bed-434a-acae-18a75b267070} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001909 sec., 222105.8145625982 rows/sec., 15.88 MiB/sec. | ||
| 4768 | 2024.11.01 08:21:50.493998 [ 80 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4769 | 2024.11.01 08:21:50.494039 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4770 | 2024.11.01 08:21:50.494206 [ 290 ] {ccf176f9-5bed-434a-acae-18a75b267070} <Debug> DynamicQueryHandler: Done processing query | ||
| 4771 | 2024.11.01 08:21:50.494218 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 4772 | 2024.11.01 08:21:50.494238 [ 290 ] {ccf176f9-5bed-434a-acae-18a75b267070} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 4773 | 2024.11.01 08:21:50.494287 [ 290 ] {} <Debug> HTTP-Session: effb2629-32fe-4b3a-8d80-a44c1521829b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4774 | 2024.11.01 08:21:50.494426 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4775 | 2024.11.01 08:21:50.494495 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44020, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4776 | 2024.11.01 08:21:50.494517 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 910 rows starting from the beginning of the part | ||
| 4777 | 2024.11.01 08:21:50.494595 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51613, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4778 | 2024.11.01 08:21:50.494819 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4779 | 2024.11.01 08:21:50.494860 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
| 4780 | 2024.11.01 08:21:50.494904 [ 282 ] {} <Debug> HTTP-Session: 051afe33-0161-4755-8c5e-533197a75636 Authenticating user 'default' from [fd00:1122:3344:101::d]:51613 | ||
| 4781 | 2024.11.01 08:21:50.494991 [ 282 ] {} <Debug> HTTP-Session: 051afe33-0161-4755-8c5e-533197a75636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4782 | 2024.11.01 08:21:50.495104 [ 282 ] {} <Debug> HTTP-Session: 051afe33-0161-4755-8c5e-533197a75636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4783 | 2024.11.01 08:21:50.495128 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 424 rows starting from the beginning of the part | ||
| 4784 | 2024.11.01 08:21:50.495253 [ 282 ] {} <Trace> HTTP-Session: 051afe33-0161-4755-8c5e-533197a75636 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4785 | 2024.11.01 08:21:50.495423 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 66 rows starting from the beginning of the part | ||
| 4786 | 2024.11.01 08:21:50.495664 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part | ||
| 4787 | 2024.11.01 08:21:50.495731 [ 282 ] {3a90ba39-d67b-4124-8cea-08e7c90dd769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51613) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4788 | 2024.11.01 08:21:50.495887 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 424 rows starting from the beginning of the part | ||
| 4789 | 2024.11.01 08:21:50.495951 [ 282 ] {3a90ba39-d67b-4124-8cea-08e7c90dd769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4790 | 2024.11.01 08:21:50.496688 [ 282 ] {3a90ba39-d67b-4124-8cea-08e7c90dd769} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4791 | 2024.11.01 08:21:50.497450 [ 282 ] {3a90ba39-d67b-4124-8cea-08e7c90dd769} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4792 | 2024.11.01 08:21:50.497529 [ 282 ] {3a90ba39-d67b-4124-8cea-08e7c90dd769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4793 | 2024.11.01 08:21:50.498554 [ 282 ] {3a90ba39-d67b-4124-8cea-08e7c90dd769} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4794 | 2024.11.01 08:21:50.499214 [ 193 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1952 rows, containing 5 columns (5 merged, 0 gathered) in 0.005077875 sec., 384412.7710902691 rows/sec., 29.42 MiB/sec. | ||
| 4795 | 2024.11.01 08:21:50.499309 [ 282 ] {3a90ba39-d67b-4124-8cea-08e7c90dd769} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4796 | 2024.11.01 08:21:50.499484 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4797 | 2024.11.01 08:21:50.499615 [ 282 ] {3a90ba39-d67b-4124-8cea-08e7c90dd769} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004067 sec., 1475.2889107450208 rows/sec., 77.08 KiB/sec. | ||
| 4798 | 2024.11.01 08:21:50.500224 [ 282 ] {3a90ba39-d67b-4124-8cea-08e7c90dd769} <Debug> DynamicQueryHandler: Done processing query | ||
| 4799 | 2024.11.01 08:21:50.500279 [ 282 ] {3a90ba39-d67b-4124-8cea-08e7c90dd769} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4800 | 2024.11.01 08:21:50.500344 [ 282 ] {} <Debug> HTTP-Session: 051afe33-0161-4755-8c5e-533197a75636 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4801 | 2024.11.01 08:21:50.500566 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_21_4} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4802 | 2024.11.01 08:21:50.500671 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_21_4} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4803 | 2024.11.01 08:21:50.500702 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51613, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4804 | 2024.11.01 08:21:50.500812 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59360, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4805 | 2024.11.01 08:21:50.500920 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4806 | 2024.11.01 08:21:50.500990 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4807 | 2024.11.01 08:21:50.501022 [ 290 ] {} <Debug> HTTP-Session: d1dd43c0-b104-4ee4-b612-eca5a17f0d18 Authenticating user 'default' from [fd00:1122:3344:101::d]:59360 | ||
| 4808 | 2024.11.01 08:21:50.501043 [ 290 ] {} <Debug> HTTP-Session: d1dd43c0-b104-4ee4-b612-eca5a17f0d18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4809 | 2024.11.01 08:21:50.501061 [ 290 ] {} <Debug> HTTP-Session: d1dd43c0-b104-4ee4-b612-eca5a17f0d18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4810 | 2024.11.01 08:21:50.501105 [ 290 ] {} <Trace> HTTP-Session: d1dd43c0-b104-4ee4-b612-eca5a17f0d18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4811 | 2024.11.01 08:21:50.501363 [ 290 ] {0b7534ae-bfd2-433d-8489-17e1aaddf47e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4812 | 2024.11.01 08:21:50.501414 [ 290 ] {0b7534ae-bfd2-433d-8489-17e1aaddf47e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4813 | 2024.11.01 08:21:50.501586 [ 290 ] {0b7534ae-bfd2-433d-8489-17e1aaddf47e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4814 | 2024.11.01 08:21:50.502005 [ 290 ] {0b7534ae-bfd2-433d-8489-17e1aaddf47e} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4815 | 2024.11.01 08:21:50.502040 [ 290 ] {0b7534ae-bfd2-433d-8489-17e1aaddf47e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4816 | 2024.11.01 08:21:50.502440 [ 290 ] {0b7534ae-bfd2-433d-8489-17e1aaddf47e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4817 | 2024.11.01 08:21:50.502792 [ 290 ] {0b7534ae-bfd2-433d-8489-17e1aaddf47e} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4818 | 2024.11.01 08:21:50.502915 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4819 | 2024.11.01 08:21:50.502923 [ 290 ] {0b7534ae-bfd2-433d-8489-17e1aaddf47e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001714 sec., 138273.04550758458 rows/sec., 9.27 MiB/sec. | ||
| 4820 | 2024.11.01 08:21:50.502950 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4821 | 2024.11.01 08:21:50.502990 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4822 | 2024.11.01 08:21:50.503195 [ 193 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 4823 | 2024.11.01 08:21:50.503214 [ 290 ] {0b7534ae-bfd2-433d-8489-17e1aaddf47e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4824 | 2024.11.01 08:21:50.503267 [ 290 ] {0b7534ae-bfd2-433d-8489-17e1aaddf47e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4825 | 2024.11.01 08:21:50.503300 [ 290 ] {} <Debug> HTTP-Session: d1dd43c0-b104-4ee4-b612-eca5a17f0d18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4826 | 2024.11.01 08:21:50.503422 [ 193 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4827 | 2024.11.01 08:21:50.503496 [ 193 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4502 rows starting from the beginning of the part | ||
| 4828 | 2024.11.01 08:21:50.503511 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59360, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4829 | 2024.11.01 08:21:50.503639 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51007, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4830 | 2024.11.01 08:21:50.503820 [ 193 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 4831 | 2024.11.01 08:21:50.503847 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4832 | 2024.11.01 08:21:50.503930 [ 282 ] {} <Debug> HTTP-Session: 39f66c3c-4e78-4b91-a2d7-5ff99355978d Authenticating user 'default' from [fd00:1122:3344:101::d]:51007 | ||
| 4833 | 2024.11.01 08:21:50.504024 [ 282 ] {} <Debug> HTTP-Session: 39f66c3c-4e78-4b91-a2d7-5ff99355978d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4834 | 2024.11.01 08:21:50.504140 [ 282 ] {} <Debug> HTTP-Session: 39f66c3c-4e78-4b91-a2d7-5ff99355978d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4835 | 2024.11.01 08:21:50.504257 [ 193 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part | ||
| 4836 | 2024.11.01 08:21:50.504335 [ 282 ] {} <Trace> HTTP-Session: 39f66c3c-4e78-4b91-a2d7-5ff99355978d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4837 | 2024.11.01 08:21:50.504504 [ 193 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 129 rows starting from the beginning of the part | ||
| 4838 | 2024.11.01 08:21:50.504746 [ 282 ] {01afb78c-89e5-423c-9548-10734df18cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51007) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4839 | 2024.11.01 08:21:50.504787 [ 193 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 4840 | 2024.11.01 08:21:50.504949 [ 282 ] {01afb78c-89e5-423c-9548-10734df18cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4841 | 2024.11.01 08:21:50.505126 [ 193 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part | ||
| 4842 | 2024.11.01 08:21:50.505913 [ 282 ] {01afb78c-89e5-423c-9548-10734df18cde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4843 | 2024.11.01 08:21:50.506580 [ 282 ] {01afb78c-89e5-423c-9548-10734df18cde} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4844 | 2024.11.01 08:21:50.506630 [ 282 ] {01afb78c-89e5-423c-9548-10734df18cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4845 | 2024.11.01 08:21:50.507456 [ 282 ] {01afb78c-89e5-423c-9548-10734df18cde} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4846 | 2024.11.01 08:21:50.508287 [ 282 ] {01afb78c-89e5-423c-9548-10734df18cde} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4847 | 2024.11.01 08:21:50.508711 [ 282 ] {01afb78c-89e5-423c-9548-10734df18cde} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004106 sec., 243.54603019970773 rows/sec., 16.41 KiB/sec. | ||
| 4848 | 2024.11.01 08:21:50.509214 [ 282 ] {01afb78c-89e5-423c-9548-10734df18cde} <Debug> DynamicQueryHandler: Done processing query | ||
| 4849 | 2024.11.01 08:21:50.509242 [ 282 ] {01afb78c-89e5-423c-9548-10734df18cde} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4850 | 2024.11.01 08:21:50.509258 [ 282 ] {} <Debug> HTTP-Session: 39f66c3c-4e78-4b91-a2d7-5ff99355978d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4851 | 2024.11.01 08:21:50.509448 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51007, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4852 | 2024.11.01 08:21:50.509537 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54629, User-Agent: (none), Length: 70182, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4853 | 2024.11.01 08:21:50.509605 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4854 | 2024.11.01 08:21:50.509630 [ 290 ] {} <Debug> HTTP-Session: dc76b86c-f99a-4867-b264-6684ece52189 Authenticating user 'default' from [fd00:1122:3344:101::d]:54629 | ||
| 4855 | 2024.11.01 08:21:50.509651 [ 290 ] {} <Debug> HTTP-Session: dc76b86c-f99a-4867-b264-6684ece52189 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4856 | 2024.11.01 08:21:50.509669 [ 290 ] {} <Debug> HTTP-Session: dc76b86c-f99a-4867-b264-6684ece52189 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4857 | 2024.11.01 08:21:50.509714 [ 290 ] {} <Trace> HTTP-Session: dc76b86c-f99a-4867-b264-6684ece52189 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4858 | 2024.11.01 08:21:50.510146 [ 192 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5425 rows, containing 5 columns (5 merged, 0 gathered) in 0.007055704 sec., 768881.4610136707 rows/sec., 52.06 MiB/sec. | ||
| 4859 | 2024.11.01 08:21:50.510578 [ 199 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4860 | 2024.11.01 08:21:50.510918 [ 290 ] {839644f8-fb38-40ed-9a9c-74abfa99bf67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54629) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4861 | 2024.11.01 08:21:50.511122 [ 290 ] {839644f8-fb38-40ed-9a9c-74abfa99bf67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4862 | 2024.11.01 08:21:50.511493 [ 199 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4863 | 2024.11.01 08:21:50.511736 [ 199 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4864 | 2024.11.01 08:21:50.511958 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
| 4865 | 2024.11.01 08:21:50.512221 [ 290 ] {839644f8-fb38-40ed-9a9c-74abfa99bf67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4866 | 2024.11.01 08:21:50.513072 [ 290 ] {839644f8-fb38-40ed-9a9c-74abfa99bf67} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4867 | 2024.11.01 08:21:50.513109 [ 290 ] {839644f8-fb38-40ed-9a9c-74abfa99bf67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4868 | 2024.11.01 08:21:50.513795 [ 290 ] {839644f8-fb38-40ed-9a9c-74abfa99bf67} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4869 | 2024.11.01 08:21:50.514224 [ 290 ] {839644f8-fb38-40ed-9a9c-74abfa99bf67} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4870 | 2024.11.01 08:21:50.514362 [ 156 ] {} <Debug> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4871 | 2024.11.01 08:21:50.514381 [ 290 ] {839644f8-fb38-40ed-9a9c-74abfa99bf67} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.004499 sec., 9335.407868415203 rows/sec., 16.73 MiB/sec. | ||
| 4872 | 2024.11.01 08:21:50.514409 [ 156 ] {} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4873 | 2024.11.01 08:21:50.514453 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4874 | 2024.11.01 08:21:50.515052 [ 193 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 4875 | 2024.11.01 08:21:50.515153 [ 290 ] {839644f8-fb38-40ed-9a9c-74abfa99bf67} <Debug> DynamicQueryHandler: Done processing query | ||
| 4876 | 2024.11.01 08:21:50.515206 [ 290 ] {839644f8-fb38-40ed-9a9c-74abfa99bf67} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 4877 | 2024.11.01 08:21:50.515245 [ 290 ] {} <Debug> HTTP-Session: dc76b86c-f99a-4867-b264-6684ece52189 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4878 | 2024.11.01 08:21:50.515489 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54629, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4879 | 2024.11.01 08:21:50.515531 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51007, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4880 | 2024.11.01 08:21:50.515728 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4881 | 2024.11.01 08:21:50.515800 [ 282 ] {} <Debug> HTTP-Session: 8d4e2fb0-901e-4efb-a729-6bdbae1f621a Authenticating user 'default' from [fd00:1122:3344:101::d]:51007 | ||
| 4882 | 2024.11.01 08:21:50.515860 [ 282 ] {} <Debug> HTTP-Session: 8d4e2fb0-901e-4efb-a729-6bdbae1f621a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4883 | 2024.11.01 08:21:50.515913 [ 282 ] {} <Debug> HTTP-Session: 8d4e2fb0-901e-4efb-a729-6bdbae1f621a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4884 | 2024.11.01 08:21:50.515945 [ 193 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4885 | 2024.11.01 08:21:50.516010 [ 282 ] {} <Trace> HTTP-Session: 8d4e2fb0-901e-4efb-a729-6bdbae1f621a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4886 | 2024.11.01 08:21:50.516090 [ 193 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 65 rows starting from the beginning of the part | ||
| 4887 | 2024.11.01 08:21:50.516473 [ 282 ] {baf33f0d-bc58-4b8e-9112-718b54029964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51007) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4888 | 2024.11.01 08:21:50.516657 [ 282 ] {baf33f0d-bc58-4b8e-9112-718b54029964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4889 | 2024.11.01 08:21:50.516733 [ 193 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part | ||
| 4890 | 2024.11.01 08:21:50.517623 [ 193 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 4891 | 2024.11.01 08:21:50.517665 [ 282 ] {baf33f0d-bc58-4b8e-9112-718b54029964} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4892 | 2024.11.01 08:21:50.518264 [ 193 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part | ||
| 4893 | 2024.11.01 08:21:50.519024 [ 193 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 42 rows starting from the beginning of the part | ||
| 4894 | 2024.11.01 08:21:50.519032 [ 282 ] {baf33f0d-bc58-4b8e-9112-718b54029964} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4895 | 2024.11.01 08:21:50.519111 [ 282 ] {baf33f0d-bc58-4b8e-9112-718b54029964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4896 | 2024.11.01 08:21:50.519611 [ 193 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part | ||
| 4897 | 2024.11.01 08:21:50.520676 [ 282 ] {baf33f0d-bc58-4b8e-9112-718b54029964} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4898 | 2024.11.01 08:21:50.521592 [ 282 ] {baf33f0d-bc58-4b8e-9112-718b54029964} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4899 | 2024.11.01 08:21:50.521928 [ 156 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4900 | 2024.11.01 08:21:50.521967 [ 282 ] {baf33f0d-bc58-4b8e-9112-718b54029964} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005719 sec., 14338.171008917643 rows/sec., 932.51 KiB/sec. | ||
| 4901 | 2024.11.01 08:21:50.522046 [ 156 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4902 | 2024.11.01 08:21:50.522220 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4903 | 2024.11.01 08:21:50.522644 [ 282 ] {baf33f0d-bc58-4b8e-9112-718b54029964} <Debug> DynamicQueryHandler: Done processing query | ||
| 4904 | 2024.11.01 08:21:50.522735 [ 282 ] {baf33f0d-bc58-4b8e-9112-718b54029964} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4905 | 2024.11.01 08:21:50.522772 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 4906 | 2024.11.01 08:21:50.522796 [ 282 ] {} <Debug> HTTP-Session: 8d4e2fb0-901e-4efb-a729-6bdbae1f621a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4907 | 2024.11.01 08:21:50.523201 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4908 | 2024.11.01 08:21:50.523266 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 918 rows starting from the beginning of the part | ||
| 4909 | 2024.11.01 08:21:50.523568 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 4910 | 2024.11.01 08:21:50.523723 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51007, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4911 | 2024.11.01 08:21:50.524018 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
| 4912 | 2024.11.01 08:21:50.524113 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 4913 | |||
| 4914 | (version 23.8.7.1) | ||
| 4915 | 2024.11.01 08:21:50.524451 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 48 rows starting from the beginning of the part | ||
| 4916 | 2024.11.01 08:21:50.524721 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 4917 | 2024.11.01 08:21:50.525093 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
| 4918 | 2024.11.01 08:21:50.528640 [ 192 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 4 columns (4 merged, 0 gathered) in 0.006204892 sec., 201453.94956108826 rows/sec., 13.18 MiB/sec. | ||
| 4919 | 2024.11.01 08:21:50.529040 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4920 | 2024.11.01 08:21:50.529766 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_21_4} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4921 | 2024.11.01 08:21:50.530099 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_21_4} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4922 | 2024.11.01 08:21:50.530286 [ 193 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 233 rows, containing 19 columns (19 merged, 0 gathered) in 0.015711006 sec., 14830.367959887482 rows/sec., 26.58 MiB/sec. | ||
| 4923 | 2024.11.01 08:21:50.530291 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 4924 | 2024.11.01 08:21:50.531141 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4925 | 2024.11.01 08:21:50.531855 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4926 | 2024.11.01 08:21:50.531936 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4927 | 2024.11.01 08:21:50.532077 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. | ||
| 4928 | 2024.11.01 08:21:50.634504 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51862, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4929 | 2024.11.01 08:21:50.669216 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48047, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4930 | 2024.11.01 08:21:50.699631 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52870, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4931 | 2024.11.01 08:21:50.720034 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:32807, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4932 | 2024.11.01 08:21:50.826507 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61343, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4933 | 2024.11.01 08:21:50.997153 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4934 | 2024.11.01 08:21:51.408044 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38584, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4935 | 2024.11.01 08:21:51.453419 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48653, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4936 | 2024.11.01 08:21:51.641435 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4937 | 2024.11.01 08:21:51.798365 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40531, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4938 | 2024.11.01 08:21:51.814803 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35305, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4939 | 2024.11.01 08:21:51.873316 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48864, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4940 | 2024.11.01 08:21:51.894707 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58009, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4941 | 2024.11.01 08:21:52.100648 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56266, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4942 | 2024.11.01 08:21:52.494693 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4943 | 2024.11.01 08:21:52.760562 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62913, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4944 | 2024.11.01 08:21:52.848192 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63478, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4945 | 2024.11.01 08:21:52.902217 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37182, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4946 | 2024.11.01 08:21:52.969246 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55289, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4947 | 2024.11.01 08:21:52.972884 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44109, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4948 | 2024.11.01 08:21:52.985409 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35123, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4949 | 2024.11.01 08:21:53.787490 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 488 | ||
| 4950 | 2024.11.01 08:21:53.790575 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4951 | 2024.11.01 08:21:53.790637 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4952 | 2024.11.01 08:21:53.792251 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4953 | 2024.11.01 08:21:53.793267 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4954 | 2024.11.01 08:21:53.794161 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 488 | ||
| 4955 | 2024.11.01 08:21:55.469191 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57628, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4956 | 2024.11.01 08:21:55.469324 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4957 | 2024.11.01 08:21:55.469360 [ 289 ] {} <Debug> HTTP-Session: 5c52a1c2-88ed-499c-b1cc-7cd6f07dcb5c Authenticating user 'default' from [fd00:1122:3344:101::d]:57628 | ||
| 4958 | 2024.11.01 08:21:55.469394 [ 289 ] {} <Debug> HTTP-Session: 5c52a1c2-88ed-499c-b1cc-7cd6f07dcb5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4959 | 2024.11.01 08:21:55.469417 [ 289 ] {} <Debug> HTTP-Session: 5c52a1c2-88ed-499c-b1cc-7cd6f07dcb5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4960 | 2024.11.01 08:21:55.469483 [ 289 ] {} <Trace> HTTP-Session: 5c52a1c2-88ed-499c-b1cc-7cd6f07dcb5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4961 | 2024.11.01 08:21:55.469712 [ 289 ] {a44e9f4c-6ab6-439e-8669-465c02523290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57628) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4962 | 2024.11.01 08:21:55.469802 [ 289 ] {a44e9f4c-6ab6-439e-8669-465c02523290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4963 | 2024.11.01 08:21:55.470260 [ 289 ] {a44e9f4c-6ab6-439e-8669-465c02523290} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4964 | 2024.11.01 08:21:55.470761 [ 289 ] {a44e9f4c-6ab6-439e-8669-465c02523290} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4965 | 2024.11.01 08:21:55.470816 [ 289 ] {a44e9f4c-6ab6-439e-8669-465c02523290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4966 | 2024.11.01 08:21:55.471367 [ 289 ] {a44e9f4c-6ab6-439e-8669-465c02523290} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4967 | 2024.11.01 08:21:55.471915 [ 289 ] {a44e9f4c-6ab6-439e-8669-465c02523290} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4968 | 2024.11.01 08:21:55.472118 [ 289 ] {a44e9f4c-6ab6-439e-8669-465c02523290} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002476 sec., 807.7544426494346 rows/sec., 65.87 KiB/sec. | ||
| 4969 | 2024.11.01 08:21:55.472467 [ 289 ] {a44e9f4c-6ab6-439e-8669-465c02523290} <Debug> DynamicQueryHandler: Done processing query | ||
| 4970 | 2024.11.01 08:21:55.472495 [ 289 ] {a44e9f4c-6ab6-439e-8669-465c02523290} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4971 | 2024.11.01 08:21:55.472513 [ 289 ] {} <Debug> HTTP-Session: 5c52a1c2-88ed-499c-b1cc-7cd6f07dcb5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4972 | 2024.11.01 08:21:55.472692 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57628, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4973 | 2024.11.01 08:21:55.472807 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49378, User-Agent: (none), Length: 7929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4974 | 2024.11.01 08:21:55.472917 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4975 | 2024.11.01 08:21:55.472942 [ 285 ] {} <Debug> HTTP-Session: d3e02750-4439-4bb7-8767-b95248577bd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49378 | ||
| 4976 | 2024.11.01 08:21:55.472967 [ 285 ] {} <Debug> HTTP-Session: d3e02750-4439-4bb7-8767-b95248577bd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4977 | 2024.11.01 08:21:55.472981 [ 285 ] {} <Debug> HTTP-Session: d3e02750-4439-4bb7-8767-b95248577bd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4978 | 2024.11.01 08:21:55.473036 [ 285 ] {} <Trace> HTTP-Session: d3e02750-4439-4bb7-8767-b95248577bd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4979 | 2024.11.01 08:21:55.473229 [ 285 ] {8199064e-04d4-4e56-a352-927a0009b80c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49378) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4980 | 2024.11.01 08:21:55.473295 [ 285 ] {8199064e-04d4-4e56-a352-927a0009b80c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4981 | 2024.11.01 08:21:55.473628 [ 285 ] {8199064e-04d4-4e56-a352-927a0009b80c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4982 | 2024.11.01 08:21:55.474023 [ 285 ] {8199064e-04d4-4e56-a352-927a0009b80c} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4983 | 2024.11.01 08:21:55.474062 [ 285 ] {8199064e-04d4-4e56-a352-927a0009b80c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 4984 | 2024.11.01 08:21:55.474499 [ 285 ] {8199064e-04d4-4e56-a352-927a0009b80c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4985 | 2024.11.01 08:21:55.474908 [ 285 ] {8199064e-04d4-4e56-a352-927a0009b80c} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4986 | 2024.11.01 08:21:55.475055 [ 285 ] {8199064e-04d4-4e56-a352-927a0009b80c} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001895 sec., 30079.15567282322 rows/sec., 2.29 MiB/sec. | ||
| 4987 | 2024.11.01 08:21:55.475228 [ 285 ] {8199064e-04d4-4e56-a352-927a0009b80c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4988 | 2024.11.01 08:21:55.475252 [ 285 ] {8199064e-04d4-4e56-a352-927a0009b80c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4989 | 2024.11.01 08:21:55.475268 [ 285 ] {} <Debug> HTTP-Session: d3e02750-4439-4bb7-8767-b95248577bd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4990 | 2024.11.01 08:21:55.475441 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49378, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4991 | 2024.11.01 08:21:55.475511 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57628, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4992 | 2024.11.01 08:21:55.475595 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4993 | 2024.11.01 08:21:55.475620 [ 289 ] {} <Debug> HTTP-Session: aae3716a-27bf-4510-9f1c-49abba00e1fb Authenticating user 'default' from [fd00:1122:3344:101::d]:57628 | ||
| 4994 | 2024.11.01 08:21:55.475641 [ 289 ] {} <Debug> HTTP-Session: aae3716a-27bf-4510-9f1c-49abba00e1fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4995 | 2024.11.01 08:21:55.475656 [ 289 ] {} <Debug> HTTP-Session: aae3716a-27bf-4510-9f1c-49abba00e1fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4996 | 2024.11.01 08:21:55.475696 [ 289 ] {} <Trace> HTTP-Session: aae3716a-27bf-4510-9f1c-49abba00e1fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4997 | 2024.11.01 08:21:55.475820 [ 289 ] {c367b695-5f54-41d1-899a-7462e89aef5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57628) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4998 | 2024.11.01 08:21:55.475872 [ 289 ] {c367b695-5f54-41d1-899a-7462e89aef5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4999 | 2024.11.01 08:21:55.476161 [ 289 ] {c367b695-5f54-41d1-899a-7462e89aef5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5000 | 2024.11.01 08:21:55.476483 [ 289 ] {c367b695-5f54-41d1-899a-7462e89aef5e} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5001 | 2024.11.01 08:21:55.476521 [ 289 ] {c367b695-5f54-41d1-899a-7462e89aef5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5002 | 2024.11.01 08:21:55.476884 [ 289 ] {c367b695-5f54-41d1-899a-7462e89aef5e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5003 | 2024.11.01 08:21:55.477286 [ 289 ] {c367b695-5f54-41d1-899a-7462e89aef5e} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5004 | 2024.11.01 08:21:55.477450 [ 289 ] {c367b695-5f54-41d1-899a-7462e89aef5e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001657 sec., 1207.0006035003016 rows/sec., 84.28 KiB/sec. | ||
| 5005 | 2024.11.01 08:21:55.477668 [ 289 ] {c367b695-5f54-41d1-899a-7462e89aef5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5006 | 2024.11.01 08:21:55.477693 [ 289 ] {c367b695-5f54-41d1-899a-7462e89aef5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5007 | 2024.11.01 08:21:55.477709 [ 289 ] {} <Debug> HTTP-Session: aae3716a-27bf-4510-9f1c-49abba00e1fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5008 | 2024.11.01 08:21:55.477888 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57628, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5009 | 2024.11.01 08:21:55.478009 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50647, User-Agent: (none), Length: 11213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5010 | 2024.11.01 08:21:55.478081 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5011 | 2024.11.01 08:21:55.478105 [ 285 ] {} <Debug> HTTP-Session: e31311cb-f454-4ce8-85cc-938a55fd0185 Authenticating user 'default' from [fd00:1122:3344:101::d]:50647 | ||
| 5012 | 2024.11.01 08:21:55.478126 [ 285 ] {} <Debug> HTTP-Session: e31311cb-f454-4ce8-85cc-938a55fd0185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5013 | 2024.11.01 08:21:55.478145 [ 285 ] {} <Debug> HTTP-Session: e31311cb-f454-4ce8-85cc-938a55fd0185 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5014 | 2024.11.01 08:21:55.478206 [ 285 ] {} <Trace> HTTP-Session: e31311cb-f454-4ce8-85cc-938a55fd0185 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5015 | 2024.11.01 08:21:55.478377 [ 285 ] {b1a4db69-3d09-496f-8c3c-e7eb81f8ec68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50647) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5016 | 2024.11.01 08:21:55.478433 [ 285 ] {b1a4db69-3d09-496f-8c3c-e7eb81f8ec68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5017 | 2024.11.01 08:21:55.478723 [ 285 ] {b1a4db69-3d09-496f-8c3c-e7eb81f8ec68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5018 | 2024.11.01 08:21:55.479084 [ 285 ] {b1a4db69-3d09-496f-8c3c-e7eb81f8ec68} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5019 | 2024.11.01 08:21:55.479121 [ 285 ] {b1a4db69-3d09-496f-8c3c-e7eb81f8ec68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5020 | 2024.11.01 08:21:55.479490 [ 285 ] {b1a4db69-3d09-496f-8c3c-e7eb81f8ec68} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5021 | 2024.11.01 08:21:55.479868 [ 285 ] {b1a4db69-3d09-496f-8c3c-e7eb81f8ec68} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5022 | 2024.11.01 08:21:55.479995 [ 285 ] {b1a4db69-3d09-496f-8c3c-e7eb81f8ec68} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001691 sec., 39030.15966883501 rows/sec., 3.05 MiB/sec. | ||
| 5023 | 2024.11.01 08:21:55.480153 [ 285 ] {b1a4db69-3d09-496f-8c3c-e7eb81f8ec68} <Debug> DynamicQueryHandler: Done processing query | ||
| 5024 | 2024.11.01 08:21:55.480177 [ 285 ] {b1a4db69-3d09-496f-8c3c-e7eb81f8ec68} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5025 | 2024.11.01 08:21:55.480195 [ 285 ] {} <Debug> HTTP-Session: e31311cb-f454-4ce8-85cc-938a55fd0185 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5026 | 2024.11.01 08:21:55.480355 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5027 | 2024.11.01 08:21:55.480414 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57628, User-Agent: (none), Length: 30787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5028 | 2024.11.01 08:21:55.480494 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5029 | 2024.11.01 08:21:55.480522 [ 289 ] {} <Debug> HTTP-Session: 75f3d706-73a3-4da2-a965-6de8a154c134 Authenticating user 'default' from [fd00:1122:3344:101::d]:57628 | ||
| 5030 | 2024.11.01 08:21:55.480543 [ 289 ] {} <Debug> HTTP-Session: 75f3d706-73a3-4da2-a965-6de8a154c134 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5031 | 2024.11.01 08:21:55.480562 [ 289 ] {} <Debug> HTTP-Session: 75f3d706-73a3-4da2-a965-6de8a154c134 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5032 | 2024.11.01 08:21:55.480609 [ 289 ] {} <Trace> HTTP-Session: 75f3d706-73a3-4da2-a965-6de8a154c134 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5033 | 2024.11.01 08:21:55.480804 [ 289 ] {9f277978-4e21-485a-b3b7-a9ea76615bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57628) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5034 | 2024.11.01 08:21:55.480865 [ 289 ] {9f277978-4e21-485a-b3b7-a9ea76615bb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5035 | 2024.11.01 08:21:55.481086 [ 289 ] {9f277978-4e21-485a-b3b7-a9ea76615bb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5036 | 2024.11.01 08:21:55.481529 [ 289 ] {9f277978-4e21-485a-b3b7-a9ea76615bb7} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5037 | 2024.11.01 08:21:55.481566 [ 289 ] {9f277978-4e21-485a-b3b7-a9ea76615bb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5038 | 2024.11.01 08:21:55.481981 [ 289 ] {9f277978-4e21-485a-b3b7-a9ea76615bb7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5039 | 2024.11.01 08:21:55.482340 [ 289 ] {9f277978-4e21-485a-b3b7-a9ea76615bb7} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5040 | 2024.11.01 08:21:55.482507 [ 289 ] {9f277978-4e21-485a-b3b7-a9ea76615bb7} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001788 sec., 90044.74272930648 rows/sec., 6.27 MiB/sec. | ||
| 5041 | 2024.11.01 08:21:55.482679 [ 289 ] {9f277978-4e21-485a-b3b7-a9ea76615bb7} <Debug> DynamicQueryHandler: Done processing query | ||
| 5042 | 2024.11.01 08:21:55.482704 [ 289 ] {9f277978-4e21-485a-b3b7-a9ea76615bb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5043 | 2024.11.01 08:21:55.482720 [ 289 ] {} <Debug> HTTP-Session: 75f3d706-73a3-4da2-a965-6de8a154c134 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5044 | 2024.11.01 08:21:55.482895 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57628, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5045 | 2024.11.01 08:21:55.482979 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43130, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5046 | 2024.11.01 08:21:55.483067 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5047 | 2024.11.01 08:21:55.483092 [ 285 ] {} <Debug> HTTP-Session: c9647663-a8d6-414f-a95a-f2dba4f916ae Authenticating user 'default' from [fd00:1122:3344:101::d]:43130 | ||
| 5048 | 2024.11.01 08:21:55.483113 [ 285 ] {} <Debug> HTTP-Session: c9647663-a8d6-414f-a95a-f2dba4f916ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5049 | 2024.11.01 08:21:55.483130 [ 285 ] {} <Debug> HTTP-Session: c9647663-a8d6-414f-a95a-f2dba4f916ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5050 | 2024.11.01 08:21:55.483178 [ 285 ] {} <Trace> HTTP-Session: c9647663-a8d6-414f-a95a-f2dba4f916ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5051 | 2024.11.01 08:21:55.483334 [ 285 ] {a7d103bb-43fd-4e54-9966-d45d23c74dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43130) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5052 | 2024.11.01 08:21:55.483394 [ 285 ] {a7d103bb-43fd-4e54-9966-d45d23c74dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5053 | 2024.11.01 08:21:55.483578 [ 285 ] {a7d103bb-43fd-4e54-9966-d45d23c74dd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5054 | 2024.11.01 08:21:55.483945 [ 285 ] {a7d103bb-43fd-4e54-9966-d45d23c74dd6} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5055 | 2024.11.01 08:21:55.483985 [ 285 ] {a7d103bb-43fd-4e54-9966-d45d23c74dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5056 | 2024.11.01 08:21:55.484367 [ 285 ] {a7d103bb-43fd-4e54-9966-d45d23c74dd6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5057 | 2024.11.01 08:21:55.484710 [ 285 ] {a7d103bb-43fd-4e54-9966-d45d23c74dd6} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5058 | 2024.11.01 08:21:55.484835 [ 285 ] {a7d103bb-43fd-4e54-9966-d45d23c74dd6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001559 sec., 38486.20910840282 rows/sec., 2.59 MiB/sec. | ||
| 5059 | 2024.11.01 08:21:55.484999 [ 285 ] {a7d103bb-43fd-4e54-9966-d45d23c74dd6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5060 | 2024.11.01 08:21:55.485023 [ 285 ] {a7d103bb-43fd-4e54-9966-d45d23c74dd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5061 | 2024.11.01 08:21:55.485039 [ 285 ] {} <Debug> HTTP-Session: c9647663-a8d6-414f-a95a-f2dba4f916ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5062 | 2024.11.01 08:21:55.485258 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43130, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5063 | 2024.11.01 08:21:58.636140 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5064 | 2024.11.01 08:21:58.636207 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5065 | 2024.11.01 08:22:00.468522 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36955, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5066 | 2024.11.01 08:22:00.468651 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5067 | 2024.11.01 08:22:00.468681 [ 289 ] {} <Debug> HTTP-Session: 33c5c8bb-7b56-4ef1-921c-4e8660e16adb Authenticating user 'default' from [fd00:1122:3344:101::d]:36955 | ||
| 5068 | 2024.11.01 08:22:00.468708 [ 289 ] {} <Debug> HTTP-Session: 33c5c8bb-7b56-4ef1-921c-4e8660e16adb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5069 | 2024.11.01 08:22:00.468727 [ 289 ] {} <Debug> HTTP-Session: 33c5c8bb-7b56-4ef1-921c-4e8660e16adb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5070 | 2024.11.01 08:22:00.468785 [ 289 ] {} <Trace> HTTP-Session: 33c5c8bb-7b56-4ef1-921c-4e8660e16adb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5071 | 2024.11.01 08:22:00.469005 [ 289 ] {f7f111cd-0ead-4b8f-93f4-e8946cd34fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36955) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5072 | 2024.11.01 08:22:00.469081 [ 289 ] {f7f111cd-0ead-4b8f-93f4-e8946cd34fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5073 | 2024.11.01 08:22:00.469463 [ 289 ] {f7f111cd-0ead-4b8f-93f4-e8946cd34fd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5074 | 2024.11.01 08:22:00.469969 [ 289 ] {f7f111cd-0ead-4b8f-93f4-e8946cd34fd7} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5075 | 2024.11.01 08:22:00.470015 [ 289 ] {f7f111cd-0ead-4b8f-93f4-e8946cd34fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5076 | 2024.11.01 08:22:00.470451 [ 289 ] {f7f111cd-0ead-4b8f-93f4-e8946cd34fd7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5077 | 2024.11.01 08:22:00.470832 [ 289 ] {f7f111cd-0ead-4b8f-93f4-e8946cd34fd7} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5078 | 2024.11.01 08:22:00.471014 [ 289 ] {f7f111cd-0ead-4b8f-93f4-e8946cd34fd7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002076 sec., 26974.95183044316 rows/sec., 2.06 MiB/sec. | ||
| 5079 | 2024.11.01 08:22:00.471383 [ 289 ] {f7f111cd-0ead-4b8f-93f4-e8946cd34fd7} <Debug> DynamicQueryHandler: Done processing query | ||
| 5080 | 2024.11.01 08:22:00.471411 [ 289 ] {f7f111cd-0ead-4b8f-93f4-e8946cd34fd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5081 | 2024.11.01 08:22:00.471428 [ 289 ] {} <Debug> HTTP-Session: 33c5c8bb-7b56-4ef1-921c-4e8660e16adb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5082 | 2024.11.01 08:22:00.471622 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36955, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5083 | 2024.11.01 08:22:00.471728 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50920, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5084 | 2024.11.01 08:22:00.471827 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5085 | 2024.11.01 08:22:00.471850 [ 285 ] {} <Debug> HTTP-Session: b9db6342-ed00-45c0-8ba2-3ab4889e9bfe Authenticating user 'default' from [fd00:1122:3344:101::d]:50920 | ||
| 5086 | 2024.11.01 08:22:00.471874 [ 285 ] {} <Debug> HTTP-Session: b9db6342-ed00-45c0-8ba2-3ab4889e9bfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5087 | 2024.11.01 08:22:00.471889 [ 285 ] {} <Debug> HTTP-Session: b9db6342-ed00-45c0-8ba2-3ab4889e9bfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5088 | 2024.11.01 08:22:00.471943 [ 285 ] {} <Trace> HTTP-Session: b9db6342-ed00-45c0-8ba2-3ab4889e9bfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5089 | 2024.11.01 08:22:00.472137 [ 285 ] {c0c23361-13af-44eb-b3f8-05d4e35ba933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50920) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5090 | 2024.11.01 08:22:00.472202 [ 285 ] {c0c23361-13af-44eb-b3f8-05d4e35ba933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5091 | 2024.11.01 08:22:00.472532 [ 285 ] {c0c23361-13af-44eb-b3f8-05d4e35ba933} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5092 | 2024.11.01 08:22:00.472938 [ 285 ] {c0c23361-13af-44eb-b3f8-05d4e35ba933} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5093 | 2024.11.01 08:22:00.472975 [ 285 ] {c0c23361-13af-44eb-b3f8-05d4e35ba933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5094 | 2024.11.01 08:22:00.473429 [ 285 ] {c0c23361-13af-44eb-b3f8-05d4e35ba933} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5095 | 2024.11.01 08:22:00.473830 [ 285 ] {c0c23361-13af-44eb-b3f8-05d4e35ba933} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5096 | 2024.11.01 08:22:00.473974 [ 285 ] {c0c23361-13af-44eb-b3f8-05d4e35ba933} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001911 sec., 33490.31920460492 rows/sec., 2.61 MiB/sec. | ||
| 5097 | 2024.11.01 08:22:00.474159 [ 285 ] {c0c23361-13af-44eb-b3f8-05d4e35ba933} <Debug> DynamicQueryHandler: Done processing query | ||
| 5098 | 2024.11.01 08:22:00.474184 [ 285 ] {c0c23361-13af-44eb-b3f8-05d4e35ba933} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5099 | 2024.11.01 08:22:00.474200 [ 285 ] {} <Debug> HTTP-Session: b9db6342-ed00-45c0-8ba2-3ab4889e9bfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5100 | 2024.11.01 08:22:00.474432 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50920, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5101 | 2024.11.01 08:22:00.474524 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36955, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5102 | 2024.11.01 08:22:00.474642 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5103 | 2024.11.01 08:22:00.474681 [ 289 ] {} <Debug> HTTP-Session: 51c94f3e-2379-4de7-913d-7038783b5e7e Authenticating user 'default' from [fd00:1122:3344:101::d]:36955 | ||
| 5104 | 2024.11.01 08:22:00.474714 [ 289 ] {} <Debug> HTTP-Session: 51c94f3e-2379-4de7-913d-7038783b5e7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5105 | 2024.11.01 08:22:00.474731 [ 289 ] {} <Debug> HTTP-Session: 51c94f3e-2379-4de7-913d-7038783b5e7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5106 | 2024.11.01 08:22:00.474780 [ 289 ] {} <Trace> HTTP-Session: 51c94f3e-2379-4de7-913d-7038783b5e7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5107 | 2024.11.01 08:22:00.474991 [ 289 ] {6b545e74-cd37-46bb-ab62-ddbcc2b0e15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36955) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5108 | 2024.11.01 08:22:00.475054 [ 289 ] {6b545e74-cd37-46bb-ab62-ddbcc2b0e15b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5109 | 2024.11.01 08:22:00.475273 [ 289 ] {6b545e74-cd37-46bb-ab62-ddbcc2b0e15b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5110 | 2024.11.01 08:22:00.475724 [ 289 ] {6b545e74-cd37-46bb-ab62-ddbcc2b0e15b} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5111 | 2024.11.01 08:22:00.475761 [ 289 ] {6b545e74-cd37-46bb-ab62-ddbcc2b0e15b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5112 | 2024.11.01 08:22:00.476163 [ 289 ] {6b545e74-cd37-46bb-ab62-ddbcc2b0e15b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5113 | 2024.11.01 08:22:00.476511 [ 289 ] {6b545e74-cd37-46bb-ab62-ddbcc2b0e15b} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5114 | 2024.11.01 08:22:00.476671 [ 289 ] {6b545e74-cd37-46bb-ab62-ddbcc2b0e15b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001778 sec., 89988.75140607424 rows/sec., 6.27 MiB/sec. | ||
| 5115 | 2024.11.01 08:22:00.476856 [ 289 ] {6b545e74-cd37-46bb-ab62-ddbcc2b0e15b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5116 | 2024.11.01 08:22:00.476880 [ 289 ] {6b545e74-cd37-46bb-ab62-ddbcc2b0e15b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5117 | 2024.11.01 08:22:00.476896 [ 289 ] {} <Debug> HTTP-Session: 51c94f3e-2379-4de7-913d-7038783b5e7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5118 | 2024.11.01 08:22:00.477076 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36955, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5119 | 2024.11.01 08:22:00.477219 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47980, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5120 | 2024.11.01 08:22:00.477290 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5121 | 2024.11.01 08:22:00.477314 [ 285 ] {} <Debug> HTTP-Session: 9de3fd3d-8a5e-4e88-af97-9a09788ef60a Authenticating user 'default' from [fd00:1122:3344:101::d]:47980 | ||
| 5122 | 2024.11.01 08:22:00.477335 [ 285 ] {} <Debug> HTTP-Session: 9de3fd3d-8a5e-4e88-af97-9a09788ef60a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5123 | 2024.11.01 08:22:00.477352 [ 285 ] {} <Debug> HTTP-Session: 9de3fd3d-8a5e-4e88-af97-9a09788ef60a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5124 | 2024.11.01 08:22:00.477396 [ 285 ] {} <Trace> HTTP-Session: 9de3fd3d-8a5e-4e88-af97-9a09788ef60a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5125 | 2024.11.01 08:22:00.477552 [ 285 ] {924814f0-8846-43d1-ac97-4b07faf15ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47980) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5126 | 2024.11.01 08:22:00.477611 [ 285 ] {924814f0-8846-43d1-ac97-4b07faf15ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5127 | 2024.11.01 08:22:00.477783 [ 285 ] {924814f0-8846-43d1-ac97-4b07faf15ca0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5128 | 2024.11.01 08:22:00.478085 [ 285 ] {924814f0-8846-43d1-ac97-4b07faf15ca0} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5129 | 2024.11.01 08:22:00.478119 [ 285 ] {924814f0-8846-43d1-ac97-4b07faf15ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5130 | 2024.11.01 08:22:00.478495 [ 285 ] {924814f0-8846-43d1-ac97-4b07faf15ca0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5131 | 2024.11.01 08:22:00.478821 [ 285 ] {924814f0-8846-43d1-ac97-4b07faf15ca0} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5132 | 2024.11.01 08:22:00.478951 [ 285 ] {924814f0-8846-43d1-ac97-4b07faf15ca0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001457 sec., 41180.507892930684 rows/sec., 2.78 MiB/sec. | ||
| 5133 | 2024.11.01 08:22:00.479109 [ 285 ] {924814f0-8846-43d1-ac97-4b07faf15ca0} <Debug> DynamicQueryHandler: Done processing query | ||
| 5134 | 2024.11.01 08:22:00.479132 [ 285 ] {924814f0-8846-43d1-ac97-4b07faf15ca0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5135 | 2024.11.01 08:22:00.479148 [ 285 ] {} <Debug> HTTP-Session: 9de3fd3d-8a5e-4e88-af97-9a09788ef60a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5136 | 2024.11.01 08:22:00.479481 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47980, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5137 | 2024.11.01 08:22:02.225933 [ 147 ] {} <Debug> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 5138 | 2024.11.01 08:22:02.226048 [ 147 ] {} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5139 | 2024.11.01 08:22:02.226098 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5140 | 2024.11.01 08:22:02.226442 [ 192 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 5141 | 2024.11.01 08:22:02.226752 [ 192 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5142 | 2024.11.01 08:22:02.226794 [ 192 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part | ||
| 5143 | 2024.11.01 08:22:02.226878 [ 192 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 5144 | 2024.11.01 08:22:02.227066 [ 192 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 5145 | 2024.11.01 08:22:02.227320 [ 192 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 5146 | 2024.11.01 08:22:02.227549 [ 192 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 5147 | 2024.11.01 08:22:02.228759 [ 199 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.002530302 sec., 3952.0974176205054 rows/sec., 263.22 KiB/sec. | ||
| 5148 | 2024.11.01 08:22:02.228955 [ 193 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 5149 | 2024.11.01 08:22:02.229455 [ 193 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_10_2} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5150 | 2024.11.01 08:22:02.229549 [ 193 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_10_2} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 5151 | 2024.11.01 08:22:02.229652 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 5152 | 2024.11.01 08:22:03.795250 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 508 | ||
| 5153 | 2024.11.01 08:22:03.797941 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5154 | 2024.11.01 08:22:03.798000 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5155 | 2024.11.01 08:22:03.799576 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5156 | 2024.11.01 08:22:03.800658 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5157 | 2024.11.01 08:22:03.801271 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 508 | ||
| 5158 | 2024.11.01 08:22:05.475911 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36955, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5159 | 2024.11.01 08:22:05.476036 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5160 | 2024.11.01 08:22:05.476065 [ 289 ] {} <Debug> HTTP-Session: dd23b7f7-6d87-4a13-8d2f-ccd4eefa2196 Authenticating user 'default' from [fd00:1122:3344:101::d]:36955 | ||
| 5161 | 2024.11.01 08:22:05.476092 [ 289 ] {} <Debug> HTTP-Session: dd23b7f7-6d87-4a13-8d2f-ccd4eefa2196 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5162 | 2024.11.01 08:22:05.476110 [ 289 ] {} <Debug> HTTP-Session: dd23b7f7-6d87-4a13-8d2f-ccd4eefa2196 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5163 | 2024.11.01 08:22:05.476167 [ 289 ] {} <Trace> HTTP-Session: dd23b7f7-6d87-4a13-8d2f-ccd4eefa2196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5164 | 2024.11.01 08:22:05.476458 [ 289 ] {203ed260-8856-47ca-855e-1582775e1615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36955) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5165 | 2024.11.01 08:22:05.476535 [ 289 ] {203ed260-8856-47ca-855e-1582775e1615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5166 | 2024.11.01 08:22:05.476901 [ 289 ] {203ed260-8856-47ca-855e-1582775e1615} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5167 | 2024.11.01 08:22:05.477497 [ 289 ] {203ed260-8856-47ca-855e-1582775e1615} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5168 | 2024.11.01 08:22:05.477542 [ 289 ] {203ed260-8856-47ca-855e-1582775e1615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5169 | 2024.11.01 08:22:05.477991 [ 289 ] {203ed260-8856-47ca-855e-1582775e1615} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5170 | 2024.11.01 08:22:05.478380 [ 289 ] {203ed260-8856-47ca-855e-1582775e1615} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5171 | 2024.11.01 08:22:05.478562 [ 289 ] {203ed260-8856-47ca-855e-1582775e1615} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002239 sec., 121929.43278249218 rows/sec., 10.84 MiB/sec. | ||
| 5172 | 2024.11.01 08:22:05.478782 [ 289 ] {203ed260-8856-47ca-855e-1582775e1615} <Debug> DynamicQueryHandler: Done processing query | ||
| 5173 | 2024.11.01 08:22:05.478810 [ 289 ] {203ed260-8856-47ca-855e-1582775e1615} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5174 | 2024.11.01 08:22:05.478826 [ 289 ] {} <Debug> HTTP-Session: dd23b7f7-6d87-4a13-8d2f-ccd4eefa2196 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5175 | 2024.11.01 08:22:05.479012 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36955, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5176 | 2024.11.01 08:22:05.479169 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51347, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5177 | 2024.11.01 08:22:05.479301 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5178 | 2024.11.01 08:22:05.479331 [ 290 ] {} <Debug> HTTP-Session: 2c61a449-e3b9-4e8a-9c77-93ca37a2e9f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51347 | ||
| 5179 | 2024.11.01 08:22:05.479358 [ 290 ] {} <Debug> HTTP-Session: 2c61a449-e3b9-4e8a-9c77-93ca37a2e9f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5180 | 2024.11.01 08:22:05.479376 [ 290 ] {} <Debug> HTTP-Session: 2c61a449-e3b9-4e8a-9c77-93ca37a2e9f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5181 | 2024.11.01 08:22:05.479439 [ 290 ] {} <Trace> HTTP-Session: 2c61a449-e3b9-4e8a-9c77-93ca37a2e9f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5182 | 2024.11.01 08:22:05.479671 [ 290 ] {f0b39a1a-a5db-41bb-95a6-2333d1f4eba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51347) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5183 | 2024.11.01 08:22:05.479748 [ 290 ] {f0b39a1a-a5db-41bb-95a6-2333d1f4eba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5184 | 2024.11.01 08:22:05.480103 [ 290 ] {f0b39a1a-a5db-41bb-95a6-2333d1f4eba1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5185 | 2024.11.01 08:22:05.480485 [ 290 ] {f0b39a1a-a5db-41bb-95a6-2333d1f4eba1} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5186 | 2024.11.01 08:22:05.480531 [ 290 ] {f0b39a1a-a5db-41bb-95a6-2333d1f4eba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5187 | 2024.11.01 08:22:05.480959 [ 290 ] {f0b39a1a-a5db-41bb-95a6-2333d1f4eba1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5188 | 2024.11.01 08:22:05.481365 [ 290 ] {f0b39a1a-a5db-41bb-95a6-2333d1f4eba1} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5189 | 2024.11.01 08:22:05.481559 [ 290 ] {f0b39a1a-a5db-41bb-95a6-2333d1f4eba1} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.00196 sec., 21428.571428571428 rows/sec., 1.57 MiB/sec. | ||
| 5190 | 2024.11.01 08:22:05.481934 [ 290 ] {f0b39a1a-a5db-41bb-95a6-2333d1f4eba1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5191 | 2024.11.01 08:22:05.481961 [ 290 ] {f0b39a1a-a5db-41bb-95a6-2333d1f4eba1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5192 | 2024.11.01 08:22:05.481979 [ 290 ] {} <Debug> HTTP-Session: 2c61a449-e3b9-4e8a-9c77-93ca37a2e9f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5193 | 2024.11.01 08:22:05.482172 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51347, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5194 | 2024.11.01 08:22:05.482171 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36955, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5195 | 2024.11.01 08:22:05.482292 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5196 | 2024.11.01 08:22:05.482330 [ 289 ] {} <Debug> HTTP-Session: 26fbdd86-d2eb-44da-811d-40440a85ffae Authenticating user 'default' from [fd00:1122:3344:101::d]:36955 | ||
| 5197 | 2024.11.01 08:22:05.482362 [ 289 ] {} <Debug> HTTP-Session: 26fbdd86-d2eb-44da-811d-40440a85ffae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5198 | 2024.11.01 08:22:05.482380 [ 289 ] {} <Debug> HTTP-Session: 26fbdd86-d2eb-44da-811d-40440a85ffae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5199 | 2024.11.01 08:22:05.482429 [ 289 ] {} <Trace> HTTP-Session: 26fbdd86-d2eb-44da-811d-40440a85ffae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5200 | 2024.11.01 08:22:05.482585 [ 289 ] {a7fd6b43-6ab1-42dc-aac5-1904c966e3ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36955) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5201 | 2024.11.01 08:22:05.482645 [ 289 ] {a7fd6b43-6ab1-42dc-aac5-1904c966e3ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5202 | 2024.11.01 08:22:05.482943 [ 289 ] {a7fd6b43-6ab1-42dc-aac5-1904c966e3ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5203 | 2024.11.01 08:22:05.483256 [ 289 ] {a7fd6b43-6ab1-42dc-aac5-1904c966e3ca} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5204 | 2024.11.01 08:22:05.483293 [ 289 ] {a7fd6b43-6ab1-42dc-aac5-1904c966e3ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5205 | 2024.11.01 08:22:05.483664 [ 289 ] {a7fd6b43-6ab1-42dc-aac5-1904c966e3ca} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5206 | 2024.11.01 08:22:05.484032 [ 289 ] {a7fd6b43-6ab1-42dc-aac5-1904c966e3ca} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5207 | 2024.11.01 08:22:05.484164 [ 289 ] {a7fd6b43-6ab1-42dc-aac5-1904c966e3ca} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001626 sec., 8610.086100861008 rows/sec., 602.99 KiB/sec. | ||
| 5208 | 2024.11.01 08:22:05.484519 [ 289 ] {a7fd6b43-6ab1-42dc-aac5-1904c966e3ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 5209 | 2024.11.01 08:22:05.484545 [ 289 ] {a7fd6b43-6ab1-42dc-aac5-1904c966e3ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5210 | 2024.11.01 08:22:05.484561 [ 289 ] {} <Debug> HTTP-Session: 26fbdd86-d2eb-44da-811d-40440a85ffae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5211 | 2024.11.01 08:22:05.484705 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36955, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5212 | 2024.11.01 08:22:05.484780 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36893, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5213 | 2024.11.01 08:22:05.484868 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5214 | 2024.11.01 08:22:05.484897 [ 290 ] {} <Debug> HTTP-Session: e1dd374b-773c-444e-9939-f8b26206dc4b Authenticating user 'default' from [fd00:1122:3344:101::d]:36893 | ||
| 5215 | 2024.11.01 08:22:05.484919 [ 290 ] {} <Debug> HTTP-Session: e1dd374b-773c-444e-9939-f8b26206dc4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5216 | 2024.11.01 08:22:05.484936 [ 290 ] {} <Debug> HTTP-Session: e1dd374b-773c-444e-9939-f8b26206dc4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5217 | 2024.11.01 08:22:05.484985 [ 290 ] {} <Trace> HTTP-Session: e1dd374b-773c-444e-9939-f8b26206dc4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5218 | 2024.11.01 08:22:05.485124 [ 290 ] {ec535369-04f3-4eae-870d-144501764ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5219 | 2024.11.01 08:22:05.485183 [ 290 ] {ec535369-04f3-4eae-870d-144501764ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5220 | 2024.11.01 08:22:05.485493 [ 290 ] {ec535369-04f3-4eae-870d-144501764ff2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5221 | 2024.11.01 08:22:05.485839 [ 290 ] {ec535369-04f3-4eae-870d-144501764ff2} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5222 | 2024.11.01 08:22:05.485878 [ 290 ] {ec535369-04f3-4eae-870d-144501764ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5223 | 2024.11.01 08:22:05.486239 [ 290 ] {ec535369-04f3-4eae-870d-144501764ff2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5224 | 2024.11.01 08:22:05.486607 [ 290 ] {ec535369-04f3-4eae-870d-144501764ff2} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5225 | 2024.11.01 08:22:05.486766 [ 146 ] {} <Debug> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5226 | 2024.11.01 08:22:05.486775 [ 290 ] {ec535369-04f3-4eae-870d-144501764ff2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001684 sec., 3562.9453681710215 rows/sec., 210.51 KiB/sec. | ||
| 5227 | 2024.11.01 08:22:05.486831 [ 146 ] {} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5228 | 2024.11.01 08:22:05.486907 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5229 | 2024.11.01 08:22:05.487172 [ 290 ] {ec535369-04f3-4eae-870d-144501764ff2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5230 | 2024.11.01 08:22:05.487190 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 5231 | 2024.11.01 08:22:05.487247 [ 290 ] {ec535369-04f3-4eae-870d-144501764ff2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5232 | 2024.11.01 08:22:05.487322 [ 290 ] {} <Debug> HTTP-Session: e1dd374b-773c-444e-9939-f8b26206dc4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5233 | 2024.11.01 08:22:05.487465 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5234 | 2024.11.01 08:22:05.487512 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 6 rows starting from the beginning of the part | ||
| 5235 | 2024.11.01 08:22:05.487685 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 5236 | 2024.11.01 08:22:05.487800 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36893, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5237 | 2024.11.01 08:22:05.487955 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35550, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5238 | 2024.11.01 08:22:05.488086 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 5239 | 2024.11.01 08:22:05.488123 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5240 | 2024.11.01 08:22:05.488136 [ 290 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 5241 | |||
| 5242 | (version 23.8.7.1) | ||
| 5243 | 2024.11.01 08:22:05.488330 [ 286 ] {} <Debug> HTTP-Session: 95ed1b96-cbd3-4a18-a1c3-38d28570a307 Authenticating user 'default' from [fd00:1122:3344:101::d]:35550 | ||
| 5244 | 2024.11.01 08:22:05.488426 [ 286 ] {} <Debug> HTTP-Session: 95ed1b96-cbd3-4a18-a1c3-38d28570a307 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5245 | 2024.11.01 08:22:05.488447 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 5246 | 2024.11.01 08:22:05.488477 [ 286 ] {} <Debug> HTTP-Session: 95ed1b96-cbd3-4a18-a1c3-38d28570a307 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5247 | 2024.11.01 08:22:05.488585 [ 286 ] {} <Trace> HTTP-Session: 95ed1b96-cbd3-4a18-a1c3-38d28570a307 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5248 | 2024.11.01 08:22:05.488729 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 5249 | 2024.11.01 08:22:05.489061 [ 286 ] {192d311a-cf82-470c-b1fa-b58d8da7e8b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35550) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5250 | 2024.11.01 08:22:05.489225 [ 286 ] {192d311a-cf82-470c-b1fa-b58d8da7e8b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5251 | 2024.11.01 08:22:05.490005 [ 286 ] {192d311a-cf82-470c-b1fa-b58d8da7e8b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5252 | 2024.11.01 08:22:05.490890 [ 199 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003846874 sec., 7798.5398014075845 rows/sec., 495.02 KiB/sec. | ||
| 5253 | 2024.11.01 08:22:05.491184 [ 199 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5254 | 2024.11.01 08:22:05.491295 [ 286 ] {192d311a-cf82-470c-b1fa-b58d8da7e8b3} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5255 | 2024.11.01 08:22:05.491359 [ 286 ] {192d311a-cf82-470c-b1fa-b58d8da7e8b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5256 | 2024.11.01 08:22:05.492386 [ 286 ] {192d311a-cf82-470c-b1fa-b58d8da7e8b3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5257 | 2024.11.01 08:22:05.492396 [ 199 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_9_2} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5258 | 2024.11.01 08:22:05.492569 [ 199 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_9_2} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5259 | 2024.11.01 08:22:05.492820 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5260 | 2024.11.01 08:22:05.493128 [ 286 ] {192d311a-cf82-470c-b1fa-b58d8da7e8b3} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5261 | 2024.11.01 08:22:05.493276 [ 286 ] {192d311a-cf82-470c-b1fa-b58d8da7e8b3} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.004457 sec., 95131.2542068656 rows/sec., 6.80 MiB/sec. | ||
| 5262 | 2024.11.01 08:22:05.493487 [ 286 ] {192d311a-cf82-470c-b1fa-b58d8da7e8b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5263 | 2024.11.01 08:22:05.493513 [ 286 ] {192d311a-cf82-470c-b1fa-b58d8da7e8b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 5264 | 2024.11.01 08:22:05.493530 [ 286 ] {} <Debug> HTTP-Session: 95ed1b96-cbd3-4a18-a1c3-38d28570a307 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5265 | 2024.11.01 08:22:05.493707 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35550, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5266 | 2024.11.01 08:22:05.493797 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52588, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5267 | 2024.11.01 08:22:05.493867 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5268 | 2024.11.01 08:22:05.493894 [ 290 ] {} <Debug> HTTP-Session: 9ebe9cc0-d19f-4718-b1a7-6866be5fec94 Authenticating user 'default' from [fd00:1122:3344:101::d]:52588 | ||
| 5269 | 2024.11.01 08:22:05.493916 [ 290 ] {} <Debug> HTTP-Session: 9ebe9cc0-d19f-4718-b1a7-6866be5fec94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5270 | 2024.11.01 08:22:05.493933 [ 290 ] {} <Debug> HTTP-Session: 9ebe9cc0-d19f-4718-b1a7-6866be5fec94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5271 | 2024.11.01 08:22:05.493980 [ 290 ] {} <Trace> HTTP-Session: 9ebe9cc0-d19f-4718-b1a7-6866be5fec94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5272 | 2024.11.01 08:22:05.494113 [ 290 ] {5d267fdb-9e65-453e-b081-c5634ed5b246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52588) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5273 | 2024.11.01 08:22:05.494173 [ 290 ] {5d267fdb-9e65-453e-b081-c5634ed5b246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5274 | 2024.11.01 08:22:05.494366 [ 290 ] {5d267fdb-9e65-453e-b081-c5634ed5b246} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5275 | 2024.11.01 08:22:05.494690 [ 290 ] {5d267fdb-9e65-453e-b081-c5634ed5b246} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5276 | 2024.11.01 08:22:05.494733 [ 290 ] {5d267fdb-9e65-453e-b081-c5634ed5b246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5277 | 2024.11.01 08:22:05.495114 [ 290 ] {5d267fdb-9e65-453e-b081-c5634ed5b246} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5278 | 2024.11.01 08:22:05.495462 [ 290 ] {5d267fdb-9e65-453e-b081-c5634ed5b246} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5279 | 2024.11.01 08:22:05.495631 [ 290 ] {5d267fdb-9e65-453e-b081-c5634ed5b246} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001546 sec., 3880.9831824062094 rows/sec., 202.77 KiB/sec. | ||
| 5280 | 2024.11.01 08:22:05.495831 [ 290 ] {5d267fdb-9e65-453e-b081-c5634ed5b246} <Debug> DynamicQueryHandler: Done processing query | ||
| 5281 | 2024.11.01 08:22:05.495854 [ 290 ] {5d267fdb-9e65-453e-b081-c5634ed5b246} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5282 | 2024.11.01 08:22:05.495870 [ 290 ] {} <Debug> HTTP-Session: 9ebe9cc0-d19f-4718-b1a7-6866be5fec94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5283 | 2024.11.01 08:22:05.496055 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35550, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5284 | 2024.11.01 08:22:05.496110 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52588, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5285 | 2024.11.01 08:22:05.496168 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5286 | 2024.11.01 08:22:05.496217 [ 286 ] {} <Debug> HTTP-Session: 544ad327-5267-42c6-95a1-20dabcb738c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35550 | ||
| 5287 | 2024.11.01 08:22:05.496241 [ 286 ] {} <Debug> HTTP-Session: 544ad327-5267-42c6-95a1-20dabcb738c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5288 | 2024.11.01 08:22:05.496268 [ 286 ] {} <Debug> HTTP-Session: 544ad327-5267-42c6-95a1-20dabcb738c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5289 | 2024.11.01 08:22:05.496317 [ 286 ] {} <Trace> HTTP-Session: 544ad327-5267-42c6-95a1-20dabcb738c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5290 | 2024.11.01 08:22:05.496601 [ 286 ] {e580fe4c-962b-4340-b713-bd3a7b3e6fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35550) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5291 | 2024.11.01 08:22:05.496661 [ 286 ] {e580fe4c-962b-4340-b713-bd3a7b3e6fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5292 | 2024.11.01 08:22:05.496862 [ 286 ] {e580fe4c-962b-4340-b713-bd3a7b3e6fc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5293 | 2024.11.01 08:22:05.497316 [ 286 ] {e580fe4c-962b-4340-b713-bd3a7b3e6fc7} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5294 | 2024.11.01 08:22:05.497354 [ 286 ] {e580fe4c-962b-4340-b713-bd3a7b3e6fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5295 | 2024.11.01 08:22:05.497755 [ 286 ] {e580fe4c-962b-4340-b713-bd3a7b3e6fc7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5296 | 2024.11.01 08:22:05.498111 [ 286 ] {e580fe4c-962b-4340-b713-bd3a7b3e6fc7} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5297 | 2024.11.01 08:22:05.498246 [ 286 ] {e580fe4c-962b-4340-b713-bd3a7b3e6fc7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001811 sec., 130866.92435118719 rows/sec., 8.77 MiB/sec. | ||
| 5298 | 2024.11.01 08:22:05.498579 [ 286 ] {e580fe4c-962b-4340-b713-bd3a7b3e6fc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 5299 | 2024.11.01 08:22:05.498605 [ 286 ] {e580fe4c-962b-4340-b713-bd3a7b3e6fc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5300 | 2024.11.01 08:22:05.498622 [ 286 ] {} <Debug> HTTP-Session: 544ad327-5267-42c6-95a1-20dabcb738c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5301 | 2024.11.01 08:22:05.498773 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35550, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5302 | 2024.11.01 08:22:05.498857 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48702, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5303 | 2024.11.01 08:22:05.498920 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5304 | 2024.11.01 08:22:05.498940 [ 290 ] {} <Debug> HTTP-Session: a77b2a43-5a70-4f69-91ff-41f3bd2321fd Authenticating user 'default' from [fd00:1122:3344:101::d]:48702 | ||
| 5305 | 2024.11.01 08:22:05.498957 [ 290 ] {} <Debug> HTTP-Session: a77b2a43-5a70-4f69-91ff-41f3bd2321fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5306 | 2024.11.01 08:22:05.498971 [ 290 ] {} <Debug> HTTP-Session: a77b2a43-5a70-4f69-91ff-41f3bd2321fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5307 | 2024.11.01 08:22:05.499010 [ 290 ] {} <Trace> HTTP-Session: a77b2a43-5a70-4f69-91ff-41f3bd2321fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5308 | 2024.11.01 08:22:05.499116 [ 290 ] {7ec8d773-e550-43e4-bb85-cec83182f77e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48702) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5309 | 2024.11.01 08:22:05.499166 [ 290 ] {7ec8d773-e550-43e4-bb85-cec83182f77e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5310 | 2024.11.01 08:22:05.499331 [ 290 ] {7ec8d773-e550-43e4-bb85-cec83182f77e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5311 | 2024.11.01 08:22:05.499607 [ 290 ] {7ec8d773-e550-43e4-bb85-cec83182f77e} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5312 | 2024.11.01 08:22:05.499644 [ 290 ] {7ec8d773-e550-43e4-bb85-cec83182f77e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5313 | 2024.11.01 08:22:05.500008 [ 290 ] {7ec8d773-e550-43e4-bb85-cec83182f77e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5314 | 2024.11.01 08:22:05.500343 [ 290 ] {7ec8d773-e550-43e4-bb85-cec83182f77e} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5315 | 2024.11.01 08:22:05.500505 [ 290 ] {7ec8d773-e550-43e4-bb85-cec83182f77e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001408 sec., 710.2272727272727 rows/sec., 47.86 KiB/sec. | ||
| 5316 | 2024.11.01 08:22:05.500716 [ 290 ] {7ec8d773-e550-43e4-bb85-cec83182f77e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5317 | 2024.11.01 08:22:05.500740 [ 290 ] {7ec8d773-e550-43e4-bb85-cec83182f77e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5318 | 2024.11.01 08:22:05.500756 [ 290 ] {} <Debug> HTTP-Session: a77b2a43-5a70-4f69-91ff-41f3bd2321fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5319 | 2024.11.01 08:22:05.501027 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35550, User-Agent: (none), Length: 70283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5320 | 2024.11.01 08:22:05.501041 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48702, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5321 | 2024.11.01 08:22:05.501120 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5322 | 2024.11.01 08:22:05.501159 [ 286 ] {} <Debug> HTTP-Session: 075c96b1-0e02-4086-9c7b-de4a8dce1a34 Authenticating user 'default' from [fd00:1122:3344:101::d]:35550 | ||
| 5323 | 2024.11.01 08:22:05.501188 [ 286 ] {} <Debug> HTTP-Session: 075c96b1-0e02-4086-9c7b-de4a8dce1a34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5324 | 2024.11.01 08:22:05.501207 [ 286 ] {} <Debug> HTTP-Session: 075c96b1-0e02-4086-9c7b-de4a8dce1a34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5325 | 2024.11.01 08:22:05.501247 [ 286 ] {} <Trace> HTTP-Session: 075c96b1-0e02-4086-9c7b-de4a8dce1a34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5326 | 2024.11.01 08:22:05.501921 [ 286 ] {4c944573-4390-4043-88ac-49eb0ff3c6c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35550) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5327 | 2024.11.01 08:22:05.502006 [ 286 ] {4c944573-4390-4043-88ac-49eb0ff3c6c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5328 | 2024.11.01 08:22:05.502510 [ 286 ] {4c944573-4390-4043-88ac-49eb0ff3c6c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5329 | 2024.11.01 08:22:05.503263 [ 286 ] {4c944573-4390-4043-88ac-49eb0ff3c6c1} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5330 | 2024.11.01 08:22:05.503302 [ 286 ] {4c944573-4390-4043-88ac-49eb0ff3c6c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5331 | 2024.11.01 08:22:05.503988 [ 286 ] {4c944573-4390-4043-88ac-49eb0ff3c6c1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5332 | 2024.11.01 08:22:05.504424 [ 286 ] {4c944573-4390-4043-88ac-49eb0ff3c6c1} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5333 | 2024.11.01 08:22:05.504607 [ 286 ] {4c944573-4390-4043-88ac-49eb0ff3c6c1} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003233 sec., 12991.030003093101 rows/sec., 23.28 MiB/sec. | ||
| 5334 | 2024.11.01 08:22:05.505176 [ 286 ] {4c944573-4390-4043-88ac-49eb0ff3c6c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5335 | 2024.11.01 08:22:05.505203 [ 286 ] {4c944573-4390-4043-88ac-49eb0ff3c6c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 5336 | 2024.11.01 08:22:05.505221 [ 286 ] {} <Debug> HTTP-Session: 075c96b1-0e02-4086-9c7b-de4a8dce1a34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5337 | 2024.11.01 08:22:05.505425 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35550, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5338 | 2024.11.01 08:22:05.505489 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54672, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5339 | 2024.11.01 08:22:05.505576 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5340 | 2024.11.01 08:22:05.505599 [ 290 ] {} <Debug> HTTP-Session: df93691e-0d28-4d00-a9dc-07ac35920229 Authenticating user 'default' from [fd00:1122:3344:101::d]:54672 | ||
| 5341 | 2024.11.01 08:22:05.505617 [ 290 ] {} <Debug> HTTP-Session: df93691e-0d28-4d00-a9dc-07ac35920229 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5342 | 2024.11.01 08:22:05.505632 [ 290 ] {} <Debug> HTTP-Session: df93691e-0d28-4d00-a9dc-07ac35920229 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5343 | 2024.11.01 08:22:05.505670 [ 290 ] {} <Trace> HTTP-Session: df93691e-0d28-4d00-a9dc-07ac35920229 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5344 | 2024.11.01 08:22:05.505840 [ 290 ] {55e936f4-e380-4b90-b0e5-af01b5d51067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54672) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5345 | 2024.11.01 08:22:05.505892 [ 290 ] {55e936f4-e380-4b90-b0e5-af01b5d51067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5346 | 2024.11.01 08:22:05.506058 [ 290 ] {55e936f4-e380-4b90-b0e5-af01b5d51067} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5347 | 2024.11.01 08:22:05.506397 [ 290 ] {55e936f4-e380-4b90-b0e5-af01b5d51067} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5348 | 2024.11.01 08:22:05.506435 [ 290 ] {55e936f4-e380-4b90-b0e5-af01b5d51067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5349 | 2024.11.01 08:22:05.506821 [ 290 ] {55e936f4-e380-4b90-b0e5-af01b5d51067} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5350 | 2024.11.01 08:22:05.507182 [ 290 ] {55e936f4-e380-4b90-b0e5-af01b5d51067} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5351 | 2024.11.01 08:22:05.507349 [ 290 ] {55e936f4-e380-4b90-b0e5-af01b5d51067} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00158 sec., 51898.73417721519 rows/sec., 3.30 MiB/sec. | ||
| 5352 | 2024.11.01 08:22:05.507574 [ 290 ] {55e936f4-e380-4b90-b0e5-af01b5d51067} <Debug> DynamicQueryHandler: Done processing query | ||
| 5353 | 2024.11.01 08:22:05.507599 [ 290 ] {55e936f4-e380-4b90-b0e5-af01b5d51067} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5354 | 2024.11.01 08:22:05.507615 [ 290 ] {} <Debug> HTTP-Session: df93691e-0d28-4d00-a9dc-07ac35920229 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5355 | 2024.11.01 08:22:05.507943 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5356 | 2024.11.01 08:22:10.467461 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50548, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5357 | 2024.11.01 08:22:10.467653 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5358 | 2024.11.01 08:22:10.467697 [ 290 ] {} <Debug> HTTP-Session: d6550f4f-bc6b-47f8-b895-46565a8aaeb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50548 | ||
| 5359 | 2024.11.01 08:22:10.467738 [ 290 ] {} <Debug> HTTP-Session: d6550f4f-bc6b-47f8-b895-46565a8aaeb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5360 | 2024.11.01 08:22:10.467766 [ 290 ] {} <Debug> HTTP-Session: d6550f4f-bc6b-47f8-b895-46565a8aaeb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5361 | 2024.11.01 08:22:10.467849 [ 290 ] {} <Trace> HTTP-Session: d6550f4f-bc6b-47f8-b895-46565a8aaeb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5362 | 2024.11.01 08:22:10.468088 [ 290 ] {c2675fc3-130a-4a3a-90ec-2dda7156a801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50548) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5363 | 2024.11.01 08:22:10.468156 [ 290 ] {c2675fc3-130a-4a3a-90ec-2dda7156a801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5364 | 2024.11.01 08:22:10.468502 [ 290 ] {c2675fc3-130a-4a3a-90ec-2dda7156a801} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5365 | 2024.11.01 08:22:10.468952 [ 290 ] {c2675fc3-130a-4a3a-90ec-2dda7156a801} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5366 | 2024.11.01 08:22:10.468996 [ 290 ] {c2675fc3-130a-4a3a-90ec-2dda7156a801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5367 | 2024.11.01 08:22:10.469406 [ 290 ] {c2675fc3-130a-4a3a-90ec-2dda7156a801} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5368 | 2024.11.01 08:22:10.469791 [ 290 ] {c2675fc3-130a-4a3a-90ec-2dda7156a801} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5369 | 2024.11.01 08:22:10.469984 [ 290 ] {c2675fc3-130a-4a3a-90ec-2dda7156a801} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001948 sec., 4106.776180698152 rows/sec., 334.88 KiB/sec. | ||
| 5370 | 2024.11.01 08:22:10.470326 [ 290 ] {c2675fc3-130a-4a3a-90ec-2dda7156a801} <Debug> DynamicQueryHandler: Done processing query | ||
| 5371 | 2024.11.01 08:22:10.470354 [ 290 ] {c2675fc3-130a-4a3a-90ec-2dda7156a801} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5372 | 2024.11.01 08:22:10.470370 [ 290 ] {} <Debug> HTTP-Session: d6550f4f-bc6b-47f8-b895-46565a8aaeb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5373 | 2024.11.01 08:22:10.470567 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50548, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5374 | 2024.11.01 08:22:10.470689 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48891, User-Agent: (none), Length: 8329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5375 | 2024.11.01 08:22:10.470818 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5376 | 2024.11.01 08:22:10.470843 [ 286 ] {} <Debug> HTTP-Session: 1368bdb1-ba65-4421-bd00-d45af60863f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48891 | ||
| 5377 | 2024.11.01 08:22:10.470870 [ 286 ] {} <Debug> HTTP-Session: 1368bdb1-ba65-4421-bd00-d45af60863f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5378 | 2024.11.01 08:22:10.470884 [ 286 ] {} <Debug> HTTP-Session: 1368bdb1-ba65-4421-bd00-d45af60863f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5379 | 2024.11.01 08:22:10.470938 [ 286 ] {} <Trace> HTTP-Session: 1368bdb1-ba65-4421-bd00-d45af60863f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5380 | 2024.11.01 08:22:10.471142 [ 286 ] {393dd619-016e-407e-b5bf-f07b6b15663e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48891) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5381 | 2024.11.01 08:22:10.471212 [ 286 ] {393dd619-016e-407e-b5bf-f07b6b15663e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5382 | 2024.11.01 08:22:10.471560 [ 286 ] {393dd619-016e-407e-b5bf-f07b6b15663e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5383 | 2024.11.01 08:22:10.471994 [ 286 ] {393dd619-016e-407e-b5bf-f07b6b15663e} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5384 | 2024.11.01 08:22:10.472036 [ 286 ] {393dd619-016e-407e-b5bf-f07b6b15663e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5385 | 2024.11.01 08:22:10.472466 [ 286 ] {393dd619-016e-407e-b5bf-f07b6b15663e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5386 | 2024.11.01 08:22:10.472867 [ 286 ] {393dd619-016e-407e-b5bf-f07b6b15663e} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5387 | 2024.11.01 08:22:10.473026 [ 286 ] {393dd619-016e-407e-b5bf-f07b6b15663e} <Debug> executeQuery: Read 60 rows, 4.67 KiB in 0.001959 sec., 30627.871362940277 rows/sec., 2.33 MiB/sec. | ||
| 5388 | 2024.11.01 08:22:10.473234 [ 286 ] {393dd619-016e-407e-b5bf-f07b6b15663e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5389 | 2024.11.01 08:22:10.473262 [ 286 ] {393dd619-016e-407e-b5bf-f07b6b15663e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5390 | 2024.11.01 08:22:10.473279 [ 286 ] {} <Debug> HTTP-Session: 1368bdb1-ba65-4421-bd00-d45af60863f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5391 | 2024.11.01 08:22:10.473465 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48891, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5392 | 2024.11.01 08:22:10.473563 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60130, User-Agent: (none), Length: 1170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5393 | 2024.11.01 08:22:10.473640 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5394 | 2024.11.01 08:22:10.473664 [ 290 ] {} <Debug> HTTP-Session: 5712e3de-ae11-485d-83c4-18aeaae0d0b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60130 | ||
| 5395 | 2024.11.01 08:22:10.473687 [ 290 ] {} <Debug> HTTP-Session: 5712e3de-ae11-485d-83c4-18aeaae0d0b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5396 | 2024.11.01 08:22:10.473704 [ 290 ] {} <Debug> HTTP-Session: 5712e3de-ae11-485d-83c4-18aeaae0d0b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5397 | 2024.11.01 08:22:10.473753 [ 290 ] {} <Trace> HTTP-Session: 5712e3de-ae11-485d-83c4-18aeaae0d0b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5398 | 2024.11.01 08:22:10.473894 [ 290 ] {0d24c403-8195-48a0-975c-dce3ceff803d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60130) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5399 | 2024.11.01 08:22:10.473952 [ 290 ] {0d24c403-8195-48a0-975c-dce3ceff803d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5400 | 2024.11.01 08:22:10.474228 [ 290 ] {0d24c403-8195-48a0-975c-dce3ceff803d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5401 | 2024.11.01 08:22:10.474577 [ 290 ] {0d24c403-8195-48a0-975c-dce3ceff803d} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5402 | 2024.11.01 08:22:10.474616 [ 290 ] {0d24c403-8195-48a0-975c-dce3ceff803d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5403 | 2024.11.01 08:22:10.475000 [ 290 ] {0d24c403-8195-48a0-975c-dce3ceff803d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5404 | 2024.11.01 08:22:10.475378 [ 290 ] {0d24c403-8195-48a0-975c-dce3ceff803d} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5405 | 2024.11.01 08:22:10.475546 [ 142 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5406 | 2024.11.01 08:22:10.475555 [ 290 ] {0d24c403-8195-48a0-975c-dce3ceff803d} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001693 sec., 4725.339633786179 rows/sec., 329.94 KiB/sec. | ||
| 5407 | 2024.11.01 08:22:10.475617 [ 142 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5408 | 2024.11.01 08:22:10.475691 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5409 | 2024.11.01 08:22:10.475904 [ 198 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 5410 | 2024.11.01 08:22:10.475916 [ 290 ] {0d24c403-8195-48a0-975c-dce3ceff803d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5411 | 2024.11.01 08:22:10.475978 [ 290 ] {0d24c403-8195-48a0-975c-dce3ceff803d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5412 | 2024.11.01 08:22:10.476012 [ 290 ] {} <Debug> HTTP-Session: 5712e3de-ae11-485d-83c4-18aeaae0d0b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5413 | 2024.11.01 08:22:10.476124 [ 198 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5414 | 2024.11.01 08:22:10.476167 [ 198 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 54 rows starting from the beginning of the part | ||
| 5415 | 2024.11.01 08:22:10.476397 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60130, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5416 | 2024.11.01 08:22:10.476438 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48891, User-Agent: (none), Length: 12238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5417 | 2024.11.01 08:22:10.476530 [ 198 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 5418 | 2024.11.01 08:22:10.476629 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5419 | 2024.11.01 08:22:10.476779 [ 286 ] {} <Debug> HTTP-Session: 2327ad97-a7a5-4820-8754-d4fe53bff150 Authenticating user 'default' from [fd00:1122:3344:101::d]:48891 | ||
| 5420 | 2024.11.01 08:22:10.476841 [ 198 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 42 rows starting from the beginning of the part | ||
| 5421 | 2024.11.01 08:22:10.476846 [ 286 ] {} <Debug> HTTP-Session: 2327ad97-a7a5-4820-8754-d4fe53bff150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5422 | 2024.11.01 08:22:10.476887 [ 286 ] {} <Debug> HTTP-Session: 2327ad97-a7a5-4820-8754-d4fe53bff150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5423 | 2024.11.01 08:22:10.476969 [ 198 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 5424 | 2024.11.01 08:22:10.476992 [ 286 ] {} <Trace> HTTP-Session: 2327ad97-a7a5-4820-8754-d4fe53bff150 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5425 | 2024.11.01 08:22:10.477379 [ 198 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part | ||
| 5426 | 2024.11.01 08:22:10.477461 [ 286 ] {5bd8ae77-e1ec-4931-882e-a273b5e63ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48891) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5427 | 2024.11.01 08:22:10.477597 [ 286 ] {5bd8ae77-e1ec-4931-882e-a273b5e63ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5428 | 2024.11.01 08:22:10.477596 [ 198 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 5429 | 2024.11.01 08:22:10.478442 [ 286 ] {5bd8ae77-e1ec-4931-882e-a273b5e63ef9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5430 | 2024.11.01 08:22:10.479111 [ 286 ] {5bd8ae77-e1ec-4931-882e-a273b5e63ef9} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5431 | 2024.11.01 08:22:10.479158 [ 286 ] {5bd8ae77-e1ec-4931-882e-a273b5e63ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5432 | 2024.11.01 08:22:10.479577 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 5 columns (5 merged, 0 gathered) in 0.003761312 sec., 39879.70155094818 rows/sec., 3.05 MiB/sec. | ||
| 5433 | 2024.11.01 08:22:10.479829 [ 286 ] {5bd8ae77-e1ec-4931-882e-a273b5e63ef9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5434 | 2024.11.01 08:22:10.479866 [ 193 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5435 | 2024.11.01 08:22:10.480614 [ 286 ] {5bd8ae77-e1ec-4931-882e-a273b5e63ef9} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5436 | 2024.11.01 08:22:10.480903 [ 286 ] {5bd8ae77-e1ec-4931-882e-a273b5e63ef9} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.003623 sec., 19873.033397736683 rows/sec., 1.55 MiB/sec. | ||
| 5437 | 2024.11.01 08:22:10.480911 [ 193 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_16_3} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5438 | 2024.11.01 08:22:10.481146 [ 193 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_16_3} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5439 | 2024.11.01 08:22:10.481283 [ 286 ] {5bd8ae77-e1ec-4931-882e-a273b5e63ef9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5440 | 2024.11.01 08:22:10.481300 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5441 | 2024.11.01 08:22:10.481330 [ 286 ] {5bd8ae77-e1ec-4931-882e-a273b5e63ef9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5442 | 2024.11.01 08:22:10.481366 [ 286 ] {} <Debug> HTTP-Session: 2327ad97-a7a5-4820-8754-d4fe53bff150 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5443 | 2024.11.01 08:22:10.481601 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48891, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5444 | 2024.11.01 08:22:10.481700 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40028, User-Agent: (none), Length: 25251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5445 | 2024.11.01 08:22:10.481773 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5446 | 2024.11.01 08:22:10.481798 [ 290 ] {} <Debug> HTTP-Session: 8993b2ff-3dc1-4605-be65-c20026b11e62 Authenticating user 'default' from [fd00:1122:3344:101::d]:40028 | ||
| 5447 | 2024.11.01 08:22:10.481819 [ 290 ] {} <Debug> HTTP-Session: 8993b2ff-3dc1-4605-be65-c20026b11e62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5448 | 2024.11.01 08:22:10.481836 [ 290 ] {} <Debug> HTTP-Session: 8993b2ff-3dc1-4605-be65-c20026b11e62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5449 | 2024.11.01 08:22:10.481883 [ 290 ] {} <Trace> HTTP-Session: 8993b2ff-3dc1-4605-be65-c20026b11e62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5450 | 2024.11.01 08:22:10.482071 [ 290 ] {14ed8e18-73e3-4bf4-9db8-b7febf5d0894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40028) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5451 | 2024.11.01 08:22:10.482124 [ 290 ] {14ed8e18-73e3-4bf4-9db8-b7febf5d0894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5452 | 2024.11.01 08:22:10.482311 [ 290 ] {14ed8e18-73e3-4bf4-9db8-b7febf5d0894} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5453 | 2024.11.01 08:22:10.482719 [ 290 ] {14ed8e18-73e3-4bf4-9db8-b7febf5d0894} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5454 | 2024.11.01 08:22:10.482758 [ 290 ] {14ed8e18-73e3-4bf4-9db8-b7febf5d0894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5455 | 2024.11.01 08:22:10.483172 [ 290 ] {14ed8e18-73e3-4bf4-9db8-b7febf5d0894} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5456 | 2024.11.01 08:22:10.483525 [ 290 ] {14ed8e18-73e3-4bf4-9db8-b7febf5d0894} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5457 | 2024.11.01 08:22:10.483699 [ 290 ] {14ed8e18-73e3-4bf4-9db8-b7febf5d0894} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001713 sec., 77057.79334500876 rows/sec., 5.36 MiB/sec. | ||
| 5458 | 2024.11.01 08:22:10.483867 [ 290 ] {14ed8e18-73e3-4bf4-9db8-b7febf5d0894} <Debug> DynamicQueryHandler: Done processing query | ||
| 5459 | 2024.11.01 08:22:10.483890 [ 290 ] {14ed8e18-73e3-4bf4-9db8-b7febf5d0894} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5460 | 2024.11.01 08:22:10.483906 [ 290 ] {} <Debug> HTTP-Session: 8993b2ff-3dc1-4605-be65-c20026b11e62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5461 | 2024.11.01 08:22:10.484078 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48891, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5462 | 2024.11.01 08:22:10.484090 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40028, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5463 | 2024.11.01 08:22:10.484172 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5464 | 2024.11.01 08:22:10.484214 [ 286 ] {} <Debug> HTTP-Session: e582455c-f3c8-4283-ae56-0199d103be26 Authenticating user 'default' from [fd00:1122:3344:101::d]:48891 | ||
| 5465 | 2024.11.01 08:22:10.484235 [ 286 ] {} <Debug> HTTP-Session: e582455c-f3c8-4283-ae56-0199d103be26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5466 | 2024.11.01 08:22:10.484263 [ 286 ] {} <Debug> HTTP-Session: e582455c-f3c8-4283-ae56-0199d103be26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5467 | 2024.11.01 08:22:10.484313 [ 286 ] {} <Trace> HTTP-Session: e582455c-f3c8-4283-ae56-0199d103be26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5468 | 2024.11.01 08:22:10.484474 [ 286 ] {31dff2f2-60ae-44d2-b78e-ef68c3de4899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48891) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5469 | 2024.11.01 08:22:10.484533 [ 286 ] {31dff2f2-60ae-44d2-b78e-ef68c3de4899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5470 | 2024.11.01 08:22:10.484727 [ 286 ] {31dff2f2-60ae-44d2-b78e-ef68c3de4899} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5471 | 2024.11.01 08:22:10.485065 [ 286 ] {31dff2f2-60ae-44d2-b78e-ef68c3de4899} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5472 | 2024.11.01 08:22:10.485102 [ 286 ] {31dff2f2-60ae-44d2-b78e-ef68c3de4899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 5473 | 2024.11.01 08:22:10.485482 [ 286 ] {31dff2f2-60ae-44d2-b78e-ef68c3de4899} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5474 | 2024.11.01 08:22:10.485816 [ 286 ] {31dff2f2-60ae-44d2-b78e-ef68c3de4899} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5475 | 2024.11.01 08:22:10.485951 [ 286 ] {31dff2f2-60ae-44d2-b78e-ef68c3de4899} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001539 sec., 31189.083820662767 rows/sec., 2.10 MiB/sec. | ||
| 5476 | 2024.11.01 08:22:10.486130 [ 286 ] {31dff2f2-60ae-44d2-b78e-ef68c3de4899} <Debug> DynamicQueryHandler: Done processing query | ||
| 5477 | 2024.11.01 08:22:10.486156 [ 286 ] {31dff2f2-60ae-44d2-b78e-ef68c3de4899} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5478 | 2024.11.01 08:22:10.486172 [ 286 ] {} <Debug> HTTP-Session: e582455c-f3c8-4283-ae56-0199d103be26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5479 | 2024.11.01 08:22:10.486359 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48891, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5480 | 2024.11.01 08:22:13.636258 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5481 | 2024.11.01 08:22:13.636339 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5482 | 2024.11.01 08:22:13.802342 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 540 | ||
| 5483 | 2024.11.01 08:22:13.805250 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5484 | 2024.11.01 08:22:13.805311 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5485 | 2024.11.01 08:22:13.806891 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5486 | 2024.11.01 08:22:13.807972 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5487 | 2024.11.01 08:22:13.808591 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 540 | ||
| 5488 | 2024.11.01 08:22:15.469681 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57869, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5489 | 2024.11.01 08:22:15.469808 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5490 | 2024.11.01 08:22:15.469845 [ 286 ] {} <Debug> HTTP-Session: 11717316-682f-47c1-881a-6863c5dec518 Authenticating user 'default' from [fd00:1122:3344:101::d]:57869 | ||
| 5491 | 2024.11.01 08:22:15.469873 [ 286 ] {} <Debug> HTTP-Session: 11717316-682f-47c1-881a-6863c5dec518 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5492 | 2024.11.01 08:22:15.469892 [ 286 ] {} <Debug> HTTP-Session: 11717316-682f-47c1-881a-6863c5dec518 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5493 | 2024.11.01 08:22:15.469954 [ 286 ] {} <Trace> HTTP-Session: 11717316-682f-47c1-881a-6863c5dec518 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5494 | 2024.11.01 08:22:15.470167 [ 286 ] {4f8da673-9e3c-4534-a743-e8bf39f510d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5495 | 2024.11.01 08:22:15.470234 [ 286 ] {4f8da673-9e3c-4534-a743-e8bf39f510d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5496 | 2024.11.01 08:22:15.470572 [ 286 ] {4f8da673-9e3c-4534-a743-e8bf39f510d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5497 | 2024.11.01 08:22:15.471067 [ 286 ] {4f8da673-9e3c-4534-a743-e8bf39f510d4} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5498 | 2024.11.01 08:22:15.471109 [ 286 ] {4f8da673-9e3c-4534-a743-e8bf39f510d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5499 | 2024.11.01 08:22:15.471545 [ 286 ] {4f8da673-9e3c-4534-a743-e8bf39f510d4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5500 | 2024.11.01 08:22:15.471954 [ 286 ] {4f8da673-9e3c-4534-a743-e8bf39f510d4} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5501 | 2024.11.01 08:22:15.472092 [ 138 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5502 | 2024.11.01 08:22:15.472104 [ 286 ] {4f8da673-9e3c-4534-a743-e8bf39f510d4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002007 sec., 27902.341803687093 rows/sec., 2.13 MiB/sec. | ||
| 5503 | 2024.11.01 08:22:15.472135 [ 138 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5504 | 2024.11.01 08:22:15.472169 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5505 | 2024.11.01 08:22:15.472395 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5506 | 2024.11.01 08:22:15.472442 [ 286 ] {4f8da673-9e3c-4534-a743-e8bf39f510d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5507 | 2024.11.01 08:22:15.472500 [ 286 ] {4f8da673-9e3c-4534-a743-e8bf39f510d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5508 | 2024.11.01 08:22:15.472527 [ 286 ] {} <Debug> HTTP-Session: 11717316-682f-47c1-881a-6863c5dec518 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5509 | 2024.11.01 08:22:15.472665 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5510 | 2024.11.01 08:22:15.472715 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1421 rows starting from the beginning of the part | ||
| 5511 | 2024.11.01 08:22:15.472830 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57869, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5512 | 2024.11.01 08:22:15.472958 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37221, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5513 | 2024.11.01 08:22:15.472999 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 57 rows starting from the beginning of the part | ||
| 5514 | 2024.11.01 08:22:15.473207 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5515 | 2024.11.01 08:22:15.473313 [ 290 ] {} <Debug> HTTP-Session: 2c9a658c-50fe-4762-a9f4-37de835127f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:37221 | ||
| 5516 | 2024.11.01 08:22:15.473344 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
| 5517 | 2024.11.01 08:22:15.473404 [ 290 ] {} <Debug> HTTP-Session: 2c9a658c-50fe-4762-a9f4-37de835127f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5518 | 2024.11.01 08:22:15.473467 [ 290 ] {} <Debug> HTTP-Session: 2c9a658c-50fe-4762-a9f4-37de835127f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5519 | 2024.11.01 08:22:15.473727 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 273 rows starting from the beginning of the part | ||
| 5520 | 2024.11.01 08:22:15.473747 [ 290 ] {} <Trace> HTTP-Session: 2c9a658c-50fe-4762-a9f4-37de835127f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5521 | 2024.11.01 08:22:15.474064 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 5522 | 2024.11.01 08:22:15.474360 [ 290 ] {528d53dd-4a82-408a-b861-47a77deb72f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37221) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5523 | 2024.11.01 08:22:15.474388 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part | ||
| 5524 | 2024.11.01 08:22:15.474544 [ 290 ] {528d53dd-4a82-408a-b861-47a77deb72f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5525 | 2024.11.01 08:22:15.475702 [ 290 ] {528d53dd-4a82-408a-b861-47a77deb72f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5526 | 2024.11.01 08:22:15.476662 [ 290 ] {528d53dd-4a82-408a-b861-47a77deb72f4} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5527 | 2024.11.01 08:22:15.476729 [ 290 ] {528d53dd-4a82-408a-b861-47a77deb72f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5528 | 2024.11.01 08:22:15.477705 [ 290 ] {528d53dd-4a82-408a-b861-47a77deb72f4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5529 | 2024.11.01 08:22:15.477886 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1923 rows, containing 5 columns (5 merged, 0 gathered) in 0.005599867 sec., 343401.01291691395 rows/sec., 29.96 MiB/sec. | ||
| 5530 | 2024.11.01 08:22:15.478276 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5531 | 2024.11.01 08:22:15.478472 [ 290 ] {528d53dd-4a82-408a-b861-47a77deb72f4} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5532 | 2024.11.01 08:22:15.478850 [ 138 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5533 | 2024.11.01 08:22:15.478927 [ 290 ] {528d53dd-4a82-408a-b861-47a77deb72f4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004778 sec., 13394.725826705735 rows/sec., 1.05 MiB/sec. | ||
| 5534 | 2024.11.01 08:22:15.479284 [ 138 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5535 | 2024.11.01 08:22:15.479399 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5536 | 2024.11.01 08:22:15.479664 [ 290 ] {528d53dd-4a82-408a-b861-47a77deb72f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5537 | 2024.11.01 08:22:15.479718 [ 290 ] {528d53dd-4a82-408a-b861-47a77deb72f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5538 | 2024.11.01 08:22:15.479720 [ 195 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5539 | 2024.11.01 08:22:15.479773 [ 290 ] {} <Debug> HTTP-Session: 2c9a658c-50fe-4762-a9f4-37de835127f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5540 | 2024.11.01 08:22:15.479970 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_26_5} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5541 | 2024.11.01 08:22:15.480084 [ 195 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5542 | 2024.11.01 08:22:15.480128 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37221, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5543 | 2024.11.01 08:22:15.480207 [ 195 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 912 rows starting from the beginning of the part | ||
| 5544 | 2024.11.01 08:22:15.480438 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_26_5} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5545 | 2024.11.01 08:22:15.480678 [ 195 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 66 rows starting from the beginning of the part | ||
| 5546 | 2024.11.01 08:22:15.480763 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 5547 | 2024.11.01 08:22:15.480957 [ 195 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
| 5548 | 2024.11.01 08:22:15.480942 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49065, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5549 | 2024.11.01 08:22:15.481202 [ 195 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 424 rows starting from the beginning of the part | ||
| 5550 | 2024.11.01 08:22:15.481229 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5551 | 2024.11.01 08:22:15.481344 [ 286 ] {} <Debug> HTTP-Session: 37600d34-ac50-4624-bc69-00e276de6a27 Authenticating user 'default' from [fd00:1122:3344:101::d]:49065 | ||
| 5552 | 2024.11.01 08:22:15.481446 [ 286 ] {} <Debug> HTTP-Session: 37600d34-ac50-4624-bc69-00e276de6a27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5553 | 2024.11.01 08:22:15.481477 [ 195 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 72 rows starting from the beginning of the part | ||
| 5554 | 2024.11.01 08:22:15.481520 [ 286 ] {} <Debug> HTTP-Session: 37600d34-ac50-4624-bc69-00e276de6a27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5555 | 2024.11.01 08:22:15.481787 [ 195 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part | ||
| 5556 | 2024.11.01 08:22:15.481799 [ 286 ] {} <Trace> HTTP-Session: 37600d34-ac50-4624-bc69-00e276de6a27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5557 | 2024.11.01 08:22:15.482284 [ 286 ] {ca4c4392-2e16-43b8-ba85-470751dae741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5558 | 2024.11.01 08:22:15.482385 [ 286 ] {ca4c4392-2e16-43b8-ba85-470751dae741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5559 | 2024.11.01 08:22:15.483053 [ 286 ] {ca4c4392-2e16-43b8-ba85-470751dae741} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5560 | 2024.11.01 08:22:15.484117 [ 286 ] {ca4c4392-2e16-43b8-ba85-470751dae741} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5561 | 2024.11.01 08:22:15.484184 [ 286 ] {ca4c4392-2e16-43b8-ba85-470751dae741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5562 | 2024.11.01 08:22:15.484887 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1602 rows, containing 5 columns (5 merged, 0 gathered) in 0.005334601 sec., 300303.62158294505 rows/sec., 23.16 MiB/sec. | ||
| 5563 | 2024.11.01 08:22:15.485045 [ 286 ] {ca4c4392-2e16-43b8-ba85-470751dae741} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5564 | 2024.11.01 08:22:15.485152 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5565 | 2024.11.01 08:22:15.485914 [ 286 ] {ca4c4392-2e16-43b8-ba85-470751dae741} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5566 | 2024.11.01 08:22:15.486162 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5567 | 2024.11.01 08:22:15.486246 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5568 | 2024.11.01 08:22:15.486247 [ 286 ] {ca4c4392-2e16-43b8-ba85-470751dae741} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004159 sec., 38470.78624669391 rows/sec., 2.68 MiB/sec. | ||
| 5569 | 2024.11.01 08:22:15.486262 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_26_5} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5570 | 2024.11.01 08:22:15.486288 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5571 | 2024.11.01 08:22:15.486708 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_26_5} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5572 | 2024.11.01 08:22:15.486757 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5573 | 2024.11.01 08:22:15.486907 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 5574 | 2024.11.01 08:22:15.486954 [ 286 ] {ca4c4392-2e16-43b8-ba85-470751dae741} <Debug> DynamicQueryHandler: Done processing query | ||
| 5575 | 2024.11.01 08:22:15.487028 [ 286 ] {ca4c4392-2e16-43b8-ba85-470751dae741} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5576 | 2024.11.01 08:22:15.487080 [ 286 ] {} <Debug> HTTP-Session: 37600d34-ac50-4624-bc69-00e276de6a27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5577 | 2024.11.01 08:22:15.487144 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5578 | 2024.11.01 08:22:15.487182 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 5425 rows starting from the beginning of the part | ||
| 5579 | 2024.11.01 08:22:15.487294 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 161 rows starting from the beginning of the part | ||
| 5580 | 2024.11.01 08:22:15.487427 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49065, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5581 | 2024.11.01 08:22:15.487705 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 5582 | 2024.11.01 08:22:15.487866 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49558, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5583 | 2024.11.01 08:22:15.487995 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 5584 | 2024.11.01 08:22:15.488196 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 132 rows starting from the beginning of the part | ||
| 5585 | 2024.11.01 08:22:15.488196 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5586 | 2024.11.01 08:22:15.488298 [ 287 ] {} <Debug> HTTP-Session: 64a160ef-5f3a-43de-8ca6-707deeb661f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49558 | ||
| 5587 | 2024.11.01 08:22:15.488402 [ 287 ] {} <Debug> HTTP-Session: 64a160ef-5f3a-43de-8ca6-707deeb661f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5588 | 2024.11.01 08:22:15.488472 [ 287 ] {} <Debug> HTTP-Session: 64a160ef-5f3a-43de-8ca6-707deeb661f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5589 | 2024.11.01 08:22:15.488489 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 5590 | 2024.11.01 08:22:15.488613 [ 287 ] {} <Trace> HTTP-Session: 64a160ef-5f3a-43de-8ca6-707deeb661f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5591 | 2024.11.01 08:22:15.489105 [ 287 ] {3ef2a59b-7f55-4042-a109-1f042b9b0166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49558) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5592 | 2024.11.01 08:22:15.489181 [ 287 ] {3ef2a59b-7f55-4042-a109-1f042b9b0166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5593 | 2024.11.01 08:22:15.489768 [ 287 ] {3ef2a59b-7f55-4042-a109-1f042b9b0166} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5594 | 2024.11.01 08:22:15.490212 [ 287 ] {3ef2a59b-7f55-4042-a109-1f042b9b0166} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5595 | 2024.11.01 08:22:15.490272 [ 287 ] {3ef2a59b-7f55-4042-a109-1f042b9b0166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5596 | 2024.11.01 08:22:15.491413 [ 287 ] {3ef2a59b-7f55-4042-a109-1f042b9b0166} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5597 | 2024.11.01 08:22:15.492313 [ 287 ] {3ef2a59b-7f55-4042-a109-1f042b9b0166} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5598 | 2024.11.01 08:22:15.492579 [ 287 ] {3ef2a59b-7f55-4042-a109-1f042b9b0166} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003693 sec., 16246.953696181965 rows/sec., 1.09 MiB/sec. | ||
| 5599 | 2024.11.01 08:22:15.492592 [ 138 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5600 | 2024.11.01 08:22:15.492788 [ 138 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5601 | 2024.11.01 08:22:15.492872 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5602 | 2024.11.01 08:22:15.493054 [ 287 ] {3ef2a59b-7f55-4042-a109-1f042b9b0166} <Debug> DynamicQueryHandler: Done processing query | ||
| 5603 | 2024.11.01 08:22:15.493121 [ 287 ] {3ef2a59b-7f55-4042-a109-1f042b9b0166} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5604 | 2024.11.01 08:22:15.493168 [ 287 ] {} <Debug> HTTP-Session: 64a160ef-5f3a-43de-8ca6-707deeb661f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5605 | 2024.11.01 08:22:15.493174 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5606 | 2024.11.01 08:22:15.493577 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5607 | 2024.11.01 08:22:15.493804 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5608 | 2024.11.01 08:22:15.493802 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6275 rows, containing 5 columns (5 merged, 0 gathered) in 0.00733208 sec., 855828.0869821387 rows/sec., 58.09 MiB/sec. | ||
| 5609 | 2024.11.01 08:22:15.493841 [ 287 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 5610 | |||
| 5611 | (version 23.8.7.1) | ||
| 5612 | 2024.11.01 08:22:15.493888 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1250 rows starting from the beginning of the part | ||
| 5613 | 2024.11.01 08:22:15.494010 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 5614 | 2024.11.01 08:22:15.494112 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 5615 | 2024.11.01 08:22:15.494326 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 5616 | 2024.11.01 08:22:15.494398 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5617 | 2024.11.01 08:22:15.494665 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 48 rows starting from the beginning of the part | ||
| 5618 | 2024.11.01 08:22:15.494981 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 5619 | 2024.11.01 08:22:15.496066 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5620 | 2024.11.01 08:22:15.496274 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5621 | 2024.11.01 08:22:15.496397 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. | ||
| 5622 | 2024.11.01 08:22:15.497118 [ 190 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1560 rows, containing 4 columns (4 merged, 0 gathered) in 0.00408499 sec., 381885.8797695955 rows/sec., 25.06 MiB/sec. | ||
| 5623 | 2024.11.01 08:22:15.497328 [ 195 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5624 | 2024.11.01 08:22:15.497738 [ 195 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_26_5} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5625 | 2024.11.01 08:22:15.497817 [ 195 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_26_5} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5626 | 2024.11.01 08:22:15.497907 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 5627 | 2024.11.01 08:22:16.241127 [ 135 ] {} <Debug> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5628 | 2024.11.01 08:22:16.241193 [ 135 ] {} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5629 | 2024.11.01 08:22:16.241216 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5630 | 2024.11.01 08:22:16.241426 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 5631 | 2024.11.01 08:22:16.241617 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5632 | 2024.11.01 08:22:16.241656 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part | ||
| 5633 | 2024.11.01 08:22:16.241731 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 5634 | 2024.11.01 08:22:16.241919 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 5635 | 2024.11.01 08:22:16.242156 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 5636 | 2024.11.01 08:22:16.242401 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 5637 | 2024.11.01 08:22:16.243568 [ 195 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.002267846 sec., 23811.140615368062 rows/sec., 1.21 MiB/sec. | ||
| 5638 | 2024.11.01 08:22:16.243836 [ 195 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5639 | 2024.11.01 08:22:16.244396 [ 195 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_9_2} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5640 | 2024.11.01 08:22:16.244480 [ 195 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_9_2} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5641 | 2024.11.01 08:22:16.244580 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5642 | 2024.11.01 08:22:19.892771 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59297, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5643 | 2024.11.01 08:22:20.035330 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35292, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5644 | 2024.11.01 08:22:20.135250 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5645 | 2024.11.01 08:22:20.138554 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5646 | 2024.11.01 08:22:20.149932 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53944, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5647 | 2024.11.01 08:22:20.225020 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33156, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5648 | 2024.11.01 08:22:20.233361 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50309, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5649 | 2024.11.01 08:22:20.237657 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62901, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5650 | 2024.11.01 08:22:20.242952 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5651 | 2024.11.01 08:22:20.331916 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5652 | 2024.11.01 08:22:20.415528 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42718, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5653 | 2024.11.01 08:22:20.475816 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41413, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5654 | 2024.11.01 08:22:20.475896 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5655 | 2024.11.01 08:22:20.475919 [ 286 ] {} <Debug> HTTP-Session: e104dc3e-c9ca-4109-906f-84266d273f73 Authenticating user 'default' from [fd00:1122:3344:101::d]:41413 | ||
| 5656 | 2024.11.01 08:22:20.475944 [ 286 ] {} <Debug> HTTP-Session: e104dc3e-c9ca-4109-906f-84266d273f73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5657 | 2024.11.01 08:22:20.475960 [ 286 ] {} <Debug> HTTP-Session: e104dc3e-c9ca-4109-906f-84266d273f73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5658 | 2024.11.01 08:22:20.476009 [ 286 ] {} <Trace> HTTP-Session: e104dc3e-c9ca-4109-906f-84266d273f73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5659 | 2024.11.01 08:22:20.476285 [ 286 ] {5fe6e02c-3b48-436e-bbad-cc537660d463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5660 | 2024.11.01 08:22:20.476354 [ 286 ] {5fe6e02c-3b48-436e-bbad-cc537660d463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5661 | 2024.11.01 08:22:20.476690 [ 286 ] {5fe6e02c-3b48-436e-bbad-cc537660d463} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5662 | 2024.11.01 08:22:20.477288 [ 286 ] {5fe6e02c-3b48-436e-bbad-cc537660d463} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5663 | 2024.11.01 08:22:20.477330 [ 286 ] {5fe6e02c-3b48-436e-bbad-cc537660d463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5664 | 2024.11.01 08:22:20.477782 [ 286 ] {5fe6e02c-3b48-436e-bbad-cc537660d463} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5665 | 2024.11.01 08:22:20.478175 [ 286 ] {5fe6e02c-3b48-436e-bbad-cc537660d463} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5666 | 2024.11.01 08:22:20.478355 [ 286 ] {5fe6e02c-3b48-436e-bbad-cc537660d463} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002199 sec., 124147.33969986357 rows/sec., 11.04 MiB/sec. | ||
| 5667 | 2024.11.01 08:22:20.478687 [ 286 ] {5fe6e02c-3b48-436e-bbad-cc537660d463} <Debug> DynamicQueryHandler: Done processing query | ||
| 5668 | 2024.11.01 08:22:20.478719 [ 286 ] {5fe6e02c-3b48-436e-bbad-cc537660d463} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5669 | 2024.11.01 08:22:20.478737 [ 286 ] {} <Debug> HTTP-Session: e104dc3e-c9ca-4109-906f-84266d273f73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5670 | 2024.11.01 08:22:20.478949 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5671 | 2024.11.01 08:22:20.479063 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38596, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5672 | 2024.11.01 08:22:20.479180 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5673 | 2024.11.01 08:22:20.479211 [ 288 ] {} <Debug> HTTP-Session: 35eca0b2-aafb-4ec8-ac7c-45d772569ae3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38596 | ||
| 5674 | 2024.11.01 08:22:20.479238 [ 288 ] {} <Debug> HTTP-Session: 35eca0b2-aafb-4ec8-ac7c-45d772569ae3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5675 | 2024.11.01 08:22:20.479256 [ 288 ] {} <Debug> HTTP-Session: 35eca0b2-aafb-4ec8-ac7c-45d772569ae3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5676 | 2024.11.01 08:22:20.479318 [ 288 ] {} <Trace> HTTP-Session: 35eca0b2-aafb-4ec8-ac7c-45d772569ae3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5677 | 2024.11.01 08:22:20.479541 [ 288 ] {27ab29e8-0064-4637-b3e0-b23a60845071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38596) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5678 | 2024.11.01 08:22:20.479618 [ 288 ] {27ab29e8-0064-4637-b3e0-b23a60845071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5679 | 2024.11.01 08:22:20.480015 [ 288 ] {27ab29e8-0064-4637-b3e0-b23a60845071} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5680 | 2024.11.01 08:22:20.480438 [ 288 ] {27ab29e8-0064-4637-b3e0-b23a60845071} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5681 | 2024.11.01 08:22:20.480485 [ 288 ] {27ab29e8-0064-4637-b3e0-b23a60845071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5682 | 2024.11.01 08:22:20.480924 [ 288 ] {27ab29e8-0064-4637-b3e0-b23a60845071} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5683 | 2024.11.01 08:22:20.481335 [ 288 ] {27ab29e8-0064-4637-b3e0-b23a60845071} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5684 | 2024.11.01 08:22:20.481518 [ 288 ] {27ab29e8-0064-4637-b3e0-b23a60845071} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.002049 sec., 20497.80380673499 rows/sec., 1.51 MiB/sec. | ||
| 5685 | 2024.11.01 08:22:20.481901 [ 288 ] {27ab29e8-0064-4637-b3e0-b23a60845071} <Debug> DynamicQueryHandler: Done processing query | ||
| 5686 | 2024.11.01 08:22:20.481929 [ 288 ] {27ab29e8-0064-4637-b3e0-b23a60845071} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5687 | 2024.11.01 08:22:20.481947 [ 288 ] {} <Debug> HTTP-Session: 35eca0b2-aafb-4ec8-ac7c-45d772569ae3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5688 | 2024.11.01 08:22:20.482140 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41413, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5689 | 2024.11.01 08:22:20.482156 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38596, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5690 | 2024.11.01 08:22:20.482246 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5691 | 2024.11.01 08:22:20.482286 [ 286 ] {} <Debug> HTTP-Session: 7c6ebd37-ee5a-4dbb-99d4-7dd90653e6fc Authenticating user 'default' from [fd00:1122:3344:101::d]:41413 | ||
| 5692 | 2024.11.01 08:22:20.482309 [ 286 ] {} <Debug> HTTP-Session: 7c6ebd37-ee5a-4dbb-99d4-7dd90653e6fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5693 | 2024.11.01 08:22:20.482340 [ 286 ] {} <Debug> HTTP-Session: 7c6ebd37-ee5a-4dbb-99d4-7dd90653e6fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5694 | 2024.11.01 08:22:20.482395 [ 286 ] {} <Trace> HTTP-Session: 7c6ebd37-ee5a-4dbb-99d4-7dd90653e6fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5695 | 2024.11.01 08:22:20.482537 [ 286 ] {c3144bf3-706c-4bf3-8ade-67fc803bead0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41413) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5696 | 2024.11.01 08:22:20.482594 [ 286 ] {c3144bf3-706c-4bf3-8ade-67fc803bead0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5697 | 2024.11.01 08:22:20.482903 [ 286 ] {c3144bf3-706c-4bf3-8ade-67fc803bead0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5698 | 2024.11.01 08:22:20.483290 [ 286 ] {c3144bf3-706c-4bf3-8ade-67fc803bead0} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5699 | 2024.11.01 08:22:20.483328 [ 286 ] {c3144bf3-706c-4bf3-8ade-67fc803bead0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5700 | 2024.11.01 08:22:20.483704 [ 286 ] {c3144bf3-706c-4bf3-8ade-67fc803bead0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5701 | 2024.11.01 08:22:20.484084 [ 286 ] {c3144bf3-706c-4bf3-8ade-67fc803bead0} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5702 | 2024.11.01 08:22:20.484231 [ 286 ] {c3144bf3-706c-4bf3-8ade-67fc803bead0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001736 sec., 8064.5161290322585 rows/sec., 564.79 KiB/sec. | ||
| 5703 | 2024.11.01 08:22:20.484405 [ 286 ] {c3144bf3-706c-4bf3-8ade-67fc803bead0} <Debug> DynamicQueryHandler: Done processing query | ||
| 5704 | 2024.11.01 08:22:20.484429 [ 286 ] {c3144bf3-706c-4bf3-8ade-67fc803bead0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5705 | 2024.11.01 08:22:20.484444 [ 286 ] {} <Debug> HTTP-Session: 7c6ebd37-ee5a-4dbb-99d4-7dd90653e6fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5706 | 2024.11.01 08:22:20.484620 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5707 | 2024.11.01 08:22:20.484682 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49376, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5708 | 2024.11.01 08:22:20.484764 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5709 | 2024.11.01 08:22:20.484790 [ 288 ] {} <Debug> HTTP-Session: a673af1e-3768-4047-bec1-e848cefdf21e Authenticating user 'default' from [fd00:1122:3344:101::d]:49376 | ||
| 5710 | 2024.11.01 08:22:20.484812 [ 288 ] {} <Debug> HTTP-Session: a673af1e-3768-4047-bec1-e848cefdf21e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5711 | 2024.11.01 08:22:20.484829 [ 288 ] {} <Debug> HTTP-Session: a673af1e-3768-4047-bec1-e848cefdf21e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5712 | 2024.11.01 08:22:20.484877 [ 288 ] {} <Trace> HTTP-Session: a673af1e-3768-4047-bec1-e848cefdf21e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5713 | 2024.11.01 08:22:20.485015 [ 288 ] {d0e8de48-c74f-492e-a74d-e6550b1e3628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49376) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5714 | 2024.11.01 08:22:20.485072 [ 288 ] {d0e8de48-c74f-492e-a74d-e6550b1e3628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5715 | 2024.11.01 08:22:20.485368 [ 288 ] {d0e8de48-c74f-492e-a74d-e6550b1e3628} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5716 | 2024.11.01 08:22:20.485687 [ 288 ] {d0e8de48-c74f-492e-a74d-e6550b1e3628} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5717 | 2024.11.01 08:22:20.485723 [ 288 ] {d0e8de48-c74f-492e-a74d-e6550b1e3628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5718 | 2024.11.01 08:22:20.486100 [ 288 ] {d0e8de48-c74f-492e-a74d-e6550b1e3628} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5719 | 2024.11.01 08:22:20.486480 [ 288 ] {d0e8de48-c74f-492e-a74d-e6550b1e3628} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5720 | 2024.11.01 08:22:20.486611 [ 288 ] {d0e8de48-c74f-492e-a74d-e6550b1e3628} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001634 sec., 3671.970624235006 rows/sec., 216.95 KiB/sec. | ||
| 5721 | 2024.11.01 08:22:20.486926 [ 288 ] {d0e8de48-c74f-492e-a74d-e6550b1e3628} <Debug> DynamicQueryHandler: Done processing query | ||
| 5722 | 2024.11.01 08:22:20.486952 [ 288 ] {d0e8de48-c74f-492e-a74d-e6550b1e3628} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5723 | 2024.11.01 08:22:20.486968 [ 288 ] {} <Debug> HTTP-Session: a673af1e-3768-4047-bec1-e848cefdf21e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5724 | 2024.11.01 08:22:20.487240 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49376, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5725 | 2024.11.01 08:22:20.487341 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48884, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5726 | 2024.11.01 08:22:20.487409 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5727 | 2024.11.01 08:22:20.487433 [ 286 ] {} <Debug> HTTP-Session: 8aaedbe1-5d14-4da2-b5c8-d6495e8110da Authenticating user 'default' from [fd00:1122:3344:101::d]:48884 | ||
| 5728 | 2024.11.01 08:22:20.487454 [ 286 ] {} <Debug> HTTP-Session: 8aaedbe1-5d14-4da2-b5c8-d6495e8110da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5729 | 2024.11.01 08:22:20.487471 [ 286 ] {} <Debug> HTTP-Session: 8aaedbe1-5d14-4da2-b5c8-d6495e8110da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5730 | 2024.11.01 08:22:20.487518 [ 286 ] {} <Trace> HTTP-Session: 8aaedbe1-5d14-4da2-b5c8-d6495e8110da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5731 | 2024.11.01 08:22:20.487812 [ 286 ] {f7b790aa-d205-4872-9e5f-1c5bca7a253c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48884) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5732 | 2024.11.01 08:22:20.487871 [ 286 ] {f7b790aa-d205-4872-9e5f-1c5bca7a253c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5733 | 2024.11.01 08:22:20.488184 [ 286 ] {f7b790aa-d205-4872-9e5f-1c5bca7a253c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5734 | 2024.11.01 08:22:20.488765 [ 286 ] {f7b790aa-d205-4872-9e5f-1c5bca7a253c} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5735 | 2024.11.01 08:22:20.488803 [ 286 ] {f7b790aa-d205-4872-9e5f-1c5bca7a253c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5736 | 2024.11.01 08:22:20.489184 [ 286 ] {f7b790aa-d205-4872-9e5f-1c5bca7a253c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5737 | 2024.11.01 08:22:20.489563 [ 286 ] {f7b790aa-d205-4872-9e5f-1c5bca7a253c} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5738 | 2024.11.01 08:22:20.489723 [ 286 ] {f7b790aa-d205-4872-9e5f-1c5bca7a253c} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.002061 sec., 205725.3760310529 rows/sec., 14.71 MiB/sec. | ||
| 5739 | 2024.11.01 08:22:20.489892 [ 286 ] {f7b790aa-d205-4872-9e5f-1c5bca7a253c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5740 | 2024.11.01 08:22:20.489916 [ 286 ] {f7b790aa-d205-4872-9e5f-1c5bca7a253c} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 5741 | 2024.11.01 08:22:20.489932 [ 286 ] {} <Debug> HTTP-Session: 8aaedbe1-5d14-4da2-b5c8-d6495e8110da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5742 | 2024.11.01 08:22:20.490126 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49376, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5743 | 2024.11.01 08:22:20.490142 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48884, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5744 | 2024.11.01 08:22:20.490220 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5745 | 2024.11.01 08:22:20.490258 [ 288 ] {} <Debug> HTTP-Session: 2c543b61-a58d-4c65-9e22-05bfc1db7c4a Authenticating user 'default' from [fd00:1122:3344:101::d]:49376 | ||
| 5746 | 2024.11.01 08:22:20.490289 [ 288 ] {} <Debug> HTTP-Session: 2c543b61-a58d-4c65-9e22-05bfc1db7c4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5747 | 2024.11.01 08:22:20.490309 [ 288 ] {} <Debug> HTTP-Session: 2c543b61-a58d-4c65-9e22-05bfc1db7c4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5748 | 2024.11.01 08:22:20.490358 [ 288 ] {} <Trace> HTTP-Session: 2c543b61-a58d-4c65-9e22-05bfc1db7c4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5749 | 2024.11.01 08:22:20.490488 [ 288 ] {a671c0b0-d8de-4c2c-bf45-224a5c156a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49376) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5750 | 2024.11.01 08:22:20.490545 [ 288 ] {a671c0b0-d8de-4c2c-bf45-224a5c156a46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5751 | 2024.11.01 08:22:20.490740 [ 288 ] {a671c0b0-d8de-4c2c-bf45-224a5c156a46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5752 | 2024.11.01 08:22:20.491043 [ 288 ] {a671c0b0-d8de-4c2c-bf45-224a5c156a46} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5753 | 2024.11.01 08:22:20.491085 [ 288 ] {a671c0b0-d8de-4c2c-bf45-224a5c156a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5754 | 2024.11.01 08:22:20.491478 [ 288 ] {a671c0b0-d8de-4c2c-bf45-224a5c156a46} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5755 | 2024.11.01 08:22:20.491815 [ 288 ] {a671c0b0-d8de-4c2c-bf45-224a5c156a46} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5756 | 2024.11.01 08:22:20.491945 [ 288 ] {a671c0b0-d8de-4c2c-bf45-224a5c156a46} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 209.96 KiB/sec. | ||
| 5757 | 2024.11.01 08:22:20.492236 [ 288 ] {a671c0b0-d8de-4c2c-bf45-224a5c156a46} <Debug> DynamicQueryHandler: Done processing query | ||
| 5758 | 2024.11.01 08:22:20.492261 [ 288 ] {a671c0b0-d8de-4c2c-bf45-224a5c156a46} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5759 | 2024.11.01 08:22:20.492277 [ 288 ] {} <Debug> HTTP-Session: 2c543b61-a58d-4c65-9e22-05bfc1db7c4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5760 | 2024.11.01 08:22:20.492473 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49376, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5761 | 2024.11.01 08:22:20.492572 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54689, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5762 | 2024.11.01 08:22:20.492641 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5763 | 2024.11.01 08:22:20.492665 [ 286 ] {} <Debug> HTTP-Session: c2f51648-d2c3-40da-8616-7722fc2855fb Authenticating user 'default' from [fd00:1122:3344:101::d]:54689 | ||
| 5764 | 2024.11.01 08:22:20.492685 [ 286 ] {} <Debug> HTTP-Session: c2f51648-d2c3-40da-8616-7722fc2855fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5765 | 2024.11.01 08:22:20.492704 [ 286 ] {} <Debug> HTTP-Session: c2f51648-d2c3-40da-8616-7722fc2855fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5766 | 2024.11.01 08:22:20.492749 [ 286 ] {} <Trace> HTTP-Session: c2f51648-d2c3-40da-8616-7722fc2855fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5767 | 2024.11.01 08:22:20.492974 [ 286 ] {50836486-1c9b-4730-932c-e5afed099327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54689) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5768 | 2024.11.01 08:22:20.493033 [ 286 ] {50836486-1c9b-4730-932c-e5afed099327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5769 | 2024.11.01 08:22:20.493236 [ 286 ] {50836486-1c9b-4730-932c-e5afed099327} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5770 | 2024.11.01 08:22:20.493657 [ 286 ] {50836486-1c9b-4730-932c-e5afed099327} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5771 | 2024.11.01 08:22:20.493693 [ 286 ] {50836486-1c9b-4730-932c-e5afed099327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5772 | 2024.11.01 08:22:20.494085 [ 286 ] {50836486-1c9b-4730-932c-e5afed099327} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5773 | 2024.11.01 08:22:20.494427 [ 286 ] {50836486-1c9b-4730-932c-e5afed099327} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5774 | 2024.11.01 08:22:20.494582 [ 286 ] {50836486-1c9b-4730-932c-e5afed099327} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001724 sec., 137470.99767981438 rows/sec., 9.21 MiB/sec. | ||
| 5775 | 2024.11.01 08:22:20.494756 [ 286 ] {50836486-1c9b-4730-932c-e5afed099327} <Debug> DynamicQueryHandler: Done processing query | ||
| 5776 | 2024.11.01 08:22:20.494780 [ 286 ] {50836486-1c9b-4730-932c-e5afed099327} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5777 | 2024.11.01 08:22:20.494801 [ 286 ] {} <Debug> HTTP-Session: c2f51648-d2c3-40da-8616-7722fc2855fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5778 | 2024.11.01 08:22:20.494959 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49376, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5779 | 2024.11.01 08:22:20.495001 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54689, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5780 | 2024.11.01 08:22:20.495070 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5781 | 2024.11.01 08:22:20.495106 [ 288 ] {} <Debug> HTTP-Session: 15551ea7-6f0c-4269-8c11-b2b9354375bd Authenticating user 'default' from [fd00:1122:3344:101::d]:49376 | ||
| 5782 | 2024.11.01 08:22:20.495134 [ 288 ] {} <Debug> HTTP-Session: 15551ea7-6f0c-4269-8c11-b2b9354375bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5783 | 2024.11.01 08:22:20.495163 [ 288 ] {} <Debug> HTTP-Session: 15551ea7-6f0c-4269-8c11-b2b9354375bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5784 | 2024.11.01 08:22:20.495212 [ 288 ] {} <Trace> HTTP-Session: 15551ea7-6f0c-4269-8c11-b2b9354375bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5785 | 2024.11.01 08:22:20.495320 [ 288 ] {413071bc-788b-489f-b099-0b6bc2fdf146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49376) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5786 | 2024.11.01 08:22:20.495370 [ 288 ] {413071bc-788b-489f-b099-0b6bc2fdf146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5787 | 2024.11.01 08:22:20.495536 [ 288 ] {413071bc-788b-489f-b099-0b6bc2fdf146} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5788 | 2024.11.01 08:22:20.495802 [ 288 ] {413071bc-788b-489f-b099-0b6bc2fdf146} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5789 | 2024.11.01 08:22:20.495837 [ 288 ] {413071bc-788b-489f-b099-0b6bc2fdf146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5790 | 2024.11.01 08:22:20.496199 [ 288 ] {413071bc-788b-489f-b099-0b6bc2fdf146} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5791 | 2024.11.01 08:22:20.496548 [ 288 ] {413071bc-788b-489f-b099-0b6bc2fdf146} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5792 | 2024.11.01 08:22:20.496681 [ 288 ] {413071bc-788b-489f-b099-0b6bc2fdf146} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001386 sec., 721.5007215007215 rows/sec., 48.62 KiB/sec. | ||
| 5793 | 2024.11.01 08:22:20.496865 [ 288 ] {413071bc-788b-489f-b099-0b6bc2fdf146} <Debug> DynamicQueryHandler: Done processing query | ||
| 5794 | 2024.11.01 08:22:20.496898 [ 288 ] {413071bc-788b-489f-b099-0b6bc2fdf146} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5795 | 2024.11.01 08:22:20.496917 [ 288 ] {} <Debug> HTTP-Session: 15551ea7-6f0c-4269-8c11-b2b9354375bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5796 | 2024.11.01 08:22:20.497115 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49376, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5797 | 2024.11.01 08:22:20.497182 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33183, User-Agent: (none), Length: 70316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5798 | 2024.11.01 08:22:20.497272 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5799 | 2024.11.01 08:22:20.497301 [ 286 ] {} <Debug> HTTP-Session: c4010262-55c1-4c21-9fd2-20090abdfbeb Authenticating user 'default' from [fd00:1122:3344:101::d]:33183 | ||
| 5800 | 2024.11.01 08:22:20.497322 [ 286 ] {} <Debug> HTTP-Session: c4010262-55c1-4c21-9fd2-20090abdfbeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5801 | 2024.11.01 08:22:20.497338 [ 286 ] {} <Debug> HTTP-Session: c4010262-55c1-4c21-9fd2-20090abdfbeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5802 | 2024.11.01 08:22:20.497383 [ 286 ] {} <Trace> HTTP-Session: c4010262-55c1-4c21-9fd2-20090abdfbeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5803 | 2024.11.01 08:22:20.498091 [ 286 ] {66e74988-e7e5-4599-a204-b4f73c03ed27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33183) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5804 | 2024.11.01 08:22:20.498185 [ 286 ] {66e74988-e7e5-4599-a204-b4f73c03ed27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5805 | 2024.11.01 08:22:20.498692 [ 286 ] {66e74988-e7e5-4599-a204-b4f73c03ed27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5806 | 2024.11.01 08:22:20.499501 [ 286 ] {66e74988-e7e5-4599-a204-b4f73c03ed27} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5807 | 2024.11.01 08:22:20.499539 [ 286 ] {66e74988-e7e5-4599-a204-b4f73c03ed27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5808 | 2024.11.01 08:22:20.500212 [ 286 ] {66e74988-e7e5-4599-a204-b4f73c03ed27} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5809 | 2024.11.01 08:22:20.500633 [ 286 ] {66e74988-e7e5-4599-a204-b4f73c03ed27} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5810 | 2024.11.01 08:22:20.500821 [ 286 ] {66e74988-e7e5-4599-a204-b4f73c03ed27} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003305 sec., 12708.018154311649 rows/sec., 22.77 MiB/sec. | ||
| 5811 | 2024.11.01 08:22:20.501063 [ 286 ] {66e74988-e7e5-4599-a204-b4f73c03ed27} <Debug> DynamicQueryHandler: Done processing query | ||
| 5812 | 2024.11.01 08:22:20.501087 [ 286 ] {66e74988-e7e5-4599-a204-b4f73c03ed27} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 5813 | 2024.11.01 08:22:20.501104 [ 286 ] {} <Debug> HTTP-Session: c4010262-55c1-4c21-9fd2-20090abdfbeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5814 | 2024.11.01 08:22:20.501287 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33183, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5815 | 2024.11.01 08:22:20.501410 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53843, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5816 | 2024.11.01 08:22:20.501473 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5817 | 2024.11.01 08:22:20.501493 [ 288 ] {} <Debug> HTTP-Session: 2b4f073e-e651-4426-bdb2-df7d6445e101 Authenticating user 'default' from [fd00:1122:3344:101::d]:53843 | ||
| 5818 | 2024.11.01 08:22:20.501511 [ 288 ] {} <Debug> HTTP-Session: 2b4f073e-e651-4426-bdb2-df7d6445e101 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5819 | 2024.11.01 08:22:20.501524 [ 288 ] {} <Debug> HTTP-Session: 2b4f073e-e651-4426-bdb2-df7d6445e101 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5820 | 2024.11.01 08:22:20.501563 [ 288 ] {} <Trace> HTTP-Session: 2b4f073e-e651-4426-bdb2-df7d6445e101 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5821 | 2024.11.01 08:22:20.501731 [ 288 ] {696a4998-10ae-483e-b757-b063687fb33c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53843) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5822 | 2024.11.01 08:22:20.501782 [ 288 ] {696a4998-10ae-483e-b757-b063687fb33c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5823 | 2024.11.01 08:22:20.501947 [ 288 ] {696a4998-10ae-483e-b757-b063687fb33c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5824 | 2024.11.01 08:22:20.502350 [ 288 ] {696a4998-10ae-483e-b757-b063687fb33c} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5825 | 2024.11.01 08:22:20.502387 [ 288 ] {696a4998-10ae-483e-b757-b063687fb33c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5826 | 2024.11.01 08:22:20.502766 [ 288 ] {696a4998-10ae-483e-b757-b063687fb33c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5827 | 2024.11.01 08:22:20.503097 [ 288 ] {696a4998-10ae-483e-b757-b063687fb33c} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5828 | 2024.11.01 08:22:20.503257 [ 288 ] {696a4998-10ae-483e-b757-b063687fb33c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001597 sec., 51346.27426424546 rows/sec., 3.26 MiB/sec. | ||
| 5829 | 2024.11.01 08:22:20.503573 [ 288 ] {696a4998-10ae-483e-b757-b063687fb33c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5830 | 2024.11.01 08:22:20.503599 [ 288 ] {696a4998-10ae-483e-b757-b063687fb33c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5831 | 2024.11.01 08:22:20.503615 [ 288 ] {} <Debug> HTTP-Session: 2b4f073e-e651-4426-bdb2-df7d6445e101 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5832 | 2024.11.01 08:22:20.503995 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53843, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5833 | 2024.11.01 08:22:20.654130 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5834 | 2024.11.01 08:22:20.672693 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63982, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5835 | 2024.11.01 08:22:20.710132 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5836 | 2024.11.01 08:22:20.725543 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60876, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5837 | 2024.11.01 08:22:20.837856 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41037, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5838 | 2024.11.01 08:22:21.004997 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55666, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5839 | 2024.11.01 08:22:21.416806 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44660, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5840 | 2024.11.01 08:22:21.466208 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47433, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5841 | 2024.11.01 08:22:21.481941 [ 125 ] {} <Debug> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5842 | 2024.11.01 08:22:21.482010 [ 125 ] {} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5843 | 2024.11.01 08:22:21.482037 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5844 | 2024.11.01 08:22:21.482291 [ 196 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 5845 | 2024.11.01 08:22:21.482566 [ 196 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5846 | 2024.11.01 08:22:21.482630 [ 196 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 5847 | 2024.11.01 08:22:21.482769 [ 196 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 5848 | 2024.11.01 08:22:21.483177 [ 196 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 5849 | 2024.11.01 08:22:21.483373 [ 196 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 5850 | 2024.11.01 08:22:21.483524 [ 196 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 5851 | 2024.11.01 08:22:21.484634 [ 195 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.002511662 sec., 9555.425849497266 rows/sec., 816.50 KiB/sec. | ||
| 5852 | 2024.11.01 08:22:21.484830 [ 195 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5853 | 2024.11.01 08:22:21.485356 [ 195 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_5_1} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5854 | 2024.11.01 08:22:21.485443 [ 195 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_5_1} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5855 | 2024.11.01 08:22:21.485540 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5856 | 2024.11.01 08:22:21.662125 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5857 | 2024.11.01 08:22:21.805988 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46261, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5858 | 2024.11.01 08:22:21.821443 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40892, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5859 | 2024.11.01 08:22:21.887875 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38416, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5860 | 2024.11.01 08:22:21.915521 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46343, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5861 | 2024.11.01 08:22:22.108918 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57837, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5862 | 2024.11.01 08:22:22.509721 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47948, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5863 | 2024.11.01 08:22:22.781595 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54658, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5864 | 2024.11.01 08:22:22.865118 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5865 | 2024.11.01 08:22:22.910100 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37673, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5866 | 2024.11.01 08:22:22.973839 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48872, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5867 | 2024.11.01 08:22:22.992194 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53702, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5868 | 2024.11.01 08:22:23.005490 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49562, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5869 | 2024.11.01 08:22:23.809685 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 568 | ||
| 5870 | 2024.11.01 08:22:23.812490 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5871 | 2024.11.01 08:22:23.812547 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5872 | 2024.11.01 08:22:23.814165 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5873 | 2024.11.01 08:22:23.815213 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5874 | 2024.11.01 08:22:23.816529 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 568 | ||
| 5875 | 2024.11.01 08:22:25.466982 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33183, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5876 | 2024.11.01 08:22:25.467095 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5877 | 2024.11.01 08:22:25.467121 [ 286 ] {} <Debug> HTTP-Session: d91675f9-a3a4-46b3-bc9b-5cd2a4f266a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33183 | ||
| 5878 | 2024.11.01 08:22:25.467146 [ 286 ] {} <Debug> HTTP-Session: d91675f9-a3a4-46b3-bc9b-5cd2a4f266a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5879 | 2024.11.01 08:22:25.467161 [ 286 ] {} <Debug> HTTP-Session: d91675f9-a3a4-46b3-bc9b-5cd2a4f266a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5880 | 2024.11.01 08:22:25.467218 [ 286 ] {} <Trace> HTTP-Session: d91675f9-a3a4-46b3-bc9b-5cd2a4f266a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5881 | 2024.11.01 08:22:25.467401 [ 286 ] {974c5e4a-4f2e-4204-9279-0a4fe487c9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33183) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5882 | 2024.11.01 08:22:25.467471 [ 286 ] {974c5e4a-4f2e-4204-9279-0a4fe487c9b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5883 | 2024.11.01 08:22:25.467813 [ 286 ] {974c5e4a-4f2e-4204-9279-0a4fe487c9b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5884 | 2024.11.01 08:22:25.468278 [ 286 ] {974c5e4a-4f2e-4204-9279-0a4fe487c9b2} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5885 | 2024.11.01 08:22:25.468323 [ 286 ] {974c5e4a-4f2e-4204-9279-0a4fe487c9b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5886 | 2024.11.01 08:22:25.468742 [ 286 ] {974c5e4a-4f2e-4204-9279-0a4fe487c9b2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5887 | 2024.11.01 08:22:25.469147 [ 286 ] {974c5e4a-4f2e-4204-9279-0a4fe487c9b2} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5888 | 2024.11.01 08:22:25.469313 [ 286 ] {974c5e4a-4f2e-4204-9279-0a4fe487c9b2} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001962 sec., 3058.103975535168 rows/sec., 249.37 KiB/sec. | ||
| 5889 | 2024.11.01 08:22:25.469640 [ 286 ] {974c5e4a-4f2e-4204-9279-0a4fe487c9b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5890 | 2024.11.01 08:22:25.469667 [ 286 ] {974c5e4a-4f2e-4204-9279-0a4fe487c9b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5891 | 2024.11.01 08:22:25.469684 [ 286 ] {} <Debug> HTTP-Session: d91675f9-a3a4-46b3-bc9b-5cd2a4f266a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5892 | 2024.11.01 08:22:25.469894 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33183, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5893 | 2024.11.01 08:22:25.470071 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44022, User-Agent: (none), Length: 8195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5894 | 2024.11.01 08:22:25.470186 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5895 | 2024.11.01 08:22:25.470210 [ 282 ] {} <Debug> HTTP-Session: e9e567aa-ffe2-401b-92f3-02226a5b9561 Authenticating user 'default' from [fd00:1122:3344:101::d]:44022 | ||
| 5896 | 2024.11.01 08:22:25.470233 [ 282 ] {} <Debug> HTTP-Session: e9e567aa-ffe2-401b-92f3-02226a5b9561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5897 | 2024.11.01 08:22:25.470247 [ 282 ] {} <Debug> HTTP-Session: e9e567aa-ffe2-401b-92f3-02226a5b9561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5898 | 2024.11.01 08:22:25.470302 [ 282 ] {} <Trace> HTTP-Session: e9e567aa-ffe2-401b-92f3-02226a5b9561 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5899 | 2024.11.01 08:22:25.470494 [ 282 ] {ff2724dd-2a8b-4f8f-9d8c-8637843cd860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44022) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5900 | 2024.11.01 08:22:25.470560 [ 282 ] {ff2724dd-2a8b-4f8f-9d8c-8637843cd860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5901 | 2024.11.01 08:22:25.470904 [ 282 ] {ff2724dd-2a8b-4f8f-9d8c-8637843cd860} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5902 | 2024.11.01 08:22:25.471334 [ 282 ] {ff2724dd-2a8b-4f8f-9d8c-8637843cd860} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5903 | 2024.11.01 08:22:25.471372 [ 282 ] {ff2724dd-2a8b-4f8f-9d8c-8637843cd860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5904 | 2024.11.01 08:22:25.471792 [ 282 ] {ff2724dd-2a8b-4f8f-9d8c-8637843cd860} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5905 | 2024.11.01 08:22:25.472182 [ 282 ] {ff2724dd-2a8b-4f8f-9d8c-8637843cd860} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5906 | 2024.11.01 08:22:25.472323 [ 282 ] {ff2724dd-2a8b-4f8f-9d8c-8637843cd860} <Debug> executeQuery: Read 59 rows, 4.60 KiB in 0.001897 sec., 31101.73958882446 rows/sec., 2.37 MiB/sec. | ||
| 5907 | 2024.11.01 08:22:25.472518 [ 282 ] {ff2724dd-2a8b-4f8f-9d8c-8637843cd860} <Debug> DynamicQueryHandler: Done processing query | ||
| 5908 | 2024.11.01 08:22:25.472545 [ 282 ] {ff2724dd-2a8b-4f8f-9d8c-8637843cd860} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5909 | 2024.11.01 08:22:25.472561 [ 282 ] {} <Debug> HTTP-Session: e9e567aa-ffe2-401b-92f3-02226a5b9561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5910 | 2024.11.01 08:22:25.472717 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44022, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5911 | 2024.11.01 08:22:25.472734 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33183, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5912 | 2024.11.01 08:22:25.472820 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5913 | 2024.11.01 08:22:25.472847 [ 286 ] {} <Debug> HTTP-Session: 3d29f72f-c40e-44bb-b3a0-244e703bb389 Authenticating user 'default' from [fd00:1122:3344:101::d]:33183 | ||
| 5914 | 2024.11.01 08:22:25.472871 [ 286 ] {} <Debug> HTTP-Session: 3d29f72f-c40e-44bb-b3a0-244e703bb389 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5915 | 2024.11.01 08:22:25.472887 [ 286 ] {} <Debug> HTTP-Session: 3d29f72f-c40e-44bb-b3a0-244e703bb389 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5916 | 2024.11.01 08:22:25.472927 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 5917 | |||
| 5918 | (version 23.8.7.1) | ||
| 5919 | 2024.11.01 08:22:25.472944 [ 286 ] {} <Trace> HTTP-Session: 3d29f72f-c40e-44bb-b3a0-244e703bb389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5920 | 2024.11.01 08:22:25.473086 [ 286 ] {2838b60a-acf0-4c26-9c49-7d29a466042a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33183) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5921 | 2024.11.01 08:22:25.473137 [ 286 ] {2838b60a-acf0-4c26-9c49-7d29a466042a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5922 | 2024.11.01 08:22:25.473406 [ 286 ] {2838b60a-acf0-4c26-9c49-7d29a466042a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5923 | 2024.11.01 08:22:25.473733 [ 286 ] {2838b60a-acf0-4c26-9c49-7d29a466042a} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5924 | 2024.11.01 08:22:25.473771 [ 286 ] {2838b60a-acf0-4c26-9c49-7d29a466042a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5925 | 2024.11.01 08:22:25.474127 [ 286 ] {2838b60a-acf0-4c26-9c49-7d29a466042a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5926 | 2024.11.01 08:22:25.474505 [ 286 ] {2838b60a-acf0-4c26-9c49-7d29a466042a} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5927 | 2024.11.01 08:22:25.474665 [ 286 ] {2838b60a-acf0-4c26-9c49-7d29a466042a} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001599 sec., 3752.34521575985 rows/sec., 262.00 KiB/sec. | ||
| 5928 | 2024.11.01 08:22:25.474846 [ 286 ] {2838b60a-acf0-4c26-9c49-7d29a466042a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5929 | 2024.11.01 08:22:25.474872 [ 286 ] {2838b60a-acf0-4c26-9c49-7d29a466042a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5930 | 2024.11.01 08:22:25.474888 [ 286 ] {} <Debug> HTTP-Session: 3d29f72f-c40e-44bb-b3a0-244e703bb389 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5931 | 2024.11.01 08:22:25.475064 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33183, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5932 | 2024.11.01 08:22:25.475162 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32994, User-Agent: (none), Length: 11895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5933 | 2024.11.01 08:22:25.475250 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5934 | 2024.11.01 08:22:25.475279 [ 282 ] {} <Debug> HTTP-Session: a0324bd8-524a-4bd5-b4c8-0325b60a67ab Authenticating user 'default' from [fd00:1122:3344:101::d]:32994 | ||
| 5935 | 2024.11.01 08:22:25.475301 [ 282 ] {} <Debug> HTTP-Session: a0324bd8-524a-4bd5-b4c8-0325b60a67ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5936 | 2024.11.01 08:22:25.475318 [ 282 ] {} <Debug> HTTP-Session: a0324bd8-524a-4bd5-b4c8-0325b60a67ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5937 | 2024.11.01 08:22:25.475365 [ 282 ] {} <Trace> HTTP-Session: a0324bd8-524a-4bd5-b4c8-0325b60a67ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5938 | 2024.11.01 08:22:25.475508 [ 282 ] {e136a563-0af9-4bd4-ae31-aa5d9e928b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32994) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5939 | 2024.11.01 08:22:25.475557 [ 282 ] {e136a563-0af9-4bd4-ae31-aa5d9e928b66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5940 | 2024.11.01 08:22:25.475916 [ 282 ] {e136a563-0af9-4bd4-ae31-aa5d9e928b66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5941 | 2024.11.01 08:22:25.476295 [ 282 ] {e136a563-0af9-4bd4-ae31-aa5d9e928b66} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5942 | 2024.11.01 08:22:25.476332 [ 282 ] {e136a563-0af9-4bd4-ae31-aa5d9e928b66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5943 | 2024.11.01 08:22:25.476715 [ 282 ] {e136a563-0af9-4bd4-ae31-aa5d9e928b66} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5944 | 2024.11.01 08:22:25.477114 [ 282 ] {e136a563-0af9-4bd4-ae31-aa5d9e928b66} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5945 | 2024.11.01 08:22:25.477245 [ 282 ] {e136a563-0af9-4bd4-ae31-aa5d9e928b66} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001783 sec., 39259.67470555244 rows/sec., 3.07 MiB/sec. | ||
| 5946 | 2024.11.01 08:22:25.477551 [ 282 ] {e136a563-0af9-4bd4-ae31-aa5d9e928b66} <Debug> DynamicQueryHandler: Done processing query | ||
| 5947 | 2024.11.01 08:22:25.477578 [ 282 ] {e136a563-0af9-4bd4-ae31-aa5d9e928b66} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5948 | 2024.11.01 08:22:25.477595 [ 282 ] {} <Debug> HTTP-Session: a0324bd8-524a-4bd5-b4c8-0325b60a67ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5949 | 2024.11.01 08:22:25.477767 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32994, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5950 | 2024.11.01 08:22:25.477911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55953, User-Agent: (none), Length: 25063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5951 | 2024.11.01 08:22:25.477986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5952 | 2024.11.01 08:22:25.478013 [ 3 ] {} <Debug> HTTP-Session: fcaf8370-a95f-4c63-b20d-145715c97036 Authenticating user 'default' from [fd00:1122:3344:101::d]:55953 | ||
| 5953 | 2024.11.01 08:22:25.478034 [ 3 ] {} <Debug> HTTP-Session: fcaf8370-a95f-4c63-b20d-145715c97036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5954 | 2024.11.01 08:22:25.478052 [ 3 ] {} <Debug> HTTP-Session: fcaf8370-a95f-4c63-b20d-145715c97036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5955 | 2024.11.01 08:22:25.478093 [ 3 ] {} <Trace> HTTP-Session: fcaf8370-a95f-4c63-b20d-145715c97036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5956 | 2024.11.01 08:22:25.478283 [ 3 ] {5822fa89-8ce0-41c9-a0fc-6308c125b998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55953) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5957 | 2024.11.01 08:22:25.478343 [ 3 ] {5822fa89-8ce0-41c9-a0fc-6308c125b998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5958 | 2024.11.01 08:22:25.478516 [ 3 ] {5822fa89-8ce0-41c9-a0fc-6308c125b998} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5959 | 2024.11.01 08:22:25.478907 [ 3 ] {5822fa89-8ce0-41c9-a0fc-6308c125b998} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5960 | 2024.11.01 08:22:25.478945 [ 3 ] {5822fa89-8ce0-41c9-a0fc-6308c125b998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5961 | 2024.11.01 08:22:25.479346 [ 3 ] {5822fa89-8ce0-41c9-a0fc-6308c125b998} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5962 | 2024.11.01 08:22:25.479706 [ 3 ] {5822fa89-8ce0-41c9-a0fc-6308c125b998} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5963 | 2024.11.01 08:22:25.479839 [ 3 ] {5822fa89-8ce0-41c9-a0fc-6308c125b998} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.001641 sec., 79829.37233394271 rows/sec., 5.56 MiB/sec. | ||
| 5964 | 2024.11.01 08:22:25.480194 [ 3 ] {5822fa89-8ce0-41c9-a0fc-6308c125b998} <Debug> DynamicQueryHandler: Done processing query | ||
| 5965 | 2024.11.01 08:22:25.480227 [ 3 ] {5822fa89-8ce0-41c9-a0fc-6308c125b998} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5966 | 2024.11.01 08:22:25.480245 [ 3 ] {} <Debug> HTTP-Session: fcaf8370-a95f-4c63-b20d-145715c97036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5967 | 2024.11.01 08:22:25.480402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55953, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5968 | 2024.11.01 08:22:25.480417 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32994, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5969 | 2024.11.01 08:22:25.480490 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5970 | 2024.11.01 08:22:25.480514 [ 282 ] {} <Debug> HTTP-Session: 0ed43461-7b02-4344-b13a-a03704eac45e Authenticating user 'default' from [fd00:1122:3344:101::d]:32994 | ||
| 5971 | 2024.11.01 08:22:25.480537 [ 282 ] {} <Debug> HTTP-Session: 0ed43461-7b02-4344-b13a-a03704eac45e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5972 | 2024.11.01 08:22:25.480556 [ 282 ] {} <Debug> HTTP-Session: 0ed43461-7b02-4344-b13a-a03704eac45e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5973 | 2024.11.01 08:22:25.480596 [ 282 ] {} <Trace> HTTP-Session: 0ed43461-7b02-4344-b13a-a03704eac45e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5974 | 2024.11.01 08:22:25.480741 [ 282 ] {8da30f22-4471-4746-bd9c-d73ebb737a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32994) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5975 | 2024.11.01 08:22:25.480797 [ 282 ] {8da30f22-4471-4746-bd9c-d73ebb737a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5976 | 2024.11.01 08:22:25.480977 [ 282 ] {8da30f22-4471-4746-bd9c-d73ebb737a34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5977 | 2024.11.01 08:22:25.481335 [ 282 ] {8da30f22-4471-4746-bd9c-d73ebb737a34} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5978 | 2024.11.01 08:22:25.481377 [ 282 ] {8da30f22-4471-4746-bd9c-d73ebb737a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5979 | 2024.11.01 08:22:25.481743 [ 282 ] {8da30f22-4471-4746-bd9c-d73ebb737a34} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5980 | 2024.11.01 08:22:25.482071 [ 282 ] {8da30f22-4471-4746-bd9c-d73ebb737a34} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5981 | 2024.11.01 08:22:25.482195 [ 282 ] {8da30f22-4471-4746-bd9c-d73ebb737a34} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001508 sec., 31830.238726790452 rows/sec., 2.15 MiB/sec. | ||
| 5982 | 2024.11.01 08:22:25.482485 [ 282 ] {8da30f22-4471-4746-bd9c-d73ebb737a34} <Debug> DynamicQueryHandler: Done processing query | ||
| 5983 | 2024.11.01 08:22:25.482512 [ 282 ] {8da30f22-4471-4746-bd9c-d73ebb737a34} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5984 | 2024.11.01 08:22:25.482530 [ 282 ] {} <Debug> HTTP-Session: 0ed43461-7b02-4344-b13a-a03704eac45e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5985 | 2024.11.01 08:22:25.482756 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32994, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5986 | 2024.11.01 08:22:28.636585 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5987 | 2024.11.01 08:22:28.636653 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5988 | 2024.11.01 08:22:30.469625 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43161, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5989 | 2024.11.01 08:22:30.469752 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5990 | 2024.11.01 08:22:30.469782 [ 282 ] {} <Debug> HTTP-Session: e5e00897-9e4b-4312-8ab1-0f8997a01ef3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43161 | ||
| 5991 | 2024.11.01 08:22:30.469810 [ 282 ] {} <Debug> HTTP-Session: e5e00897-9e4b-4312-8ab1-0f8997a01ef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5992 | 2024.11.01 08:22:30.469828 [ 282 ] {} <Debug> HTTP-Session: e5e00897-9e4b-4312-8ab1-0f8997a01ef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5993 | 2024.11.01 08:22:30.469885 [ 282 ] {} <Trace> HTTP-Session: e5e00897-9e4b-4312-8ab1-0f8997a01ef3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5994 | 2024.11.01 08:22:30.470107 [ 282 ] {4f6ee6fe-6f19-4954-86a7-9817b37761ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5995 | 2024.11.01 08:22:30.470183 [ 282 ] {4f6ee6fe-6f19-4954-86a7-9817b37761ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5996 | 2024.11.01 08:22:30.470567 [ 282 ] {4f6ee6fe-6f19-4954-86a7-9817b37761ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5997 | 2024.11.01 08:22:30.471066 [ 282 ] {4f6ee6fe-6f19-4954-86a7-9817b37761ea} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5998 | 2024.11.01 08:22:30.471113 [ 282 ] {4f6ee6fe-6f19-4954-86a7-9817b37761ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 5999 | 2024.11.01 08:22:30.471543 [ 282 ] {4f6ee6fe-6f19-4954-86a7-9817b37761ea} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6000 | 2024.11.01 08:22:30.471928 [ 282 ] {4f6ee6fe-6f19-4954-86a7-9817b37761ea} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6001 | 2024.11.01 08:22:30.472077 [ 282 ] {4f6ee6fe-6f19-4954-86a7-9817b37761ea} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002045 sec., 27383.863080684598 rows/sec., 2.09 MiB/sec. | ||
| 6002 | 2024.11.01 08:22:30.472308 [ 282 ] {4f6ee6fe-6f19-4954-86a7-9817b37761ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 6003 | 2024.11.01 08:22:30.472336 [ 282 ] {4f6ee6fe-6f19-4954-86a7-9817b37761ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6004 | 2024.11.01 08:22:30.472353 [ 282 ] {} <Debug> HTTP-Session: e5e00897-9e4b-4312-8ab1-0f8997a01ef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6005 | 2024.11.01 08:22:30.472543 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43161, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6006 | 2024.11.01 08:22:30.472665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52159, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6007 | 2024.11.01 08:22:30.472748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6008 | 2024.11.01 08:22:30.472774 [ 3 ] {} <Debug> HTTP-Session: fd3f06e8-9e5b-4396-83fe-6c5a8264bf62 Authenticating user 'default' from [fd00:1122:3344:101::d]:52159 | ||
| 6009 | 2024.11.01 08:22:30.472796 [ 3 ] {} <Debug> HTTP-Session: fd3f06e8-9e5b-4396-83fe-6c5a8264bf62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6010 | 2024.11.01 08:22:30.472815 [ 3 ] {} <Debug> HTTP-Session: fd3f06e8-9e5b-4396-83fe-6c5a8264bf62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6011 | 2024.11.01 08:22:30.472858 [ 3 ] {} <Trace> HTTP-Session: fd3f06e8-9e5b-4396-83fe-6c5a8264bf62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6012 | 2024.11.01 08:22:30.473022 [ 3 ] {502c13bf-94d4-4dfb-b379-92cfba2211f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52159) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6013 | 2024.11.01 08:22:30.473082 [ 3 ] {502c13bf-94d4-4dfb-b379-92cfba2211f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6014 | 2024.11.01 08:22:30.473378 [ 3 ] {502c13bf-94d4-4dfb-b379-92cfba2211f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6015 | 2024.11.01 08:22:30.473786 [ 3 ] {502c13bf-94d4-4dfb-b379-92cfba2211f5} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6016 | 2024.11.01 08:22:30.473824 [ 3 ] {502c13bf-94d4-4dfb-b379-92cfba2211f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6017 | 2024.11.01 08:22:30.474202 [ 3 ] {502c13bf-94d4-4dfb-b379-92cfba2211f5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6018 | 2024.11.01 08:22:30.474596 [ 3 ] {502c13bf-94d4-4dfb-b379-92cfba2211f5} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6019 | 2024.11.01 08:22:30.474732 [ 3 ] {502c13bf-94d4-4dfb-b379-92cfba2211f5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001767 sec., 36219.58121109225 rows/sec., 2.83 MiB/sec. | ||
| 6020 | 2024.11.01 08:22:30.475026 [ 3 ] {502c13bf-94d4-4dfb-b379-92cfba2211f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6021 | 2024.11.01 08:22:30.475063 [ 3 ] {502c13bf-94d4-4dfb-b379-92cfba2211f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6022 | 2024.11.01 08:22:30.475081 [ 3 ] {} <Debug> HTTP-Session: fd3f06e8-9e5b-4396-83fe-6c5a8264bf62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6023 | 2024.11.01 08:22:30.475329 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43161, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6024 | 2024.11.01 08:22:30.475343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52159, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6025 | 2024.11.01 08:22:30.475393 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6026 | 2024.11.01 08:22:30.475420 [ 282 ] {} <Debug> HTTP-Session: b36b5223-4e41-476c-a85c-f4ff6688a682 Authenticating user 'default' from [fd00:1122:3344:101::d]:43161 | ||
| 6027 | 2024.11.01 08:22:30.475441 [ 282 ] {} <Debug> HTTP-Session: b36b5223-4e41-476c-a85c-f4ff6688a682 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6028 | 2024.11.01 08:22:30.475459 [ 282 ] {} <Debug> HTTP-Session: b36b5223-4e41-476c-a85c-f4ff6688a682 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6029 | 2024.11.01 08:22:30.475499 [ 282 ] {} <Trace> HTTP-Session: b36b5223-4e41-476c-a85c-f4ff6688a682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6030 | 2024.11.01 08:22:30.475683 [ 282 ] {d5063717-2033-44e9-b040-db4ea098a42d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6031 | 2024.11.01 08:22:30.475742 [ 282 ] {d5063717-2033-44e9-b040-db4ea098a42d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6032 | 2024.11.01 08:22:30.475938 [ 282 ] {d5063717-2033-44e9-b040-db4ea098a42d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6033 | 2024.11.01 08:22:30.476375 [ 282 ] {d5063717-2033-44e9-b040-db4ea098a42d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6034 | 2024.11.01 08:22:30.476419 [ 282 ] {d5063717-2033-44e9-b040-db4ea098a42d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6035 | 2024.11.01 08:22:30.476827 [ 282 ] {d5063717-2033-44e9-b040-db4ea098a42d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6036 | 2024.11.01 08:22:30.477181 [ 282 ] {d5063717-2033-44e9-b040-db4ea098a42d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6037 | 2024.11.01 08:22:30.477311 [ 282 ] {d5063717-2033-44e9-b040-db4ea098a42d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001714 sec., 93348.89148191366 rows/sec., 6.50 MiB/sec. | ||
| 6038 | 2024.11.01 08:22:30.477480 [ 282 ] {d5063717-2033-44e9-b040-db4ea098a42d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6039 | 2024.11.01 08:22:30.477504 [ 282 ] {d5063717-2033-44e9-b040-db4ea098a42d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6040 | 2024.11.01 08:22:30.477521 [ 282 ] {} <Debug> HTTP-Session: b36b5223-4e41-476c-a85c-f4ff6688a682 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6041 | 2024.11.01 08:22:30.477747 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43161, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6042 | 2024.11.01 08:22:30.477835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36693, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6043 | 2024.11.01 08:22:30.477898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6044 | 2024.11.01 08:22:30.477923 [ 3 ] {} <Debug> HTTP-Session: badc001b-b7d2-49df-b83d-4faae0c3ecf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36693 | ||
| 6045 | 2024.11.01 08:22:30.477943 [ 3 ] {} <Debug> HTTP-Session: badc001b-b7d2-49df-b83d-4faae0c3ecf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6046 | 2024.11.01 08:22:30.477960 [ 3 ] {} <Debug> HTTP-Session: badc001b-b7d2-49df-b83d-4faae0c3ecf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6047 | 2024.11.01 08:22:30.477999 [ 3 ] {} <Trace> HTTP-Session: badc001b-b7d2-49df-b83d-4faae0c3ecf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6048 | 2024.11.01 08:22:30.478154 [ 3 ] {adb82bfe-1871-47ed-bd7a-4f16ab197216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36693) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6049 | 2024.11.01 08:22:30.478209 [ 3 ] {adb82bfe-1871-47ed-bd7a-4f16ab197216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6050 | 2024.11.01 08:22:30.478369 [ 3 ] {adb82bfe-1871-47ed-bd7a-4f16ab197216} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6051 | 2024.11.01 08:22:30.478704 [ 3 ] {adb82bfe-1871-47ed-bd7a-4f16ab197216} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6052 | 2024.11.01 08:22:30.478741 [ 3 ] {adb82bfe-1871-47ed-bd7a-4f16ab197216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6053 | 2024.11.01 08:22:30.479108 [ 3 ] {adb82bfe-1871-47ed-bd7a-4f16ab197216} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6054 | 2024.11.01 08:22:30.479435 [ 3 ] {adb82bfe-1871-47ed-bd7a-4f16ab197216} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6055 | 2024.11.01 08:22:30.479566 [ 3 ] {adb82bfe-1871-47ed-bd7a-4f16ab197216} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec. | ||
| 6056 | 2024.11.01 08:22:30.479731 [ 3 ] {adb82bfe-1871-47ed-bd7a-4f16ab197216} <Debug> DynamicQueryHandler: Done processing query | ||
| 6057 | 2024.11.01 08:22:30.479756 [ 3 ] {adb82bfe-1871-47ed-bd7a-4f16ab197216} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6058 | 2024.11.01 08:22:30.479772 [ 3 ] {} <Debug> HTTP-Session: badc001b-b7d2-49df-b83d-4faae0c3ecf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6059 | 2024.11.01 08:22:30.480035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6060 | 2024.11.01 08:22:33.817671 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 588 | ||
| 6061 | 2024.11.01 08:22:33.820632 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6062 | 2024.11.01 08:22:33.820707 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6063 | 2024.11.01 08:22:33.822241 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6064 | 2024.11.01 08:22:33.823269 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6065 | 2024.11.01 08:22:33.823489 [ 115 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6066 | 2024.11.01 08:22:33.823614 [ 115 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6067 | 2024.11.01 08:22:33.823679 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6068 | 2024.11.01 08:22:33.824262 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 6069 | 2024.11.01 08:22:33.825440 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 588 | ||
| 6070 | 2024.11.01 08:22:33.826081 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6071 | 2024.11.01 08:22:33.826264 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 460 rows starting from the beginning of the part | ||
| 6072 | 2024.11.01 08:22:33.826906 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 28 rows starting from the beginning of the part | ||
| 6073 | 2024.11.01 08:22:33.827468 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 20 rows starting from the beginning of the part | ||
| 6074 | 2024.11.01 08:22:33.827989 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part | ||
| 6075 | 2024.11.01 08:22:33.828525 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part | ||
| 6076 | 2024.11.01 08:22:33.829012 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 20 rows starting from the beginning of the part | ||
| 6077 | 2024.11.01 08:22:33.837384 [ 194 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 72 columns (72 merged, 0 gathered) in 0.013542233 sec., 43419.72258194051 rows/sec., 33.66 MiB/sec. | ||
| 6078 | 2024.11.01 08:22:33.838536 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6079 | 2024.11.01 08:22:33.840058 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_16_3} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6080 | 2024.11.01 08:22:33.840146 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_16_3} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6081 | 2024.11.01 08:22:33.840355 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.97 MiB. | ||
| 6082 | 2024.11.01 08:22:35.475595 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43161, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6083 | 2024.11.01 08:22:35.475721 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6084 | 2024.11.01 08:22:35.475750 [ 282 ] {} <Debug> HTTP-Session: 1907cf1c-6adb-437d-a065-aec346e7de05 Authenticating user 'default' from [fd00:1122:3344:101::d]:43161 | ||
| 6085 | 2024.11.01 08:22:35.475777 [ 282 ] {} <Debug> HTTP-Session: 1907cf1c-6adb-437d-a065-aec346e7de05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6086 | 2024.11.01 08:22:35.475795 [ 282 ] {} <Debug> HTTP-Session: 1907cf1c-6adb-437d-a065-aec346e7de05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6087 | 2024.11.01 08:22:35.475852 [ 282 ] {} <Trace> HTTP-Session: 1907cf1c-6adb-437d-a065-aec346e7de05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6088 | 2024.11.01 08:22:35.476150 [ 282 ] {6e826041-90c1-49b8-a11c-b651eb5e4b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6089 | 2024.11.01 08:22:35.476224 [ 282 ] {6e826041-90c1-49b8-a11c-b651eb5e4b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6090 | 2024.11.01 08:22:35.476601 [ 282 ] {6e826041-90c1-49b8-a11c-b651eb5e4b48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6091 | 2024.11.01 08:22:35.477235 [ 282 ] {6e826041-90c1-49b8-a11c-b651eb5e4b48} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6092 | 2024.11.01 08:22:35.477278 [ 282 ] {6e826041-90c1-49b8-a11c-b651eb5e4b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6093 | 2024.11.01 08:22:35.477736 [ 282 ] {6e826041-90c1-49b8-a11c-b651eb5e4b48} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6094 | 2024.11.01 08:22:35.478117 [ 282 ] {6e826041-90c1-49b8-a11c-b651eb5e4b48} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6095 | 2024.11.01 08:22:35.478281 [ 282 ] {6e826041-90c1-49b8-a11c-b651eb5e4b48} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002268 sec., 120370.37037037036 rows/sec., 10.70 MiB/sec. | ||
| 6096 | 2024.11.01 08:22:35.478592 [ 282 ] {6e826041-90c1-49b8-a11c-b651eb5e4b48} <Debug> DynamicQueryHandler: Done processing query | ||
| 6097 | 2024.11.01 08:22:35.478639 [ 282 ] {6e826041-90c1-49b8-a11c-b651eb5e4b48} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6098 | 2024.11.01 08:22:35.478658 [ 282 ] {} <Debug> HTTP-Session: 1907cf1c-6adb-437d-a065-aec346e7de05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6099 | 2024.11.01 08:22:35.478869 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43161, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6100 | 2024.11.01 08:22:35.479041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62330, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6101 | 2024.11.01 08:22:35.479116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6102 | 2024.11.01 08:22:35.479143 [ 3 ] {} <Debug> HTTP-Session: b81505e1-2cba-41ec-a49e-7177282280b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:62330 | ||
| 6103 | 2024.11.01 08:22:35.479165 [ 3 ] {} <Debug> HTTP-Session: b81505e1-2cba-41ec-a49e-7177282280b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6104 | 2024.11.01 08:22:35.479182 [ 3 ] {} <Debug> HTTP-Session: b81505e1-2cba-41ec-a49e-7177282280b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6105 | 2024.11.01 08:22:35.479223 [ 3 ] {} <Trace> HTTP-Session: b81505e1-2cba-41ec-a49e-7177282280b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6106 | 2024.11.01 08:22:35.479368 [ 3 ] {2c36dd75-5e19-47dc-9294-b1d06caa617e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62330) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6107 | 2024.11.01 08:22:35.479423 [ 3 ] {2c36dd75-5e19-47dc-9294-b1d06caa617e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6108 | 2024.11.01 08:22:35.479717 [ 3 ] {2c36dd75-5e19-47dc-9294-b1d06caa617e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6109 | 2024.11.01 08:22:35.480087 [ 3 ] {2c36dd75-5e19-47dc-9294-b1d06caa617e} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6110 | 2024.11.01 08:22:35.480126 [ 3 ] {2c36dd75-5e19-47dc-9294-b1d06caa617e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6111 | 2024.11.01 08:22:35.480486 [ 3 ] {2c36dd75-5e19-47dc-9294-b1d06caa617e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6112 | 2024.11.01 08:22:35.480853 [ 3 ] {2c36dd75-5e19-47dc-9294-b1d06caa617e} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6113 | 2024.11.01 08:22:35.481019 [ 3 ] {2c36dd75-5e19-47dc-9294-b1d06caa617e} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001694 sec., 24793.388429752067 rows/sec., 1.82 MiB/sec. | ||
| 6114 | 2024.11.01 08:22:35.481248 [ 3 ] {2c36dd75-5e19-47dc-9294-b1d06caa617e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6115 | 2024.11.01 08:22:35.481273 [ 3 ] {2c36dd75-5e19-47dc-9294-b1d06caa617e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6116 | 2024.11.01 08:22:35.481290 [ 3 ] {} <Debug> HTTP-Session: b81505e1-2cba-41ec-a49e-7177282280b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6117 | 2024.11.01 08:22:35.481437 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43161, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6118 | 2024.11.01 08:22:35.481459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6119 | 2024.11.01 08:22:35.481502 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6120 | 2024.11.01 08:22:35.481526 [ 282 ] {} <Debug> HTTP-Session: 0ea1989f-f048-4a3a-9605-24c18ccac511 Authenticating user 'default' from [fd00:1122:3344:101::d]:43161 | ||
| 6121 | 2024.11.01 08:22:35.481550 [ 282 ] {} <Debug> HTTP-Session: 0ea1989f-f048-4a3a-9605-24c18ccac511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6122 | 2024.11.01 08:22:35.481568 [ 282 ] {} <Debug> HTTP-Session: 0ea1989f-f048-4a3a-9605-24c18ccac511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6123 | 2024.11.01 08:22:35.481611 [ 282 ] {} <Trace> HTTP-Session: 0ea1989f-f048-4a3a-9605-24c18ccac511 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6124 | 2024.11.01 08:22:35.481733 [ 282 ] {15ec016a-4a5e-41ee-bf9b-1c0e5b885af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43161) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6125 | 2024.11.01 08:22:35.481783 [ 282 ] {15ec016a-4a5e-41ee-bf9b-1c0e5b885af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6126 | 2024.11.01 08:22:35.482064 [ 282 ] {15ec016a-4a5e-41ee-bf9b-1c0e5b885af5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6127 | 2024.11.01 08:22:35.482433 [ 282 ] {15ec016a-4a5e-41ee-bf9b-1c0e5b885af5} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6128 | 2024.11.01 08:22:35.482476 [ 282 ] {15ec016a-4a5e-41ee-bf9b-1c0e5b885af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6129 | 2024.11.01 08:22:35.482866 [ 282 ] {15ec016a-4a5e-41ee-bf9b-1c0e5b885af5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6130 | 2024.11.01 08:22:35.483218 [ 282 ] {15ec016a-4a5e-41ee-bf9b-1c0e5b885af5} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6131 | 2024.11.01 08:22:35.483377 [ 282 ] {15ec016a-4a5e-41ee-bf9b-1c0e5b885af5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001675 sec., 8358.20895522388 rows/sec., 585.35 KiB/sec. | ||
| 6132 | 2024.11.01 08:22:35.483554 [ 282 ] {15ec016a-4a5e-41ee-bf9b-1c0e5b885af5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6133 | 2024.11.01 08:22:35.483579 [ 282 ] {15ec016a-4a5e-41ee-bf9b-1c0e5b885af5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6134 | 2024.11.01 08:22:35.483595 [ 282 ] {} <Debug> HTTP-Session: 0ea1989f-f048-4a3a-9605-24c18ccac511 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6135 | 2024.11.01 08:22:35.483768 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43161, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6136 | 2024.11.01 08:22:35.483906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43243, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6137 | 2024.11.01 08:22:35.483974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6138 | 2024.11.01 08:22:35.483999 [ 3 ] {} <Debug> HTTP-Session: 91c18379-6b34-42c0-b97f-8d914d3eb1a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43243 | ||
| 6139 | 2024.11.01 08:22:35.484020 [ 3 ] {} <Debug> HTTP-Session: 91c18379-6b34-42c0-b97f-8d914d3eb1a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6140 | 2024.11.01 08:22:35.484037 [ 3 ] {} <Debug> HTTP-Session: 91c18379-6b34-42c0-b97f-8d914d3eb1a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6141 | 2024.11.01 08:22:35.484076 [ 3 ] {} <Trace> HTTP-Session: 91c18379-6b34-42c0-b97f-8d914d3eb1a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6142 | 2024.11.01 08:22:35.484194 [ 3 ] {9b419179-3eb4-4cac-b1a5-928f9399904b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43243) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6143 | 2024.11.01 08:22:35.484247 [ 3 ] {9b419179-3eb4-4cac-b1a5-928f9399904b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6144 | 2024.11.01 08:22:35.484531 [ 3 ] {9b419179-3eb4-4cac-b1a5-928f9399904b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6145 | 2024.11.01 08:22:35.484888 [ 3 ] {9b419179-3eb4-4cac-b1a5-928f9399904b} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6146 | 2024.11.01 08:22:35.484925 [ 3 ] {9b419179-3eb4-4cac-b1a5-928f9399904b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6147 | 2024.11.01 08:22:35.485293 [ 3 ] {9b419179-3eb4-4cac-b1a5-928f9399904b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6148 | 2024.11.01 08:22:35.485663 [ 3 ] {9b419179-3eb4-4cac-b1a5-928f9399904b} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6149 | 2024.11.01 08:22:35.485836 [ 3 ] {9b419179-3eb4-4cac-b1a5-928f9399904b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001669 sec., 3594.967046135411 rows/sec., 212.40 KiB/sec. | ||
| 6150 | 2024.11.01 08:22:35.486155 [ 3 ] {9b419179-3eb4-4cac-b1a5-928f9399904b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6151 | 2024.11.01 08:22:35.486180 [ 3 ] {9b419179-3eb4-4cac-b1a5-928f9399904b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6152 | 2024.11.01 08:22:35.486196 [ 3 ] {} <Debug> HTTP-Session: 91c18379-6b34-42c0-b97f-8d914d3eb1a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6153 | 2024.11.01 08:22:35.486377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43243, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6154 | 2024.11.01 08:22:35.486406 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43161, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6155 | 2024.11.01 08:22:35.486468 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6156 | 2024.11.01 08:22:35.486503 [ 282 ] {} <Debug> HTTP-Session: de67ac73-590e-4eaf-90e9-9f79dff3d9a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43161 | ||
| 6157 | 2024.11.01 08:22:35.486539 [ 282 ] {} <Debug> HTTP-Session: de67ac73-590e-4eaf-90e9-9f79dff3d9a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6158 | 2024.11.01 08:22:35.486565 [ 282 ] {} <Debug> HTTP-Session: de67ac73-590e-4eaf-90e9-9f79dff3d9a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6159 | 2024.11.01 08:22:35.486605 [ 282 ] {} <Trace> HTTP-Session: de67ac73-590e-4eaf-90e9-9f79dff3d9a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6160 | 2024.11.01 08:22:35.486869 [ 282 ] {58eef8bc-4fdc-4915-ac95-7e8571245464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6161 | 2024.11.01 08:22:35.486925 [ 282 ] {58eef8bc-4fdc-4915-ac95-7e8571245464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6162 | 2024.11.01 08:22:35.487224 [ 282 ] {58eef8bc-4fdc-4915-ac95-7e8571245464} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6163 | 2024.11.01 08:22:35.487847 [ 282 ] {58eef8bc-4fdc-4915-ac95-7e8571245464} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6164 | 2024.11.01 08:22:35.487883 [ 282 ] {58eef8bc-4fdc-4915-ac95-7e8571245464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6165 | 2024.11.01 08:22:35.488270 [ 282 ] {58eef8bc-4fdc-4915-ac95-7e8571245464} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6166 | 2024.11.01 08:22:35.488624 [ 282 ] {58eef8bc-4fdc-4915-ac95-7e8571245464} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6167 | 2024.11.01 08:22:35.488786 [ 282 ] {58eef8bc-4fdc-4915-ac95-7e8571245464} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.002055 sec., 206326.03406326033 rows/sec., 14.75 MiB/sec. | ||
| 6168 | 2024.11.01 08:22:35.488952 [ 282 ] {58eef8bc-4fdc-4915-ac95-7e8571245464} <Debug> DynamicQueryHandler: Done processing query | ||
| 6169 | 2024.11.01 08:22:35.488975 [ 282 ] {58eef8bc-4fdc-4915-ac95-7e8571245464} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 6170 | 2024.11.01 08:22:35.488992 [ 282 ] {} <Debug> HTTP-Session: de67ac73-590e-4eaf-90e9-9f79dff3d9a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6171 | 2024.11.01 08:22:35.489174 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43161, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6172 | 2024.11.01 08:22:35.489261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50377, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6173 | 2024.11.01 08:22:35.489325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6174 | 2024.11.01 08:22:35.489350 [ 3 ] {} <Debug> HTTP-Session: 2e777d31-4691-48e5-9358-f437815a4927 Authenticating user 'default' from [fd00:1122:3344:101::d]:50377 | ||
| 6175 | 2024.11.01 08:22:35.489372 [ 3 ] {} <Debug> HTTP-Session: 2e777d31-4691-48e5-9358-f437815a4927 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6176 | 2024.11.01 08:22:35.489389 [ 3 ] {} <Debug> HTTP-Session: 2e777d31-4691-48e5-9358-f437815a4927 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6177 | 2024.11.01 08:22:35.489429 [ 3 ] {} <Trace> HTTP-Session: 2e777d31-4691-48e5-9358-f437815a4927 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6178 | 2024.11.01 08:22:35.489550 [ 3 ] {fc59ff6f-c556-4b20-947e-c24296268cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50377) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6179 | 2024.11.01 08:22:35.489607 [ 3 ] {fc59ff6f-c556-4b20-947e-c24296268cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6180 | 2024.11.01 08:22:35.489738 [ 3 ] {fc59ff6f-c556-4b20-947e-c24296268cd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6181 | 2024.11.01 08:22:35.490023 [ 3 ] {fc59ff6f-c556-4b20-947e-c24296268cd6} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6182 | 2024.11.01 08:22:35.490060 [ 3 ] {fc59ff6f-c556-4b20-947e-c24296268cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6183 | 2024.11.01 08:22:35.490419 [ 3 ] {fc59ff6f-c556-4b20-947e-c24296268cd6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6184 | 2024.11.01 08:22:35.490754 [ 3 ] {fc59ff6f-c556-4b20-947e-c24296268cd6} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6185 | 2024.11.01 08:22:35.490914 [ 3 ] {fc59ff6f-c556-4b20-947e-c24296268cd6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001387 sec., 4325.883201153569 rows/sec., 226.01 KiB/sec. | ||
| 6186 | 2024.11.01 08:22:35.491131 [ 3 ] {fc59ff6f-c556-4b20-947e-c24296268cd6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6187 | 2024.11.01 08:22:35.491156 [ 3 ] {fc59ff6f-c556-4b20-947e-c24296268cd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6188 | 2024.11.01 08:22:35.491173 [ 3 ] {} <Debug> HTTP-Session: 2e777d31-4691-48e5-9358-f437815a4927 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6189 | 2024.11.01 08:22:35.491354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6190 | 2024.11.01 08:22:35.491452 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36716, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6191 | 2024.11.01 08:22:35.491524 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6192 | 2024.11.01 08:22:35.491548 [ 282 ] {} <Debug> HTTP-Session: 5f3019bc-a9db-46bf-9c3e-b300a09d3639 Authenticating user 'default' from [fd00:1122:3344:101::d]:36716 | ||
| 6193 | 2024.11.01 08:22:35.491571 [ 282 ] {} <Debug> HTTP-Session: 5f3019bc-a9db-46bf-9c3e-b300a09d3639 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6194 | 2024.11.01 08:22:35.491588 [ 282 ] {} <Debug> HTTP-Session: 5f3019bc-a9db-46bf-9c3e-b300a09d3639 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6195 | 2024.11.01 08:22:35.491627 [ 282 ] {} <Trace> HTTP-Session: 5f3019bc-a9db-46bf-9c3e-b300a09d3639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6196 | 2024.11.01 08:22:35.491866 [ 282 ] {2efc42df-180e-4a2a-ac55-36419098a10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36716) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6197 | 2024.11.01 08:22:35.491923 [ 282 ] {2efc42df-180e-4a2a-ac55-36419098a10b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6198 | 2024.11.01 08:22:35.492106 [ 282 ] {2efc42df-180e-4a2a-ac55-36419098a10b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6199 | 2024.11.01 08:22:35.492567 [ 282 ] {2efc42df-180e-4a2a-ac55-36419098a10b} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6200 | 2024.11.01 08:22:35.492612 [ 282 ] {2efc42df-180e-4a2a-ac55-36419098a10b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6201 | 2024.11.01 08:22:35.493006 [ 282 ] {2efc42df-180e-4a2a-ac55-36419098a10b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6202 | 2024.11.01 08:22:35.493356 [ 282 ] {2efc42df-180e-4a2a-ac55-36419098a10b} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6203 | 2024.11.01 08:22:35.493519 [ 282 ] {2efc42df-180e-4a2a-ac55-36419098a10b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001775 sec., 133521.12676056338 rows/sec., 8.95 MiB/sec. | ||
| 6204 | 2024.11.01 08:22:35.493841 [ 282 ] {2efc42df-180e-4a2a-ac55-36419098a10b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6205 | 2024.11.01 08:22:35.493888 [ 282 ] {2efc42df-180e-4a2a-ac55-36419098a10b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6206 | 2024.11.01 08:22:35.493936 [ 282 ] {} <Debug> HTTP-Session: 5f3019bc-a9db-46bf-9c3e-b300a09d3639 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6207 | 2024.11.01 08:22:35.494114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50377, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6208 | 2024.11.01 08:22:35.494143 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36716, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6209 | 2024.11.01 08:22:35.494188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6210 | 2024.11.01 08:22:35.494215 [ 3 ] {} <Debug> HTTP-Session: 7b862df2-0380-4503-836c-4bb59ed938a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50377 | ||
| 6211 | 2024.11.01 08:22:35.494237 [ 3 ] {} <Debug> HTTP-Session: 7b862df2-0380-4503-836c-4bb59ed938a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6212 | 2024.11.01 08:22:35.494254 [ 3 ] {} <Debug> HTTP-Session: 7b862df2-0380-4503-836c-4bb59ed938a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6213 | 2024.11.01 08:22:35.494299 [ 3 ] {} <Trace> HTTP-Session: 7b862df2-0380-4503-836c-4bb59ed938a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6214 | 2024.11.01 08:22:35.494422 [ 3 ] {ed3756e5-8964-4a4a-b519-a3422a7eeee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50377) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6215 | 2024.11.01 08:22:35.494478 [ 3 ] {ed3756e5-8964-4a4a-b519-a3422a7eeee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6216 | 2024.11.01 08:22:35.494657 [ 3 ] {ed3756e5-8964-4a4a-b519-a3422a7eeee2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6217 | 2024.11.01 08:22:35.494918 [ 3 ] {ed3756e5-8964-4a4a-b519-a3422a7eeee2} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6218 | 2024.11.01 08:22:35.494955 [ 3 ] {ed3756e5-8964-4a4a-b519-a3422a7eeee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6219 | 2024.11.01 08:22:35.495309 [ 3 ] {ed3756e5-8964-4a4a-b519-a3422a7eeee2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6220 | 2024.11.01 08:22:35.495649 [ 3 ] {ed3756e5-8964-4a4a-b519-a3422a7eeee2} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6221 | 2024.11.01 08:22:35.495799 [ 3 ] {ed3756e5-8964-4a4a-b519-a3422a7eeee2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001402 sec., 713.2667617689016 rows/sec., 48.06 KiB/sec. | ||
| 6222 | 2024.11.01 08:22:35.495970 [ 3 ] {ed3756e5-8964-4a4a-b519-a3422a7eeee2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6223 | 2024.11.01 08:22:35.495995 [ 3 ] {ed3756e5-8964-4a4a-b519-a3422a7eeee2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6224 | 2024.11.01 08:22:35.496011 [ 3 ] {} <Debug> HTTP-Session: 7b862df2-0380-4503-836c-4bb59ed938a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6225 | 2024.11.01 08:22:35.496255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6226 | 2024.11.01 08:22:35.496388 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39394, User-Agent: (none), Length: 70329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6227 | 2024.11.01 08:22:35.496449 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6228 | 2024.11.01 08:22:35.496473 [ 282 ] {} <Debug> HTTP-Session: 31dee9e7-3fa2-454a-ab8b-17112057445a Authenticating user 'default' from [fd00:1122:3344:101::d]:39394 | ||
| 6229 | 2024.11.01 08:22:35.496493 [ 282 ] {} <Debug> HTTP-Session: 31dee9e7-3fa2-454a-ab8b-17112057445a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6230 | 2024.11.01 08:22:35.496510 [ 282 ] {} <Debug> HTTP-Session: 31dee9e7-3fa2-454a-ab8b-17112057445a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6231 | 2024.11.01 08:22:35.496548 [ 282 ] {} <Trace> HTTP-Session: 31dee9e7-3fa2-454a-ab8b-17112057445a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6232 | 2024.11.01 08:22:35.497019 [ 282 ] {684fbfa4-5a3b-48a4-9212-ee35a93dd107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39394) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6233 | 2024.11.01 08:22:35.497087 [ 282 ] {684fbfa4-5a3b-48a4-9212-ee35a93dd107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6234 | 2024.11.01 08:22:35.497517 [ 282 ] {684fbfa4-5a3b-48a4-9212-ee35a93dd107} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6235 | 2024.11.01 08:22:35.498277 [ 282 ] {684fbfa4-5a3b-48a4-9212-ee35a93dd107} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6236 | 2024.11.01 08:22:35.498314 [ 282 ] {684fbfa4-5a3b-48a4-9212-ee35a93dd107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6237 | 2024.11.01 08:22:35.498972 [ 282 ] {684fbfa4-5a3b-48a4-9212-ee35a93dd107} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6238 | 2024.11.01 08:22:35.499384 [ 282 ] {684fbfa4-5a3b-48a4-9212-ee35a93dd107} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6239 | 2024.11.01 08:22:35.499594 [ 282 ] {684fbfa4-5a3b-48a4-9212-ee35a93dd107} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002917 sec., 14398.354473774427 rows/sec., 25.80 MiB/sec. | ||
| 6240 | 2024.11.01 08:22:35.499988 [ 282 ] {684fbfa4-5a3b-48a4-9212-ee35a93dd107} <Debug> DynamicQueryHandler: Done processing query | ||
| 6241 | 2024.11.01 08:22:35.500013 [ 282 ] {684fbfa4-5a3b-48a4-9212-ee35a93dd107} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 6242 | 2024.11.01 08:22:35.500029 [ 282 ] {} <Debug> HTTP-Session: 31dee9e7-3fa2-454a-ab8b-17112057445a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6243 | 2024.11.01 08:22:35.500246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50377, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6244 | 2024.11.01 08:22:35.500251 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39394, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6245 | 2024.11.01 08:22:35.500308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6246 | 2024.11.01 08:22:35.500336 [ 3 ] {} <Debug> HTTP-Session: 3baa8be1-f71e-4c36-b2c6-f26bad61a43a Authenticating user 'default' from [fd00:1122:3344:101::d]:50377 | ||
| 6247 | 2024.11.01 08:22:35.500358 [ 3 ] {} <Debug> HTTP-Session: 3baa8be1-f71e-4c36-b2c6-f26bad61a43a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6248 | 2024.11.01 08:22:35.500376 [ 3 ] {} <Debug> HTTP-Session: 3baa8be1-f71e-4c36-b2c6-f26bad61a43a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6249 | 2024.11.01 08:22:35.500416 [ 3 ] {} <Trace> HTTP-Session: 3baa8be1-f71e-4c36-b2c6-f26bad61a43a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6250 | 2024.11.01 08:22:35.500560 [ 3 ] {aaed56d5-3732-41cc-8fde-eeb1f2a76f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50377) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6251 | 2024.11.01 08:22:35.500614 [ 3 ] {aaed56d5-3732-41cc-8fde-eeb1f2a76f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6252 | 2024.11.01 08:22:35.500750 [ 3 ] {aaed56d5-3732-41cc-8fde-eeb1f2a76f83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6253 | 2024.11.01 08:22:35.501070 [ 3 ] {aaed56d5-3732-41cc-8fde-eeb1f2a76f83} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6254 | 2024.11.01 08:22:35.501106 [ 3 ] {aaed56d5-3732-41cc-8fde-eeb1f2a76f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6255 | 2024.11.01 08:22:35.501463 [ 3 ] {aaed56d5-3732-41cc-8fde-eeb1f2a76f83} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6256 | 2024.11.01 08:22:35.501792 [ 3 ] {aaed56d5-3732-41cc-8fde-eeb1f2a76f83} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6257 | 2024.11.01 08:22:35.501952 [ 3 ] {aaed56d5-3732-41cc-8fde-eeb1f2a76f83} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001436 sec., 57103.06406685237 rows/sec., 3.63 MiB/sec. | ||
| 6258 | 2024.11.01 08:22:35.502122 [ 3 ] {aaed56d5-3732-41cc-8fde-eeb1f2a76f83} <Debug> DynamicQueryHandler: Done processing query | ||
| 6259 | 2024.11.01 08:22:35.502148 [ 3 ] {aaed56d5-3732-41cc-8fde-eeb1f2a76f83} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6260 | 2024.11.01 08:22:35.502164 [ 3 ] {} <Debug> HTTP-Session: 3baa8be1-f71e-4c36-b2c6-f26bad61a43a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6261 | 2024.11.01 08:22:35.502458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6262 | 2024.11.01 08:22:40.466887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45246, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6263 | 2024.11.01 08:22:40.467078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6264 | 2024.11.01 08:22:40.467124 [ 3 ] {} <Debug> HTTP-Session: d461d67d-c7cf-4716-95a8-b67bf78873ec Authenticating user 'default' from [fd00:1122:3344:101::d]:45246 | ||
| 6265 | 2024.11.01 08:22:40.467168 [ 3 ] {} <Debug> HTTP-Session: d461d67d-c7cf-4716-95a8-b67bf78873ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6266 | 2024.11.01 08:22:40.467196 [ 3 ] {} <Debug> HTTP-Session: d461d67d-c7cf-4716-95a8-b67bf78873ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6267 | 2024.11.01 08:22:40.467278 [ 3 ] {} <Trace> HTTP-Session: d461d67d-c7cf-4716-95a8-b67bf78873ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6268 | 2024.11.01 08:22:40.467565 [ 3 ] {dd359cd8-0cc7-470a-941b-4935725e1c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6269 | 2024.11.01 08:22:40.467677 [ 3 ] {dd359cd8-0cc7-470a-941b-4935725e1c4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6270 | 2024.11.01 08:22:40.468070 [ 3 ] {dd359cd8-0cc7-470a-941b-4935725e1c4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6271 | 2024.11.01 08:22:40.468474 [ 3 ] {dd359cd8-0cc7-470a-941b-4935725e1c4a} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6272 | 2024.11.01 08:22:40.468522 [ 3 ] {dd359cd8-0cc7-470a-941b-4935725e1c4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6273 | 2024.11.01 08:22:40.468944 [ 3 ] {dd359cd8-0cc7-470a-941b-4935725e1c4a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6274 | 2024.11.01 08:22:40.469337 [ 3 ] {dd359cd8-0cc7-470a-941b-4935725e1c4a} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6275 | 2024.11.01 08:22:40.469517 [ 3 ] {dd359cd8-0cc7-470a-941b-4935725e1c4a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00203 sec., 985.2216748768473 rows/sec., 80.34 KiB/sec. | ||
| 6276 | 2024.11.01 08:22:40.469892 [ 3 ] {dd359cd8-0cc7-470a-941b-4935725e1c4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6277 | 2024.11.01 08:22:40.469920 [ 3 ] {dd359cd8-0cc7-470a-941b-4935725e1c4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6278 | 2024.11.01 08:22:40.469937 [ 3 ] {} <Debug> HTTP-Session: d461d67d-c7cf-4716-95a8-b67bf78873ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6279 | 2024.11.01 08:22:40.470125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6280 | 2024.11.01 08:22:40.470275 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56089, User-Agent: (none), Length: 7928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6281 | 2024.11.01 08:22:40.470352 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6282 | 2024.11.01 08:22:40.470378 [ 282 ] {} <Debug> HTTP-Session: f1726523-8e6a-46ad-b300-26aa80209764 Authenticating user 'default' from [fd00:1122:3344:101::d]:56089 | ||
| 6283 | 2024.11.01 08:22:40.470405 [ 282 ] {} <Debug> HTTP-Session: f1726523-8e6a-46ad-b300-26aa80209764 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6284 | 2024.11.01 08:22:40.470422 [ 282 ] {} <Debug> HTTP-Session: f1726523-8e6a-46ad-b300-26aa80209764 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6285 | 2024.11.01 08:22:40.470467 [ 282 ] {} <Trace> HTTP-Session: f1726523-8e6a-46ad-b300-26aa80209764 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6286 | 2024.11.01 08:22:40.470630 [ 282 ] {0e5c4b5c-4172-4a9b-8897-0a74db447728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56089) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6287 | 2024.11.01 08:22:40.470690 [ 282 ] {0e5c4b5c-4172-4a9b-8897-0a74db447728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6288 | 2024.11.01 08:22:40.470960 [ 282 ] {0e5c4b5c-4172-4a9b-8897-0a74db447728} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6289 | 2024.11.01 08:22:40.471350 [ 282 ] {0e5c4b5c-4172-4a9b-8897-0a74db447728} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6290 | 2024.11.01 08:22:40.471391 [ 282 ] {0e5c4b5c-4172-4a9b-8897-0a74db447728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6291 | 2024.11.01 08:22:40.471775 [ 282 ] {0e5c4b5c-4172-4a9b-8897-0a74db447728} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6292 | 2024.11.01 08:22:40.472145 [ 282 ] {0e5c4b5c-4172-4a9b-8897-0a74db447728} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6293 | 2024.11.01 08:22:40.472320 [ 282 ] {0e5c4b5c-4172-4a9b-8897-0a74db447728} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001736 sec., 32834.10138248848 rows/sec., 2.50 MiB/sec. | ||
| 6294 | 2024.11.01 08:22:40.472338 [ 108 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6295 | 2024.11.01 08:22:40.472477 [ 108 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6296 | 2024.11.01 08:22:40.472538 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6297 | 2024.11.01 08:22:40.472572 [ 282 ] {0e5c4b5c-4172-4a9b-8897-0a74db447728} <Debug> DynamicQueryHandler: Done processing query | ||
| 6298 | 2024.11.01 08:22:40.472616 [ 282 ] {0e5c4b5c-4172-4a9b-8897-0a74db447728} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6299 | 2024.11.01 08:22:40.472671 [ 282 ] {} <Debug> HTTP-Session: f1726523-8e6a-46ad-b300-26aa80209764 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6300 | 2024.11.01 08:22:40.472823 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6301 | 2024.11.01 08:22:40.472908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45246, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6302 | 2024.11.01 08:22:40.472942 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56089, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6303 | 2024.11.01 08:22:40.473069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6304 | 2024.11.01 08:22:40.473164 [ 3 ] {} <Debug> HTTP-Session: a76b045e-a79d-4e01-9c87-ddba2c4104ae Authenticating user 'default' from [fd00:1122:3344:101::d]:45246 | ||
| 6305 | 2024.11.01 08:22:40.473231 [ 3 ] {} <Debug> HTTP-Session: a76b045e-a79d-4e01-9c87-ddba2c4104ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6306 | 2024.11.01 08:22:40.473261 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6307 | 2024.11.01 08:22:40.473272 [ 3 ] {} <Debug> HTTP-Session: a76b045e-a79d-4e01-9c87-ddba2c4104ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6308 | 2024.11.01 08:22:40.473331 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1423 rows starting from the beginning of the part | ||
| 6309 | 2024.11.01 08:22:40.473356 [ 3 ] {} <Trace> HTTP-Session: a76b045e-a79d-4e01-9c87-ddba2c4104ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6310 | 2024.11.01 08:22:40.473581 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 273 rows starting from the beginning of the part | ||
| 6311 | 2024.11.01 08:22:40.473720 [ 3 ] {82a1e29b-6d72-41e2-8f81-a7add47762bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6312 | 2024.11.01 08:22:40.473833 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 59 rows starting from the beginning of the part | ||
| 6313 | 2024.11.01 08:22:40.473877 [ 3 ] {82a1e29b-6d72-41e2-8f81-a7add47762bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6314 | 2024.11.01 08:22:40.474195 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 6315 | 2024.11.01 08:22:40.474596 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 273 rows starting from the beginning of the part | ||
| 6316 | 2024.11.01 08:22:40.474944 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 57 rows starting from the beginning of the part | ||
| 6317 | 2024.11.01 08:22:40.475844 [ 3 ] {82a1e29b-6d72-41e2-8f81-a7add47762bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6318 | 2024.11.01 08:22:40.476510 [ 3 ] {82a1e29b-6d72-41e2-8f81-a7add47762bb} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6319 | 2024.11.01 08:22:40.476576 [ 3 ] {82a1e29b-6d72-41e2-8f81-a7add47762bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6320 | 2024.11.01 08:22:40.477582 [ 3 ] {82a1e29b-6d72-41e2-8f81-a7add47762bb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6321 | 2024.11.01 08:22:40.478401 [ 3 ] {82a1e29b-6d72-41e2-8f81-a7add47762bb} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6322 | 2024.11.01 08:22:40.478483 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2141 rows, containing 5 columns (5 merged, 0 gathered) in 0.005787512 sec., 369934.43814889714 rows/sec., 32.60 MiB/sec. | ||
| 6323 | 2024.11.01 08:22:40.478674 [ 3 ] {82a1e29b-6d72-41e2-8f81-a7add47762bb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005111 sec., 391.3128546272745 rows/sec., 27.32 KiB/sec. | ||
| 6324 | 2024.11.01 08:22:40.478817 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6325 | 2024.11.01 08:22:40.478982 [ 3 ] {82a1e29b-6d72-41e2-8f81-a7add47762bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 6326 | 2024.11.01 08:22:40.479031 [ 3 ] {82a1e29b-6d72-41e2-8f81-a7add47762bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6327 | 2024.11.01 08:22:40.479061 [ 3 ] {} <Debug> HTTP-Session: a76b045e-a79d-4e01-9c87-ddba2c4104ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6328 | 2024.11.01 08:22:40.479269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6329 | 2024.11.01 08:22:40.479394 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44831, User-Agent: (none), Length: 11211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6330 | 2024.11.01 08:22:40.479500 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_31_6} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6331 | 2024.11.01 08:22:40.479514 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6332 | 2024.11.01 08:22:40.479581 [ 282 ] {} <Debug> HTTP-Session: d86dd003-ddfd-4a0b-adbd-c60faa67a9f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:44831 | ||
| 6333 | 2024.11.01 08:22:40.479619 [ 282 ] {} <Debug> HTTP-Session: d86dd003-ddfd-4a0b-adbd-c60faa67a9f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6334 | 2024.11.01 08:22:40.479639 [ 282 ] {} <Debug> HTTP-Session: d86dd003-ddfd-4a0b-adbd-c60faa67a9f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6335 | 2024.11.01 08:22:40.479660 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_31_6} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6336 | 2024.11.01 08:22:40.479702 [ 282 ] {} <Trace> HTTP-Session: d86dd003-ddfd-4a0b-adbd-c60faa67a9f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6337 | 2024.11.01 08:22:40.479801 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 6338 | 2024.11.01 08:22:40.479916 [ 282 ] {0dded91b-795a-4284-8bf1-bf3c9c5e6128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44831) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6339 | 2024.11.01 08:22:40.479967 [ 282 ] {0dded91b-795a-4284-8bf1-bf3c9c5e6128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6340 | 2024.11.01 08:22:40.480224 [ 282 ] {0dded91b-795a-4284-8bf1-bf3c9c5e6128} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6341 | 2024.11.01 08:22:40.480600 [ 282 ] {0dded91b-795a-4284-8bf1-bf3c9c5e6128} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6342 | 2024.11.01 08:22:40.480641 [ 282 ] {0dded91b-795a-4284-8bf1-bf3c9c5e6128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6343 | 2024.11.01 08:22:40.481016 [ 282 ] {0dded91b-795a-4284-8bf1-bf3c9c5e6128} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6344 | 2024.11.01 08:22:40.481393 [ 282 ] {0dded91b-795a-4284-8bf1-bf3c9c5e6128} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6345 | 2024.11.01 08:22:40.481542 [ 108 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6346 | 2024.11.01 08:22:40.481552 [ 282 ] {0dded91b-795a-4284-8bf1-bf3c9c5e6128} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001686 sec., 39145.907473309606 rows/sec., 3.06 MiB/sec. | ||
| 6347 | 2024.11.01 08:22:40.481590 [ 108 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6348 | 2024.11.01 08:22:40.481643 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6349 | 2024.11.01 08:22:40.482005 [ 282 ] {0dded91b-795a-4284-8bf1-bf3c9c5e6128} <Debug> DynamicQueryHandler: Done processing query | ||
| 6350 | 2024.11.01 08:22:40.482092 [ 282 ] {0dded91b-795a-4284-8bf1-bf3c9c5e6128} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6351 | 2024.11.01 08:22:40.482156 [ 282 ] {} <Debug> HTTP-Session: d86dd003-ddfd-4a0b-adbd-c60faa67a9f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6352 | 2024.11.01 08:22:40.482205 [ 194 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6353 | 2024.11.01 08:22:40.482505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45246, User-Agent: (none), Length: 24680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6354 | 2024.11.01 08:22:40.482510 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44831, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6355 | 2024.11.01 08:22:40.482677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6356 | 2024.11.01 08:22:40.482776 [ 3 ] {} <Debug> HTTP-Session: 7dac2f9c-60ff-41e5-b680-1a9cfc79a322 Authenticating user 'default' from [fd00:1122:3344:101::d]:45246 | ||
| 6357 | 2024.11.01 08:22:40.482804 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 6358 | |||
| 6359 | (version 23.8.7.1) | ||
| 6360 | 2024.11.01 08:22:40.482857 [ 3 ] {} <Debug> HTTP-Session: 7dac2f9c-60ff-41e5-b680-1a9cfc79a322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6361 | 2024.11.01 08:22:40.482894 [ 194 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6362 | 2024.11.01 08:22:40.482915 [ 3 ] {} <Debug> HTTP-Session: 7dac2f9c-60ff-41e5-b680-1a9cfc79a322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6363 | 2024.11.01 08:22:40.482982 [ 194 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 916 rows starting from the beginning of the part | ||
| 6364 | 2024.11.01 08:22:40.482998 [ 3 ] {} <Trace> HTTP-Session: 7dac2f9c-60ff-41e5-b680-1a9cfc79a322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6365 | 2024.11.01 08:22:40.483231 [ 194 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 424 rows starting from the beginning of the part | ||
| 6366 | 2024.11.01 08:22:40.483411 [ 3 ] {39aa1ef5-1f74-4411-9860-553524ca165d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6367 | 2024.11.01 08:22:40.483560 [ 194 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 70 rows starting from the beginning of the part | ||
| 6368 | 2024.11.01 08:22:40.483606 [ 3 ] {39aa1ef5-1f74-4411-9860-553524ca165d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6369 | 2024.11.01 08:22:40.483911 [ 194 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 6370 | 2024.11.01 08:22:40.484284 [ 194 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 424 rows starting from the beginning of the part | ||
| 6371 | 2024.11.01 08:22:40.484640 [ 194 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 66 rows starting from the beginning of the part | ||
| 6372 | 2024.11.01 08:22:40.485059 [ 3 ] {39aa1ef5-1f74-4411-9860-553524ca165d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6373 | 2024.11.01 08:22:40.486060 [ 3 ] {39aa1ef5-1f74-4411-9860-553524ca165d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6374 | 2024.11.01 08:22:40.486127 [ 3 ] {39aa1ef5-1f74-4411-9860-553524ca165d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6375 | 2024.11.01 08:22:40.487184 [ 3 ] {39aa1ef5-1f74-4411-9860-553524ca165d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6376 | 2024.11.01 08:22:40.487875 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1964 rows, containing 5 columns (5 merged, 0 gathered) in 0.0060906 sec., 322464.12504515157 rows/sec., 24.69 MiB/sec. | ||
| 6377 | 2024.11.01 08:22:40.488074 [ 3 ] {39aa1ef5-1f74-4411-9860-553524ca165d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6378 | 2024.11.01 08:22:40.488279 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6379 | 2024.11.01 08:22:40.488312 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6380 | 2024.11.01 08:22:40.488350 [ 3 ] {39aa1ef5-1f74-4411-9860-553524ca165d} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.005167 sec., 24966.13121734082 rows/sec., 1.74 MiB/sec. | ||
| 6381 | 2024.11.01 08:22:40.488390 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6382 | 2024.11.01 08:22:40.488515 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 6383 | 2024.11.01 08:22:40.488939 [ 194 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6384 | 2024.11.01 08:22:40.489001 [ 3 ] {39aa1ef5-1f74-4411-9860-553524ca165d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6385 | 2024.11.01 08:22:40.489085 [ 3 ] {39aa1ef5-1f74-4411-9860-553524ca165d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6386 | 2024.11.01 08:22:40.489181 [ 3 ] {} <Debug> HTTP-Session: 7dac2f9c-60ff-41e5-b680-1a9cfc79a322 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6387 | 2024.11.01 08:22:40.489528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6388 | 2024.11.01 08:22:40.489701 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54281, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6389 | 2024.11.01 08:22:40.489865 [ 3 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 6390 | |||
| 6391 | (version 23.8.7.1) | ||
| 6392 | 2024.11.01 08:22:40.489932 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6393 | 2024.11.01 08:22:40.490004 [ 194 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6394 | 2024.11.01 08:22:40.490036 [ 282 ] {} <Debug> HTTP-Session: b31737f4-2923-4816-b15f-e91732de7160 Authenticating user 'default' from [fd00:1122:3344:101::d]:54281 | ||
| 6395 | 2024.11.01 08:22:40.490108 [ 282 ] {} <Debug> HTTP-Session: b31737f4-2923-4816-b15f-e91732de7160 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6396 | 2024.11.01 08:22:40.490125 [ 194 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 6275 rows starting from the beginning of the part | ||
| 6397 | 2024.11.01 08:22:40.490175 [ 282 ] {} <Debug> HTTP-Session: b31737f4-2923-4816-b15f-e91732de7160 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6398 | 2024.11.01 08:22:40.490364 [ 282 ] {} <Trace> HTTP-Session: b31737f4-2923-4816-b15f-e91732de7160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6399 | 2024.11.01 08:22:40.490568 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_31_6} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6400 | 2024.11.01 08:22:40.490653 [ 194 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part | ||
| 6401 | 2024.11.01 08:22:40.490951 [ 282 ] {aec25f10-23e0-43a5-9bc5-979b6b98db36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54281) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6402 | 2024.11.01 08:22:40.490982 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_31_6} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6403 | 2024.11.01 08:22:40.491208 [ 194 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 131 rows starting from the beginning of the part | ||
| 6404 | 2024.11.01 08:22:40.491221 [ 282 ] {aec25f10-23e0-43a5-9bc5-979b6b98db36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6405 | 2024.11.01 08:22:40.491313 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6406 | 2024.11.01 08:22:40.491678 [ 194 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 6407 | 2024.11.01 08:22:40.492052 [ 194 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part | ||
| 6408 | 2024.11.01 08:22:40.492366 [ 282 ] {aec25f10-23e0-43a5-9bc5-979b6b98db36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6409 | 2024.11.01 08:22:40.492417 [ 194 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 129 rows starting from the beginning of the part | ||
| 6410 | 2024.11.01 08:22:40.493311 [ 282 ] {aec25f10-23e0-43a5-9bc5-979b6b98db36} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6411 | 2024.11.01 08:22:40.493377 [ 282 ] {aec25f10-23e0-43a5-9bc5-979b6b98db36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6412 | 2024.11.01 08:22:40.494029 [ 282 ] {aec25f10-23e0-43a5-9bc5-979b6b98db36} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6413 | 2024.11.01 08:22:40.494937 [ 282 ] {aec25f10-23e0-43a5-9bc5-979b6b98db36} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6414 | 2024.11.01 08:22:40.495369 [ 282 ] {aec25f10-23e0-43a5-9bc5-979b6b98db36} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004641 sec., 10342.598577892695 rows/sec., 713.75 KiB/sec. | ||
| 6415 | 2024.11.01 08:22:40.495370 [ 108 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6416 | 2024.11.01 08:22:40.495525 [ 108 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6417 | 2024.11.01 08:22:40.495631 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6418 | 2024.11.01 08:22:40.495754 [ 282 ] {aec25f10-23e0-43a5-9bc5-979b6b98db36} <Debug> DynamicQueryHandler: Done processing query | ||
| 6419 | 2024.11.01 08:22:40.495879 [ 282 ] {aec25f10-23e0-43a5-9bc5-979b6b98db36} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6420 | 2024.11.01 08:22:40.495924 [ 197 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6421 | 2024.11.01 08:22:40.495925 [ 282 ] {} <Debug> HTTP-Session: b31737f4-2923-4816-b15f-e91732de7160 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6422 | 2024.11.01 08:22:40.496258 [ 197 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6423 | 2024.11.01 08:22:40.496285 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54281, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6424 | 2024.11.01 08:22:40.496350 [ 197 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1560 rows starting from the beginning of the part | ||
| 6425 | 2024.11.01 08:22:40.496528 [ 197 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
| 6426 | 2024.11.01 08:22:40.496739 [ 197 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 48 rows starting from the beginning of the part | ||
| 6427 | 2024.11.01 08:22:40.497098 [ 197 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 6428 | 2024.11.01 08:22:40.497365 [ 197 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
| 6429 | 2024.11.01 08:22:40.497387 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7169 rows, containing 5 columns (5 merged, 0 gathered) in 0.008672993 sec., 826588.9295656066 rows/sec., 56.14 MiB/sec. | ||
| 6430 | 2024.11.01 08:22:40.497561 [ 197 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 48 rows starting from the beginning of the part | ||
| 6431 | 2024.11.01 08:22:40.498041 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6432 | 2024.11.01 08:22:40.499101 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6433 | 2024.11.01 08:22:40.499336 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6434 | 2024.11.01 08:22:40.499459 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. | ||
| 6435 | 2024.11.01 08:22:40.499728 [ 186 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1880 rows, containing 4 columns (4 merged, 0 gathered) in 0.004000788 sec., 469907.4282366374 rows/sec., 30.82 MiB/sec. | ||
| 6436 | 2024.11.01 08:22:40.499995 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6437 | 2024.11.01 08:22:40.500378 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_31_6} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6438 | 2024.11.01 08:22:40.500461 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_31_6} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6439 | 2024.11.01 08:22:40.500545 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6440 | 2024.11.01 08:22:43.636911 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6441 | 2024.11.01 08:22:43.637004 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6442 | 2024.11.01 08:22:43.826463 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 620 | ||
| 6443 | 2024.11.01 08:22:43.829273 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6444 | 2024.11.01 08:22:43.829325 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6445 | 2024.11.01 08:22:43.830877 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6446 | 2024.11.01 08:22:43.831885 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6447 | 2024.11.01 08:22:43.832401 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 620 | ||
| 6448 | 2024.11.01 08:22:45.469028 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36404, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6449 | 2024.11.01 08:22:45.469156 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6450 | 2024.11.01 08:22:45.469185 [ 282 ] {} <Debug> HTTP-Session: 13965978-17d7-46c9-bcd6-2319e0129f5d Authenticating user 'default' from [fd00:1122:3344:101::d]:36404 | ||
| 6451 | 2024.11.01 08:22:45.469212 [ 282 ] {} <Debug> HTTP-Session: 13965978-17d7-46c9-bcd6-2319e0129f5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6452 | 2024.11.01 08:22:45.469230 [ 282 ] {} <Debug> HTTP-Session: 13965978-17d7-46c9-bcd6-2319e0129f5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6453 | 2024.11.01 08:22:45.469288 [ 282 ] {} <Trace> HTTP-Session: 13965978-17d7-46c9-bcd6-2319e0129f5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6454 | 2024.11.01 08:22:45.469507 [ 282 ] {8e566b0a-82aa-419a-9e75-733be4b716d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36404) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6455 | 2024.11.01 08:22:45.469585 [ 282 ] {8e566b0a-82aa-419a-9e75-733be4b716d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6456 | 2024.11.01 08:22:45.469966 [ 282 ] {8e566b0a-82aa-419a-9e75-733be4b716d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6457 | 2024.11.01 08:22:45.470436 [ 282 ] {8e566b0a-82aa-419a-9e75-733be4b716d5} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6458 | 2024.11.01 08:22:45.470484 [ 282 ] {8e566b0a-82aa-419a-9e75-733be4b716d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6459 | 2024.11.01 08:22:45.470925 [ 282 ] {8e566b0a-82aa-419a-9e75-733be4b716d5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6460 | 2024.11.01 08:22:45.471326 [ 282 ] {8e566b0a-82aa-419a-9e75-733be4b716d5} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6461 | 2024.11.01 08:22:45.471507 [ 282 ] {8e566b0a-82aa-419a-9e75-733be4b716d5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002066 sec., 27105.5179090029 rows/sec., 2.07 MiB/sec. | ||
| 6462 | 2024.11.01 08:22:45.471890 [ 282 ] {8e566b0a-82aa-419a-9e75-733be4b716d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6463 | 2024.11.01 08:22:45.471918 [ 282 ] {8e566b0a-82aa-419a-9e75-733be4b716d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6464 | 2024.11.01 08:22:45.471935 [ 282 ] {} <Debug> HTTP-Session: 13965978-17d7-46c9-bcd6-2319e0129f5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6465 | 2024.11.01 08:22:45.472161 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36404, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6466 | 2024.11.01 08:22:45.472293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59439, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6467 | 2024.11.01 08:22:45.472368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6468 | 2024.11.01 08:22:45.472393 [ 3 ] {} <Debug> HTTP-Session: 8b59cd4c-0f59-4df0-bfa8-2fa4c8ed0c8f Authenticating user 'default' from [fd00:1122:3344:101::d]:59439 | ||
| 6469 | 2024.11.01 08:22:45.472417 [ 3 ] {} <Debug> HTTP-Session: 8b59cd4c-0f59-4df0-bfa8-2fa4c8ed0c8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6470 | 2024.11.01 08:22:45.472435 [ 3 ] {} <Debug> HTTP-Session: 8b59cd4c-0f59-4df0-bfa8-2fa4c8ed0c8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6471 | 2024.11.01 08:22:45.472478 [ 3 ] {} <Trace> HTTP-Session: 8b59cd4c-0f59-4df0-bfa8-2fa4c8ed0c8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6472 | 2024.11.01 08:22:45.472651 [ 3 ] {2ec9396f-eb0b-4899-85f4-6e044bdb639d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59439) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6473 | 2024.11.01 08:22:45.472709 [ 3 ] {2ec9396f-eb0b-4899-85f4-6e044bdb639d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6474 | 2024.11.01 08:22:45.473001 [ 3 ] {2ec9396f-eb0b-4899-85f4-6e044bdb639d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6475 | 2024.11.01 08:22:45.473396 [ 3 ] {2ec9396f-eb0b-4899-85f4-6e044bdb639d} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6476 | 2024.11.01 08:22:45.473437 [ 3 ] {2ec9396f-eb0b-4899-85f4-6e044bdb639d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6477 | 2024.11.01 08:22:45.473822 [ 3 ] {2ec9396f-eb0b-4899-85f4-6e044bdb639d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6478 | 2024.11.01 08:22:45.474196 [ 3 ] {2ec9396f-eb0b-4899-85f4-6e044bdb639d} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6479 | 2024.11.01 08:22:45.474361 [ 3 ] {2ec9396f-eb0b-4899-85f4-6e044bdb639d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001769 sec., 36178.63199547767 rows/sec., 2.82 MiB/sec. | ||
| 6480 | 2024.11.01 08:22:45.474543 [ 3 ] {2ec9396f-eb0b-4899-85f4-6e044bdb639d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6481 | 2024.11.01 08:22:45.474568 [ 3 ] {2ec9396f-eb0b-4899-85f4-6e044bdb639d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6482 | 2024.11.01 08:22:45.474584 [ 3 ] {} <Debug> HTTP-Session: 8b59cd4c-0f59-4df0-bfa8-2fa4c8ed0c8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6483 | 2024.11.01 08:22:45.474774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59439, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6484 | 2024.11.01 08:22:45.474798 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36404, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6485 | 2024.11.01 08:22:45.474865 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6486 | 2024.11.01 08:22:45.474896 [ 282 ] {} <Debug> HTTP-Session: 39156204-e027-42a4-83df-45b3d3d274e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36404 | ||
| 6487 | 2024.11.01 08:22:45.474918 [ 282 ] {} <Debug> HTTP-Session: 39156204-e027-42a4-83df-45b3d3d274e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6488 | 2024.11.01 08:22:45.474937 [ 282 ] {} <Debug> HTTP-Session: 39156204-e027-42a4-83df-45b3d3d274e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6489 | 2024.11.01 08:22:45.474977 [ 282 ] {} <Trace> HTTP-Session: 39156204-e027-42a4-83df-45b3d3d274e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6490 | 2024.11.01 08:22:45.475167 [ 282 ] {6bdca696-a81c-4976-b114-eca2ebf1469a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6491 | 2024.11.01 08:22:45.475225 [ 282 ] {6bdca696-a81c-4976-b114-eca2ebf1469a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6492 | 2024.11.01 08:22:45.475405 [ 282 ] {6bdca696-a81c-4976-b114-eca2ebf1469a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6493 | 2024.11.01 08:22:45.475834 [ 282 ] {6bdca696-a81c-4976-b114-eca2ebf1469a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6494 | 2024.11.01 08:22:45.475876 [ 282 ] {6bdca696-a81c-4976-b114-eca2ebf1469a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6495 | 2024.11.01 08:22:45.476274 [ 282 ] {6bdca696-a81c-4976-b114-eca2ebf1469a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6496 | 2024.11.01 08:22:45.476631 [ 282 ] {6bdca696-a81c-4976-b114-eca2ebf1469a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6497 | 2024.11.01 08:22:45.476786 [ 282 ] {6bdca696-a81c-4976-b114-eca2ebf1469a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001706 sec., 93786.63540445486 rows/sec., 6.53 MiB/sec. | ||
| 6498 | 2024.11.01 08:22:45.476960 [ 282 ] {6bdca696-a81c-4976-b114-eca2ebf1469a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6499 | 2024.11.01 08:22:45.476984 [ 282 ] {6bdca696-a81c-4976-b114-eca2ebf1469a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6500 | 2024.11.01 08:22:45.477000 [ 282 ] {} <Debug> HTTP-Session: 39156204-e027-42a4-83df-45b3d3d274e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6501 | 2024.11.01 08:22:45.477161 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36404, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6502 | 2024.11.01 08:22:45.477292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53082, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6503 | 2024.11.01 08:22:45.477356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6504 | 2024.11.01 08:22:45.477379 [ 3 ] {} <Debug> HTTP-Session: 0955b890-80c5-47bc-9256-e8274707a4bc Authenticating user 'default' from [fd00:1122:3344:101::d]:53082 | ||
| 6505 | 2024.11.01 08:22:45.477401 [ 3 ] {} <Debug> HTTP-Session: 0955b890-80c5-47bc-9256-e8274707a4bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6506 | 2024.11.01 08:22:45.477418 [ 3 ] {} <Debug> HTTP-Session: 0955b890-80c5-47bc-9256-e8274707a4bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6507 | 2024.11.01 08:22:45.477458 [ 3 ] {} <Trace> HTTP-Session: 0955b890-80c5-47bc-9256-e8274707a4bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6508 | 2024.11.01 08:22:45.477600 [ 3 ] {98ac3126-6de8-41f0-a2ba-1b850e519927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53082) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6509 | 2024.11.01 08:22:45.477655 [ 3 ] {98ac3126-6de8-41f0-a2ba-1b850e519927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6510 | 2024.11.01 08:22:45.477814 [ 3 ] {98ac3126-6de8-41f0-a2ba-1b850e519927} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6511 | 2024.11.01 08:22:45.478114 [ 3 ] {98ac3126-6de8-41f0-a2ba-1b850e519927} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6512 | 2024.11.01 08:22:45.478151 [ 3 ] {98ac3126-6de8-41f0-a2ba-1b850e519927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6513 | 2024.11.01 08:22:45.478514 [ 3 ] {98ac3126-6de8-41f0-a2ba-1b850e519927} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6514 | 2024.11.01 08:22:45.478847 [ 3 ] {98ac3126-6de8-41f0-a2ba-1b850e519927} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6515 | 2024.11.01 08:22:45.479013 [ 3 ] {98ac3126-6de8-41f0-a2ba-1b850e519927} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001459 sec., 41124.057573680606 rows/sec., 2.77 MiB/sec. | ||
| 6516 | 2024.11.01 08:22:45.479172 [ 3 ] {98ac3126-6de8-41f0-a2ba-1b850e519927} <Debug> DynamicQueryHandler: Done processing query | ||
| 6517 | 2024.11.01 08:22:45.479197 [ 3 ] {98ac3126-6de8-41f0-a2ba-1b850e519927} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6518 | 2024.11.01 08:22:45.479214 [ 3 ] {} <Debug> HTTP-Session: 0955b890-80c5-47bc-9256-e8274707a4bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6519 | 2024.11.01 08:22:45.479585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53082, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6520 | 2024.11.01 08:22:47.887905 [ 99 ] {} <Debug> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 6521 | 2024.11.01 08:22:47.888026 [ 99 ] {} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6522 | 2024.11.01 08:22:47.888071 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6523 | 2024.11.01 08:22:47.888306 [ 197 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 6524 | 2024.11.01 08:22:47.888589 [ 197 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6525 | 2024.11.01 08:22:47.888632 [ 197 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 243 rows starting from the beginning of the part | ||
| 6526 | 2024.11.01 08:22:47.888736 [ 197 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 6527 | 2024.11.01 08:22:47.888851 [ 197 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 6528 | 2024.11.01 08:22:47.888980 [ 197 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 6529 | 2024.11.01 08:22:47.889069 [ 197 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 6530 | 2024.11.01 08:22:47.890051 [ 186 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.001880226 sec., 159023.4365443303 rows/sec., 10.83 MiB/sec. | ||
| 6531 | 2024.11.01 08:22:47.890319 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 6532 | 2024.11.01 08:22:47.890914 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_14_3} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6533 | 2024.11.01 08:22:47.891014 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_14_3} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 6534 | 2024.11.01 08:22:47.891120 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6535 | 2024.11.01 08:22:49.895465 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36404, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6536 | 2024.11.01 08:22:50.053030 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41669, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6537 | 2024.11.01 08:22:50.146961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6538 | 2024.11.01 08:22:50.151378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6539 | 2024.11.01 08:22:50.155260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46579, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6540 | 2024.11.01 08:22:50.244205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60651, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6541 | 2024.11.01 08:22:50.249583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52698, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6542 | 2024.11.01 08:22:50.250880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6543 | 2024.11.01 08:22:50.263133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64899, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6544 | 2024.11.01 08:22:50.339263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50601, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6545 | 2024.11.01 08:22:50.430864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34328, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6546 | 2024.11.01 08:22:50.475407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37996, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6547 | 2024.11.01 08:22:50.475487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6548 | 2024.11.01 08:22:50.475511 [ 3 ] {} <Debug> HTTP-Session: eec32d37-defa-4bbf-829a-fd23f0b5f7a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:37996 | ||
| 6549 | 2024.11.01 08:22:50.475538 [ 3 ] {} <Debug> HTTP-Session: eec32d37-defa-4bbf-829a-fd23f0b5f7a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6550 | 2024.11.01 08:22:50.475555 [ 3 ] {} <Debug> HTTP-Session: eec32d37-defa-4bbf-829a-fd23f0b5f7a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6551 | 2024.11.01 08:22:50.475605 [ 3 ] {} <Trace> HTTP-Session: eec32d37-defa-4bbf-829a-fd23f0b5f7a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6552 | 2024.11.01 08:22:50.475874 [ 3 ] {516cd04c-676e-4d33-913c-1ed6d473d95c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37996) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6553 | 2024.11.01 08:22:50.475943 [ 3 ] {516cd04c-676e-4d33-913c-1ed6d473d95c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6554 | 2024.11.01 08:22:50.476287 [ 3 ] {516cd04c-676e-4d33-913c-1ed6d473d95c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6555 | 2024.11.01 08:22:50.476910 [ 3 ] {516cd04c-676e-4d33-913c-1ed6d473d95c} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6556 | 2024.11.01 08:22:50.476957 [ 3 ] {516cd04c-676e-4d33-913c-1ed6d473d95c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6557 | 2024.11.01 08:22:50.477409 [ 3 ] {516cd04c-676e-4d33-913c-1ed6d473d95c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6558 | 2024.11.01 08:22:50.477806 [ 3 ] {516cd04c-676e-4d33-913c-1ed6d473d95c} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6559 | 2024.11.01 08:22:50.477983 [ 3 ] {516cd04c-676e-4d33-913c-1ed6d473d95c} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002227 sec., 122586.43915581501 rows/sec., 10.90 MiB/sec. | ||
| 6560 | 2024.11.01 08:22:50.478372 [ 3 ] {516cd04c-676e-4d33-913c-1ed6d473d95c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6561 | 2024.11.01 08:22:50.478400 [ 3 ] {516cd04c-676e-4d33-913c-1ed6d473d95c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6562 | 2024.11.01 08:22:50.478418 [ 3 ] {} <Debug> HTTP-Session: eec32d37-defa-4bbf-829a-fd23f0b5f7a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6563 | 2024.11.01 08:22:50.478630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37996, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6564 | 2024.11.01 08:22:50.478746 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42672, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6565 | 2024.11.01 08:22:50.478861 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6566 | 2024.11.01 08:22:50.478886 [ 292 ] {} <Debug> HTTP-Session: 9dced4b9-2693-4d43-a4c4-87b178c46bbc Authenticating user 'default' from [fd00:1122:3344:101::d]:42672 | ||
| 6567 | 2024.11.01 08:22:50.478911 [ 292 ] {} <Debug> HTTP-Session: 9dced4b9-2693-4d43-a4c4-87b178c46bbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6568 | 2024.11.01 08:22:50.478925 [ 292 ] {} <Debug> HTTP-Session: 9dced4b9-2693-4d43-a4c4-87b178c46bbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6569 | 2024.11.01 08:22:50.478979 [ 292 ] {} <Trace> HTTP-Session: 9dced4b9-2693-4d43-a4c4-87b178c46bbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6570 | 2024.11.01 08:22:50.479178 [ 292 ] {6cda4451-e0aa-4a34-876e-f81fc8178d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42672) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6571 | 2024.11.01 08:22:50.479248 [ 292 ] {6cda4451-e0aa-4a34-876e-f81fc8178d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6572 | 2024.11.01 08:22:50.479590 [ 292 ] {6cda4451-e0aa-4a34-876e-f81fc8178d1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6573 | 2024.11.01 08:22:50.480004 [ 292 ] {6cda4451-e0aa-4a34-876e-f81fc8178d1e} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6574 | 2024.11.01 08:22:50.480041 [ 292 ] {6cda4451-e0aa-4a34-876e-f81fc8178d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6575 | 2024.11.01 08:22:50.480469 [ 292 ] {6cda4451-e0aa-4a34-876e-f81fc8178d1e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6576 | 2024.11.01 08:22:50.480873 [ 292 ] {6cda4451-e0aa-4a34-876e-f81fc8178d1e} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6577 | 2024.11.01 08:22:50.481020 [ 292 ] {6cda4451-e0aa-4a34-876e-f81fc8178d1e} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001915 sec., 21932.11488250653 rows/sec., 1.61 MiB/sec. | ||
| 6578 | 2024.11.01 08:22:50.481020 [ 94 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6579 | 2024.11.01 08:22:50.481086 [ 94 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6580 | 2024.11.01 08:22:50.481134 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6581 | 2024.11.01 08:22:50.481274 [ 292 ] {6cda4451-e0aa-4a34-876e-f81fc8178d1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6582 | 2024.11.01 08:22:50.481313 [ 292 ] {6cda4451-e0aa-4a34-876e-f81fc8178d1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6583 | 2024.11.01 08:22:50.481315 [ 197 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 6584 | 2024.11.01 08:22:50.481336 [ 292 ] {} <Debug> HTTP-Session: 9dced4b9-2693-4d43-a4c4-87b178c46bbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6585 | 2024.11.01 08:22:50.481551 [ 197 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6586 | 2024.11.01 08:22:50.481617 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6587 | 2024.11.01 08:22:50.481634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37996, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6588 | 2024.11.01 08:22:50.481668 [ 197 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 60 rows starting from the beginning of the part | ||
| 6589 | 2024.11.01 08:22:50.481827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6590 | 2024.11.01 08:22:50.481977 [ 3 ] {} <Debug> HTTP-Session: 0c8259b7-3617-41c5-83ff-1d463e4c5e61 Authenticating user 'default' from [fd00:1122:3344:101::d]:37996 | ||
| 6591 | 2024.11.01 08:22:50.482041 [ 197 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part | ||
| 6592 | 2024.11.01 08:22:50.482055 [ 3 ] {} <Debug> HTTP-Session: 0c8259b7-3617-41c5-83ff-1d463e4c5e61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6593 | 2024.11.01 08:22:50.482118 [ 3 ] {} <Debug> HTTP-Session: 0c8259b7-3617-41c5-83ff-1d463e4c5e61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6594 | 2024.11.01 08:22:50.482298 [ 197 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 6595 | 2024.11.01 08:22:50.482316 [ 3 ] {} <Trace> HTTP-Session: 0c8259b7-3617-41c5-83ff-1d463e4c5e61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6596 | 2024.11.01 08:22:50.482505 [ 197 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 42 rows starting from the beginning of the part | ||
| 6597 | 2024.11.01 08:22:50.482745 [ 3 ] {ad2d2dd5-44f2-450e-87e3-4cd6c6ca33e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37996) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6598 | 2024.11.01 08:22:50.482777 [ 197 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
| 6599 | 2024.11.01 08:22:50.482905 [ 3 ] {ad2d2dd5-44f2-450e-87e3-4cd6c6ca33e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6600 | 2024.11.01 08:22:50.483077 [ 197 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part | ||
| 6601 | 2024.11.01 08:22:50.484010 [ 3 ] {ad2d2dd5-44f2-450e-87e3-4cd6c6ca33e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6602 | 2024.11.01 08:22:50.485062 [ 3 ] {ad2d2dd5-44f2-450e-87e3-4cd6c6ca33e8} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6603 | 2024.11.01 08:22:50.485145 [ 3 ] {ad2d2dd5-44f2-450e-87e3-4cd6c6ca33e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6604 | 2024.11.01 08:22:50.486016 [ 198 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.004791048 sec., 40492.18459092875 rows/sec., 3.10 MiB/sec. | ||
| 6605 | 2024.11.01 08:22:50.486182 [ 3 ] {ad2d2dd5-44f2-450e-87e3-4cd6c6ca33e8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6606 | 2024.11.01 08:22:50.486242 [ 198 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6607 | 2024.11.01 08:22:50.487061 [ 3 ] {ad2d2dd5-44f2-450e-87e3-4cd6c6ca33e8} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6608 | 2024.11.01 08:22:50.487261 [ 198 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_21_4} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6609 | 2024.11.01 08:22:50.487411 [ 3 ] {ad2d2dd5-44f2-450e-87e3-4cd6c6ca33e8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004839 sec., 2893.159743748708 rows/sec., 202.62 KiB/sec. | ||
| 6610 | 2024.11.01 08:22:50.487614 [ 198 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_21_4} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6611 | 2024.11.01 08:22:50.487987 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6612 | 2024.11.01 08:22:50.488067 [ 3 ] {ad2d2dd5-44f2-450e-87e3-4cd6c6ca33e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6613 | 2024.11.01 08:22:50.488098 [ 3 ] {ad2d2dd5-44f2-450e-87e3-4cd6c6ca33e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6614 | 2024.11.01 08:22:50.488115 [ 3 ] {} <Debug> HTTP-Session: 0c8259b7-3617-41c5-83ff-1d463e4c5e61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6615 | 2024.11.01 08:22:50.488308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37996, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6616 | 2024.11.01 08:22:50.488400 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40254, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6617 | 2024.11.01 08:22:50.488476 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6618 | 2024.11.01 08:22:50.488513 [ 292 ] {} <Debug> HTTP-Session: a25eb3b4-1ae0-4e5d-b4ab-b43546709ec3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40254 | ||
| 6619 | 2024.11.01 08:22:50.488537 [ 292 ] {} <Debug> HTTP-Session: a25eb3b4-1ae0-4e5d-b4ab-b43546709ec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6620 | 2024.11.01 08:22:50.488554 [ 292 ] {} <Debug> HTTP-Session: a25eb3b4-1ae0-4e5d-b4ab-b43546709ec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6621 | 2024.11.01 08:22:50.488600 [ 292 ] {} <Trace> HTTP-Session: a25eb3b4-1ae0-4e5d-b4ab-b43546709ec3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6622 | 2024.11.01 08:22:50.488729 [ 292 ] {ac9bd1c6-c1c5-41c4-b8ec-7f0bd3fc1dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40254) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6623 | 2024.11.01 08:22:50.488784 [ 292 ] {ac9bd1c6-c1c5-41c4-b8ec-7f0bd3fc1dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6624 | 2024.11.01 08:22:50.489077 [ 292 ] {ac9bd1c6-c1c5-41c4-b8ec-7f0bd3fc1dd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6625 | 2024.11.01 08:22:50.489402 [ 292 ] {ac9bd1c6-c1c5-41c4-b8ec-7f0bd3fc1dd9} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6626 | 2024.11.01 08:22:50.489439 [ 292 ] {ac9bd1c6-c1c5-41c4-b8ec-7f0bd3fc1dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6627 | 2024.11.01 08:22:50.489800 [ 292 ] {ac9bd1c6-c1c5-41c4-b8ec-7f0bd3fc1dd9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6628 | 2024.11.01 08:22:50.490180 [ 292 ] {ac9bd1c6-c1c5-41c4-b8ec-7f0bd3fc1dd9} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6629 | 2024.11.01 08:22:50.490312 [ 292 ] {ac9bd1c6-c1c5-41c4-b8ec-7f0bd3fc1dd9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001619 sec., 3705.9913526868436 rows/sec., 218.96 KiB/sec. | ||
| 6630 | 2024.11.01 08:22:50.490484 [ 292 ] {ac9bd1c6-c1c5-41c4-b8ec-7f0bd3fc1dd9} <Debug> DynamicQueryHandler: Done processing query | ||
| 6631 | 2024.11.01 08:22:50.490509 [ 292 ] {ac9bd1c6-c1c5-41c4-b8ec-7f0bd3fc1dd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6632 | 2024.11.01 08:22:50.490526 [ 292 ] {} <Debug> HTTP-Session: a25eb3b4-1ae0-4e5d-b4ab-b43546709ec3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6633 | 2024.11.01 08:22:50.490794 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40254, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6634 | 2024.11.01 08:22:50.490883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64123, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6635 | 2024.11.01 08:22:50.490968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6636 | 2024.11.01 08:22:50.490995 [ 3 ] {} <Debug> HTTP-Session: 6d7c9509-ab6c-4d1c-a0c8-70dc14a04d76 Authenticating user 'default' from [fd00:1122:3344:101::d]:64123 | ||
| 6637 | 2024.11.01 08:22:50.491048 [ 3 ] {} <Debug> HTTP-Session: 6d7c9509-ab6c-4d1c-a0c8-70dc14a04d76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6638 | 2024.11.01 08:22:50.491066 [ 3 ] {} <Debug> HTTP-Session: 6d7c9509-ab6c-4d1c-a0c8-70dc14a04d76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6639 | 2024.11.01 08:22:50.491114 [ 3 ] {} <Trace> HTTP-Session: 6d7c9509-ab6c-4d1c-a0c8-70dc14a04d76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6640 | 2024.11.01 08:22:50.491395 [ 3 ] {5071a52e-d708-4231-ba59-3c58b0c95d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64123) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6641 | 2024.11.01 08:22:50.491454 [ 3 ] {5071a52e-d708-4231-ba59-3c58b0c95d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6642 | 2024.11.01 08:22:50.491774 [ 3 ] {5071a52e-d708-4231-ba59-3c58b0c95d3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6643 | 2024.11.01 08:22:50.492393 [ 3 ] {5071a52e-d708-4231-ba59-3c58b0c95d3e} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6644 | 2024.11.01 08:22:50.492433 [ 3 ] {5071a52e-d708-4231-ba59-3c58b0c95d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6645 | 2024.11.01 08:22:50.492847 [ 3 ] {5071a52e-d708-4231-ba59-3c58b0c95d3e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6646 | 2024.11.01 08:22:50.493219 [ 3 ] {5071a52e-d708-4231-ba59-3c58b0c95d3e} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6647 | 2024.11.01 08:22:50.493385 [ 3 ] {5071a52e-d708-4231-ba59-3c58b0c95d3e} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.002132 sec., 198874.29643527203 rows/sec., 14.22 MiB/sec. | ||
| 6648 | 2024.11.01 08:22:50.493598 [ 3 ] {5071a52e-d708-4231-ba59-3c58b0c95d3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6649 | 2024.11.01 08:22:50.493632 [ 3 ] {5071a52e-d708-4231-ba59-3c58b0c95d3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 6650 | 2024.11.01 08:22:50.493654 [ 3 ] {} <Debug> HTTP-Session: 6d7c9509-ab6c-4d1c-a0c8-70dc14a04d76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6651 | 2024.11.01 08:22:50.493881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64123, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6652 | 2024.11.01 08:22:50.493881 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40254, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6653 | 2024.11.01 08:22:50.494017 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6654 | 2024.11.01 08:22:50.494057 [ 292 ] {} <Debug> HTTP-Session: 916da500-e5a1-40ee-9057-fa1668096d2a Authenticating user 'default' from [fd00:1122:3344:101::d]:40254 | ||
| 6655 | 2024.11.01 08:22:50.494078 [ 292 ] {} <Debug> HTTP-Session: 916da500-e5a1-40ee-9057-fa1668096d2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6656 | 2024.11.01 08:22:50.494092 [ 292 ] {} <Debug> HTTP-Session: 916da500-e5a1-40ee-9057-fa1668096d2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6657 | 2024.11.01 08:22:50.494132 [ 292 ] {} <Trace> HTTP-Session: 916da500-e5a1-40ee-9057-fa1668096d2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6658 | 2024.11.01 08:22:50.494249 [ 292 ] {5c029ca5-75f5-49f4-89e3-c82c6fac4734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40254) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6659 | 2024.11.01 08:22:50.494299 [ 292 ] {5c029ca5-75f5-49f4-89e3-c82c6fac4734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6660 | 2024.11.01 08:22:50.494469 [ 292 ] {5c029ca5-75f5-49f4-89e3-c82c6fac4734} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6661 | 2024.11.01 08:22:50.494768 [ 292 ] {5c029ca5-75f5-49f4-89e3-c82c6fac4734} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6662 | 2024.11.01 08:22:50.494804 [ 292 ] {5c029ca5-75f5-49f4-89e3-c82c6fac4734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6663 | 2024.11.01 08:22:50.495174 [ 292 ] {5c029ca5-75f5-49f4-89e3-c82c6fac4734} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6664 | 2024.11.01 08:22:50.495510 [ 292 ] {5c029ca5-75f5-49f4-89e3-c82c6fac4734} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6665 | 2024.11.01 08:22:50.495652 [ 292 ] {5c029ca5-75f5-49f4-89e3-c82c6fac4734} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001433 sec., 4187.02023726448 rows/sec., 218.76 KiB/sec. | ||
| 6666 | 2024.11.01 08:22:50.496176 [ 292 ] {5c029ca5-75f5-49f4-89e3-c82c6fac4734} <Debug> DynamicQueryHandler: Done processing query | ||
| 6667 | 2024.11.01 08:22:50.496208 [ 292 ] {5c029ca5-75f5-49f4-89e3-c82c6fac4734} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6668 | 2024.11.01 08:22:50.496225 [ 292 ] {} <Debug> HTTP-Session: 916da500-e5a1-40ee-9057-fa1668096d2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6669 | 2024.11.01 08:22:50.496471 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40254, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6670 | 2024.11.01 08:22:50.496549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45890, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6671 | 2024.11.01 08:22:50.496623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6672 | 2024.11.01 08:22:50.496648 [ 3 ] {} <Debug> HTTP-Session: 07dafe5c-f1ac-4890-b06d-f3d0e86d7da3 Authenticating user 'default' from [fd00:1122:3344:101::d]:45890 | ||
| 6673 | 2024.11.01 08:22:50.496670 [ 3 ] {} <Debug> HTTP-Session: 07dafe5c-f1ac-4890-b06d-f3d0e86d7da3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6674 | 2024.11.01 08:22:50.496687 [ 3 ] {} <Debug> HTTP-Session: 07dafe5c-f1ac-4890-b06d-f3d0e86d7da3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6675 | 2024.11.01 08:22:50.496734 [ 3 ] {} <Trace> HTTP-Session: 07dafe5c-f1ac-4890-b06d-f3d0e86d7da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6676 | 2024.11.01 08:22:50.496999 [ 3 ] {fdf2ebed-adec-4bbc-ae28-5570a92d6599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6677 | 2024.11.01 08:22:50.497050 [ 3 ] {fdf2ebed-adec-4bbc-ae28-5570a92d6599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6678 | 2024.11.01 08:22:50.497239 [ 3 ] {fdf2ebed-adec-4bbc-ae28-5570a92d6599} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6679 | 2024.11.01 08:22:50.497690 [ 3 ] {fdf2ebed-adec-4bbc-ae28-5570a92d6599} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6680 | 2024.11.01 08:22:50.497727 [ 3 ] {fdf2ebed-adec-4bbc-ae28-5570a92d6599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6681 | 2024.11.01 08:22:50.498140 [ 3 ] {fdf2ebed-adec-4bbc-ae28-5570a92d6599} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6682 | 2024.11.01 08:22:50.498493 [ 3 ] {fdf2ebed-adec-4bbc-ae28-5570a92d6599} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6683 | 2024.11.01 08:22:50.498668 [ 3 ] {fdf2ebed-adec-4bbc-ae28-5570a92d6599} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001801 sec., 131593.55913381453 rows/sec., 8.82 MiB/sec. | ||
| 6684 | 2024.11.01 08:22:50.498841 [ 3 ] {fdf2ebed-adec-4bbc-ae28-5570a92d6599} <Debug> DynamicQueryHandler: Done processing query | ||
| 6685 | 2024.11.01 08:22:50.498866 [ 3 ] {fdf2ebed-adec-4bbc-ae28-5570a92d6599} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6686 | 2024.11.01 08:22:50.498881 [ 3 ] {} <Debug> HTTP-Session: 07dafe5c-f1ac-4890-b06d-f3d0e86d7da3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6687 | 2024.11.01 08:22:50.499158 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40254, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6688 | 2024.11.01 08:22:50.499176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45890, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6689 | 2024.11.01 08:22:50.499258 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6690 | 2024.11.01 08:22:50.499293 [ 292 ] {} <Debug> HTTP-Session: bb7193aa-30ce-4cd9-974f-9aba54616297 Authenticating user 'default' from [fd00:1122:3344:101::d]:40254 | ||
| 6691 | 2024.11.01 08:22:50.499314 [ 292 ] {} <Debug> HTTP-Session: bb7193aa-30ce-4cd9-974f-9aba54616297 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6692 | 2024.11.01 08:22:50.499330 [ 292 ] {} <Debug> HTTP-Session: bb7193aa-30ce-4cd9-974f-9aba54616297 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6693 | 2024.11.01 08:22:50.499382 [ 292 ] {} <Trace> HTTP-Session: bb7193aa-30ce-4cd9-974f-9aba54616297 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6694 | 2024.11.01 08:22:50.499497 [ 292 ] {0338784e-3267-4539-a310-03eb63c3a37d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40254) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6695 | 2024.11.01 08:22:50.499553 [ 292 ] {0338784e-3267-4539-a310-03eb63c3a37d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6696 | 2024.11.01 08:22:50.499727 [ 292 ] {0338784e-3267-4539-a310-03eb63c3a37d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6697 | 2024.11.01 08:22:50.500064 [ 292 ] {0338784e-3267-4539-a310-03eb63c3a37d} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6698 | 2024.11.01 08:22:50.500102 [ 292 ] {0338784e-3267-4539-a310-03eb63c3a37d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6699 | 2024.11.01 08:22:50.500481 [ 292 ] {0338784e-3267-4539-a310-03eb63c3a37d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6700 | 2024.11.01 08:22:50.500842 [ 292 ] {0338784e-3267-4539-a310-03eb63c3a37d} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6701 | 2024.11.01 08:22:50.500975 [ 292 ] {0338784e-3267-4539-a310-03eb63c3a37d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001503 sec., 665.3359946773121 rows/sec., 44.83 KiB/sec. | ||
| 6702 | 2024.11.01 08:22:50.501151 [ 292 ] {0338784e-3267-4539-a310-03eb63c3a37d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6703 | 2024.11.01 08:22:50.501176 [ 292 ] {0338784e-3267-4539-a310-03eb63c3a37d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6704 | 2024.11.01 08:22:50.501193 [ 292 ] {} <Debug> HTTP-Session: bb7193aa-30ce-4cd9-974f-9aba54616297 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6705 | 2024.11.01 08:22:50.501381 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40254, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6706 | 2024.11.01 08:22:50.501472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62226, User-Agent: (none), Length: 70386, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6707 | 2024.11.01 08:22:50.501544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6708 | 2024.11.01 08:22:50.501568 [ 3 ] {} <Debug> HTTP-Session: 77f1ec3d-8b7c-4dbc-baba-a90eaedaacaf Authenticating user 'default' from [fd00:1122:3344:101::d]:62226 | ||
| 6709 | 2024.11.01 08:22:50.501589 [ 3 ] {} <Debug> HTTP-Session: 77f1ec3d-8b7c-4dbc-baba-a90eaedaacaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6710 | 2024.11.01 08:22:50.501607 [ 3 ] {} <Debug> HTTP-Session: 77f1ec3d-8b7c-4dbc-baba-a90eaedaacaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6711 | 2024.11.01 08:22:50.501655 [ 3 ] {} <Trace> HTTP-Session: 77f1ec3d-8b7c-4dbc-baba-a90eaedaacaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6712 | 2024.11.01 08:22:50.502306 [ 3 ] {8018101c-6963-441e-b5fd-89d44f3213cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62226) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6713 | 2024.11.01 08:22:50.502387 [ 3 ] {8018101c-6963-441e-b5fd-89d44f3213cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6714 | 2024.11.01 08:22:50.502874 [ 3 ] {8018101c-6963-441e-b5fd-89d44f3213cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6715 | 2024.11.01 08:22:50.503710 [ 3 ] {8018101c-6963-441e-b5fd-89d44f3213cb} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6716 | 2024.11.01 08:22:50.503748 [ 3 ] {8018101c-6963-441e-b5fd-89d44f3213cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6717 | 2024.11.01 08:22:50.504428 [ 3 ] {8018101c-6963-441e-b5fd-89d44f3213cb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6718 | 2024.11.01 08:22:50.504863 [ 3 ] {8018101c-6963-441e-b5fd-89d44f3213cb} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6719 | 2024.11.01 08:22:50.505092 [ 3 ] {8018101c-6963-441e-b5fd-89d44f3213cb} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003305 sec., 12708.018154311649 rows/sec., 22.77 MiB/sec. | ||
| 6720 | 2024.11.01 08:22:50.505632 [ 3 ] {8018101c-6963-441e-b5fd-89d44f3213cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 6721 | 2024.11.01 08:22:50.505657 [ 3 ] {8018101c-6963-441e-b5fd-89d44f3213cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 6722 | 2024.11.01 08:22:50.505673 [ 3 ] {} <Debug> HTTP-Session: 77f1ec3d-8b7c-4dbc-baba-a90eaedaacaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6723 | 2024.11.01 08:22:50.505876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62226, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6724 | 2024.11.01 08:22:50.505953 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40254, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6725 | 2024.11.01 08:22:50.506060 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6726 | 2024.11.01 08:22:50.506089 [ 292 ] {} <Debug> HTTP-Session: 07911d93-5058-4410-99c8-c992e7b55549 Authenticating user 'default' from [fd00:1122:3344:101::d]:40254 | ||
| 6727 | 2024.11.01 08:22:50.506111 [ 292 ] {} <Debug> HTTP-Session: 07911d93-5058-4410-99c8-c992e7b55549 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6728 | 2024.11.01 08:22:50.506126 [ 292 ] {} <Debug> HTTP-Session: 07911d93-5058-4410-99c8-c992e7b55549 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6729 | 2024.11.01 08:22:50.506164 [ 292 ] {} <Trace> HTTP-Session: 07911d93-5058-4410-99c8-c992e7b55549 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6730 | 2024.11.01 08:22:50.506312 [ 292 ] {232f36d9-4304-4874-add1-b235f41491c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40254) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6731 | 2024.11.01 08:22:50.506362 [ 292 ] {232f36d9-4304-4874-add1-b235f41491c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6732 | 2024.11.01 08:22:50.506530 [ 292 ] {232f36d9-4304-4874-add1-b235f41491c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6733 | 2024.11.01 08:22:50.506841 [ 292 ] {232f36d9-4304-4874-add1-b235f41491c2} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6734 | 2024.11.01 08:22:50.506877 [ 292 ] {232f36d9-4304-4874-add1-b235f41491c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6735 | 2024.11.01 08:22:50.507254 [ 292 ] {232f36d9-4304-4874-add1-b235f41491c2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6736 | 2024.11.01 08:22:50.507595 [ 292 ] {232f36d9-4304-4874-add1-b235f41491c2} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6737 | 2024.11.01 08:22:50.507740 [ 292 ] {232f36d9-4304-4874-add1-b235f41491c2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001486 sec., 55181.69582772544 rows/sec., 3.50 MiB/sec. | ||
| 6738 | 2024.11.01 08:22:50.507916 [ 292 ] {232f36d9-4304-4874-add1-b235f41491c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6739 | 2024.11.01 08:22:50.507942 [ 292 ] {232f36d9-4304-4874-add1-b235f41491c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6740 | 2024.11.01 08:22:50.507958 [ 292 ] {} <Debug> HTTP-Session: 07911d93-5058-4410-99c8-c992e7b55549 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6741 | 2024.11.01 08:22:50.508368 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40254, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6742 | 2024.11.01 08:22:50.655747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33095, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6743 | 2024.11.01 08:22:50.681379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45251, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6744 | 2024.11.01 08:22:50.721650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41609, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6745 | 2024.11.01 08:22:50.745984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43476, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6746 | 2024.11.01 08:22:50.854420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35593, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6747 | 2024.11.01 08:22:51.011785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54777, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6748 | 2024.11.01 08:22:51.419580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47864, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6749 | 2024.11.01 08:22:51.469945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45074, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6750 | 2024.11.01 08:22:51.672815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45038, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6751 | 2024.11.01 08:22:51.816513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47256, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6752 | 2024.11.01 08:22:51.840778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41651, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6753 | 2024.11.01 08:22:51.894099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54212, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6754 | 2024.11.01 08:22:51.921699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58066, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6755 | 2024.11.01 08:22:52.110079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62666, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6756 | 2024.11.01 08:22:52.514256 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53241, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6757 | 2024.11.01 08:22:52.799171 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50657, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6758 | 2024.11.01 08:22:52.885709 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6759 | 2024.11.01 08:22:52.928343 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39362, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6760 | 2024.11.01 08:22:52.990140 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42399, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6761 | 2024.11.01 08:22:52.995421 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42474, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6762 | 2024.11.01 08:22:53.018755 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64376, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6763 | 2024.11.01 08:22:53.833460 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 648 | ||
| 6764 | 2024.11.01 08:22:53.836808 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6765 | 2024.11.01 08:22:53.836868 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6766 | 2024.11.01 08:22:53.838444 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6767 | 2024.11.01 08:22:53.839482 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6768 | 2024.11.01 08:22:53.840479 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 648 | ||
| 6769 | 2024.11.01 08:22:55.466433 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43085, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6770 | 2024.11.01 08:22:55.466559 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6771 | 2024.11.01 08:22:55.466587 [ 286 ] {} <Debug> HTTP-Session: 14d91894-0579-4095-9da7-5b9072c07ef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43085 | ||
| 6772 | 2024.11.01 08:22:55.466615 [ 286 ] {} <Debug> HTTP-Session: 14d91894-0579-4095-9da7-5b9072c07ef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6773 | 2024.11.01 08:22:55.466632 [ 286 ] {} <Debug> HTTP-Session: 14d91894-0579-4095-9da7-5b9072c07ef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6774 | 2024.11.01 08:22:55.466691 [ 286 ] {} <Trace> HTTP-Session: 14d91894-0579-4095-9da7-5b9072c07ef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6775 | 2024.11.01 08:22:55.466888 [ 286 ] {6f0445d0-fde9-498c-91aa-f97938706787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43085) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6776 | 2024.11.01 08:22:55.466963 [ 286 ] {6f0445d0-fde9-498c-91aa-f97938706787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6777 | 2024.11.01 08:22:55.467313 [ 286 ] {6f0445d0-fde9-498c-91aa-f97938706787} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6778 | 2024.11.01 08:22:55.467698 [ 286 ] {6f0445d0-fde9-498c-91aa-f97938706787} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6779 | 2024.11.01 08:22:55.467738 [ 286 ] {6f0445d0-fde9-498c-91aa-f97938706787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6780 | 2024.11.01 08:22:55.468142 [ 286 ] {6f0445d0-fde9-498c-91aa-f97938706787} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6781 | 2024.11.01 08:22:55.468532 [ 286 ] {6f0445d0-fde9-498c-91aa-f97938706787} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6782 | 2024.11.01 08:22:55.468696 [ 286 ] {6f0445d0-fde9-498c-91aa-f97938706787} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001863 sec., 1073.5373054213633 rows/sec., 87.54 KiB/sec. | ||
| 6783 | 2024.11.01 08:22:55.468880 [ 286 ] {6f0445d0-fde9-498c-91aa-f97938706787} <Debug> DynamicQueryHandler: Done processing query | ||
| 6784 | 2024.11.01 08:22:55.468905 [ 286 ] {6f0445d0-fde9-498c-91aa-f97938706787} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6785 | 2024.11.01 08:22:55.468921 [ 286 ] {} <Debug> HTTP-Session: 14d91894-0579-4095-9da7-5b9072c07ef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6786 | 2024.11.01 08:22:55.469129 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6787 | 2024.11.01 08:22:55.469275 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41463, User-Agent: (none), Length: 7929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6788 | 2024.11.01 08:22:55.469393 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6789 | 2024.11.01 08:22:55.469418 [ 287 ] {} <Debug> HTTP-Session: e9248c34-03c1-4eaa-b6f1-3189efecdd3f Authenticating user 'default' from [fd00:1122:3344:101::d]:41463 | ||
| 6790 | 2024.11.01 08:22:55.469441 [ 287 ] {} <Debug> HTTP-Session: e9248c34-03c1-4eaa-b6f1-3189efecdd3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6791 | 2024.11.01 08:22:55.469456 [ 287 ] {} <Debug> HTTP-Session: e9248c34-03c1-4eaa-b6f1-3189efecdd3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6792 | 2024.11.01 08:22:55.469514 [ 287 ] {} <Trace> HTTP-Session: e9248c34-03c1-4eaa-b6f1-3189efecdd3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6793 | 2024.11.01 08:22:55.469710 [ 287 ] {ab7a9c77-4f80-45f4-bcd1-0775c37c7318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41463) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6794 | 2024.11.01 08:22:55.469781 [ 287 ] {ab7a9c77-4f80-45f4-bcd1-0775c37c7318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6795 | 2024.11.01 08:22:55.470126 [ 287 ] {ab7a9c77-4f80-45f4-bcd1-0775c37c7318} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6796 | 2024.11.01 08:22:55.470582 [ 287 ] {ab7a9c77-4f80-45f4-bcd1-0775c37c7318} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6797 | 2024.11.01 08:22:55.470623 [ 287 ] {ab7a9c77-4f80-45f4-bcd1-0775c37c7318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6798 | 2024.11.01 08:22:55.471059 [ 287 ] {ab7a9c77-4f80-45f4-bcd1-0775c37c7318} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6799 | 2024.11.01 08:22:55.471456 [ 287 ] {ab7a9c77-4f80-45f4-bcd1-0775c37c7318} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6800 | 2024.11.01 08:22:55.471639 [ 287 ] {ab7a9c77-4f80-45f4-bcd1-0775c37c7318} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001995 sec., 28571.428571428572 rows/sec., 2.18 MiB/sec. | ||
| 6801 | 2024.11.01 08:22:55.471964 [ 287 ] {ab7a9c77-4f80-45f4-bcd1-0775c37c7318} <Debug> DynamicQueryHandler: Done processing query | ||
| 6802 | 2024.11.01 08:22:55.471996 [ 287 ] {ab7a9c77-4f80-45f4-bcd1-0775c37c7318} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6803 | 2024.11.01 08:22:55.472013 [ 287 ] {} <Debug> HTTP-Session: e9248c34-03c1-4eaa-b6f1-3189efecdd3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6804 | 2024.11.01 08:22:55.472200 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41463, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6805 | 2024.11.01 08:22:55.472267 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34794, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6806 | 2024.11.01 08:22:55.472343 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6807 | 2024.11.01 08:22:55.472370 [ 286 ] {} <Debug> HTTP-Session: a262b919-7907-4666-a1bf-45e4249632c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34794 | ||
| 6808 | 2024.11.01 08:22:55.472392 [ 286 ] {} <Debug> HTTP-Session: a262b919-7907-4666-a1bf-45e4249632c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6809 | 2024.11.01 08:22:55.472408 [ 286 ] {} <Debug> HTTP-Session: a262b919-7907-4666-a1bf-45e4249632c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6810 | 2024.11.01 08:22:55.472448 [ 286 ] {} <Trace> HTTP-Session: a262b919-7907-4666-a1bf-45e4249632c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6811 | 2024.11.01 08:22:55.472565 [ 286 ] {5077e82c-6e03-47db-81a6-ae605ec914c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34794) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6812 | 2024.11.01 08:22:55.472611 [ 286 ] {5077e82c-6e03-47db-81a6-ae605ec914c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6813 | 2024.11.01 08:22:55.472861 [ 286 ] {5077e82c-6e03-47db-81a6-ae605ec914c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6814 | 2024.11.01 08:22:55.473175 [ 286 ] {5077e82c-6e03-47db-81a6-ae605ec914c8} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6815 | 2024.11.01 08:22:55.473211 [ 286 ] {5077e82c-6e03-47db-81a6-ae605ec914c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6816 | 2024.11.01 08:22:55.473558 [ 286 ] {5077e82c-6e03-47db-81a6-ae605ec914c8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6817 | 2024.11.01 08:22:55.473922 [ 286 ] {5077e82c-6e03-47db-81a6-ae605ec914c8} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6818 | 2024.11.01 08:22:55.474072 [ 286 ] {5077e82c-6e03-47db-81a6-ae605ec914c8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001528 sec., 1308.9005235602094 rows/sec., 91.39 KiB/sec. | ||
| 6819 | 2024.11.01 08:22:55.474232 [ 286 ] {5077e82c-6e03-47db-81a6-ae605ec914c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6820 | 2024.11.01 08:22:55.474257 [ 286 ] {5077e82c-6e03-47db-81a6-ae605ec914c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6821 | 2024.11.01 08:22:55.474272 [ 286 ] {} <Debug> HTTP-Session: a262b919-7907-4666-a1bf-45e4249632c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6822 | 2024.11.01 08:22:55.474445 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34794, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6823 | 2024.11.01 08:22:55.474553 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38978, User-Agent: (none), Length: 11213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6824 | 2024.11.01 08:22:55.474625 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6825 | 2024.11.01 08:22:55.474649 [ 287 ] {} <Debug> HTTP-Session: 93b7cfed-9e4d-41f6-b7a1-ec7bf04fb3fd Authenticating user 'default' from [fd00:1122:3344:101::d]:38978 | ||
| 6826 | 2024.11.01 08:22:55.474670 [ 287 ] {} <Debug> HTTP-Session: 93b7cfed-9e4d-41f6-b7a1-ec7bf04fb3fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6827 | 2024.11.01 08:22:55.474687 [ 287 ] {} <Debug> HTTP-Session: 93b7cfed-9e4d-41f6-b7a1-ec7bf04fb3fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6828 | 2024.11.01 08:22:55.474732 [ 287 ] {} <Trace> HTTP-Session: 93b7cfed-9e4d-41f6-b7a1-ec7bf04fb3fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6829 | 2024.11.01 08:22:55.474900 [ 287 ] {5021e010-2fe6-4995-81ed-5f7650191eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38978) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6830 | 2024.11.01 08:22:55.474956 [ 287 ] {5021e010-2fe6-4995-81ed-5f7650191eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6831 | 2024.11.01 08:22:55.475245 [ 287 ] {5021e010-2fe6-4995-81ed-5f7650191eaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6832 | 2024.11.01 08:22:55.475620 [ 287 ] {5021e010-2fe6-4995-81ed-5f7650191eaa} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6833 | 2024.11.01 08:22:55.475656 [ 287 ] {5021e010-2fe6-4995-81ed-5f7650191eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6834 | 2024.11.01 08:22:55.476028 [ 287 ] {5021e010-2fe6-4995-81ed-5f7650191eaa} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6835 | 2024.11.01 08:22:55.476397 [ 287 ] {5021e010-2fe6-4995-81ed-5f7650191eaa} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6836 | 2024.11.01 08:22:55.476557 [ 287 ] {5021e010-2fe6-4995-81ed-5f7650191eaa} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001706 sec., 38686.98710433763 rows/sec., 3.02 MiB/sec. | ||
| 6837 | 2024.11.01 08:22:55.476736 [ 287 ] {5021e010-2fe6-4995-81ed-5f7650191eaa} <Debug> DynamicQueryHandler: Done processing query | ||
| 6838 | 2024.11.01 08:22:55.476760 [ 287 ] {5021e010-2fe6-4995-81ed-5f7650191eaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6839 | 2024.11.01 08:22:55.476777 [ 287 ] {} <Debug> HTTP-Session: 93b7cfed-9e4d-41f6-b7a1-ec7bf04fb3fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6840 | 2024.11.01 08:22:55.476971 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38978, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6841 | 2024.11.01 08:22:55.477036 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34794, User-Agent: (none), Length: 24681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6842 | 2024.11.01 08:22:55.477134 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6843 | 2024.11.01 08:22:55.477159 [ 286 ] {} <Debug> HTTP-Session: 518e590f-6436-4aee-9f2a-96100c3d91c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34794 | ||
| 6844 | 2024.11.01 08:22:55.477178 [ 286 ] {} <Debug> HTTP-Session: 518e590f-6436-4aee-9f2a-96100c3d91c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6845 | 2024.11.01 08:22:55.477192 [ 286 ] {} <Debug> HTTP-Session: 518e590f-6436-4aee-9f2a-96100c3d91c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6846 | 2024.11.01 08:22:55.477230 [ 286 ] {} <Trace> HTTP-Session: 518e590f-6436-4aee-9f2a-96100c3d91c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6847 | 2024.11.01 08:22:55.477423 [ 286 ] {c1100a25-5132-4e94-ac28-ac171c847351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34794) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6848 | 2024.11.01 08:22:55.477496 [ 286 ] {c1100a25-5132-4e94-ac28-ac171c847351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6849 | 2024.11.01 08:22:55.477683 [ 286 ] {c1100a25-5132-4e94-ac28-ac171c847351} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6850 | 2024.11.01 08:22:55.478078 [ 286 ] {c1100a25-5132-4e94-ac28-ac171c847351} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6851 | 2024.11.01 08:22:55.478114 [ 286 ] {c1100a25-5132-4e94-ac28-ac171c847351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6852 | 2024.11.01 08:22:55.478506 [ 286 ] {c1100a25-5132-4e94-ac28-ac171c847351} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6853 | 2024.11.01 08:22:55.478851 [ 286 ] {c1100a25-5132-4e94-ac28-ac171c847351} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6854 | 2024.11.01 08:22:55.478998 [ 286 ] {c1100a25-5132-4e94-ac28-ac171c847351} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001673 sec., 77106.99342498506 rows/sec., 5.37 MiB/sec. | ||
| 6855 | 2024.11.01 08:22:55.479193 [ 286 ] {c1100a25-5132-4e94-ac28-ac171c847351} <Debug> DynamicQueryHandler: Done processing query | ||
| 6856 | 2024.11.01 08:22:55.479221 [ 286 ] {c1100a25-5132-4e94-ac28-ac171c847351} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6857 | 2024.11.01 08:22:55.479238 [ 286 ] {} <Debug> HTTP-Session: 518e590f-6436-4aee-9f2a-96100c3d91c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6858 | 2024.11.01 08:22:55.479416 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34794, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6859 | 2024.11.01 08:22:55.479556 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42716, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6860 | 2024.11.01 08:22:55.479652 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6861 | 2024.11.01 08:22:55.479678 [ 287 ] {} <Debug> HTTP-Session: 1ed8c0f9-95cd-43b3-9cdd-c18f28c36aac Authenticating user 'default' from [fd00:1122:3344:101::d]:42716 | ||
| 6862 | 2024.11.01 08:22:55.479697 [ 287 ] {} <Debug> HTTP-Session: 1ed8c0f9-95cd-43b3-9cdd-c18f28c36aac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6863 | 2024.11.01 08:22:55.479711 [ 287 ] {} <Debug> HTTP-Session: 1ed8c0f9-95cd-43b3-9cdd-c18f28c36aac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6864 | 2024.11.01 08:22:55.479751 [ 287 ] {} <Trace> HTTP-Session: 1ed8c0f9-95cd-43b3-9cdd-c18f28c36aac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6865 | 2024.11.01 08:22:55.479891 [ 287 ] {931c9304-3bc5-4ef8-8a12-790ac89cd3c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42716) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6866 | 2024.11.01 08:22:55.479942 [ 287 ] {931c9304-3bc5-4ef8-8a12-790ac89cd3c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6867 | 2024.11.01 08:22:55.480107 [ 287 ] {931c9304-3bc5-4ef8-8a12-790ac89cd3c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6868 | 2024.11.01 08:22:55.480438 [ 287 ] {931c9304-3bc5-4ef8-8a12-790ac89cd3c2} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6869 | 2024.11.01 08:22:55.480475 [ 287 ] {931c9304-3bc5-4ef8-8a12-790ac89cd3c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6870 | 2024.11.01 08:22:55.480864 [ 287 ] {931c9304-3bc5-4ef8-8a12-790ac89cd3c2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6871 | 2024.11.01 08:22:55.481206 [ 287 ] {931c9304-3bc5-4ef8-8a12-790ac89cd3c2} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6872 | 2024.11.01 08:22:55.481360 [ 287 ] {931c9304-3bc5-4ef8-8a12-790ac89cd3c2} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00151 sec., 31788.079470198674 rows/sec., 2.14 MiB/sec. | ||
| 6873 | 2024.11.01 08:22:55.481539 [ 287 ] {931c9304-3bc5-4ef8-8a12-790ac89cd3c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6874 | 2024.11.01 08:22:55.481563 [ 287 ] {931c9304-3bc5-4ef8-8a12-790ac89cd3c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6875 | 2024.11.01 08:22:55.481580 [ 287 ] {} <Debug> HTTP-Session: 1ed8c0f9-95cd-43b3-9cdd-c18f28c36aac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6876 | 2024.11.01 08:22:55.481767 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42716, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6877 | 2024.11.01 08:22:58.637072 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6878 | 2024.11.01 08:22:58.637176 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6879 | 2024.11.01 08:23:00.468563 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53562, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6880 | 2024.11.01 08:23:00.468685 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6881 | 2024.11.01 08:23:00.468715 [ 286 ] {} <Debug> HTTP-Session: 9d750a5b-b902-4658-b3dd-460f18adccd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:53562 | ||
| 6882 | 2024.11.01 08:23:00.468743 [ 286 ] {} <Debug> HTTP-Session: 9d750a5b-b902-4658-b3dd-460f18adccd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6883 | 2024.11.01 08:23:00.468761 [ 286 ] {} <Debug> HTTP-Session: 9d750a5b-b902-4658-b3dd-460f18adccd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6884 | 2024.11.01 08:23:00.468819 [ 286 ] {} <Trace> HTTP-Session: 9d750a5b-b902-4658-b3dd-460f18adccd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6885 | 2024.11.01 08:23:00.469039 [ 286 ] {5d7651f7-c1c2-47ba-babb-01d3e2493cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53562) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6886 | 2024.11.01 08:23:00.469115 [ 286 ] {5d7651f7-c1c2-47ba-babb-01d3e2493cc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6887 | 2024.11.01 08:23:00.469469 [ 286 ] {5d7651f7-c1c2-47ba-babb-01d3e2493cc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6888 | 2024.11.01 08:23:00.469963 [ 286 ] {5d7651f7-c1c2-47ba-babb-01d3e2493cc4} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6889 | 2024.11.01 08:23:00.470003 [ 286 ] {5d7651f7-c1c2-47ba-babb-01d3e2493cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6890 | 2024.11.01 08:23:00.470435 [ 286 ] {5d7651f7-c1c2-47ba-babb-01d3e2493cc4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6891 | 2024.11.01 08:23:00.470842 [ 286 ] {5d7651f7-c1c2-47ba-babb-01d3e2493cc4} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6892 | 2024.11.01 08:23:00.470993 [ 286 ] {5d7651f7-c1c2-47ba-babb-01d3e2493cc4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002029 sec., 27599.80285855101 rows/sec., 2.11 MiB/sec. | ||
| 6893 | 2024.11.01 08:23:00.471325 [ 286 ] {5d7651f7-c1c2-47ba-babb-01d3e2493cc4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6894 | 2024.11.01 08:23:00.471356 [ 286 ] {5d7651f7-c1c2-47ba-babb-01d3e2493cc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6895 | 2024.11.01 08:23:00.471374 [ 286 ] {} <Debug> HTTP-Session: 9d750a5b-b902-4658-b3dd-460f18adccd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6896 | 2024.11.01 08:23:00.471712 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53562, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6897 | 2024.11.01 08:23:00.471792 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64649, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6898 | 2024.11.01 08:23:00.471963 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6899 | 2024.11.01 08:23:00.472007 [ 287 ] {} <Debug> HTTP-Session: 529fa7a4-5b5c-4b3f-abba-85bc1133dd63 Authenticating user 'default' from [fd00:1122:3344:101::d]:64649 | ||
| 6900 | 2024.11.01 08:23:00.472050 [ 287 ] {} <Debug> HTTP-Session: 529fa7a4-5b5c-4b3f-abba-85bc1133dd63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6901 | 2024.11.01 08:23:00.472079 [ 287 ] {} <Debug> HTTP-Session: 529fa7a4-5b5c-4b3f-abba-85bc1133dd63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6902 | 2024.11.01 08:23:00.472165 [ 287 ] {} <Trace> HTTP-Session: 529fa7a4-5b5c-4b3f-abba-85bc1133dd63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6903 | 2024.11.01 08:23:00.472423 [ 287 ] {88ea3e5e-d6ee-4f4c-9d25-15beeae74cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64649) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6904 | 2024.11.01 08:23:00.472497 [ 287 ] {88ea3e5e-d6ee-4f4c-9d25-15beeae74cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6905 | 2024.11.01 08:23:00.472842 [ 287 ] {88ea3e5e-d6ee-4f4c-9d25-15beeae74cd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6906 | 2024.11.01 08:23:00.473247 [ 287 ] {88ea3e5e-d6ee-4f4c-9d25-15beeae74cd1} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6907 | 2024.11.01 08:23:00.473289 [ 287 ] {88ea3e5e-d6ee-4f4c-9d25-15beeae74cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6908 | 2024.11.01 08:23:00.473720 [ 287 ] {88ea3e5e-d6ee-4f4c-9d25-15beeae74cd1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6909 | 2024.11.01 08:23:00.474107 [ 287 ] {88ea3e5e-d6ee-4f4c-9d25-15beeae74cd1} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6910 | 2024.11.01 08:23:00.474274 [ 287 ] {88ea3e5e-d6ee-4f4c-9d25-15beeae74cd1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001926 sec., 33229.491173416405 rows/sec., 2.59 MiB/sec. | ||
| 6911 | 2024.11.01 08:23:00.474489 [ 287 ] {88ea3e5e-d6ee-4f4c-9d25-15beeae74cd1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6912 | 2024.11.01 08:23:00.474515 [ 287 ] {88ea3e5e-d6ee-4f4c-9d25-15beeae74cd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6913 | 2024.11.01 08:23:00.474532 [ 287 ] {} <Debug> HTTP-Session: 529fa7a4-5b5c-4b3f-abba-85bc1133dd63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6914 | 2024.11.01 08:23:00.474756 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64649, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6915 | 2024.11.01 08:23:00.474912 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38782, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6916 | 2024.11.01 08:23:00.474985 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6917 | 2024.11.01 08:23:00.475011 [ 286 ] {} <Debug> HTTP-Session: b11bcdaa-f1fc-4041-89c5-06e8a8346078 Authenticating user 'default' from [fd00:1122:3344:101::d]:38782 | ||
| 6918 | 2024.11.01 08:23:00.475034 [ 286 ] {} <Debug> HTTP-Session: b11bcdaa-f1fc-4041-89c5-06e8a8346078 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6919 | 2024.11.01 08:23:00.475052 [ 286 ] {} <Debug> HTTP-Session: b11bcdaa-f1fc-4041-89c5-06e8a8346078 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6920 | 2024.11.01 08:23:00.475102 [ 286 ] {} <Trace> HTTP-Session: b11bcdaa-f1fc-4041-89c5-06e8a8346078 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6921 | 2024.11.01 08:23:00.475308 [ 286 ] {b8f91987-db47-4cfb-b055-b074c9a133b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38782) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6922 | 2024.11.01 08:23:00.475366 [ 286 ] {b8f91987-db47-4cfb-b055-b074c9a133b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6923 | 2024.11.01 08:23:00.475556 [ 286 ] {b8f91987-db47-4cfb-b055-b074c9a133b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6924 | 2024.11.01 08:23:00.475946 [ 286 ] {b8f91987-db47-4cfb-b055-b074c9a133b2} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6925 | 2024.11.01 08:23:00.475985 [ 286 ] {b8f91987-db47-4cfb-b055-b074c9a133b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6926 | 2024.11.01 08:23:00.476396 [ 286 ] {b8f91987-db47-4cfb-b055-b074c9a133b2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6927 | 2024.11.01 08:23:00.476758 [ 286 ] {b8f91987-db47-4cfb-b055-b074c9a133b2} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6928 | 2024.11.01 08:23:00.476926 [ 286 ] {b8f91987-db47-4cfb-b055-b074c9a133b2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001698 sec., 94228.50412249705 rows/sec., 6.56 MiB/sec. | ||
| 6929 | 2024.11.01 08:23:00.477117 [ 286 ] {b8f91987-db47-4cfb-b055-b074c9a133b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6930 | 2024.11.01 08:23:00.477142 [ 286 ] {b8f91987-db47-4cfb-b055-b074c9a133b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6931 | 2024.11.01 08:23:00.477159 [ 286 ] {} <Debug> HTTP-Session: b11bcdaa-f1fc-4041-89c5-06e8a8346078 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6932 | 2024.11.01 08:23:00.477379 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6933 | 2024.11.01 08:23:00.477391 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64649, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6934 | 2024.11.01 08:23:00.477513 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6935 | 2024.11.01 08:23:00.477558 [ 287 ] {} <Debug> HTTP-Session: 285860bc-9148-4cf8-a265-50fa558e7c19 Authenticating user 'default' from [fd00:1122:3344:101::d]:64649 | ||
| 6936 | 2024.11.01 08:23:00.477593 [ 287 ] {} <Debug> HTTP-Session: 285860bc-9148-4cf8-a265-50fa558e7c19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6937 | 2024.11.01 08:23:00.477620 [ 287 ] {} <Debug> HTTP-Session: 285860bc-9148-4cf8-a265-50fa558e7c19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6938 | 2024.11.01 08:23:00.477688 [ 287 ] {} <Trace> HTTP-Session: 285860bc-9148-4cf8-a265-50fa558e7c19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6939 | 2024.11.01 08:23:00.477935 [ 287 ] {800c5f87-a75f-4736-a19f-051c6dff82f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64649) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6940 | 2024.11.01 08:23:00.478025 [ 287 ] {800c5f87-a75f-4736-a19f-051c6dff82f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6941 | 2024.11.01 08:23:00.478305 [ 287 ] {800c5f87-a75f-4736-a19f-051c6dff82f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6942 | 2024.11.01 08:23:00.478623 [ 287 ] {800c5f87-a75f-4736-a19f-051c6dff82f9} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6943 | 2024.11.01 08:23:00.478659 [ 287 ] {800c5f87-a75f-4736-a19f-051c6dff82f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6944 | 2024.11.01 08:23:00.479035 [ 287 ] {800c5f87-a75f-4736-a19f-051c6dff82f9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6945 | 2024.11.01 08:23:00.479377 [ 287 ] {800c5f87-a75f-4736-a19f-051c6dff82f9} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6946 | 2024.11.01 08:23:00.479539 [ 287 ] {800c5f87-a75f-4736-a19f-051c6dff82f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001691 sec., 35481.96333530455 rows/sec., 2.39 MiB/sec. | ||
| 6947 | 2024.11.01 08:23:00.479842 [ 287 ] {800c5f87-a75f-4736-a19f-051c6dff82f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 6948 | 2024.11.01 08:23:00.479872 [ 287 ] {800c5f87-a75f-4736-a19f-051c6dff82f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6949 | 2024.11.01 08:23:00.479888 [ 287 ] {} <Debug> HTTP-Session: 285860bc-9148-4cf8-a265-50fa558e7c19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6950 | 2024.11.01 08:23:00.480174 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64649, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6951 | 2024.11.01 08:23:02.842614 [ 76 ] {} <Debug> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 6952 | 2024.11.01 08:23:02.842704 [ 76 ] {} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6953 | 2024.11.01 08:23:02.842733 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6954 | 2024.11.01 08:23:02.842944 [ 197 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 6955 | 2024.11.01 08:23:02.843171 [ 197 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6956 | 2024.11.01 08:23:02.843210 [ 197 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 6957 | 2024.11.01 08:23:02.843286 [ 197 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 6958 | 2024.11.01 08:23:02.843384 [ 197 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 6959 | 2024.11.01 08:23:02.843608 [ 197 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 6960 | 2024.11.01 08:23:02.843817 [ 197 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 6961 | 2024.11.01 08:23:02.844950 [ 199 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.002134582 sec., 6558.661133655208 rows/sec., 438.28 KiB/sec. | ||
| 6962 | 2024.11.01 08:23:02.845187 [ 186 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 6963 | 2024.11.01 08:23:02.845694 [ 186 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_14_3} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6964 | 2024.11.01 08:23:02.845786 [ 186 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_14_3} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 6965 | 2024.11.01 08:23:02.845891 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6966 | 2024.11.01 08:23:03.841530 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 668 | ||
| 6967 | 2024.11.01 08:23:03.844184 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6968 | 2024.11.01 08:23:03.844242 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6969 | 2024.11.01 08:23:03.845758 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6970 | 2024.11.01 08:23:03.846757 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6971 | 2024.11.01 08:23:03.847921 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 668 | ||
| 6972 | 2024.11.01 08:23:05.475580 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61821, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6973 | 2024.11.01 08:23:05.475706 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6974 | 2024.11.01 08:23:05.475735 [ 290 ] {} <Debug> HTTP-Session: d9e5eb91-08c7-40e1-80f2-d3148c6102fa Authenticating user 'default' from [fd00:1122:3344:101::d]:61821 | ||
| 6975 | 2024.11.01 08:23:05.475763 [ 290 ] {} <Debug> HTTP-Session: d9e5eb91-08c7-40e1-80f2-d3148c6102fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6976 | 2024.11.01 08:23:05.475781 [ 290 ] {} <Debug> HTTP-Session: d9e5eb91-08c7-40e1-80f2-d3148c6102fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6977 | 2024.11.01 08:23:05.475840 [ 290 ] {} <Trace> HTTP-Session: d9e5eb91-08c7-40e1-80f2-d3148c6102fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6978 | 2024.11.01 08:23:05.476136 [ 290 ] {5e3084dc-0bac-4f3f-96ec-95c3564372d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6979 | 2024.11.01 08:23:05.476213 [ 290 ] {5e3084dc-0bac-4f3f-96ec-95c3564372d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6980 | 2024.11.01 08:23:05.476574 [ 290 ] {5e3084dc-0bac-4f3f-96ec-95c3564372d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6981 | 2024.11.01 08:23:05.477193 [ 290 ] {5e3084dc-0bac-4f3f-96ec-95c3564372d5} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6982 | 2024.11.01 08:23:05.477236 [ 290 ] {5e3084dc-0bac-4f3f-96ec-95c3564372d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6983 | 2024.11.01 08:23:05.477698 [ 290 ] {5e3084dc-0bac-4f3f-96ec-95c3564372d5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6984 | 2024.11.01 08:23:05.478093 [ 290 ] {5e3084dc-0bac-4f3f-96ec-95c3564372d5} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6985 | 2024.11.01 08:23:05.478275 [ 73 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6986 | 2024.11.01 08:23:05.478280 [ 290 ] {5e3084dc-0bac-4f3f-96ec-95c3564372d5} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002277 sec., 119894.59815546773 rows/sec., 10.66 MiB/sec. | ||
| 6987 | 2024.11.01 08:23:05.478370 [ 73 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6988 | 2024.11.01 08:23:05.478441 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 6989 | 2024.11.01 08:23:05.478624 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 6990 | 2024.11.01 08:23:05.478664 [ 290 ] {5e3084dc-0bac-4f3f-96ec-95c3564372d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6991 | 2024.11.01 08:23:05.478714 [ 290 ] {5e3084dc-0bac-4f3f-96ec-95c3564372d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6992 | 2024.11.01 08:23:05.478753 [ 290 ] {} <Debug> HTTP-Session: d9e5eb91-08c7-40e1-80f2-d3148c6102fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6993 | 2024.11.01 08:23:05.478868 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6994 | 2024.11.01 08:23:05.478911 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1423 rows starting from the beginning of the part | ||
| 6995 | 2024.11.01 08:23:05.478995 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 6996 | 2024.11.01 08:23:05.479270 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61821, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6997 | 2024.11.01 08:23:05.479345 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 273 rows starting from the beginning of the part | ||
| 6998 | 2024.11.01 08:23:05.479648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39877, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6999 | 2024.11.01 08:23:05.479784 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 57 rows starting from the beginning of the part | ||
| 7000 | 2024.11.01 08:23:05.479902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7001 | 2024.11.01 08:23:05.480007 [ 3 ] {} <Debug> HTTP-Session: 81d1328e-63c1-46be-a83f-af91dfb319ad Authenticating user 'default' from [fd00:1122:3344:101::d]:39877 | ||
| 7002 | 2024.11.01 08:23:05.480072 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part | ||
| 7003 | 2024.11.01 08:23:05.480094 [ 3 ] {} <Debug> HTTP-Session: 81d1328e-63c1-46be-a83f-af91dfb319ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7004 | 2024.11.01 08:23:05.480169 [ 3 ] {} <Debug> HTTP-Session: 81d1328e-63c1-46be-a83f-af91dfb319ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7005 | 2024.11.01 08:23:05.480358 [ 3 ] {} <Trace> HTTP-Session: 81d1328e-63c1-46be-a83f-af91dfb319ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7006 | 2024.11.01 08:23:05.480379 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 273 rows starting from the beginning of the part | ||
| 7007 | 2024.11.01 08:23:05.480788 [ 3 ] {596df3e5-bb1e-43d4-9279-c2b9485b2dfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39877) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7008 | 2024.11.01 08:23:05.480876 [ 3 ] {596df3e5-bb1e-43d4-9279-c2b9485b2dfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7009 | 2024.11.01 08:23:05.481736 [ 3 ] {596df3e5-bb1e-43d4-9279-c2b9485b2dfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7010 | 2024.11.01 08:23:05.482902 [ 3 ] {596df3e5-bb1e-43d4-9279-c2b9485b2dfa} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7011 | 2024.11.01 08:23:05.482951 [ 3 ] {596df3e5-bb1e-43d4-9279-c2b9485b2dfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7012 | 2024.11.01 08:23:05.483676 [ 186 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2138 rows, containing 5 columns (5 merged, 0 gathered) in 0.005115785 sec., 417922.1761665121 rows/sec., 36.84 MiB/sec. | ||
| 7013 | 2024.11.01 08:23:05.483804 [ 3 ] {596df3e5-bb1e-43d4-9279-c2b9485b2dfa} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7014 | 2024.11.01 08:23:05.484074 [ 199 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7015 | 2024.11.01 08:23:05.484314 [ 3 ] {596df3e5-bb1e-43d4-9279-c2b9485b2dfa} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7016 | 2024.11.01 08:23:05.484653 [ 3 ] {596df3e5-bb1e-43d4-9279-c2b9485b2dfa} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.00402 sec., 10447.76119402985 rows/sec., 785.62 KiB/sec. | ||
| 7017 | 2024.11.01 08:23:05.484840 [ 199 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_36_7} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7018 | 2024.11.01 08:23:05.484933 [ 3 ] {596df3e5-bb1e-43d4-9279-c2b9485b2dfa} <Debug> DynamicQueryHandler: Done processing query | ||
| 7019 | 2024.11.01 08:23:05.484938 [ 199 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_36_7} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7020 | 2024.11.01 08:23:05.484962 [ 3 ] {596df3e5-bb1e-43d4-9279-c2b9485b2dfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7021 | 2024.11.01 08:23:05.484980 [ 3 ] {} <Debug> HTTP-Session: 81d1328e-63c1-46be-a83f-af91dfb319ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7022 | 2024.11.01 08:23:05.485064 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 7023 | 2024.11.01 08:23:05.485226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39877, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7024 | 2024.11.01 08:23:05.485344 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48753, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7025 | 2024.11.01 08:23:05.485451 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7026 | 2024.11.01 08:23:05.485481 [ 292 ] {} <Debug> HTTP-Session: 00c3ca75-301d-46db-84f6-edec2c9c88ff Authenticating user 'default' from [fd00:1122:3344:101::d]:48753 | ||
| 7027 | 2024.11.01 08:23:05.485509 [ 292 ] {} <Debug> HTTP-Session: 00c3ca75-301d-46db-84f6-edec2c9c88ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7028 | 2024.11.01 08:23:05.485529 [ 292 ] {} <Debug> HTTP-Session: 00c3ca75-301d-46db-84f6-edec2c9c88ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7029 | 2024.11.01 08:23:05.485590 [ 292 ] {} <Trace> HTTP-Session: 00c3ca75-301d-46db-84f6-edec2c9c88ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7030 | 2024.11.01 08:23:05.485799 [ 292 ] {2c36a8b5-0412-4d65-930f-43eb822c6a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48753) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7031 | 2024.11.01 08:23:05.485874 [ 292 ] {2c36a8b5-0412-4d65-930f-43eb822c6a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7032 | 2024.11.01 08:23:05.486265 [ 292 ] {2c36a8b5-0412-4d65-930f-43eb822c6a3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7033 | 2024.11.01 08:23:05.486648 [ 292 ] {2c36a8b5-0412-4d65-930f-43eb822c6a3b} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7034 | 2024.11.01 08:23:05.486691 [ 292 ] {2c36a8b5-0412-4d65-930f-43eb822c6a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7035 | 2024.11.01 08:23:05.487138 [ 292 ] {2c36a8b5-0412-4d65-930f-43eb822c6a3b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7036 | 2024.11.01 08:23:05.487568 [ 292 ] {2c36a8b5-0412-4d65-930f-43eb822c6a3b} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7037 | 2024.11.01 08:23:05.487743 [ 292 ] {2c36a8b5-0412-4d65-930f-43eb822c6a3b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002015 sec., 6947.890818858561 rows/sec., 486.58 KiB/sec. | ||
| 7038 | 2024.11.01 08:23:05.487949 [ 292 ] {2c36a8b5-0412-4d65-930f-43eb822c6a3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7039 | 2024.11.01 08:23:05.487977 [ 292 ] {2c36a8b5-0412-4d65-930f-43eb822c6a3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7040 | 2024.11.01 08:23:05.487995 [ 292 ] {} <Debug> HTTP-Session: 00c3ca75-301d-46db-84f6-edec2c9c88ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7041 | 2024.11.01 08:23:05.488135 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7042 | 2024.11.01 08:23:05.488266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36625, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7043 | 2024.11.01 08:23:05.488344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7044 | 2024.11.01 08:23:05.488368 [ 3 ] {} <Debug> HTTP-Session: b8b22030-18be-4b16-9df6-780ec4b3e875 Authenticating user 'default' from [fd00:1122:3344:101::d]:36625 | ||
| 7045 | 2024.11.01 08:23:05.488392 [ 3 ] {} <Debug> HTTP-Session: b8b22030-18be-4b16-9df6-780ec4b3e875 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7046 | 2024.11.01 08:23:05.488410 [ 3 ] {} <Debug> HTTP-Session: b8b22030-18be-4b16-9df6-780ec4b3e875 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7047 | 2024.11.01 08:23:05.488459 [ 3 ] {} <Trace> HTTP-Session: b8b22030-18be-4b16-9df6-780ec4b3e875 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7048 | 2024.11.01 08:23:05.488598 [ 3 ] {277e3a3a-3e88-4a06-a1b3-a8bfe5fca2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36625) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7049 | 2024.11.01 08:23:05.488657 [ 3 ] {277e3a3a-3e88-4a06-a1b3-a8bfe5fca2be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7050 | 2024.11.01 08:23:05.488980 [ 3 ] {277e3a3a-3e88-4a06-a1b3-a8bfe5fca2be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7051 | 2024.11.01 08:23:05.489359 [ 3 ] {277e3a3a-3e88-4a06-a1b3-a8bfe5fca2be} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7052 | 2024.11.01 08:23:05.489400 [ 3 ] {277e3a3a-3e88-4a06-a1b3-a8bfe5fca2be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7053 | 2024.11.01 08:23:05.489760 [ 3 ] {277e3a3a-3e88-4a06-a1b3-a8bfe5fca2be} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7054 | 2024.11.01 08:23:05.490134 [ 3 ] {277e3a3a-3e88-4a06-a1b3-a8bfe5fca2be} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7055 | 2024.11.01 08:23:05.490292 [ 73 ] {} <Debug> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7056 | 2024.11.01 08:23:05.490300 [ 3 ] {277e3a3a-3e88-4a06-a1b3-a8bfe5fca2be} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001733 sec., 3462.2042700519332 rows/sec., 204.55 KiB/sec. | ||
| 7057 | 2024.11.01 08:23:05.490353 [ 73 ] {} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7058 | 2024.11.01 08:23:05.490425 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7059 | 2024.11.01 08:23:05.490700 [ 187 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 7060 | 2024.11.01 08:23:05.490740 [ 3 ] {277e3a3a-3e88-4a06-a1b3-a8bfe5fca2be} <Debug> DynamicQueryHandler: Done processing query | ||
| 7061 | 2024.11.01 08:23:05.490825 [ 3 ] {277e3a3a-3e88-4a06-a1b3-a8bfe5fca2be} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7062 | 2024.11.01 08:23:05.490911 [ 3 ] {} <Debug> HTTP-Session: b8b22030-18be-4b16-9df6-780ec4b3e875 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7063 | 2024.11.01 08:23:05.491119 [ 187 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7064 | 2024.11.01 08:23:05.491154 [ 187 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 6 rows starting from the beginning of the part | ||
| 7065 | 2024.11.01 08:23:05.491202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36625, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7066 | 2024.11.01 08:23:05.491401 [ 187 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 7067 | 2024.11.01 08:23:05.491493 [ 3 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 7068 | |||
| 7069 | (version 23.8.7.1) | ||
| 7070 | 2024.11.01 08:23:05.491469 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48753, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7071 | 2024.11.01 08:23:05.491747 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7072 | 2024.11.01 08:23:05.491785 [ 187 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 7073 | 2024.11.01 08:23:05.491833 [ 292 ] {} <Debug> HTTP-Session: 262e0ea1-bd8f-46a2-9a9d-f4a6a032f4d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48753 | ||
| 7074 | 2024.11.01 08:23:05.491897 [ 292 ] {} <Debug> HTTP-Session: 262e0ea1-bd8f-46a2-9a9d-f4a6a032f4d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7075 | 2024.11.01 08:23:05.491977 [ 292 ] {} <Debug> HTTP-Session: 262e0ea1-bd8f-46a2-9a9d-f4a6a032f4d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7076 | 2024.11.01 08:23:05.492126 [ 187 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 7077 | 2024.11.01 08:23:05.492135 [ 292 ] {} <Trace> HTTP-Session: 262e0ea1-bd8f-46a2-9a9d-f4a6a032f4d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7078 | 2024.11.01 08:23:05.492428 [ 187 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 7079 | 2024.11.01 08:23:05.492696 [ 292 ] {e69eff15-999c-4cad-8800-a5eb378e815a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48753) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7080 | 2024.11.01 08:23:05.492811 [ 292 ] {e69eff15-999c-4cad-8800-a5eb378e815a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7081 | 2024.11.01 08:23:05.493650 [ 292 ] {e69eff15-999c-4cad-8800-a5eb378e815a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7082 | 2024.11.01 08:23:05.494701 [ 199 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004176363 sec., 7183.2836369827055 rows/sec., 455.97 KiB/sec. | ||
| 7083 | 2024.11.01 08:23:05.494872 [ 199 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7084 | 2024.11.01 08:23:05.494958 [ 292 ] {e69eff15-999c-4cad-8800-a5eb378e815a} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7085 | 2024.11.01 08:23:05.495022 [ 292 ] {e69eff15-999c-4cad-8800-a5eb378e815a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7086 | 2024.11.01 08:23:05.495845 [ 199 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_13_3} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7087 | 2024.11.01 08:23:05.495962 [ 199 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_13_3} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7088 | 2024.11.01 08:23:05.495970 [ 292 ] {e69eff15-999c-4cad-8800-a5eb378e815a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7089 | 2024.11.01 08:23:05.496086 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7090 | 2024.11.01 08:23:05.496452 [ 292 ] {e69eff15-999c-4cad-8800-a5eb378e815a} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7091 | 2024.11.01 08:23:05.496623 [ 73 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7092 | 2024.11.01 08:23:05.496638 [ 292 ] {e69eff15-999c-4cad-8800-a5eb378e815a} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.004231 sec., 100212.71567005436 rows/sec., 7.17 MiB/sec. | ||
| 7093 | 2024.11.01 08:23:05.496673 [ 73 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7094 | 2024.11.01 08:23:05.496749 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7095 | 2024.11.01 08:23:05.497004 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7096 | 2024.11.01 08:23:05.497073 [ 292 ] {e69eff15-999c-4cad-8800-a5eb378e815a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7097 | 2024.11.01 08:23:05.497133 [ 292 ] {e69eff15-999c-4cad-8800-a5eb378e815a} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 7098 | 2024.11.01 08:23:05.497183 [ 292 ] {} <Debug> HTTP-Session: 262e0ea1-bd8f-46a2-9a9d-f4a6a032f4d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7099 | 2024.11.01 08:23:05.497282 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7100 | 2024.11.01 08:23:05.497317 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 916 rows starting from the beginning of the part | ||
| 7101 | 2024.11.01 08:23:05.497434 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
| 7102 | 2024.11.01 08:23:05.497530 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7103 | 2024.11.01 08:23:05.497655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63040, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7104 | 2024.11.01 08:23:05.497945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7105 | 2024.11.01 08:23:05.497971 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 424 rows starting from the beginning of the part | ||
| 7106 | 2024.11.01 08:23:05.498034 [ 3 ] {} <Debug> HTTP-Session: 78383d73-ffd5-4460-a431-75f5de765e7d Authenticating user 'default' from [fd00:1122:3344:101::d]:63040 | ||
| 7107 | 2024.11.01 08:23:05.498153 [ 3 ] {} <Debug> HTTP-Session: 78383d73-ffd5-4460-a431-75f5de765e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7108 | 2024.11.01 08:23:05.498256 [ 3 ] {} <Debug> HTTP-Session: 78383d73-ffd5-4460-a431-75f5de765e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7109 | 2024.11.01 08:23:05.498356 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 66 rows starting from the beginning of the part | ||
| 7110 | 2024.11.01 08:23:05.498407 [ 3 ] {} <Trace> HTTP-Session: 78383d73-ffd5-4460-a431-75f5de765e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7111 | 2024.11.01 08:23:05.498627 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part | ||
| 7112 | 2024.11.01 08:23:05.498742 [ 3 ] {db0685b9-d6a9-49d3-91c6-bfe9b7c47630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63040) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7113 | 2024.11.01 08:23:05.498941 [ 3 ] {db0685b9-d6a9-49d3-91c6-bfe9b7c47630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7114 | 2024.11.01 08:23:05.498982 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 424 rows starting from the beginning of the part | ||
| 7115 | 2024.11.01 08:23:05.499621 [ 3 ] {db0685b9-d6a9-49d3-91c6-bfe9b7c47630} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7116 | 2024.11.01 08:23:05.500069 [ 3 ] {db0685b9-d6a9-49d3-91c6-bfe9b7c47630} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7117 | 2024.11.01 08:23:05.500114 [ 3 ] {db0685b9-d6a9-49d3-91c6-bfe9b7c47630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7118 | 2024.11.01 08:23:05.500692 [ 3 ] {db0685b9-d6a9-49d3-91c6-bfe9b7c47630} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7119 | 2024.11.01 08:23:05.501113 [ 3 ] {db0685b9-d6a9-49d3-91c6-bfe9b7c47630} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7120 | 2024.11.01 08:23:05.501117 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1958 rows, containing 5 columns (5 merged, 0 gathered) in 0.004265385 sec., 459044.14255688526 rows/sec., 35.14 MiB/sec. | ||
| 7121 | 2024.11.01 08:23:05.501374 [ 3 ] {db0685b9-d6a9-49d3-91c6-bfe9b7c47630} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002755 sec., 2177.858439201452 rows/sec., 113.78 KiB/sec. | ||
| 7122 | 2024.11.01 08:23:05.501499 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7123 | 2024.11.01 08:23:05.502026 [ 3 ] {db0685b9-d6a9-49d3-91c6-bfe9b7c47630} <Debug> DynamicQueryHandler: Done processing query | ||
| 7124 | 2024.11.01 08:23:05.502122 [ 3 ] {db0685b9-d6a9-49d3-91c6-bfe9b7c47630} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7125 | 2024.11.01 08:23:05.502188 [ 3 ] {} <Debug> HTTP-Session: 78383d73-ffd5-4460-a431-75f5de765e7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7126 | 2024.11.01 08:23:05.502513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63040, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7127 | 2024.11.01 08:23:05.502533 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_36_7} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7128 | 2024.11.01 08:23:05.502646 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63756, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7129 | 2024.11.01 08:23:05.502712 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_36_7} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7130 | 2024.11.01 08:23:05.502730 [ 3 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 7131 | |||
| 7132 | (version 23.8.7.1) | ||
| 7133 | 2024.11.01 08:23:05.502791 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7134 | 2024.11.01 08:23:05.502883 [ 290 ] {} <Debug> HTTP-Session: 6af6d225-71fa-44c0-b88f-72b577c26e46 Authenticating user 'default' from [fd00:1122:3344:101::d]:63756 | ||
| 7135 | 2024.11.01 08:23:05.502910 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 7136 | 2024.11.01 08:23:05.502922 [ 290 ] {} <Debug> HTTP-Session: 6af6d225-71fa-44c0-b88f-72b577c26e46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7137 | 2024.11.01 08:23:05.502965 [ 290 ] {} <Debug> HTTP-Session: 6af6d225-71fa-44c0-b88f-72b577c26e46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7138 | 2024.11.01 08:23:05.503010 [ 290 ] {} <Trace> HTTP-Session: 6af6d225-71fa-44c0-b88f-72b577c26e46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7139 | 2024.11.01 08:23:05.503315 [ 290 ] {674a7de3-76b8-469f-9d8c-496d9482699d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63756) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7140 | 2024.11.01 08:23:05.503375 [ 290 ] {674a7de3-76b8-469f-9d8c-496d9482699d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7141 | 2024.11.01 08:23:05.503563 [ 290 ] {674a7de3-76b8-469f-9d8c-496d9482699d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7142 | 2024.11.01 08:23:05.504036 [ 290 ] {674a7de3-76b8-469f-9d8c-496d9482699d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7143 | 2024.11.01 08:23:05.504073 [ 290 ] {674a7de3-76b8-469f-9d8c-496d9482699d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7144 | 2024.11.01 08:23:05.504487 [ 290 ] {674a7de3-76b8-469f-9d8c-496d9482699d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7145 | 2024.11.01 08:23:05.504846 [ 290 ] {674a7de3-76b8-469f-9d8c-496d9482699d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7146 | 2024.11.01 08:23:05.505006 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7147 | 2024.11.01 08:23:05.505014 [ 290 ] {674a7de3-76b8-469f-9d8c-496d9482699d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001885 sec., 125729.44297082229 rows/sec., 8.43 MiB/sec. | ||
| 7148 | 2024.11.01 08:23:05.505057 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7149 | 2024.11.01 08:23:05.505124 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7150 | 2024.11.01 08:23:05.505320 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7151 | 2024.11.01 08:23:05.505367 [ 290 ] {674a7de3-76b8-469f-9d8c-496d9482699d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7152 | 2024.11.01 08:23:05.505416 [ 290 ] {674a7de3-76b8-469f-9d8c-496d9482699d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7153 | 2024.11.01 08:23:05.505462 [ 290 ] {} <Debug> HTTP-Session: 6af6d225-71fa-44c0-b88f-72b577c26e46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7154 | 2024.11.01 08:23:05.505567 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7155 | 2024.11.01 08:23:05.505604 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 7169 rows starting from the beginning of the part | ||
| 7156 | 2024.11.01 08:23:05.505784 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63756, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7157 | 2024.11.01 08:23:05.505875 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
| 7158 | 2024.11.01 08:23:05.505979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56045, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7159 | 2024.11.01 08:23:05.506209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7160 | 2024.11.01 08:23:05.506250 [ 290 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 7161 | |||
| 7162 | (version 23.8.7.1) | ||
| 7163 | 2024.11.01 08:23:05.506317 [ 3 ] {} <Debug> HTTP-Session: 55a51bed-d15a-472c-8c61-e0eefcdaab3b Authenticating user 'default' from [fd00:1122:3344:101::d]:56045 | ||
| 7164 | 2024.11.01 08:23:05.506320 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 7165 | 2024.11.01 08:23:05.506383 [ 3 ] {} <Debug> HTTP-Session: 55a51bed-d15a-472c-8c61-e0eefcdaab3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7166 | 2024.11.01 08:23:05.506436 [ 3 ] {} <Debug> HTTP-Session: 55a51bed-d15a-472c-8c61-e0eefcdaab3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7167 | 2024.11.01 08:23:05.506582 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 129 rows starting from the beginning of the part | ||
| 7168 | 2024.11.01 08:23:05.506596 [ 3 ] {} <Trace> HTTP-Session: 55a51bed-d15a-472c-8c61-e0eefcdaab3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7169 | 2024.11.01 08:23:05.506762 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 7170 | 2024.11.01 08:23:05.507045 [ 3 ] {802fb835-cff3-4c5d-ae2c-8a385f6f51c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56045) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7171 | 2024.11.01 08:23:05.507054 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part | ||
| 7172 | 2024.11.01 08:23:05.507189 [ 3 ] {802fb835-cff3-4c5d-ae2c-8a385f6f51c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7173 | 2024.11.01 08:23:05.507815 [ 3 ] {802fb835-cff3-4c5d-ae2c-8a385f6f51c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7174 | 2024.11.01 08:23:05.508323 [ 3 ] {802fb835-cff3-4c5d-ae2c-8a385f6f51c6} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7175 | 2024.11.01 08:23:05.508370 [ 3 ] {802fb835-cff3-4c5d-ae2c-8a385f6f51c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7176 | 2024.11.01 08:23:05.509135 [ 3 ] {802fb835-cff3-4c5d-ae2c-8a385f6f51c6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7177 | 2024.11.01 08:23:05.510217 [ 3 ] {802fb835-cff3-4c5d-ae2c-8a385f6f51c6} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7178 | 2024.11.01 08:23:05.510509 [ 3 ] {802fb835-cff3-4c5d-ae2c-8a385f6f51c6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003692 sec., 270.85590465872156 rows/sec., 18.25 KiB/sec. | ||
| 7179 | 2024.11.01 08:23:05.510723 [ 3 ] {802fb835-cff3-4c5d-ae2c-8a385f6f51c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 7180 | 2024.11.01 08:23:05.510763 [ 3 ] {802fb835-cff3-4c5d-ae2c-8a385f6f51c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7181 | 2024.11.01 08:23:05.510784 [ 3 ] {} <Debug> HTTP-Session: 55a51bed-d15a-472c-8c61-e0eefcdaab3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7182 | 2024.11.01 08:23:05.511083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56045, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7183 | 2024.11.01 08:23:05.511195 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38057, User-Agent: (none), Length: 70523, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7184 | 2024.11.01 08:23:05.511326 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7185 | 2024.11.01 08:23:05.511365 [ 290 ] {} <Debug> HTTP-Session: ca0af49e-ecf6-456a-b246-b44acb8b6999 Authenticating user 'default' from [fd00:1122:3344:101::d]:38057 | ||
| 7186 | 2024.11.01 08:23:05.511400 [ 290 ] {} <Debug> HTTP-Session: ca0af49e-ecf6-456a-b246-b44acb8b6999 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7187 | 2024.11.01 08:23:05.511429 [ 290 ] {} <Debug> HTTP-Session: ca0af49e-ecf6-456a-b246-b44acb8b6999 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7188 | 2024.11.01 08:23:05.511475 [ 290 ] {} <Trace> HTTP-Session: ca0af49e-ecf6-456a-b246-b44acb8b6999 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7189 | 2024.11.01 08:23:05.511881 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8092 rows, containing 5 columns (5 merged, 0 gathered) in 0.006654293 sec., 1216057.0627112451 rows/sec., 82.65 MiB/sec. | ||
| 7190 | 2024.11.01 08:23:05.512563 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7191 | 2024.11.01 08:23:05.512993 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7192 | 2024.11.01 08:23:05.513027 [ 290 ] {57f69b87-e7f2-43ca-a43b-f3797ff05fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38057) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7193 | 2024.11.01 08:23:05.513199 [ 290 ] {57f69b87-e7f2-43ca-a43b-f3797ff05fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7194 | 2024.11.01 08:23:05.513213 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7195 | 2024.11.01 08:23:05.513452 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
| 7196 | 2024.11.01 08:23:05.513906 [ 290 ] {57f69b87-e7f2-43ca-a43b-f3797ff05fc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7197 | 2024.11.01 08:23:05.514735 [ 290 ] {57f69b87-e7f2-43ca-a43b-f3797ff05fc0} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7198 | 2024.11.01 08:23:05.514773 [ 290 ] {57f69b87-e7f2-43ca-a43b-f3797ff05fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7199 | 2024.11.01 08:23:05.515485 [ 290 ] {57f69b87-e7f2-43ca-a43b-f3797ff05fc0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7200 | 2024.11.01 08:23:05.515926 [ 290 ] {57f69b87-e7f2-43ca-a43b-f3797ff05fc0} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7201 | 2024.11.01 08:23:05.516108 [ 73 ] {} <Debug> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 7202 | 2024.11.01 08:23:05.516135 [ 290 ] {57f69b87-e7f2-43ca-a43b-f3797ff05fc0} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.004294 sec., 9781.089892873777 rows/sec., 17.53 MiB/sec. | ||
| 7203 | 2024.11.01 08:23:05.516173 [ 73 ] {} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7204 | 2024.11.01 08:23:05.516251 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7205 | 2024.11.01 08:23:05.516899 [ 187 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 7206 | 2024.11.01 08:23:05.517034 [ 290 ] {57f69b87-e7f2-43ca-a43b-f3797ff05fc0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7207 | 2024.11.01 08:23:05.517095 [ 290 ] {57f69b87-e7f2-43ca-a43b-f3797ff05fc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 7208 | 2024.11.01 08:23:05.517134 [ 290 ] {} <Debug> HTTP-Session: ca0af49e-ecf6-456a-b246-b44acb8b6999 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7209 | 2024.11.01 08:23:05.517464 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38057, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7210 | 2024.11.01 08:23:05.517537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61389, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7211 | 2024.11.01 08:23:05.517633 [ 187 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7212 | 2024.11.01 08:23:05.517661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7213 | 2024.11.01 08:23:05.517702 [ 3 ] {} <Debug> HTTP-Session: 2f589195-a7d7-45b7-9055-6a7c809f64a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61389 | ||
| 7214 | 2024.11.01 08:23:05.517725 [ 187 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 233 rows starting from the beginning of the part | ||
| 7215 | 2024.11.01 08:23:05.517731 [ 3 ] {} <Debug> HTTP-Session: 2f589195-a7d7-45b7-9055-6a7c809f64a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7216 | 2024.11.01 08:23:05.517760 [ 3 ] {} <Debug> HTTP-Session: 2f589195-a7d7-45b7-9055-6a7c809f64a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7217 | 2024.11.01 08:23:05.517823 [ 3 ] {} <Trace> HTTP-Session: 2f589195-a7d7-45b7-9055-6a7c809f64a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7218 | 2024.11.01 08:23:05.518225 [ 3 ] {dc3a34fd-efac-419c-b967-2e78a16e6ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61389) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7219 | 2024.11.01 08:23:05.518229 [ 187 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 42 rows starting from the beginning of the part | ||
| 7220 | 2024.11.01 08:23:05.518294 [ 3 ] {dc3a34fd-efac-419c-b967-2e78a16e6ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7221 | 2024.11.01 08:23:05.518892 [ 187 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 42 rows starting from the beginning of the part | ||
| 7222 | 2024.11.01 08:23:05.518942 [ 3 ] {dc3a34fd-efac-419c-b967-2e78a16e6ed5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7223 | 2024.11.01 08:23:05.519468 [ 187 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 42 rows starting from the beginning of the part | ||
| 7224 | 2024.11.01 08:23:05.520101 [ 3 ] {dc3a34fd-efac-419c-b967-2e78a16e6ed5} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7225 | 2024.11.01 08:23:05.520109 [ 187 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part | ||
| 7226 | 2024.11.01 08:23:05.520142 [ 3 ] {dc3a34fd-efac-419c-b967-2e78a16e6ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7227 | 2024.11.01 08:23:05.520610 [ 187 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 42 rows starting from the beginning of the part | ||
| 7228 | 2024.11.01 08:23:05.521258 [ 3 ] {dc3a34fd-efac-419c-b967-2e78a16e6ed5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7229 | 2024.11.01 08:23:05.521784 [ 3 ] {dc3a34fd-efac-419c-b967-2e78a16e6ed5} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7230 | 2024.11.01 08:23:05.521948 [ 3 ] {dc3a34fd-efac-419c-b967-2e78a16e6ed5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003885 sec., 21106.821106821106 rows/sec., 1.34 MiB/sec. | ||
| 7231 | 2024.11.01 08:23:05.521960 [ 71 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7232 | 2024.11.01 08:23:05.522019 [ 71 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7233 | 2024.11.01 08:23:05.522056 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7234 | 2024.11.01 08:23:05.522271 [ 3 ] {dc3a34fd-efac-419c-b967-2e78a16e6ed5} <Debug> DynamicQueryHandler: Done processing query | ||
| 7235 | 2024.11.01 08:23:05.522384 [ 3 ] {dc3a34fd-efac-419c-b967-2e78a16e6ed5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7236 | 2024.11.01 08:23:05.522538 [ 3 ] {} <Debug> HTTP-Session: 2f589195-a7d7-45b7-9055-6a7c809f64a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7237 | 2024.11.01 08:23:05.522607 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7238 | 2024.11.01 08:23:05.523282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61389, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7239 | 2024.11.01 08:23:05.523460 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7240 | 2024.11.01 08:23:05.523624 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1880 rows starting from the beginning of the part | ||
| 7241 | 2024.11.01 08:23:05.523935 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 7242 | 2024.11.01 08:23:05.524236 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 7243 | 2024.11.01 08:23:05.524503 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 48 rows starting from the beginning of the part | ||
| 7244 | 2024.11.01 08:23:05.524750 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 7245 | 2024.11.01 08:23:05.525036 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
| 7246 | 2024.11.01 08:23:05.529019 [ 193 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2212 rows, containing 4 columns (4 merged, 0 gathered) in 0.006864339 sec., 322245.157181194 rows/sec., 21.13 MiB/sec. | ||
| 7247 | 2024.11.01 08:23:05.529363 [ 193 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7248 | 2024.11.01 08:23:05.530041 [ 193 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_36_7} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7249 | 2024.11.01 08:23:05.530120 [ 193 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_36_7} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7250 | 2024.11.01 08:23:05.530202 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 7251 | 2024.11.01 08:23:05.530784 [ 190 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 443 rows, containing 19 columns (19 merged, 0 gathered) in 0.014357633 sec., 30854.668036158884 rows/sec., 55.29 MiB/sec. | ||
| 7252 | 2024.11.01 08:23:05.531519 [ 193 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 7253 | 2024.11.01 08:23:05.532108 [ 193 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7254 | 2024.11.01 08:23:05.532185 [ 193 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 7255 | 2024.11.01 08:23:05.532327 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. | ||
| 7256 | 2024.11.01 08:23:06.000157 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.08 MiB, peak 170.55 MiB, free memory in arenas 0.00 B, will set to 163.87 MiB (RSS), difference: 1.79 MiB | ||
| 7257 | 2024.11.01 08:23:10.468683 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38057, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7258 | 2024.11.01 08:23:10.468814 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7259 | 2024.11.01 08:23:10.468839 [ 290 ] {} <Debug> HTTP-Session: b0bf54ab-07a4-4380-956d-9fc5c3f316c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38057 | ||
| 7260 | 2024.11.01 08:23:10.468863 [ 290 ] {} <Debug> HTTP-Session: b0bf54ab-07a4-4380-956d-9fc5c3f316c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7261 | 2024.11.01 08:23:10.468877 [ 290 ] {} <Debug> HTTP-Session: b0bf54ab-07a4-4380-956d-9fc5c3f316c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7262 | 2024.11.01 08:23:10.468928 [ 290 ] {} <Trace> HTTP-Session: b0bf54ab-07a4-4380-956d-9fc5c3f316c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7263 | 2024.11.01 08:23:10.469111 [ 290 ] {90183959-5633-486e-8ecd-e9416c397601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38057) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7264 | 2024.11.01 08:23:10.469178 [ 290 ] {90183959-5633-486e-8ecd-e9416c397601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7265 | 2024.11.01 08:23:10.469522 [ 290 ] {90183959-5633-486e-8ecd-e9416c397601} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7266 | 2024.11.01 08:23:10.469980 [ 290 ] {90183959-5633-486e-8ecd-e9416c397601} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7267 | 2024.11.01 08:23:10.470021 [ 290 ] {90183959-5633-486e-8ecd-e9416c397601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7268 | 2024.11.01 08:23:10.470437 [ 290 ] {90183959-5633-486e-8ecd-e9416c397601} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7269 | 2024.11.01 08:23:10.470833 [ 290 ] {90183959-5633-486e-8ecd-e9416c397601} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7270 | 2024.11.01 08:23:10.471017 [ 290 ] {90183959-5633-486e-8ecd-e9416c397601} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001957 sec., 4087.8896269800716 rows/sec., 333.34 KiB/sec. | ||
| 7271 | 2024.11.01 08:23:10.471229 [ 290 ] {90183959-5633-486e-8ecd-e9416c397601} <Debug> DynamicQueryHandler: Done processing query | ||
| 7272 | 2024.11.01 08:23:10.471255 [ 290 ] {90183959-5633-486e-8ecd-e9416c397601} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7273 | 2024.11.01 08:23:10.471272 [ 290 ] {} <Debug> HTTP-Session: b0bf54ab-07a4-4380-956d-9fc5c3f316c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7274 | 2024.11.01 08:23:10.471531 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38057, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7275 | 2024.11.01 08:23:10.471679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43307, User-Agent: (none), Length: 8329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7276 | 2024.11.01 08:23:10.471776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7277 | 2024.11.01 08:23:10.471800 [ 3 ] {} <Debug> HTTP-Session: 6e178187-df7c-4494-94cb-5f8d6c0fa850 Authenticating user 'default' from [fd00:1122:3344:101::d]:43307 | ||
| 7278 | 2024.11.01 08:23:10.471823 [ 3 ] {} <Debug> HTTP-Session: 6e178187-df7c-4494-94cb-5f8d6c0fa850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7279 | 2024.11.01 08:23:10.471839 [ 3 ] {} <Debug> HTTP-Session: 6e178187-df7c-4494-94cb-5f8d6c0fa850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7280 | 2024.11.01 08:23:10.471892 [ 3 ] {} <Trace> HTTP-Session: 6e178187-df7c-4494-94cb-5f8d6c0fa850 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7281 | 2024.11.01 08:23:10.472088 [ 3 ] {b3a7b1bd-28d7-435e-a9ff-754b5389e780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43307) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7282 | 2024.11.01 08:23:10.472152 [ 3 ] {b3a7b1bd-28d7-435e-a9ff-754b5389e780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7283 | 2024.11.01 08:23:10.472481 [ 3 ] {b3a7b1bd-28d7-435e-a9ff-754b5389e780} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7284 | 2024.11.01 08:23:10.472909 [ 3 ] {b3a7b1bd-28d7-435e-a9ff-754b5389e780} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7285 | 2024.11.01 08:23:10.472947 [ 3 ] {b3a7b1bd-28d7-435e-a9ff-754b5389e780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7286 | 2024.11.01 08:23:10.473364 [ 3 ] {b3a7b1bd-28d7-435e-a9ff-754b5389e780} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7287 | 2024.11.01 08:23:10.473766 [ 3 ] {b3a7b1bd-28d7-435e-a9ff-754b5389e780} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7288 | 2024.11.01 08:23:10.473906 [ 3 ] {b3a7b1bd-28d7-435e-a9ff-754b5389e780} <Debug> executeQuery: Read 60 rows, 4.67 KiB in 0.001889 sec., 31762.837480148224 rows/sec., 2.41 MiB/sec. | ||
| 7289 | 2024.11.01 08:23:10.474213 [ 3 ] {b3a7b1bd-28d7-435e-a9ff-754b5389e780} <Debug> DynamicQueryHandler: Done processing query | ||
| 7290 | 2024.11.01 08:23:10.474272 [ 3 ] {b3a7b1bd-28d7-435e-a9ff-754b5389e780} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7291 | 2024.11.01 08:23:10.474324 [ 3 ] {} <Debug> HTTP-Session: 6e178187-df7c-4494-94cb-5f8d6c0fa850 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7292 | 2024.11.01 08:23:10.474585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43307, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7293 | 2024.11.01 08:23:10.474601 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38057, User-Agent: (none), Length: 1170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7294 | 2024.11.01 08:23:10.474695 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7295 | 2024.11.01 08:23:10.474720 [ 290 ] {} <Debug> HTTP-Session: 008fe7ad-1482-4327-b041-775bed21c8d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38057 | ||
| 7296 | 2024.11.01 08:23:10.474741 [ 290 ] {} <Debug> HTTP-Session: 008fe7ad-1482-4327-b041-775bed21c8d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7297 | 2024.11.01 08:23:10.474766 [ 290 ] {} <Debug> HTTP-Session: 008fe7ad-1482-4327-b041-775bed21c8d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7298 | 2024.11.01 08:23:10.474815 [ 290 ] {} <Trace> HTTP-Session: 008fe7ad-1482-4327-b041-775bed21c8d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7299 | 2024.11.01 08:23:10.474950 [ 290 ] {f98c4433-dda8-4fdb-9442-b64926e8d260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38057) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7300 | 2024.11.01 08:23:10.475006 [ 290 ] {f98c4433-dda8-4fdb-9442-b64926e8d260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7301 | 2024.11.01 08:23:10.475332 [ 290 ] {f98c4433-dda8-4fdb-9442-b64926e8d260} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7302 | 2024.11.01 08:23:10.475701 [ 290 ] {f98c4433-dda8-4fdb-9442-b64926e8d260} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7303 | 2024.11.01 08:23:10.475738 [ 290 ] {f98c4433-dda8-4fdb-9442-b64926e8d260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7304 | 2024.11.01 08:23:10.476092 [ 290 ] {f98c4433-dda8-4fdb-9442-b64926e8d260} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7305 | 2024.11.01 08:23:10.476470 [ 290 ] {f98c4433-dda8-4fdb-9442-b64926e8d260} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7306 | 2024.11.01 08:23:10.476625 [ 290 ] {f98c4433-dda8-4fdb-9442-b64926e8d260} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001708 sec., 4683.840749414519 rows/sec., 327.05 KiB/sec. | ||
| 7307 | 2024.11.01 08:23:10.476915 [ 290 ] {f98c4433-dda8-4fdb-9442-b64926e8d260} <Debug> DynamicQueryHandler: Done processing query | ||
| 7308 | 2024.11.01 08:23:10.476948 [ 290 ] {f98c4433-dda8-4fdb-9442-b64926e8d260} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7309 | 2024.11.01 08:23:10.476964 [ 290 ] {} <Debug> HTTP-Session: 008fe7ad-1482-4327-b041-775bed21c8d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7310 | 2024.11.01 08:23:10.477154 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38057, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7311 | 2024.11.01 08:23:10.477275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32904, User-Agent: (none), Length: 12238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7312 | 2024.11.01 08:23:10.477346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7313 | 2024.11.01 08:23:10.477368 [ 3 ] {} <Debug> HTTP-Session: 46bf7792-07db-415d-b0f1-3148214ff3d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:32904 | ||
| 7314 | 2024.11.01 08:23:10.477386 [ 3 ] {} <Debug> HTTP-Session: 46bf7792-07db-415d-b0f1-3148214ff3d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7315 | 2024.11.01 08:23:10.477401 [ 3 ] {} <Debug> HTTP-Session: 46bf7792-07db-415d-b0f1-3148214ff3d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7316 | 2024.11.01 08:23:10.477440 [ 3 ] {} <Trace> HTTP-Session: 46bf7792-07db-415d-b0f1-3148214ff3d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7317 | 2024.11.01 08:23:10.477575 [ 3 ] {8fda3e86-0dc7-4292-95b2-be86af1074d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32904) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7318 | 2024.11.01 08:23:10.477624 [ 3 ] {8fda3e86-0dc7-4292-95b2-be86af1074d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7319 | 2024.11.01 08:23:10.477888 [ 3 ] {8fda3e86-0dc7-4292-95b2-be86af1074d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7320 | 2024.11.01 08:23:10.478253 [ 3 ] {8fda3e86-0dc7-4292-95b2-be86af1074d6} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7321 | 2024.11.01 08:23:10.478288 [ 3 ] {8fda3e86-0dc7-4292-95b2-be86af1074d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7322 | 2024.11.01 08:23:10.478651 [ 3 ] {8fda3e86-0dc7-4292-95b2-be86af1074d6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7323 | 2024.11.01 08:23:10.479015 [ 3 ] {8fda3e86-0dc7-4292-95b2-be86af1074d6} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7324 | 2024.11.01 08:23:10.479141 [ 3 ] {8fda3e86-0dc7-4292-95b2-be86af1074d6} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001613 sec., 44637.32176069436 rows/sec., 3.49 MiB/sec. | ||
| 7325 | 2024.11.01 08:23:10.479469 [ 3 ] {8fda3e86-0dc7-4292-95b2-be86af1074d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 7326 | 2024.11.01 08:23:10.479494 [ 3 ] {8fda3e86-0dc7-4292-95b2-be86af1074d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7327 | 2024.11.01 08:23:10.479511 [ 3 ] {} <Debug> HTTP-Session: 46bf7792-07db-415d-b0f1-3148214ff3d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7328 | 2024.11.01 08:23:10.479743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32904, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7329 | 2024.11.01 08:23:10.479853 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49243, User-Agent: (none), Length: 31359, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7330 | 2024.11.01 08:23:10.479925 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7331 | 2024.11.01 08:23:10.479948 [ 290 ] {} <Debug> HTTP-Session: d14725b9-5e9f-4811-903c-a9bd619a7d33 Authenticating user 'default' from [fd00:1122:3344:101::d]:49243 | ||
| 7332 | 2024.11.01 08:23:10.479970 [ 290 ] {} <Debug> HTTP-Session: d14725b9-5e9f-4811-903c-a9bd619a7d33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7333 | 2024.11.01 08:23:10.479986 [ 290 ] {} <Debug> HTTP-Session: d14725b9-5e9f-4811-903c-a9bd619a7d33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7334 | 2024.11.01 08:23:10.480031 [ 290 ] {} <Trace> HTTP-Session: d14725b9-5e9f-4811-903c-a9bd619a7d33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7335 | 2024.11.01 08:23:10.480234 [ 290 ] {07ae9bf4-8e02-43b9-aecd-10668c0ae71e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7336 | 2024.11.01 08:23:10.480326 [ 290 ] {07ae9bf4-8e02-43b9-aecd-10668c0ae71e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7337 | 2024.11.01 08:23:10.480537 [ 290 ] {07ae9bf4-8e02-43b9-aecd-10668c0ae71e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7338 | 2024.11.01 08:23:10.480920 [ 290 ] {07ae9bf4-8e02-43b9-aecd-10668c0ae71e} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7339 | 2024.11.01 08:23:10.480957 [ 290 ] {07ae9bf4-8e02-43b9-aecd-10668c0ae71e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7340 | 2024.11.01 08:23:10.481375 [ 290 ] {07ae9bf4-8e02-43b9-aecd-10668c0ae71e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7341 | 2024.11.01 08:23:10.481724 [ 290 ] {07ae9bf4-8e02-43b9-aecd-10668c0ae71e} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7342 | 2024.11.01 08:23:10.481874 [ 290 ] {07ae9bf4-8e02-43b9-aecd-10668c0ae71e} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.00173 sec., 94797.68786127168 rows/sec., 6.60 MiB/sec. | ||
| 7343 | 2024.11.01 08:23:10.482243 [ 290 ] {07ae9bf4-8e02-43b9-aecd-10668c0ae71e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7344 | 2024.11.01 08:23:10.482282 [ 290 ] {07ae9bf4-8e02-43b9-aecd-10668c0ae71e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7345 | 2024.11.01 08:23:10.482299 [ 290 ] {} <Debug> HTTP-Session: d14725b9-5e9f-4811-903c-a9bd619a7d33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7346 | 2024.11.01 08:23:10.482484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32904, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7347 | 2024.11.01 08:23:10.482497 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49243, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7348 | 2024.11.01 08:23:10.482573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7349 | 2024.11.01 08:23:10.482608 [ 3 ] {} <Debug> HTTP-Session: cad0ffc1-f5d5-41cc-8aa6-9404c58b59c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:32904 | ||
| 7350 | 2024.11.01 08:23:10.482629 [ 3 ] {} <Debug> HTTP-Session: cad0ffc1-f5d5-41cc-8aa6-9404c58b59c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7351 | 2024.11.01 08:23:10.482646 [ 3 ] {} <Debug> HTTP-Session: cad0ffc1-f5d5-41cc-8aa6-9404c58b59c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7352 | 2024.11.01 08:23:10.482691 [ 3 ] {} <Trace> HTTP-Session: cad0ffc1-f5d5-41cc-8aa6-9404c58b59c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7353 | 2024.11.01 08:23:10.482864 [ 3 ] {f70b3a6c-f1f1-4a78-93d7-ca11a6fd5a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32904) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7354 | 2024.11.01 08:23:10.482922 [ 3 ] {f70b3a6c-f1f1-4a78-93d7-ca11a6fd5a7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7355 | 2024.11.01 08:23:10.483114 [ 3 ] {f70b3a6c-f1f1-4a78-93d7-ca11a6fd5a7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7356 | 2024.11.01 08:23:10.483457 [ 3 ] {f70b3a6c-f1f1-4a78-93d7-ca11a6fd5a7a} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7357 | 2024.11.01 08:23:10.483499 [ 3 ] {f70b3a6c-f1f1-4a78-93d7-ca11a6fd5a7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 7358 | 2024.11.01 08:23:10.483875 [ 3 ] {f70b3a6c-f1f1-4a78-93d7-ca11a6fd5a7a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7359 | 2024.11.01 08:23:10.484204 [ 3 ] {f70b3a6c-f1f1-4a78-93d7-ca11a6fd5a7a} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7360 | 2024.11.01 08:23:10.484334 [ 3 ] {f70b3a6c-f1f1-4a78-93d7-ca11a6fd5a7a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001546 sec., 38809.831824062094 rows/sec., 2.62 MiB/sec. | ||
| 7361 | 2024.11.01 08:23:10.484490 [ 3 ] {f70b3a6c-f1f1-4a78-93d7-ca11a6fd5a7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7362 | 2024.11.01 08:23:10.484514 [ 3 ] {f70b3a6c-f1f1-4a78-93d7-ca11a6fd5a7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7363 | 2024.11.01 08:23:10.484531 [ 3 ] {} <Debug> HTTP-Session: cad0ffc1-f5d5-41cc-8aa6-9404c58b59c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7364 | 2024.11.01 08:23:10.484776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32904, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7365 | 2024.11.01 08:23:13.637226 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7366 | 2024.11.01 08:23:13.637294 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7367 | 2024.11.01 08:23:13.848979 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 700 | ||
| 7368 | 2024.11.01 08:23:13.851853 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7369 | 2024.11.01 08:23:13.851915 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7370 | 2024.11.01 08:23:13.853448 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7371 | 2024.11.01 08:23:13.854474 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7372 | 2024.11.01 08:23:13.855716 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 700 | ||
| 7373 | 2024.11.01 08:23:15.468335 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49243, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7374 | 2024.11.01 08:23:15.468453 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7375 | 2024.11.01 08:23:15.468479 [ 290 ] {} <Debug> HTTP-Session: d0566510-216a-442c-95f7-e036987638c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49243 | ||
| 7376 | 2024.11.01 08:23:15.468503 [ 290 ] {} <Debug> HTTP-Session: d0566510-216a-442c-95f7-e036987638c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7377 | 2024.11.01 08:23:15.468519 [ 290 ] {} <Debug> HTTP-Session: d0566510-216a-442c-95f7-e036987638c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7378 | 2024.11.01 08:23:15.468571 [ 290 ] {} <Trace> HTTP-Session: d0566510-216a-442c-95f7-e036987638c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7379 | 2024.11.01 08:23:15.468775 [ 290 ] {a61e6b13-10e8-406b-a610-44409e318655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49243) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7380 | 2024.11.01 08:23:15.468845 [ 290 ] {a61e6b13-10e8-406b-a610-44409e318655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7381 | 2024.11.01 08:23:15.469192 [ 290 ] {a61e6b13-10e8-406b-a610-44409e318655} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7382 | 2024.11.01 08:23:15.469675 [ 290 ] {a61e6b13-10e8-406b-a610-44409e318655} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7383 | 2024.11.01 08:23:15.469723 [ 290 ] {a61e6b13-10e8-406b-a610-44409e318655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7384 | 2024.11.01 08:23:15.470156 [ 290 ] {a61e6b13-10e8-406b-a610-44409e318655} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7385 | 2024.11.01 08:23:15.470558 [ 290 ] {a61e6b13-10e8-406b-a610-44409e318655} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7386 | 2024.11.01 08:23:15.470746 [ 290 ] {a61e6b13-10e8-406b-a610-44409e318655} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002034 sec., 27531.956735496562 rows/sec., 2.10 MiB/sec. | ||
| 7387 | 2024.11.01 08:23:15.470963 [ 290 ] {a61e6b13-10e8-406b-a610-44409e318655} <Debug> DynamicQueryHandler: Done processing query | ||
| 7388 | 2024.11.01 08:23:15.470990 [ 290 ] {a61e6b13-10e8-406b-a610-44409e318655} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7389 | 2024.11.01 08:23:15.471007 [ 290 ] {} <Debug> HTTP-Session: d0566510-216a-442c-95f7-e036987638c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7390 | 2024.11.01 08:23:15.471237 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49243, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7391 | 2024.11.01 08:23:15.471406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53661, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7392 | 2024.11.01 08:23:15.471519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7393 | 2024.11.01 08:23:15.471548 [ 3 ] {} <Debug> HTTP-Session: f0cb8bd8-e08e-4768-80bb-0b25f0cb7cb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:53661 | ||
| 7394 | 2024.11.01 08:23:15.471575 [ 3 ] {} <Debug> HTTP-Session: f0cb8bd8-e08e-4768-80bb-0b25f0cb7cb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7395 | 2024.11.01 08:23:15.471593 [ 3 ] {} <Debug> HTTP-Session: f0cb8bd8-e08e-4768-80bb-0b25f0cb7cb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7396 | 2024.11.01 08:23:15.471654 [ 3 ] {} <Trace> HTTP-Session: f0cb8bd8-e08e-4768-80bb-0b25f0cb7cb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7397 | 2024.11.01 08:23:15.471870 [ 3 ] {cf137315-9c62-4d02-a628-f3eaa638f459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53661) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7398 | 2024.11.01 08:23:15.471944 [ 3 ] {cf137315-9c62-4d02-a628-f3eaa638f459} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7399 | 2024.11.01 08:23:15.472333 [ 3 ] {cf137315-9c62-4d02-a628-f3eaa638f459} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7400 | 2024.11.01 08:23:15.472755 [ 3 ] {cf137315-9c62-4d02-a628-f3eaa638f459} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7401 | 2024.11.01 08:23:15.472792 [ 3 ] {cf137315-9c62-4d02-a628-f3eaa638f459} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7402 | 2024.11.01 08:23:15.473224 [ 3 ] {cf137315-9c62-4d02-a628-f3eaa638f459} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7403 | 2024.11.01 08:23:15.473619 [ 3 ] {cf137315-9c62-4d02-a628-f3eaa638f459} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7404 | 2024.11.01 08:23:15.473766 [ 3 ] {cf137315-9c62-4d02-a628-f3eaa638f459} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001978 sec., 32355.91506572295 rows/sec., 2.53 MiB/sec. | ||
| 7405 | 2024.11.01 08:23:15.473954 [ 3 ] {cf137315-9c62-4d02-a628-f3eaa638f459} <Debug> DynamicQueryHandler: Done processing query | ||
| 7406 | 2024.11.01 08:23:15.473980 [ 3 ] {cf137315-9c62-4d02-a628-f3eaa638f459} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7407 | 2024.11.01 08:23:15.473996 [ 3 ] {} <Debug> HTTP-Session: f0cb8bd8-e08e-4768-80bb-0b25f0cb7cb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7408 | 2024.11.01 08:23:15.474189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53661, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7409 | 2024.11.01 08:23:15.474247 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49243, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7410 | 2024.11.01 08:23:15.474335 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7411 | 2024.11.01 08:23:15.474362 [ 290 ] {} <Debug> HTTP-Session: 194647d3-a14f-4535-9532-f6cff9c9e64e Authenticating user 'default' from [fd00:1122:3344:101::d]:49243 | ||
| 7412 | 2024.11.01 08:23:15.474386 [ 290 ] {} <Debug> HTTP-Session: 194647d3-a14f-4535-9532-f6cff9c9e64e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7413 | 2024.11.01 08:23:15.474403 [ 290 ] {} <Debug> HTTP-Session: 194647d3-a14f-4535-9532-f6cff9c9e64e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7414 | 2024.11.01 08:23:15.474454 [ 290 ] {} <Trace> HTTP-Session: 194647d3-a14f-4535-9532-f6cff9c9e64e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7415 | 2024.11.01 08:23:15.474653 [ 290 ] {11d11b12-81b5-4935-a58d-594fb8e295f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49243) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7416 | 2024.11.01 08:23:15.474708 [ 290 ] {11d11b12-81b5-4935-a58d-594fb8e295f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7417 | 2024.11.01 08:23:15.474895 [ 290 ] {11d11b12-81b5-4935-a58d-594fb8e295f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7418 | 2024.11.01 08:23:15.475289 [ 290 ] {11d11b12-81b5-4935-a58d-594fb8e295f9} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7419 | 2024.11.01 08:23:15.475331 [ 290 ] {11d11b12-81b5-4935-a58d-594fb8e295f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7420 | 2024.11.01 08:23:15.475737 [ 290 ] {11d11b12-81b5-4935-a58d-594fb8e295f9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7421 | 2024.11.01 08:23:15.476104 [ 290 ] {11d11b12-81b5-4935-a58d-594fb8e295f9} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7422 | 2024.11.01 08:23:15.476267 [ 290 ] {11d11b12-81b5-4935-a58d-594fb8e295f9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001695 sec., 94395.2802359882 rows/sec., 6.57 MiB/sec. | ||
| 7423 | 2024.11.01 08:23:15.476562 [ 290 ] {11d11b12-81b5-4935-a58d-594fb8e295f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 7424 | 2024.11.01 08:23:15.476608 [ 290 ] {11d11b12-81b5-4935-a58d-594fb8e295f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7425 | 2024.11.01 08:23:15.476633 [ 290 ] {} <Debug> HTTP-Session: 194647d3-a14f-4535-9532-f6cff9c9e64e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7426 | 2024.11.01 08:23:15.476824 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49243, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7427 | 2024.11.01 08:23:15.476966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40208, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7428 | 2024.11.01 08:23:15.477036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7429 | 2024.11.01 08:23:15.477060 [ 3 ] {} <Debug> HTTP-Session: 9714a95e-ee9c-4d7b-8b50-9744fd37267c Authenticating user 'default' from [fd00:1122:3344:101::d]:40208 | ||
| 7430 | 2024.11.01 08:23:15.477082 [ 3 ] {} <Debug> HTTP-Session: 9714a95e-ee9c-4d7b-8b50-9744fd37267c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7431 | 2024.11.01 08:23:15.477100 [ 3 ] {} <Debug> HTTP-Session: 9714a95e-ee9c-4d7b-8b50-9744fd37267c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7432 | 2024.11.01 08:23:15.477147 [ 3 ] {} <Trace> HTTP-Session: 9714a95e-ee9c-4d7b-8b50-9744fd37267c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7433 | 2024.11.01 08:23:15.477310 [ 3 ] {d322194c-ea01-4c9f-852e-23cc78e7130a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40208) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7434 | 2024.11.01 08:23:15.477367 [ 3 ] {d322194c-ea01-4c9f-852e-23cc78e7130a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7435 | 2024.11.01 08:23:15.477551 [ 3 ] {d322194c-ea01-4c9f-852e-23cc78e7130a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7436 | 2024.11.01 08:23:15.477870 [ 3 ] {d322194c-ea01-4c9f-852e-23cc78e7130a} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7437 | 2024.11.01 08:23:15.477905 [ 3 ] {d322194c-ea01-4c9f-852e-23cc78e7130a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7438 | 2024.11.01 08:23:15.478277 [ 3 ] {d322194c-ea01-4c9f-852e-23cc78e7130a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7439 | 2024.11.01 08:23:15.478606 [ 3 ] {d322194c-ea01-4c9f-852e-23cc78e7130a} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7440 | 2024.11.01 08:23:15.478739 [ 3 ] {d322194c-ea01-4c9f-852e-23cc78e7130a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec. | ||
| 7441 | 2024.11.01 08:23:15.478903 [ 3 ] {d322194c-ea01-4c9f-852e-23cc78e7130a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7442 | 2024.11.01 08:23:15.478927 [ 3 ] {d322194c-ea01-4c9f-852e-23cc78e7130a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7443 | 2024.11.01 08:23:15.478943 [ 3 ] {} <Debug> HTTP-Session: 9714a95e-ee9c-4d7b-8b50-9744fd37267c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7444 | 2024.11.01 08:23:15.479222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40208, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7445 | 2024.11.01 08:23:16.039472 [ 55 ] {} <Debug> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7446 | 2024.11.01 08:23:16.039519 [ 55 ] {} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7447 | 2024.11.01 08:23:16.039541 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7448 | 2024.11.01 08:23:16.039759 [ 201 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 7449 | 2024.11.01 08:23:16.039958 [ 201 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7450 | 2024.11.01 08:23:16.039997 [ 201 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 54 rows starting from the beginning of the part | ||
| 7451 | 2024.11.01 08:23:16.040075 [ 201 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 7452 | 2024.11.01 08:23:16.040174 [ 201 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 7453 | 2024.11.01 08:23:16.040287 [ 201 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 7454 | 2024.11.01 08:23:16.040359 [ 201 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 7455 | 2024.11.01 08:23:16.041296 [ 190 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 4 columns (4 merged, 0 gathered) in 0.001674592 sec., 46578.50986986681 rows/sec., 2.38 MiB/sec. | ||
| 7456 | 2024.11.01 08:23:16.041497 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7457 | 2024.11.01 08:23:16.041960 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_13_3} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7458 | 2024.11.01 08:23:16.042049 [ 196 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_13_3} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7459 | 2024.11.01 08:23:16.042148 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7460 | 2024.11.01 08:23:19.908676 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49243, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7461 | 2024.11.01 08:23:20.058171 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62063, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7462 | 2024.11.01 08:23:20.152278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40398, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7463 | 2024.11.01 08:23:20.152279 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42708, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7464 | 2024.11.01 08:23:20.171722 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53523, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7465 | 2024.11.01 08:23:20.250934 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52766, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7466 | 2024.11.01 08:23:20.252189 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35774, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7467 | 2024.11.01 08:23:20.254477 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7468 | 2024.11.01 08:23:20.279746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52263, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7469 | 2024.11.01 08:23:20.356600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50772, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7470 | 2024.11.01 08:23:20.443230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58918, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7471 | 2024.11.01 08:23:20.474377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36362, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7472 | 2024.11.01 08:23:20.474457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7473 | 2024.11.01 08:23:20.474481 [ 3 ] {} <Debug> HTTP-Session: 290580a9-69da-4280-8dd5-6776484623c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36362 | ||
| 7474 | 2024.11.01 08:23:20.474505 [ 3 ] {} <Debug> HTTP-Session: 290580a9-69da-4280-8dd5-6776484623c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7475 | 2024.11.01 08:23:20.474520 [ 3 ] {} <Debug> HTTP-Session: 290580a9-69da-4280-8dd5-6776484623c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7476 | 2024.11.01 08:23:20.474570 [ 3 ] {} <Trace> HTTP-Session: 290580a9-69da-4280-8dd5-6776484623c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7477 | 2024.11.01 08:23:20.474828 [ 3 ] {edf817ea-7f7a-487d-a237-ec6e716ec4e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36362) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7478 | 2024.11.01 08:23:20.474896 [ 3 ] {edf817ea-7f7a-487d-a237-ec6e716ec4e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7479 | 2024.11.01 08:23:20.475230 [ 3 ] {edf817ea-7f7a-487d-a237-ec6e716ec4e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7480 | 2024.11.01 08:23:20.475875 [ 3 ] {edf817ea-7f7a-487d-a237-ec6e716ec4e7} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7481 | 2024.11.01 08:23:20.475916 [ 3 ] {edf817ea-7f7a-487d-a237-ec6e716ec4e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7482 | 2024.11.01 08:23:20.476354 [ 3 ] {edf817ea-7f7a-487d-a237-ec6e716ec4e7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7483 | 2024.11.01 08:23:20.476751 [ 3 ] {edf817ea-7f7a-487d-a237-ec6e716ec4e7} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7484 | 2024.11.01 08:23:20.476934 [ 3 ] {edf817ea-7f7a-487d-a237-ec6e716ec4e7} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002214 sec., 123306.23306233063 rows/sec., 10.96 MiB/sec. | ||
| 7485 | 2024.11.01 08:23:20.477236 [ 3 ] {edf817ea-7f7a-487d-a237-ec6e716ec4e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 7486 | 2024.11.01 08:23:20.477273 [ 3 ] {edf817ea-7f7a-487d-a237-ec6e716ec4e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7487 | 2024.11.01 08:23:20.477305 [ 3 ] {} <Debug> HTTP-Session: 290580a9-69da-4280-8dd5-6776484623c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7488 | 2024.11.01 08:23:20.477521 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57445, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7489 | 2024.11.01 08:23:20.477536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36362, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7490 | 2024.11.01 08:23:20.477625 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7491 | 2024.11.01 08:23:20.477661 [ 290 ] {} <Debug> HTTP-Session: 90d70fd6-9f3d-4e4b-a9ee-2a3acf6dc656 Authenticating user 'default' from [fd00:1122:3344:101::d]:57445 | ||
| 7492 | 2024.11.01 08:23:20.477686 [ 290 ] {} <Debug> HTTP-Session: 90d70fd6-9f3d-4e4b-a9ee-2a3acf6dc656 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7493 | 2024.11.01 08:23:20.477703 [ 290 ] {} <Debug> HTTP-Session: 90d70fd6-9f3d-4e4b-a9ee-2a3acf6dc656 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7494 | 2024.11.01 08:23:20.477771 [ 290 ] {} <Trace> HTTP-Session: 90d70fd6-9f3d-4e4b-a9ee-2a3acf6dc656 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7495 | 2024.11.01 08:23:20.477970 [ 290 ] {e049708a-0acc-4b46-a0e9-2ccbec885929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57445) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7496 | 2024.11.01 08:23:20.478037 [ 290 ] {e049708a-0acc-4b46-a0e9-2ccbec885929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7497 | 2024.11.01 08:23:20.478367 [ 290 ] {e049708a-0acc-4b46-a0e9-2ccbec885929} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7498 | 2024.11.01 08:23:20.478757 [ 290 ] {e049708a-0acc-4b46-a0e9-2ccbec885929} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7499 | 2024.11.01 08:23:20.478798 [ 290 ] {e049708a-0acc-4b46-a0e9-2ccbec885929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7500 | 2024.11.01 08:23:20.479217 [ 290 ] {e049708a-0acc-4b46-a0e9-2ccbec885929} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7501 | 2024.11.01 08:23:20.479607 [ 290 ] {e049708a-0acc-4b46-a0e9-2ccbec885929} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7502 | 2024.11.01 08:23:20.479790 [ 290 ] {e049708a-0acc-4b46-a0e9-2ccbec885929} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001882 sec., 22316.684378320937 rows/sec., 1.64 MiB/sec. | ||
| 7503 | 2024.11.01 08:23:20.479972 [ 290 ] {e049708a-0acc-4b46-a0e9-2ccbec885929} <Debug> DynamicQueryHandler: Done processing query | ||
| 7504 | 2024.11.01 08:23:20.479999 [ 290 ] {e049708a-0acc-4b46-a0e9-2ccbec885929} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7505 | 2024.11.01 08:23:20.480015 [ 290 ] {} <Debug> HTTP-Session: 90d70fd6-9f3d-4e4b-a9ee-2a3acf6dc656 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7506 | 2024.11.01 08:23:20.480176 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7507 | 2024.11.01 08:23:20.480256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53381, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7508 | 2024.11.01 08:23:20.480332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7509 | 2024.11.01 08:23:20.480358 [ 3 ] {} <Debug> HTTP-Session: 536f05eb-18ec-4a70-97db-c8bf13ad2655 Authenticating user 'default' from [fd00:1122:3344:101::d]:53381 | ||
| 7510 | 2024.11.01 08:23:20.480378 [ 3 ] {} <Debug> HTTP-Session: 536f05eb-18ec-4a70-97db-c8bf13ad2655 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7511 | 2024.11.01 08:23:20.480397 [ 3 ] {} <Debug> HTTP-Session: 536f05eb-18ec-4a70-97db-c8bf13ad2655 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7512 | 2024.11.01 08:23:20.480443 [ 3 ] {} <Trace> HTTP-Session: 536f05eb-18ec-4a70-97db-c8bf13ad2655 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7513 | 2024.11.01 08:23:20.480579 [ 3 ] {ab51c8be-2ae3-4325-958b-1043548c3c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53381) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7514 | 2024.11.01 08:23:20.480634 [ 3 ] {ab51c8be-2ae3-4325-958b-1043548c3c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7515 | 2024.11.01 08:23:20.480923 [ 3 ] {ab51c8be-2ae3-4325-958b-1043548c3c7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7516 | 2024.11.01 08:23:20.481250 [ 3 ] {ab51c8be-2ae3-4325-958b-1043548c3c7c} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7517 | 2024.11.01 08:23:20.481288 [ 3 ] {ab51c8be-2ae3-4325-958b-1043548c3c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7518 | 2024.11.01 08:23:20.481655 [ 3 ] {ab51c8be-2ae3-4325-958b-1043548c3c7c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7519 | 2024.11.01 08:23:20.482017 [ 3 ] {ab51c8be-2ae3-4325-958b-1043548c3c7c} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7520 | 2024.11.01 08:23:20.482176 [ 3 ] {ab51c8be-2ae3-4325-958b-1043548c3c7c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00163 sec., 8588.957055214723 rows/sec., 601.51 KiB/sec. | ||
| 7521 | 2024.11.01 08:23:20.482518 [ 3 ] {ab51c8be-2ae3-4325-958b-1043548c3c7c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7522 | 2024.11.01 08:23:20.482543 [ 3 ] {ab51c8be-2ae3-4325-958b-1043548c3c7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7523 | 2024.11.01 08:23:20.482558 [ 3 ] {} <Debug> HTTP-Session: 536f05eb-18ec-4a70-97db-c8bf13ad2655 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7524 | 2024.11.01 08:23:20.482726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53381, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7525 | 2024.11.01 08:23:20.482840 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58659, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7526 | 2024.11.01 08:23:20.482912 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7527 | 2024.11.01 08:23:20.482938 [ 290 ] {} <Debug> HTTP-Session: 080092bb-0b32-47ce-9bdb-d0b3d32918c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:58659 | ||
| 7528 | 2024.11.01 08:23:20.482958 [ 290 ] {} <Debug> HTTP-Session: 080092bb-0b32-47ce-9bdb-d0b3d32918c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7529 | 2024.11.01 08:23:20.482975 [ 290 ] {} <Debug> HTTP-Session: 080092bb-0b32-47ce-9bdb-d0b3d32918c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7530 | 2024.11.01 08:23:20.483021 [ 290 ] {} <Trace> HTTP-Session: 080092bb-0b32-47ce-9bdb-d0b3d32918c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7531 | 2024.11.01 08:23:20.483152 [ 290 ] {e0fdaf49-2535-41f9-b560-f10bb164a177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58659) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7532 | 2024.11.01 08:23:20.483207 [ 290 ] {e0fdaf49-2535-41f9-b560-f10bb164a177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7533 | 2024.11.01 08:23:20.483532 [ 290 ] {e0fdaf49-2535-41f9-b560-f10bb164a177} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7534 | 2024.11.01 08:23:20.483885 [ 290 ] {e0fdaf49-2535-41f9-b560-f10bb164a177} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7535 | 2024.11.01 08:23:20.483922 [ 290 ] {e0fdaf49-2535-41f9-b560-f10bb164a177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7536 | 2024.11.01 08:23:20.484280 [ 290 ] {e0fdaf49-2535-41f9-b560-f10bb164a177} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7537 | 2024.11.01 08:23:20.484659 [ 290 ] {e0fdaf49-2535-41f9-b560-f10bb164a177} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7538 | 2024.11.01 08:23:20.484807 [ 290 ] {e0fdaf49-2535-41f9-b560-f10bb164a177} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001686 sec., 3558.7188612099644 rows/sec., 210.26 KiB/sec. | ||
| 7539 | 2024.11.01 08:23:20.485130 [ 290 ] {e0fdaf49-2535-41f9-b560-f10bb164a177} <Debug> DynamicQueryHandler: Done processing query | ||
| 7540 | 2024.11.01 08:23:20.485164 [ 290 ] {e0fdaf49-2535-41f9-b560-f10bb164a177} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7541 | 2024.11.01 08:23:20.485184 [ 290 ] {} <Debug> HTTP-Session: 080092bb-0b32-47ce-9bdb-d0b3d32918c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7542 | 2024.11.01 08:23:20.485392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53381, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7543 | 2024.11.01 08:23:20.485462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7544 | 2024.11.01 08:23:20.485504 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58659, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7545 | 2024.11.01 08:23:20.485517 [ 3 ] {} <Debug> HTTP-Session: 65ac7e98-6d00-4e24-8ec5-b0afd8a0049e Authenticating user 'default' from [fd00:1122:3344:101::d]:53381 | ||
| 7546 | 2024.11.01 08:23:20.485582 [ 3 ] {} <Debug> HTTP-Session: 65ac7e98-6d00-4e24-8ec5-b0afd8a0049e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7547 | 2024.11.01 08:23:20.485602 [ 3 ] {} <Debug> HTTP-Session: 65ac7e98-6d00-4e24-8ec5-b0afd8a0049e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7548 | 2024.11.01 08:23:20.485669 [ 3 ] {} <Trace> HTTP-Session: 65ac7e98-6d00-4e24-8ec5-b0afd8a0049e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7549 | 2024.11.01 08:23:20.485906 [ 3 ] {cb792501-4bb0-49a4-9573-d82bb02469f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53381) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7550 | 2024.11.01 08:23:20.485954 [ 3 ] {cb792501-4bb0-49a4-9573-d82bb02469f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7551 | 2024.11.01 08:23:20.486218 [ 3 ] {cb792501-4bb0-49a4-9573-d82bb02469f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7552 | 2024.11.01 08:23:20.486811 [ 3 ] {cb792501-4bb0-49a4-9573-d82bb02469f8} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7553 | 2024.11.01 08:23:20.486846 [ 3 ] {cb792501-4bb0-49a4-9573-d82bb02469f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7554 | 2024.11.01 08:23:20.487226 [ 3 ] {cb792501-4bb0-49a4-9573-d82bb02469f8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7555 | 2024.11.01 08:23:20.487591 [ 3 ] {cb792501-4bb0-49a4-9573-d82bb02469f8} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7556 | 2024.11.01 08:23:20.487721 [ 3 ] {cb792501-4bb0-49a4-9573-d82bb02469f8} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001926 sec., 220145.3790238837 rows/sec., 15.74 MiB/sec. | ||
| 7557 | 2024.11.01 08:23:20.488050 [ 3 ] {cb792501-4bb0-49a4-9573-d82bb02469f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7558 | 2024.11.01 08:23:20.488094 [ 3 ] {cb792501-4bb0-49a4-9573-d82bb02469f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 7559 | 2024.11.01 08:23:20.488119 [ 3 ] {} <Debug> HTTP-Session: 65ac7e98-6d00-4e24-8ec5-b0afd8a0049e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7560 | 2024.11.01 08:23:20.488327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53381, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7561 | 2024.11.01 08:23:20.488394 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34840, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7562 | 2024.11.01 08:23:20.488475 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7563 | 2024.11.01 08:23:20.488501 [ 290 ] {} <Debug> HTTP-Session: 07eb83f4-9aae-4151-8a3e-0d9bd2ec7194 Authenticating user 'default' from [fd00:1122:3344:101::d]:34840 | ||
| 7564 | 2024.11.01 08:23:20.488523 [ 290 ] {} <Debug> HTTP-Session: 07eb83f4-9aae-4151-8a3e-0d9bd2ec7194 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7565 | 2024.11.01 08:23:20.488540 [ 290 ] {} <Debug> HTTP-Session: 07eb83f4-9aae-4151-8a3e-0d9bd2ec7194 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7566 | 2024.11.01 08:23:20.488586 [ 290 ] {} <Trace> HTTP-Session: 07eb83f4-9aae-4151-8a3e-0d9bd2ec7194 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7567 | 2024.11.01 08:23:20.488722 [ 290 ] {10f5adcd-5ec2-4a3b-9824-9a3847216a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34840) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7568 | 2024.11.01 08:23:20.488783 [ 290 ] {10f5adcd-5ec2-4a3b-9824-9a3847216a10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7569 | 2024.11.01 08:23:20.488951 [ 290 ] {10f5adcd-5ec2-4a3b-9824-9a3847216a10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7570 | 2024.11.01 08:23:20.489230 [ 290 ] {10f5adcd-5ec2-4a3b-9824-9a3847216a10} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7571 | 2024.11.01 08:23:20.489267 [ 290 ] {10f5adcd-5ec2-4a3b-9824-9a3847216a10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7572 | 2024.11.01 08:23:20.489648 [ 290 ] {10f5adcd-5ec2-4a3b-9824-9a3847216a10} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7573 | 2024.11.01 08:23:20.489985 [ 290 ] {10f5adcd-5ec2-4a3b-9824-9a3847216a10} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7574 | 2024.11.01 08:23:20.490139 [ 290 ] {10f5adcd-5ec2-4a3b-9824-9a3847216a10} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec. | ||
| 7575 | 2024.11.01 08:23:20.490459 [ 290 ] {10f5adcd-5ec2-4a3b-9824-9a3847216a10} <Debug> DynamicQueryHandler: Done processing query | ||
| 7576 | 2024.11.01 08:23:20.490484 [ 290 ] {10f5adcd-5ec2-4a3b-9824-9a3847216a10} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7577 | 2024.11.01 08:23:20.490501 [ 290 ] {} <Debug> HTTP-Session: 07eb83f4-9aae-4151-8a3e-0d9bd2ec7194 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7578 | 2024.11.01 08:23:20.490673 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34840, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7579 | 2024.11.01 08:23:20.490799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33106, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7580 | 2024.11.01 08:23:20.490859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7581 | 2024.11.01 08:23:20.490879 [ 3 ] {} <Debug> HTTP-Session: f8c363ef-1dbc-4691-bbe1-e8367c24d573 Authenticating user 'default' from [fd00:1122:3344:101::d]:33106 | ||
| 7582 | 2024.11.01 08:23:20.490896 [ 3 ] {} <Debug> HTTP-Session: f8c363ef-1dbc-4691-bbe1-e8367c24d573 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7583 | 2024.11.01 08:23:20.490911 [ 3 ] {} <Debug> HTTP-Session: f8c363ef-1dbc-4691-bbe1-e8367c24d573 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7584 | 2024.11.01 08:23:20.490950 [ 3 ] {} <Trace> HTTP-Session: f8c363ef-1dbc-4691-bbe1-e8367c24d573 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7585 | 2024.11.01 08:23:20.491146 [ 3 ] {60cea4b9-1a65-4071-bcee-20ab5ddbb815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33106) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7586 | 2024.11.01 08:23:20.491197 [ 3 ] {60cea4b9-1a65-4071-bcee-20ab5ddbb815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7587 | 2024.11.01 08:23:20.491379 [ 3 ] {60cea4b9-1a65-4071-bcee-20ab5ddbb815} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7588 | 2024.11.01 08:23:20.491829 [ 3 ] {60cea4b9-1a65-4071-bcee-20ab5ddbb815} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7589 | 2024.11.01 08:23:20.491864 [ 3 ] {60cea4b9-1a65-4071-bcee-20ab5ddbb815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7590 | 2024.11.01 08:23:20.492257 [ 3 ] {60cea4b9-1a65-4071-bcee-20ab5ddbb815} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7591 | 2024.11.01 08:23:20.492612 [ 3 ] {60cea4b9-1a65-4071-bcee-20ab5ddbb815} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7592 | 2024.11.01 08:23:20.492739 [ 3 ] {60cea4b9-1a65-4071-bcee-20ab5ddbb815} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001695 sec., 139823.00884955752 rows/sec., 9.37 MiB/sec. | ||
| 7593 | 2024.11.01 08:23:20.492916 [ 3 ] {60cea4b9-1a65-4071-bcee-20ab5ddbb815} <Debug> DynamicQueryHandler: Done processing query | ||
| 7594 | 2024.11.01 08:23:20.492940 [ 3 ] {60cea4b9-1a65-4071-bcee-20ab5ddbb815} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7595 | 2024.11.01 08:23:20.492956 [ 3 ] {} <Debug> HTTP-Session: f8c363ef-1dbc-4691-bbe1-e8367c24d573 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7596 | 2024.11.01 08:23:20.493157 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34840, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7597 | 2024.11.01 08:23:20.493174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7598 | 2024.11.01 08:23:20.493256 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7599 | 2024.11.01 08:23:20.493293 [ 290 ] {} <Debug> HTTP-Session: 59b6398e-d4e4-4ca5-a316-be016efbac72 Authenticating user 'default' from [fd00:1122:3344:101::d]:34840 | ||
| 7600 | 2024.11.01 08:23:20.493323 [ 290 ] {} <Debug> HTTP-Session: 59b6398e-d4e4-4ca5-a316-be016efbac72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7601 | 2024.11.01 08:23:20.493351 [ 290 ] {} <Debug> HTTP-Session: 59b6398e-d4e4-4ca5-a316-be016efbac72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7602 | 2024.11.01 08:23:20.493397 [ 290 ] {} <Trace> HTTP-Session: 59b6398e-d4e4-4ca5-a316-be016efbac72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7603 | 2024.11.01 08:23:20.493524 [ 290 ] {9b8f24d9-9770-4f05-8f48-4375aa21acdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34840) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7604 | 2024.11.01 08:23:20.493582 [ 290 ] {9b8f24d9-9770-4f05-8f48-4375aa21acdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7605 | 2024.11.01 08:23:20.493775 [ 290 ] {9b8f24d9-9770-4f05-8f48-4375aa21acdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7606 | 2024.11.01 08:23:20.494055 [ 290 ] {9b8f24d9-9770-4f05-8f48-4375aa21acdd} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7607 | 2024.11.01 08:23:20.494090 [ 290 ] {9b8f24d9-9770-4f05-8f48-4375aa21acdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7608 | 2024.11.01 08:23:20.494456 [ 290 ] {9b8f24d9-9770-4f05-8f48-4375aa21acdd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7609 | 2024.11.01 08:23:20.494801 [ 290 ] {9b8f24d9-9770-4f05-8f48-4375aa21acdd} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7610 | 2024.11.01 08:23:20.494950 [ 290 ] {9b8f24d9-9770-4f05-8f48-4375aa21acdd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00145 sec., 689.6551724137931 rows/sec., 46.47 KiB/sec. | ||
| 7611 | 2024.11.01 08:23:20.495267 [ 290 ] {9b8f24d9-9770-4f05-8f48-4375aa21acdd} <Debug> DynamicQueryHandler: Done processing query | ||
| 7612 | 2024.11.01 08:23:20.495292 [ 290 ] {9b8f24d9-9770-4f05-8f48-4375aa21acdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7613 | 2024.11.01 08:23:20.495308 [ 290 ] {} <Debug> HTTP-Session: 59b6398e-d4e4-4ca5-a316-be016efbac72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7614 | 2024.11.01 08:23:20.495492 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34840, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7615 | 2024.11.01 08:23:20.495603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45474, User-Agent: (none), Length: 70563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7616 | 2024.11.01 08:23:20.495672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7617 | 2024.11.01 08:23:20.495696 [ 3 ] {} <Debug> HTTP-Session: e86499c4-295f-4af3-9ace-8449e0d05dda Authenticating user 'default' from [fd00:1122:3344:101::d]:45474 | ||
| 7618 | 2024.11.01 08:23:20.495717 [ 3 ] {} <Debug> HTTP-Session: e86499c4-295f-4af3-9ace-8449e0d05dda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7619 | 2024.11.01 08:23:20.495736 [ 3 ] {} <Debug> HTTP-Session: e86499c4-295f-4af3-9ace-8449e0d05dda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7620 | 2024.11.01 08:23:20.495786 [ 3 ] {} <Trace> HTTP-Session: e86499c4-295f-4af3-9ace-8449e0d05dda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7621 | 2024.11.01 08:23:20.496591 [ 3 ] {37bf7b6e-1ee4-437e-9bf5-815bbb4b86be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45474) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7622 | 2024.11.01 08:23:20.496682 [ 3 ] {37bf7b6e-1ee4-437e-9bf5-815bbb4b86be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7623 | 2024.11.01 08:23:20.497179 [ 3 ] {37bf7b6e-1ee4-437e-9bf5-815bbb4b86be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7624 | 2024.11.01 08:23:20.497972 [ 3 ] {37bf7b6e-1ee4-437e-9bf5-815bbb4b86be} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7625 | 2024.11.01 08:23:20.498006 [ 3 ] {37bf7b6e-1ee4-437e-9bf5-815bbb4b86be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7626 | 2024.11.01 08:23:20.498663 [ 3 ] {37bf7b6e-1ee4-437e-9bf5-815bbb4b86be} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7627 | 2024.11.01 08:23:20.499092 [ 3 ] {37bf7b6e-1ee4-437e-9bf5-815bbb4b86be} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7628 | 2024.11.01 08:23:20.499263 [ 3 ] {37bf7b6e-1ee4-437e-9bf5-815bbb4b86be} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003334 sec., 12597.48050389922 rows/sec., 22.57 MiB/sec. | ||
| 7629 | 2024.11.01 08:23:20.499790 [ 3 ] {37bf7b6e-1ee4-437e-9bf5-815bbb4b86be} <Debug> DynamicQueryHandler: Done processing query | ||
| 7630 | 2024.11.01 08:23:20.499814 [ 3 ] {37bf7b6e-1ee4-437e-9bf5-815bbb4b86be} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 7631 | 2024.11.01 08:23:20.499831 [ 3 ] {} <Debug> HTTP-Session: e86499c4-295f-4af3-9ace-8449e0d05dda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7632 | 2024.11.01 08:23:20.500038 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34840, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7633 | 2024.11.01 08:23:20.500058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45474, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7634 | 2024.11.01 08:23:20.500134 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7635 | 2024.11.01 08:23:20.500167 [ 290 ] {} <Debug> HTTP-Session: 679f4078-4e54-4cc6-9600-8df59c96237d Authenticating user 'default' from [fd00:1122:3344:101::d]:34840 | ||
| 7636 | 2024.11.01 08:23:20.500189 [ 290 ] {} <Debug> HTTP-Session: 679f4078-4e54-4cc6-9600-8df59c96237d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7637 | 2024.11.01 08:23:20.500212 [ 290 ] {} <Debug> HTTP-Session: 679f4078-4e54-4cc6-9600-8df59c96237d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7638 | 2024.11.01 08:23:20.500254 [ 290 ] {} <Trace> HTTP-Session: 679f4078-4e54-4cc6-9600-8df59c96237d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7639 | 2024.11.01 08:23:20.500417 [ 290 ] {c387d1b1-0f2c-474d-a672-2aa3973e75c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34840) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7640 | 2024.11.01 08:23:20.500466 [ 290 ] {c387d1b1-0f2c-474d-a672-2aa3973e75c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7641 | 2024.11.01 08:23:20.500629 [ 290 ] {c387d1b1-0f2c-474d-a672-2aa3973e75c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7642 | 2024.11.01 08:23:20.500954 [ 290 ] {c387d1b1-0f2c-474d-a672-2aa3973e75c8} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7643 | 2024.11.01 08:23:20.500991 [ 290 ] {c387d1b1-0f2c-474d-a672-2aa3973e75c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7644 | 2024.11.01 08:23:20.501369 [ 290 ] {c387d1b1-0f2c-474d-a672-2aa3973e75c8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7645 | 2024.11.01 08:23:20.501707 [ 290 ] {c387d1b1-0f2c-474d-a672-2aa3973e75c8} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7646 | 2024.11.01 08:23:20.501861 [ 290 ] {c387d1b1-0f2c-474d-a672-2aa3973e75c8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001511 sec., 54268.6962276638 rows/sec., 3.45 MiB/sec. | ||
| 7647 | 2024.11.01 08:23:20.502037 [ 290 ] {c387d1b1-0f2c-474d-a672-2aa3973e75c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7648 | 2024.11.01 08:23:20.502061 [ 290 ] {c387d1b1-0f2c-474d-a672-2aa3973e75c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7649 | 2024.11.01 08:23:20.502077 [ 290 ] {} <Debug> HTTP-Session: 679f4078-4e54-4cc6-9600-8df59c96237d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7650 | 2024.11.01 08:23:20.502458 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34840, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7651 | 2024.11.01 08:23:20.671838 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48043, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7652 | 2024.11.01 08:23:20.695050 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35099, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7653 | 2024.11.01 08:23:20.725541 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37824, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7654 | 2024.11.01 08:23:20.755853 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57311, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7655 | 2024.11.01 08:23:20.856325 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42133, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7656 | 2024.11.01 08:23:21.014982 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50868, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7657 | 2024.11.01 08:23:21.205792 [ 51 ] {} <Debug> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 7658 | 2024.11.01 08:23:21.205853 [ 51 ] {} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7659 | 2024.11.01 08:23:21.205876 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7660 | 2024.11.01 08:23:21.206072 [ 201 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 7661 | 2024.11.01 08:23:21.206300 [ 201 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7662 | 2024.11.01 08:23:21.206340 [ 201 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 7663 | 2024.11.01 08:23:21.206423 [ 201 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 7664 | 2024.11.01 08:23:21.206525 [ 201 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 7665 | 2024.11.01 08:23:21.206640 [ 201 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 7666 | 2024.11.01 08:23:21.206724 [ 201 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 7667 | 2024.11.01 08:23:21.207650 [ 190 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001698802 sec., 21191.40429549765 rows/sec., 1.77 MiB/sec. | ||
| 7668 | 2024.11.01 08:23:21.207848 [ 191 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 7669 | 2024.11.01 08:23:21.208397 [ 191 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_9_2} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7670 | 2024.11.01 08:23:21.208499 [ 191 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_9_2} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 7671 | 2024.11.01 08:23:21.208609 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7672 | 2024.11.01 08:23:21.438662 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53057, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7673 | 2024.11.01 08:23:21.490234 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51007, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7674 | 2024.11.01 08:23:21.687110 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7675 | 2024.11.01 08:23:21.825931 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35709, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7676 | 2024.11.01 08:23:21.858370 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50816, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7677 | 2024.11.01 08:23:21.904704 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62786, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7678 | 2024.11.01 08:23:21.934202 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54652, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7679 | 2024.11.01 08:23:22.121305 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61152, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7680 | 2024.11.01 08:23:22.516515 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65473, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7681 | 2024.11.01 08:23:22.800473 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45334, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7682 | 2024.11.01 08:23:22.896962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65099, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7683 | 2024.11.01 08:23:22.932419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53471, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7684 | 2024.11.01 08:23:23.000418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57849, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7685 | 2024.11.01 08:23:23.007368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7686 | 2024.11.01 08:23:23.023272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48777, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7687 | 2024.11.01 08:23:23.856854 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 728 | ||
| 7688 | 2024.11.01 08:23:23.859825 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7689 | 2024.11.01 08:23:23.859883 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7690 | 2024.11.01 08:23:23.861385 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7691 | 2024.11.01 08:23:23.862408 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7692 | 2024.11.01 08:23:23.862674 [ 47 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7693 | 2024.11.01 08:23:23.862835 [ 47 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7694 | 2024.11.01 08:23:23.862952 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7695 | 2024.11.01 08:23:23.863411 [ 201 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 7696 | 2024.11.01 08:23:23.863865 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 728 | ||
| 7697 | 2024.11.01 08:23:23.864659 [ 201 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7698 | 2024.11.01 08:23:23.864841 [ 201 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 588 rows starting from the beginning of the part | ||
| 7699 | 2024.11.01 08:23:23.865376 [ 201 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part | ||
| 7700 | 2024.11.01 08:23:23.865843 [ 201 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 28 rows starting from the beginning of the part | ||
| 7701 | 2024.11.01 08:23:23.866297 [ 201 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 20 rows starting from the beginning of the part | ||
| 7702 | 2024.11.01 08:23:23.866748 [ 201 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part | ||
| 7703 | 2024.11.01 08:23:23.867165 [ 201 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part | ||
| 7704 | 2024.11.01 08:23:23.875638 [ 190 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 728 rows, containing 72 columns (72 merged, 0 gathered) in 0.012520688 sec., 58143.76973533723 rows/sec., 43.13 MiB/sec. | ||
| 7705 | 2024.11.01 08:23:23.877034 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7706 | 2024.11.01 08:23:23.878801 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_21_4} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7707 | 2024.11.01 08:23:23.878910 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_21_4} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7708 | 2024.11.01 08:23:23.879268 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. | ||
| 7709 | 2024.11.01 08:23:25.467107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38798, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7710 | 2024.11.01 08:23:25.467228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7711 | 2024.11.01 08:23:25.467258 [ 3 ] {} <Debug> HTTP-Session: 8d0c6a9b-1cd3-4f24-ae77-3e1beba2c0d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38798 | ||
| 7712 | 2024.11.01 08:23:25.467285 [ 3 ] {} <Debug> HTTP-Session: 8d0c6a9b-1cd3-4f24-ae77-3e1beba2c0d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7713 | 2024.11.01 08:23:25.467303 [ 3 ] {} <Debug> HTTP-Session: 8d0c6a9b-1cd3-4f24-ae77-3e1beba2c0d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7714 | 2024.11.01 08:23:25.467366 [ 3 ] {} <Trace> HTTP-Session: 8d0c6a9b-1cd3-4f24-ae77-3e1beba2c0d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7715 | 2024.11.01 08:23:25.467572 [ 3 ] {34cc2b57-5232-48ab-984e-5229dd07ea75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38798) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7716 | 2024.11.01 08:23:25.467648 [ 3 ] {34cc2b57-5232-48ab-984e-5229dd07ea75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7717 | 2024.11.01 08:23:25.468022 [ 3 ] {34cc2b57-5232-48ab-984e-5229dd07ea75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7718 | 2024.11.01 08:23:25.468469 [ 3 ] {34cc2b57-5232-48ab-984e-5229dd07ea75} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7719 | 2024.11.01 08:23:25.468521 [ 3 ] {34cc2b57-5232-48ab-984e-5229dd07ea75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7720 | 2024.11.01 08:23:25.468957 [ 3 ] {34cc2b57-5232-48ab-984e-5229dd07ea75} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7721 | 2024.11.01 08:23:25.469368 [ 3 ] {34cc2b57-5232-48ab-984e-5229dd07ea75} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7722 | 2024.11.01 08:23:25.469541 [ 3 ] {34cc2b57-5232-48ab-984e-5229dd07ea75} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002019 sec., 2971.7682020802376 rows/sec., 242.33 KiB/sec. | ||
| 7723 | 2024.11.01 08:23:25.469763 [ 3 ] {34cc2b57-5232-48ab-984e-5229dd07ea75} <Debug> DynamicQueryHandler: Done processing query | ||
| 7724 | 2024.11.01 08:23:25.469792 [ 3 ] {34cc2b57-5232-48ab-984e-5229dd07ea75} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7725 | 2024.11.01 08:23:25.469810 [ 3 ] {} <Debug> HTTP-Session: 8d0c6a9b-1cd3-4f24-ae77-3e1beba2c0d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7726 | 2024.11.01 08:23:25.470008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7727 | 2024.11.01 08:23:25.470125 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57499, User-Agent: (none), Length: 8195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7728 | 2024.11.01 08:23:25.470239 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7729 | 2024.11.01 08:23:25.470264 [ 286 ] {} <Debug> HTTP-Session: e3478492-3cab-4f14-9c02-5b629ec5a3f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57499 | ||
| 7730 | 2024.11.01 08:23:25.470290 [ 286 ] {} <Debug> HTTP-Session: e3478492-3cab-4f14-9c02-5b629ec5a3f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7731 | 2024.11.01 08:23:25.470305 [ 286 ] {} <Debug> HTTP-Session: e3478492-3cab-4f14-9c02-5b629ec5a3f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7732 | 2024.11.01 08:23:25.470369 [ 286 ] {} <Trace> HTTP-Session: e3478492-3cab-4f14-9c02-5b629ec5a3f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7733 | 2024.11.01 08:23:25.470574 [ 286 ] {28fa51c0-ca94-4a11-ba7a-70a622e4d473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57499) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7734 | 2024.11.01 08:23:25.470644 [ 286 ] {28fa51c0-ca94-4a11-ba7a-70a622e4d473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7735 | 2024.11.01 08:23:25.470994 [ 286 ] {28fa51c0-ca94-4a11-ba7a-70a622e4d473} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7736 | 2024.11.01 08:23:25.471445 [ 286 ] {28fa51c0-ca94-4a11-ba7a-70a622e4d473} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7737 | 2024.11.01 08:23:25.471483 [ 286 ] {28fa51c0-ca94-4a11-ba7a-70a622e4d473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7738 | 2024.11.01 08:23:25.471911 [ 286 ] {28fa51c0-ca94-4a11-ba7a-70a622e4d473} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7739 | 2024.11.01 08:23:25.472313 [ 286 ] {28fa51c0-ca94-4a11-ba7a-70a622e4d473} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7740 | 2024.11.01 08:23:25.472464 [ 286 ] {28fa51c0-ca94-4a11-ba7a-70a622e4d473} <Debug> executeQuery: Read 59 rows, 4.60 KiB in 0.001963 sec., 30056.036678553235 rows/sec., 2.29 MiB/sec. | ||
| 7741 | 2024.11.01 08:23:25.472662 [ 286 ] {28fa51c0-ca94-4a11-ba7a-70a622e4d473} <Debug> DynamicQueryHandler: Done processing query | ||
| 7742 | 2024.11.01 08:23:25.472687 [ 286 ] {28fa51c0-ca94-4a11-ba7a-70a622e4d473} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7743 | 2024.11.01 08:23:25.472704 [ 286 ] {} <Debug> HTTP-Session: e3478492-3cab-4f14-9c02-5b629ec5a3f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7744 | 2024.11.01 08:23:25.472889 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57499, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7745 | 2024.11.01 08:23:25.473011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55358, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7746 | 2024.11.01 08:23:25.473083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7747 | 2024.11.01 08:23:25.473104 [ 3 ] {} <Debug> HTTP-Session: 1e629ba7-a128-4ddf-99a2-db541fd95031 Authenticating user 'default' from [fd00:1122:3344:101::d]:55358 | ||
| 7748 | 2024.11.01 08:23:25.473124 [ 3 ] {} <Debug> HTTP-Session: 1e629ba7-a128-4ddf-99a2-db541fd95031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7749 | 2024.11.01 08:23:25.473139 [ 3 ] {} <Debug> HTTP-Session: 1e629ba7-a128-4ddf-99a2-db541fd95031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7750 | 2024.11.01 08:23:25.473184 [ 3 ] {} <Trace> HTTP-Session: 1e629ba7-a128-4ddf-99a2-db541fd95031 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7751 | 2024.11.01 08:23:25.473311 [ 3 ] {8b9e3d77-cb69-48c4-8b8b-19075ebaa14a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55358) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7752 | 2024.11.01 08:23:25.473363 [ 3 ] {8b9e3d77-cb69-48c4-8b8b-19075ebaa14a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7753 | 2024.11.01 08:23:25.473641 [ 3 ] {8b9e3d77-cb69-48c4-8b8b-19075ebaa14a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7754 | 2024.11.01 08:23:25.473994 [ 3 ] {8b9e3d77-cb69-48c4-8b8b-19075ebaa14a} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7755 | 2024.11.01 08:23:25.474034 [ 3 ] {8b9e3d77-cb69-48c4-8b8b-19075ebaa14a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7756 | 2024.11.01 08:23:25.474423 [ 3 ] {8b9e3d77-cb69-48c4-8b8b-19075ebaa14a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7757 | 2024.11.01 08:23:25.474811 [ 3 ] {8b9e3d77-cb69-48c4-8b8b-19075ebaa14a} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7758 | 2024.11.01 08:23:25.474979 [ 3 ] {8b9e3d77-cb69-48c4-8b8b-19075ebaa14a} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001697 sec., 3535.6511490866237 rows/sec., 246.87 KiB/sec. | ||
| 7759 | 2024.11.01 08:23:25.474987 [ 46 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7760 | 2024.11.01 08:23:25.475075 [ 46 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7761 | 2024.11.01 08:23:25.475124 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7762 | 2024.11.01 08:23:25.475333 [ 3 ] {8b9e3d77-cb69-48c4-8b8b-19075ebaa14a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7763 | 2024.11.01 08:23:25.475349 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 7764 | 2024.11.01 08:23:25.475369 [ 3 ] {8b9e3d77-cb69-48c4-8b8b-19075ebaa14a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7765 | 2024.11.01 08:23:25.475429 [ 3 ] {} <Debug> HTTP-Session: 1e629ba7-a128-4ddf-99a2-db541fd95031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7766 | 2024.11.01 08:23:25.475593 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7767 | 2024.11.01 08:23:25.475628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55358, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7768 | 2024.11.01 08:23:25.475666 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 60 rows starting from the beginning of the part | ||
| 7769 | 2024.11.01 08:23:25.475754 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57499, User-Agent: (none), Length: 11895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7770 | 2024.11.01 08:23:25.475935 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
| 7771 | 2024.11.01 08:23:25.475966 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7772 | 2024.11.01 08:23:25.476127 [ 286 ] {} <Debug> HTTP-Session: 8e31d92e-5bc1-4a27-b117-785911e9fc96 Authenticating user 'default' from [fd00:1122:3344:101::d]:57499 | ||
| 7773 | 2024.11.01 08:23:25.476217 [ 286 ] {} <Debug> HTTP-Session: 8e31d92e-5bc1-4a27-b117-785911e9fc96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7774 | 2024.11.01 08:23:25.476320 [ 286 ] {} <Debug> HTTP-Session: 8e31d92e-5bc1-4a27-b117-785911e9fc96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7775 | 2024.11.01 08:23:25.476328 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part | ||
| 7776 | 2024.11.01 08:23:25.476464 [ 286 ] {} <Trace> HTTP-Session: 8e31d92e-5bc1-4a27-b117-785911e9fc96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7777 | 2024.11.01 08:23:25.476606 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part | ||
| 7778 | 2024.11.01 08:23:25.476871 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 42 rows starting from the beginning of the part | ||
| 7779 | 2024.11.01 08:23:25.476986 [ 286 ] {a503a761-0d1c-4bd3-b663-a836786598e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57499) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7780 | 2024.11.01 08:23:25.477153 [ 286 ] {a503a761-0d1c-4bd3-b663-a836786598e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7781 | 2024.11.01 08:23:25.477231 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 7782 | 2024.11.01 08:23:25.478176 [ 286 ] {a503a761-0d1c-4bd3-b663-a836786598e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7783 | 2024.11.01 08:23:25.480899 [ 286 ] {a503a761-0d1c-4bd3-b663-a836786598e8} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7784 | 2024.11.01 08:23:25.480973 [ 3 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 7785 | |||
| 7786 | (version 23.8.7.1) | ||
| 7787 | 2024.11.01 08:23:25.481023 [ 286 ] {a503a761-0d1c-4bd3-b663-a836786598e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7788 | 2024.11.01 08:23:25.482251 [ 286 ] {a503a761-0d1c-4bd3-b663-a836786598e8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7789 | 2024.11.01 08:23:25.482312 [ 195 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.007071584 sec., 22625.76531651183 rows/sec., 1.72 MiB/sec. | ||
| 7790 | 2024.11.01 08:23:25.482556 [ 195 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7791 | 2024.11.01 08:23:25.483217 [ 286 ] {a503a761-0d1c-4bd3-b663-a836786598e8} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7792 | 2024.11.01 08:23:25.483636 [ 286 ] {a503a761-0d1c-4bd3-b663-a836786598e8} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.006752 sec., 10367.298578199052 rows/sec., 830.05 KiB/sec. | ||
| 7793 | 2024.11.01 08:23:25.483877 [ 195 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_26_5} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7794 | 2024.11.01 08:23:25.484221 [ 195 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_26_5} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7795 | 2024.11.01 08:23:25.484508 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7796 | 2024.11.01 08:23:25.484580 [ 286 ] {a503a761-0d1c-4bd3-b663-a836786598e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7797 | 2024.11.01 08:23:25.484641 [ 286 ] {a503a761-0d1c-4bd3-b663-a836786598e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7798 | 2024.11.01 08:23:25.484659 [ 286 ] {} <Debug> HTTP-Session: 8e31d92e-5bc1-4a27-b117-785911e9fc96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7799 | 2024.11.01 08:23:25.484871 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57499, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7800 | 2024.11.01 08:23:25.484973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47735, User-Agent: (none), Length: 25063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7801 | 2024.11.01 08:23:25.485043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7802 | 2024.11.01 08:23:25.485066 [ 3 ] {} <Debug> HTTP-Session: 9dce87cc-cbae-4795-8e2d-4f26835da101 Authenticating user 'default' from [fd00:1122:3344:101::d]:47735 | ||
| 7803 | 2024.11.01 08:23:25.485091 [ 3 ] {} <Debug> HTTP-Session: 9dce87cc-cbae-4795-8e2d-4f26835da101 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7804 | 2024.11.01 08:23:25.485106 [ 3 ] {} <Debug> HTTP-Session: 9dce87cc-cbae-4795-8e2d-4f26835da101 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7805 | 2024.11.01 08:23:25.485149 [ 3 ] {} <Trace> HTTP-Session: 9dce87cc-cbae-4795-8e2d-4f26835da101 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7806 | 2024.11.01 08:23:25.485339 [ 3 ] {25292901-0e32-419f-b550-5cf3dd28af0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7807 | 2024.11.01 08:23:25.485397 [ 3 ] {25292901-0e32-419f-b550-5cf3dd28af0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7808 | 2024.11.01 08:23:25.485591 [ 3 ] {25292901-0e32-419f-b550-5cf3dd28af0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7809 | 2024.11.01 08:23:25.485998 [ 3 ] {25292901-0e32-419f-b550-5cf3dd28af0e} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7810 | 2024.11.01 08:23:25.486036 [ 3 ] {25292901-0e32-419f-b550-5cf3dd28af0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7811 | 2024.11.01 08:23:25.486462 [ 3 ] {25292901-0e32-419f-b550-5cf3dd28af0e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7812 | 2024.11.01 08:23:25.486832 [ 3 ] {25292901-0e32-419f-b550-5cf3dd28af0e} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7813 | 2024.11.01 08:23:25.487003 [ 3 ] {25292901-0e32-419f-b550-5cf3dd28af0e} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.001742 sec., 75200.91848450057 rows/sec., 5.24 MiB/sec. | ||
| 7814 | 2024.11.01 08:23:25.487195 [ 3 ] {25292901-0e32-419f-b550-5cf3dd28af0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7815 | 2024.11.01 08:23:25.487220 [ 3 ] {25292901-0e32-419f-b550-5cf3dd28af0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7816 | 2024.11.01 08:23:25.487237 [ 3 ] {} <Debug> HTTP-Session: 9dce87cc-cbae-4795-8e2d-4f26835da101 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7817 | 2024.11.01 08:23:25.487425 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57499, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7818 | 2024.11.01 08:23:25.487441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47735, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7819 | 2024.11.01 08:23:25.487527 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7820 | 2024.11.01 08:23:25.487562 [ 286 ] {} <Debug> HTTP-Session: 39441d23-88ab-4d52-a75f-ba57926e13db Authenticating user 'default' from [fd00:1122:3344:101::d]:57499 | ||
| 7821 | 2024.11.01 08:23:25.487585 [ 286 ] {} <Debug> HTTP-Session: 39441d23-88ab-4d52-a75f-ba57926e13db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7822 | 2024.11.01 08:23:25.487609 [ 286 ] {} <Debug> HTTP-Session: 39441d23-88ab-4d52-a75f-ba57926e13db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7823 | 2024.11.01 08:23:25.487653 [ 286 ] {} <Trace> HTTP-Session: 39441d23-88ab-4d52-a75f-ba57926e13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7824 | 2024.11.01 08:23:25.487796 [ 286 ] {9a31dbd8-9577-42d5-b1ef-9ca6fdff1a31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57499) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7825 | 2024.11.01 08:23:25.487849 [ 286 ] {9a31dbd8-9577-42d5-b1ef-9ca6fdff1a31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7826 | 2024.11.01 08:23:25.488018 [ 286 ] {9a31dbd8-9577-42d5-b1ef-9ca6fdff1a31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7827 | 2024.11.01 08:23:25.488352 [ 286 ] {9a31dbd8-9577-42d5-b1ef-9ca6fdff1a31} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7828 | 2024.11.01 08:23:25.488391 [ 286 ] {9a31dbd8-9577-42d5-b1ef-9ca6fdff1a31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7829 | 2024.11.01 08:23:25.488797 [ 286 ] {9a31dbd8-9577-42d5-b1ef-9ca6fdff1a31} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7830 | 2024.11.01 08:23:25.489148 [ 286 ] {9a31dbd8-9577-42d5-b1ef-9ca6fdff1a31} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7831 | 2024.11.01 08:23:25.489340 [ 286 ] {9a31dbd8-9577-42d5-b1ef-9ca6fdff1a31} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001587 sec., 30245.746691871453 rows/sec., 2.04 MiB/sec. | ||
| 7832 | 2024.11.01 08:23:25.489553 [ 286 ] {9a31dbd8-9577-42d5-b1ef-9ca6fdff1a31} <Debug> DynamicQueryHandler: Done processing query | ||
| 7833 | 2024.11.01 08:23:25.489579 [ 286 ] {9a31dbd8-9577-42d5-b1ef-9ca6fdff1a31} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7834 | 2024.11.01 08:23:25.489597 [ 286 ] {} <Debug> HTTP-Session: 39441d23-88ab-4d52-a75f-ba57926e13db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7835 | 2024.11.01 08:23:25.489860 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57499, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7836 | 2024.11.01 08:23:28.637349 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7837 | 2024.11.01 08:23:28.637450 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7838 | 2024.11.01 08:23:30.469028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53775, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7839 | 2024.11.01 08:23:30.469158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7840 | 2024.11.01 08:23:30.469188 [ 3 ] {} <Debug> HTTP-Session: 868a3163-ec79-4d3d-a4cd-31bc3d9183ec Authenticating user 'default' from [fd00:1122:3344:101::d]:53775 | ||
| 7841 | 2024.11.01 08:23:30.469224 [ 3 ] {} <Debug> HTTP-Session: 868a3163-ec79-4d3d-a4cd-31bc3d9183ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7842 | 2024.11.01 08:23:30.469243 [ 3 ] {} <Debug> HTTP-Session: 868a3163-ec79-4d3d-a4cd-31bc3d9183ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7843 | 2024.11.01 08:23:30.469301 [ 3 ] {} <Trace> HTTP-Session: 868a3163-ec79-4d3d-a4cd-31bc3d9183ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7844 | 2024.11.01 08:23:30.469527 [ 3 ] {907a6d66-f7d9-4da6-8f0c-6fed0af9c3c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53775) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7845 | 2024.11.01 08:23:30.469608 [ 3 ] {907a6d66-f7d9-4da6-8f0c-6fed0af9c3c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7846 | 2024.11.01 08:23:30.470002 [ 3 ] {907a6d66-f7d9-4da6-8f0c-6fed0af9c3c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7847 | 2024.11.01 08:23:30.470523 [ 3 ] {907a6d66-f7d9-4da6-8f0c-6fed0af9c3c1} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7848 | 2024.11.01 08:23:30.470572 [ 3 ] {907a6d66-f7d9-4da6-8f0c-6fed0af9c3c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7849 | 2024.11.01 08:23:30.471018 [ 3 ] {907a6d66-f7d9-4da6-8f0c-6fed0af9c3c1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7850 | 2024.11.01 08:23:30.471417 [ 3 ] {907a6d66-f7d9-4da6-8f0c-6fed0af9c3c1} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7851 | 2024.11.01 08:23:30.471608 [ 45 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7852 | 2024.11.01 08:23:30.471619 [ 3 ] {907a6d66-f7d9-4da6-8f0c-6fed0af9c3c1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002161 sec., 25913.928736695972 rows/sec., 1.98 MiB/sec. | ||
| 7853 | 2024.11.01 08:23:30.471699 [ 45 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7854 | 2024.11.01 08:23:30.471768 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7855 | 2024.11.01 08:23:30.472012 [ 190 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 7856 | 2024.11.01 08:23:30.472049 [ 3 ] {907a6d66-f7d9-4da6-8f0c-6fed0af9c3c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7857 | 2024.11.01 08:23:30.472098 [ 3 ] {907a6d66-f7d9-4da6-8f0c-6fed0af9c3c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7858 | 2024.11.01 08:23:30.472123 [ 3 ] {} <Debug> HTTP-Session: 868a3163-ec79-4d3d-a4cd-31bc3d9183ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7859 | 2024.11.01 08:23:30.472267 [ 190 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7860 | 2024.11.01 08:23:30.472314 [ 190 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1423 rows starting from the beginning of the part | ||
| 7861 | 2024.11.01 08:23:30.472387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53775, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7862 | 2024.11.01 08:23:30.472579 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44056, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7863 | 2024.11.01 08:23:30.472658 [ 190 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 7864 | 2024.11.01 08:23:30.472809 [ 3 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 7865 | |||
| 7866 | (version 23.8.7.1) | ||
| 7867 | 2024.11.01 08:23:30.472876 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7868 | 2024.11.01 08:23:30.472979 [ 190 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part | ||
| 7869 | 2024.11.01 08:23:30.472997 [ 286 ] {} <Debug> HTTP-Session: 639a5397-5b59-464b-b905-50593cbfaecf Authenticating user 'default' from [fd00:1122:3344:101::d]:44056 | ||
| 7870 | 2024.11.01 08:23:30.473092 [ 286 ] {} <Debug> HTTP-Session: 639a5397-5b59-464b-b905-50593cbfaecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7871 | 2024.11.01 08:23:30.473238 [ 286 ] {} <Debug> HTTP-Session: 639a5397-5b59-464b-b905-50593cbfaecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7872 | 2024.11.01 08:23:30.473343 [ 190 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 273 rows starting from the beginning of the part | ||
| 7873 | 2024.11.01 08:23:30.473374 [ 286 ] {} <Trace> HTTP-Session: 639a5397-5b59-464b-b905-50593cbfaecf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7874 | 2024.11.01 08:23:30.473468 [ 190 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 59 rows starting from the beginning of the part | ||
| 7875 | 2024.11.01 08:23:30.473603 [ 190 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part | ||
| 7876 | 2024.11.01 08:23:30.473699 [ 286 ] {709bf2b9-fc2b-4b9e-81db-131bd17194c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44056) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7877 | 2024.11.01 08:23:30.473813 [ 286 ] {709bf2b9-fc2b-4b9e-81db-131bd17194c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7878 | 2024.11.01 08:23:30.474296 [ 286 ] {709bf2b9-fc2b-4b9e-81db-131bd17194c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7879 | 2024.11.01 08:23:30.474964 [ 286 ] {709bf2b9-fc2b-4b9e-81db-131bd17194c9} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7880 | 2024.11.01 08:23:30.475017 [ 286 ] {709bf2b9-fc2b-4b9e-81db-131bd17194c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7881 | 2024.11.01 08:23:30.475563 [ 286 ] {709bf2b9-fc2b-4b9e-81db-131bd17194c9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7882 | 2024.11.01 08:23:30.475624 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1927 rows, containing 5 columns (5 merged, 0 gathered) in 0.003726892 sec., 517052.8150534011 rows/sec., 45.10 MiB/sec. | ||
| 7883 | 2024.11.01 08:23:30.475941 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7884 | 2024.11.01 08:23:30.476169 [ 286 ] {709bf2b9-fc2b-4b9e-81db-131bd17194c9} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7885 | 2024.11.01 08:23:30.476536 [ 45 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7886 | 2024.11.01 08:23:30.476648 [ 45 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7887 | 2024.11.01 08:23:30.476742 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7888 | 2024.11.01 08:23:30.476732 [ 286 ] {709bf2b9-fc2b-4b9e-81db-131bd17194c9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003088 sec., 20725.38860103627 rows/sec., 1.62 MiB/sec. | ||
| 7889 | 2024.11.01 08:23:30.477198 [ 190 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 7890 | 2024.11.01 08:23:30.477289 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_41_8} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7891 | 2024.11.01 08:23:30.477405 [ 286 ] {709bf2b9-fc2b-4b9e-81db-131bd17194c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 7892 | 2024.11.01 08:23:30.477488 [ 286 ] {709bf2b9-fc2b-4b9e-81db-131bd17194c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7893 | 2024.11.01 08:23:30.477565 [ 286 ] {} <Debug> HTTP-Session: 639a5397-5b59-464b-b905-50593cbfaecf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7894 | 2024.11.01 08:23:30.477641 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_41_8} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7895 | 2024.11.01 08:23:30.477679 [ 190 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7896 | 2024.11.01 08:23:30.477762 [ 190 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 916 rows starting from the beginning of the part | ||
| 7897 | 2024.11.01 08:23:30.477850 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 7898 | 2024.11.01 08:23:30.477885 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44056, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7899 | 2024.11.01 08:23:30.478126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38166, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7900 | 2024.11.01 08:23:30.478252 [ 190 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 72 rows starting from the beginning of the part | ||
| 7901 | 2024.11.01 08:23:30.478344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7902 | 2024.11.01 08:23:30.478462 [ 3 ] {} <Debug> HTTP-Session: 2bd2b6ea-cfe0-4805-ba22-8d3baee6d01a Authenticating user 'default' from [fd00:1122:3344:101::d]:38166 | ||
| 7903 | 2024.11.01 08:23:30.478509 [ 190 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part | ||
| 7904 | 2024.11.01 08:23:30.478546 [ 3 ] {} <Debug> HTTP-Session: 2bd2b6ea-cfe0-4805-ba22-8d3baee6d01a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7905 | 2024.11.01 08:23:30.478626 [ 3 ] {} <Debug> HTTP-Session: 2bd2b6ea-cfe0-4805-ba22-8d3baee6d01a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7906 | 2024.11.01 08:23:30.478788 [ 190 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 424 rows starting from the beginning of the part | ||
| 7907 | 2024.11.01 08:23:30.478801 [ 3 ] {} <Trace> HTTP-Session: 2bd2b6ea-cfe0-4805-ba22-8d3baee6d01a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7908 | 2024.11.01 08:23:30.478965 [ 190 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 70 rows starting from the beginning of the part | ||
| 7909 | 2024.11.01 08:23:30.479207 [ 190 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part | ||
| 7910 | 2024.11.01 08:23:30.479338 [ 3 ] {b2a79f3f-2bc9-469e-928b-1dd1ea4275d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38166) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7911 | 2024.11.01 08:23:30.479551 [ 3 ] {b2a79f3f-2bc9-469e-928b-1dd1ea4275d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7912 | 2024.11.01 08:23:30.480247 [ 3 ] {b2a79f3f-2bc9-469e-928b-1dd1ea4275d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7913 | 2024.11.01 08:23:30.481358 [ 3 ] {b2a79f3f-2bc9-469e-928b-1dd1ea4275d6} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7914 | 2024.11.01 08:23:30.481458 [ 3 ] {b2a79f3f-2bc9-469e-928b-1dd1ea4275d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7915 | 2024.11.01 08:23:30.482323 [ 190 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 5 columns (5 merged, 0 gathered) in 0.005438574 sec., 296033.4823062075 rows/sec., 22.84 MiB/sec. | ||
| 7916 | 2024.11.01 08:23:30.482431 [ 3 ] {b2a79f3f-2bc9-469e-928b-1dd1ea4275d6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7917 | 2024.11.01 08:23:30.482538 [ 190 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7918 | 2024.11.01 08:23:30.483315 [ 3 ] {b2a79f3f-2bc9-469e-928b-1dd1ea4275d6} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7919 | 2024.11.01 08:23:30.483440 [ 190 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_41_8} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7920 | 2024.11.01 08:23:30.483618 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7921 | 2024.11.01 08:23:30.483668 [ 3 ] {b2a79f3f-2bc9-469e-928b-1dd1ea4275d6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004572 sec., 34995.62554680665 rows/sec., 2.44 MiB/sec. | ||
| 7922 | 2024.11.01 08:23:30.483721 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7923 | 2024.11.01 08:23:30.483738 [ 190 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_41_8} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7924 | 2024.11.01 08:23:30.483808 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7925 | 2024.11.01 08:23:30.484188 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 7926 | 2024.11.01 08:23:30.484259 [ 3 ] {b2a79f3f-2bc9-469e-928b-1dd1ea4275d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 7927 | 2024.11.01 08:23:30.484265 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 7928 | 2024.11.01 08:23:30.484302 [ 3 ] {b2a79f3f-2bc9-469e-928b-1dd1ea4275d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7929 | 2024.11.01 08:23:30.484341 [ 3 ] {} <Debug> HTTP-Session: 2bd2b6ea-cfe0-4805-ba22-8d3baee6d01a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7930 | 2024.11.01 08:23:30.484473 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7931 | 2024.11.01 08:23:30.484509 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 8092 rows starting from the beginning of the part | ||
| 7932 | 2024.11.01 08:23:30.484667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38166, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7933 | 2024.11.01 08:23:30.484714 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 164 rows starting from the beginning of the part | ||
| 7934 | 2024.11.01 08:23:30.484947 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
| 7935 | 2024.11.01 08:23:30.485047 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part | ||
| 7936 | 2024.11.01 08:23:30.485296 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 131 rows starting from the beginning of the part | ||
| 7937 | 2024.11.01 08:23:30.485420 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 7938 | 2024.11.01 08:23:30.489464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40962, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7939 | 2024.11.01 08:23:30.489538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7940 | 2024.11.01 08:23:30.489562 [ 3 ] {} <Debug> HTTP-Session: a6197667-0a0d-4c72-8432-a70ca5d9af95 Authenticating user 'default' from [fd00:1122:3344:101::d]:40962 | ||
| 7941 | 2024.11.01 08:23:30.489609 [ 3 ] {} <Debug> HTTP-Session: a6197667-0a0d-4c72-8432-a70ca5d9af95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7942 | 2024.11.01 08:23:30.489657 [ 3 ] {} <Debug> HTTP-Session: a6197667-0a0d-4c72-8432-a70ca5d9af95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7943 | 2024.11.01 08:23:30.489807 [ 3 ] {} <Trace> HTTP-Session: a6197667-0a0d-4c72-8432-a70ca5d9af95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7944 | 2024.11.01 08:23:30.489999 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8944 rows, containing 5 columns (5 merged, 0 gathered) in 0.005972817 sec., 1497450.8678233402 rows/sec., 101.91 MiB/sec. | ||
| 7945 | 2024.11.01 08:23:30.490113 [ 3 ] {a930e070-4bb6-4573-85ef-d586ab5904b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40962) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7946 | 2024.11.01 08:23:30.490194 [ 3 ] {a930e070-4bb6-4573-85ef-d586ab5904b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7947 | 2024.11.01 08:23:30.490332 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7948 | 2024.11.01 08:23:30.490568 [ 3 ] {a930e070-4bb6-4573-85ef-d586ab5904b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7949 | 2024.11.01 08:23:30.491297 [ 3 ] {a930e070-4bb6-4573-85ef-d586ab5904b4} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7950 | 2024.11.01 08:23:30.491347 [ 3 ] {a930e070-4bb6-4573-85ef-d586ab5904b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7951 | 2024.11.01 08:23:30.491413 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7952 | 2024.11.01 08:23:30.491596 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7953 | 2024.11.01 08:23:30.491755 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
| 7954 | 2024.11.01 08:23:30.491966 [ 3 ] {a930e070-4bb6-4573-85ef-d586ab5904b4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7955 | 2024.11.01 08:23:30.492308 [ 3 ] {a930e070-4bb6-4573-85ef-d586ab5904b4} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7956 | 2024.11.01 08:23:30.492470 [ 3 ] {a930e070-4bb6-4573-85ef-d586ab5904b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002454 sec., 24449.877750611246 rows/sec., 1.65 MiB/sec. | ||
| 7957 | 2024.11.01 08:23:30.492480 [ 45 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7958 | 2024.11.01 08:23:30.492564 [ 45 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7959 | 2024.11.01 08:23:30.492617 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7960 | 2024.11.01 08:23:30.492773 [ 3 ] {a930e070-4bb6-4573-85ef-d586ab5904b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 7961 | 2024.11.01 08:23:30.492801 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 7962 | 2024.11.01 08:23:30.492812 [ 3 ] {a930e070-4bb6-4573-85ef-d586ab5904b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7963 | 2024.11.01 08:23:30.492872 [ 3 ] {} <Debug> HTTP-Session: a6197667-0a0d-4c72-8432-a70ca5d9af95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7964 | 2024.11.01 08:23:30.492990 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7965 | 2024.11.01 08:23:30.493025 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2212 rows starting from the beginning of the part | ||
| 7966 | 2024.11.01 08:23:30.493086 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 7967 | 2024.11.01 08:23:30.493263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7968 | 2024.11.01 08:23:30.493445 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 7969 | 2024.11.01 08:23:30.493617 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
| 7970 | 2024.11.01 08:23:30.493802 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 48 rows starting from the beginning of the part | ||
| 7971 | 2024.11.01 08:23:30.493961 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 7972 | 2024.11.01 08:23:30.495291 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2522 rows, containing 4 columns (4 merged, 0 gathered) in 0.002588844 sec., 974179.9814898078 rows/sec., 63.97 MiB/sec. | ||
| 7973 | 2024.11.01 08:23:30.495504 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7974 | 2024.11.01 08:23:30.495884 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_41_8} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7975 | 2024.11.01 08:23:30.495960 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_41_8} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7976 | 2024.11.01 08:23:30.496029 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 7977 | 2024.11.01 08:23:33.864947 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 748 | ||
| 7978 | 2024.11.01 08:23:33.867536 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7979 | 2024.11.01 08:23:33.867581 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7980 | 2024.11.01 08:23:33.869079 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7981 | 2024.11.01 08:23:33.870078 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7982 | 2024.11.01 08:23:33.870596 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 748 | ||
| 7983 | 2024.11.01 08:23:35.475136 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64240, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7984 | 2024.11.01 08:23:35.475258 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7985 | 2024.11.01 08:23:35.475285 [ 286 ] {} <Debug> HTTP-Session: cf951af2-de96-4f32-9909-7defc0b24309 Authenticating user 'default' from [fd00:1122:3344:101::d]:64240 | ||
| 7986 | 2024.11.01 08:23:35.475309 [ 286 ] {} <Debug> HTTP-Session: cf951af2-de96-4f32-9909-7defc0b24309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7987 | 2024.11.01 08:23:35.475324 [ 286 ] {} <Debug> HTTP-Session: cf951af2-de96-4f32-9909-7defc0b24309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7988 | 2024.11.01 08:23:35.475379 [ 286 ] {} <Trace> HTTP-Session: cf951af2-de96-4f32-9909-7defc0b24309 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7989 | 2024.11.01 08:23:35.475649 [ 286 ] {0c185a8d-9bbb-473d-aac7-ba47c8eff3da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64240) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7990 | 2024.11.01 08:23:35.475721 [ 286 ] {0c185a8d-9bbb-473d-aac7-ba47c8eff3da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7991 | 2024.11.01 08:23:35.476071 [ 286 ] {0c185a8d-9bbb-473d-aac7-ba47c8eff3da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7992 | 2024.11.01 08:23:35.476670 [ 286 ] {0c185a8d-9bbb-473d-aac7-ba47c8eff3da} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7993 | 2024.11.01 08:23:35.476717 [ 286 ] {0c185a8d-9bbb-473d-aac7-ba47c8eff3da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 7994 | 2024.11.01 08:23:35.477190 [ 286 ] {0c185a8d-9bbb-473d-aac7-ba47c8eff3da} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7995 | 2024.11.01 08:23:35.477598 [ 286 ] {0c185a8d-9bbb-473d-aac7-ba47c8eff3da} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7996 | 2024.11.01 08:23:35.477773 [ 286 ] {0c185a8d-9bbb-473d-aac7-ba47c8eff3da} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002243 sec., 121711.99286669638 rows/sec., 10.82 MiB/sec. | ||
| 7997 | 2024.11.01 08:23:35.477995 [ 286 ] {0c185a8d-9bbb-473d-aac7-ba47c8eff3da} <Debug> DynamicQueryHandler: Done processing query | ||
| 7998 | 2024.11.01 08:23:35.478024 [ 286 ] {0c185a8d-9bbb-473d-aac7-ba47c8eff3da} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7999 | 2024.11.01 08:23:35.478042 [ 286 ] {} <Debug> HTTP-Session: cf951af2-de96-4f32-9909-7defc0b24309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8000 | 2024.11.01 08:23:35.478244 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8001 | 2024.11.01 08:23:35.478373 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51418, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8002 | 2024.11.01 08:23:35.478513 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8003 | 2024.11.01 08:23:35.478540 [ 287 ] {} <Debug> HTTP-Session: 7cba0a7d-7eaf-4230-96ae-dd2a09e5f13e Authenticating user 'default' from [fd00:1122:3344:101::d]:51418 | ||
| 8004 | 2024.11.01 08:23:35.478565 [ 287 ] {} <Debug> HTTP-Session: 7cba0a7d-7eaf-4230-96ae-dd2a09e5f13e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8005 | 2024.11.01 08:23:35.478579 [ 287 ] {} <Debug> HTTP-Session: 7cba0a7d-7eaf-4230-96ae-dd2a09e5f13e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8006 | 2024.11.01 08:23:35.478637 [ 287 ] {} <Trace> HTTP-Session: 7cba0a7d-7eaf-4230-96ae-dd2a09e5f13e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8007 | 2024.11.01 08:23:35.478844 [ 287 ] {0b61964e-f1db-4b74-8851-882e5ea3a94a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51418) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8008 | 2024.11.01 08:23:35.478915 [ 287 ] {0b61964e-f1db-4b74-8851-882e5ea3a94a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8009 | 2024.11.01 08:23:35.479291 [ 287 ] {0b61964e-f1db-4b74-8851-882e5ea3a94a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8010 | 2024.11.01 08:23:35.479727 [ 287 ] {0b61964e-f1db-4b74-8851-882e5ea3a94a} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8011 | 2024.11.01 08:23:35.479777 [ 287 ] {0b61964e-f1db-4b74-8851-882e5ea3a94a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 8012 | 2024.11.01 08:23:35.480228 [ 287 ] {0b61964e-f1db-4b74-8851-882e5ea3a94a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8013 | 2024.11.01 08:23:35.480643 [ 287 ] {0b61964e-f1db-4b74-8851-882e5ea3a94a} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8014 | 2024.11.01 08:23:35.480823 [ 287 ] {0b61964e-f1db-4b74-8851-882e5ea3a94a} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.002047 sec., 20517.83097215437 rows/sec., 1.51 MiB/sec. | ||
| 8015 | 2024.11.01 08:23:35.481046 [ 287 ] {0b61964e-f1db-4b74-8851-882e5ea3a94a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8016 | 2024.11.01 08:23:35.481074 [ 287 ] {0b61964e-f1db-4b74-8851-882e5ea3a94a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8017 | 2024.11.01 08:23:35.481091 [ 287 ] {} <Debug> HTTP-Session: 7cba0a7d-7eaf-4230-96ae-dd2a09e5f13e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8018 | 2024.11.01 08:23:35.481312 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51418, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8019 | 2024.11.01 08:23:35.481431 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53246, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8020 | 2024.11.01 08:23:35.481506 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8021 | 2024.11.01 08:23:35.481532 [ 286 ] {} <Debug> HTTP-Session: 5ea894a3-541d-4403-9acc-826b4f9a6445 Authenticating user 'default' from [fd00:1122:3344:101::d]:53246 | ||
| 8022 | 2024.11.01 08:23:35.481554 [ 286 ] {} <Debug> HTTP-Session: 5ea894a3-541d-4403-9acc-826b4f9a6445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8023 | 2024.11.01 08:23:35.481572 [ 286 ] {} <Debug> HTTP-Session: 5ea894a3-541d-4403-9acc-826b4f9a6445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8024 | 2024.11.01 08:23:35.481622 [ 286 ] {} <Trace> HTTP-Session: 5ea894a3-541d-4403-9acc-826b4f9a6445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8025 | 2024.11.01 08:23:35.481774 [ 286 ] {240fe39f-25c1-4e72-9ded-a936c278c5c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53246) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8026 | 2024.11.01 08:23:35.481835 [ 286 ] {240fe39f-25c1-4e72-9ded-a936c278c5c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8027 | 2024.11.01 08:23:35.482163 [ 286 ] {240fe39f-25c1-4e72-9ded-a936c278c5c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8028 | 2024.11.01 08:23:35.482506 [ 286 ] {240fe39f-25c1-4e72-9ded-a936c278c5c6} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8029 | 2024.11.01 08:23:35.482560 [ 286 ] {240fe39f-25c1-4e72-9ded-a936c278c5c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 8030 | 2024.11.01 08:23:35.483016 [ 286 ] {240fe39f-25c1-4e72-9ded-a936c278c5c6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8031 | 2024.11.01 08:23:35.483405 [ 286 ] {240fe39f-25c1-4e72-9ded-a936c278c5c6} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8032 | 2024.11.01 08:23:35.483584 [ 286 ] {240fe39f-25c1-4e72-9ded-a936c278c5c6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001852 sec., 7559.3952483801295 rows/sec., 529.41 KiB/sec. | ||
| 8033 | 2024.11.01 08:23:35.483955 [ 286 ] {240fe39f-25c1-4e72-9ded-a936c278c5c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8034 | 2024.11.01 08:23:35.483981 [ 286 ] {240fe39f-25c1-4e72-9ded-a936c278c5c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8035 | 2024.11.01 08:23:35.483998 [ 286 ] {} <Debug> HTTP-Session: 5ea894a3-541d-4403-9acc-826b4f9a6445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8036 | 2024.11.01 08:23:35.484186 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8037 | 2024.11.01 08:23:35.484204 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51418, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8038 | 2024.11.01 08:23:35.484303 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8039 | 2024.11.01 08:23:35.484325 [ 287 ] {} <Debug> HTTP-Session: 65c71e7e-032c-4d3b-8c3d-bd8ff24daeec Authenticating user 'default' from [fd00:1122:3344:101::d]:51418 | ||
| 8040 | 2024.11.01 08:23:35.484354 [ 287 ] {} <Debug> HTTP-Session: 65c71e7e-032c-4d3b-8c3d-bd8ff24daeec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8041 | 2024.11.01 08:23:35.484374 [ 287 ] {} <Debug> HTTP-Session: 65c71e7e-032c-4d3b-8c3d-bd8ff24daeec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8042 | 2024.11.01 08:23:35.484450 [ 287 ] {} <Trace> HTTP-Session: 65c71e7e-032c-4d3b-8c3d-bd8ff24daeec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8043 | 2024.11.01 08:23:35.484587 [ 287 ] {d2197a74-ef8a-4bb6-a5d7-df7f1e94052d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51418) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8044 | 2024.11.01 08:23:35.484641 [ 287 ] {d2197a74-ef8a-4bb6-a5d7-df7f1e94052d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8045 | 2024.11.01 08:23:35.484919 [ 287 ] {d2197a74-ef8a-4bb6-a5d7-df7f1e94052d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8046 | 2024.11.01 08:23:35.485266 [ 287 ] {d2197a74-ef8a-4bb6-a5d7-df7f1e94052d} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8047 | 2024.11.01 08:23:35.485307 [ 287 ] {d2197a74-ef8a-4bb6-a5d7-df7f1e94052d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 8048 | 2024.11.01 08:23:35.485688 [ 287 ] {d2197a74-ef8a-4bb6-a5d7-df7f1e94052d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8049 | 2024.11.01 08:23:35.486089 [ 287 ] {d2197a74-ef8a-4bb6-a5d7-df7f1e94052d} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8050 | 2024.11.01 08:23:35.486250 [ 287 ] {d2197a74-ef8a-4bb6-a5d7-df7f1e94052d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001698 sec., 3533.568904593639 rows/sec., 208.77 KiB/sec. | ||
| 8051 | 2024.11.01 08:23:35.486445 [ 287 ] {d2197a74-ef8a-4bb6-a5d7-df7f1e94052d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8052 | 2024.11.01 08:23:35.486471 [ 287 ] {d2197a74-ef8a-4bb6-a5d7-df7f1e94052d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8053 | 2024.11.01 08:23:35.486487 [ 287 ] {} <Debug> HTTP-Session: 65c71e7e-032c-4d3b-8c3d-bd8ff24daeec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8054 | 2024.11.01 08:23:35.486725 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51418, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8055 | 2024.11.01 08:23:35.486830 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44557, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8056 | 2024.11.01 08:23:35.486903 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8057 | 2024.11.01 08:23:35.486928 [ 286 ] {} <Debug> HTTP-Session: 17e28dce-0314-4890-848f-efd1408433f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:44557 | ||
| 8058 | 2024.11.01 08:23:35.486950 [ 286 ] {} <Debug> HTTP-Session: 17e28dce-0314-4890-848f-efd1408433f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8059 | 2024.11.01 08:23:35.486967 [ 286 ] {} <Debug> HTTP-Session: 17e28dce-0314-4890-848f-efd1408433f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8060 | 2024.11.01 08:23:35.487016 [ 286 ] {} <Trace> HTTP-Session: 17e28dce-0314-4890-848f-efd1408433f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8061 | 2024.11.01 08:23:35.487288 [ 286 ] {66aafa7a-35f2-4d25-8cbc-b6cf96a776e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44557) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8062 | 2024.11.01 08:23:35.487339 [ 286 ] {66aafa7a-35f2-4d25-8cbc-b6cf96a776e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8063 | 2024.11.01 08:23:35.487608 [ 286 ] {66aafa7a-35f2-4d25-8cbc-b6cf96a776e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8064 | 2024.11.01 08:23:35.488251 [ 286 ] {66aafa7a-35f2-4d25-8cbc-b6cf96a776e3} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8065 | 2024.11.01 08:23:35.488290 [ 286 ] {66aafa7a-35f2-4d25-8cbc-b6cf96a776e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 8066 | 2024.11.01 08:23:35.488681 [ 286 ] {66aafa7a-35f2-4d25-8cbc-b6cf96a776e3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8067 | 2024.11.01 08:23:35.489052 [ 286 ] {66aafa7a-35f2-4d25-8cbc-b6cf96a776e3} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8068 | 2024.11.01 08:23:35.489214 [ 286 ] {66aafa7a-35f2-4d25-8cbc-b6cf96a776e3} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.002056 sec., 206225.68093385213 rows/sec., 14.75 MiB/sec. | ||
| 8069 | 2024.11.01 08:23:35.489403 [ 286 ] {66aafa7a-35f2-4d25-8cbc-b6cf96a776e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8070 | 2024.11.01 08:23:35.489429 [ 286 ] {66aafa7a-35f2-4d25-8cbc-b6cf96a776e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 8071 | 2024.11.01 08:23:35.489446 [ 286 ] {} <Debug> HTTP-Session: 17e28dce-0314-4890-848f-efd1408433f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8072 | 2024.11.01 08:23:35.489630 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51418, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8073 | 2024.11.01 08:23:35.489652 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44557, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8074 | 2024.11.01 08:23:35.489724 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8075 | 2024.11.01 08:23:35.489761 [ 287 ] {} <Debug> HTTP-Session: 14d18a31-1c0b-4032-9372-0c87af557885 Authenticating user 'default' from [fd00:1122:3344:101::d]:51418 | ||
| 8076 | 2024.11.01 08:23:35.489795 [ 287 ] {} <Debug> HTTP-Session: 14d18a31-1c0b-4032-9372-0c87af557885 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8077 | 2024.11.01 08:23:35.489824 [ 287 ] {} <Debug> HTTP-Session: 14d18a31-1c0b-4032-9372-0c87af557885 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8078 | 2024.11.01 08:23:35.489876 [ 287 ] {} <Trace> HTTP-Session: 14d18a31-1c0b-4032-9372-0c87af557885 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8079 | 2024.11.01 08:23:35.490013 [ 287 ] {2266753e-e648-4aaf-bc70-cbb01b5e2839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51418) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8080 | 2024.11.01 08:23:35.490072 [ 287 ] {2266753e-e648-4aaf-bc70-cbb01b5e2839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8081 | 2024.11.01 08:23:35.490260 [ 287 ] {2266753e-e648-4aaf-bc70-cbb01b5e2839} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8082 | 2024.11.01 08:23:35.490544 [ 287 ] {2266753e-e648-4aaf-bc70-cbb01b5e2839} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8083 | 2024.11.01 08:23:35.490581 [ 287 ] {2266753e-e648-4aaf-bc70-cbb01b5e2839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 8084 | 2024.11.01 08:23:35.490957 [ 287 ] {2266753e-e648-4aaf-bc70-cbb01b5e2839} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8085 | 2024.11.01 08:23:35.491310 [ 287 ] {2266753e-e648-4aaf-bc70-cbb01b5e2839} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8086 | 2024.11.01 08:23:35.491478 [ 287 ] {2266753e-e648-4aaf-bc70-cbb01b5e2839} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0015 sec., 4000 rows/sec., 208.98 KiB/sec. | ||
| 8087 | 2024.11.01 08:23:35.491829 [ 287 ] {2266753e-e648-4aaf-bc70-cbb01b5e2839} <Debug> DynamicQueryHandler: Done processing query | ||
| 8088 | 2024.11.01 08:23:35.491864 [ 287 ] {2266753e-e648-4aaf-bc70-cbb01b5e2839} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8089 | 2024.11.01 08:23:35.491888 [ 287 ] {} <Debug> HTTP-Session: 14d18a31-1c0b-4032-9372-0c87af557885 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8090 | 2024.11.01 08:23:35.492103 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51418, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8091 | 2024.11.01 08:23:35.492209 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54146, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8092 | 2024.11.01 08:23:35.492284 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8093 | 2024.11.01 08:23:35.492310 [ 286 ] {} <Debug> HTTP-Session: 1511f694-9b77-48b3-bca4-1de03e63d04f Authenticating user 'default' from [fd00:1122:3344:101::d]:54146 | ||
| 8094 | 2024.11.01 08:23:35.492330 [ 286 ] {} <Debug> HTTP-Session: 1511f694-9b77-48b3-bca4-1de03e63d04f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8095 | 2024.11.01 08:23:35.492346 [ 286 ] {} <Debug> HTTP-Session: 1511f694-9b77-48b3-bca4-1de03e63d04f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8096 | 2024.11.01 08:23:35.492388 [ 286 ] {} <Trace> HTTP-Session: 1511f694-9b77-48b3-bca4-1de03e63d04f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8097 | 2024.11.01 08:23:35.492606 [ 286 ] {2bf461c8-d110-4863-b242-69141d417cc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54146) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8098 | 2024.11.01 08:23:35.492661 [ 286 ] {2bf461c8-d110-4863-b242-69141d417cc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8099 | 2024.11.01 08:23:35.492839 [ 286 ] {2bf461c8-d110-4863-b242-69141d417cc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8100 | 2024.11.01 08:23:35.493267 [ 286 ] {2bf461c8-d110-4863-b242-69141d417cc9} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8101 | 2024.11.01 08:23:35.493305 [ 286 ] {2bf461c8-d110-4863-b242-69141d417cc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 8102 | 2024.11.01 08:23:35.493701 [ 286 ] {2bf461c8-d110-4863-b242-69141d417cc9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8103 | 2024.11.01 08:23:35.494054 [ 286 ] {2bf461c8-d110-4863-b242-69141d417cc9} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8104 | 2024.11.01 08:23:35.494212 [ 286 ] {2bf461c8-d110-4863-b242-69141d417cc9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001704 sec., 139084.5070422535 rows/sec., 9.32 MiB/sec. | ||
| 8105 | 2024.11.01 08:23:35.494403 [ 286 ] {2bf461c8-d110-4863-b242-69141d417cc9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8106 | 2024.11.01 08:23:35.494429 [ 286 ] {2bf461c8-d110-4863-b242-69141d417cc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8107 | 2024.11.01 08:23:35.494446 [ 286 ] {} <Debug> HTTP-Session: 1511f694-9b77-48b3-bca4-1de03e63d04f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8108 | 2024.11.01 08:23:35.494617 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8109 | 2024.11.01 08:23:35.494710 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38196, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8110 | 2024.11.01 08:23:35.494782 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8111 | 2024.11.01 08:23:35.494807 [ 287 ] {} <Debug> HTTP-Session: 60feb985-5862-40c5-9310-0d57da4c2eb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38196 | ||
| 8112 | 2024.11.01 08:23:35.494830 [ 287 ] {} <Debug> HTTP-Session: 60feb985-5862-40c5-9310-0d57da4c2eb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8113 | 2024.11.01 08:23:35.494847 [ 287 ] {} <Debug> HTTP-Session: 60feb985-5862-40c5-9310-0d57da4c2eb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8114 | 2024.11.01 08:23:35.494892 [ 287 ] {} <Trace> HTTP-Session: 60feb985-5862-40c5-9310-0d57da4c2eb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8115 | 2024.11.01 08:23:35.495017 [ 287 ] {7f31ce61-bc11-40e2-943a-053e0a214087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38196) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8116 | 2024.11.01 08:23:35.495076 [ 287 ] {7f31ce61-bc11-40e2-943a-053e0a214087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8117 | 2024.11.01 08:23:35.495261 [ 287 ] {7f31ce61-bc11-40e2-943a-053e0a214087} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8118 | 2024.11.01 08:23:35.495539 [ 287 ] {7f31ce61-bc11-40e2-943a-053e0a214087} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8119 | 2024.11.01 08:23:35.495576 [ 287 ] {7f31ce61-bc11-40e2-943a-053e0a214087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 8120 | 2024.11.01 08:23:35.495936 [ 287 ] {7f31ce61-bc11-40e2-943a-053e0a214087} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8121 | 2024.11.01 08:23:35.496271 [ 287 ] {7f31ce61-bc11-40e2-943a-053e0a214087} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8122 | 2024.11.01 08:23:35.496425 [ 287 ] {7f31ce61-bc11-40e2-943a-053e0a214087} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec. | ||
| 8123 | 2024.11.01 08:23:35.496602 [ 287 ] {7f31ce61-bc11-40e2-943a-053e0a214087} <Debug> DynamicQueryHandler: Done processing query | ||
| 8124 | 2024.11.01 08:23:35.496627 [ 287 ] {7f31ce61-bc11-40e2-943a-053e0a214087} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8125 | 2024.11.01 08:23:35.496643 [ 287 ] {} <Debug> HTTP-Session: 60feb985-5862-40c5-9310-0d57da4c2eb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8126 | 2024.11.01 08:23:35.496846 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38196, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8127 | 2024.11.01 08:23:35.496901 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54146, User-Agent: (none), Length: 70640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8128 | 2024.11.01 08:23:35.496977 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8129 | 2024.11.01 08:23:35.497003 [ 286 ] {} <Debug> HTTP-Session: b0567a40-087f-43fe-a9d3-3a9d615578a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54146 | ||
| 8130 | 2024.11.01 08:23:35.497024 [ 286 ] {} <Debug> HTTP-Session: b0567a40-087f-43fe-a9d3-3a9d615578a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8131 | 2024.11.01 08:23:35.497041 [ 286 ] {} <Debug> HTTP-Session: b0567a40-087f-43fe-a9d3-3a9d615578a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8132 | 2024.11.01 08:23:35.497087 [ 286 ] {} <Trace> HTTP-Session: b0567a40-087f-43fe-a9d3-3a9d615578a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8133 | 2024.11.01 08:23:35.497569 [ 286 ] {de7f0636-fca2-4d6e-b4af-f4dd9f08654f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54146) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8134 | 2024.11.01 08:23:35.497650 [ 286 ] {de7f0636-fca2-4d6e-b4af-f4dd9f08654f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8135 | 2024.11.01 08:23:35.498121 [ 286 ] {de7f0636-fca2-4d6e-b4af-f4dd9f08654f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8136 | 2024.11.01 08:23:35.498931 [ 286 ] {de7f0636-fca2-4d6e-b4af-f4dd9f08654f} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8137 | 2024.11.01 08:23:35.498969 [ 286 ] {de7f0636-fca2-4d6e-b4af-f4dd9f08654f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 8138 | 2024.11.01 08:23:35.499654 [ 286 ] {de7f0636-fca2-4d6e-b4af-f4dd9f08654f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8139 | 2024.11.01 08:23:35.500082 [ 286 ] {de7f0636-fca2-4d6e-b4af-f4dd9f08654f} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8140 | 2024.11.01 08:23:35.500317 [ 286 ] {de7f0636-fca2-4d6e-b4af-f4dd9f08654f} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003101 sec., 13544.018058690745 rows/sec., 24.27 MiB/sec. | ||
| 8141 | 2024.11.01 08:23:35.500859 [ 286 ] {de7f0636-fca2-4d6e-b4af-f4dd9f08654f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8142 | 2024.11.01 08:23:35.500885 [ 286 ] {de7f0636-fca2-4d6e-b4af-f4dd9f08654f} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 8143 | 2024.11.01 08:23:35.500901 [ 286 ] {} <Debug> HTTP-Session: b0567a40-087f-43fe-a9d3-3a9d615578a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8144 | 2024.11.01 08:23:35.501091 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8145 | 2024.11.01 08:23:35.501196 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45878, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8146 | 2024.11.01 08:23:35.501265 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8147 | 2024.11.01 08:23:35.501289 [ 287 ] {} <Debug> HTTP-Session: ea5582b3-5c26-4b4a-8f28-eec50bf788b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:45878 | ||
| 8148 | 2024.11.01 08:23:35.501311 [ 287 ] {} <Debug> HTTP-Session: ea5582b3-5c26-4b4a-8f28-eec50bf788b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8149 | 2024.11.01 08:23:35.501328 [ 287 ] {} <Debug> HTTP-Session: ea5582b3-5c26-4b4a-8f28-eec50bf788b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8150 | 2024.11.01 08:23:35.501373 [ 287 ] {} <Trace> HTTP-Session: ea5582b3-5c26-4b4a-8f28-eec50bf788b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8151 | 2024.11.01 08:23:35.501542 [ 287 ] {9f688f30-9ba0-4adb-a527-73903a6a5b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8152 | 2024.11.01 08:23:35.501598 [ 287 ] {9f688f30-9ba0-4adb-a527-73903a6a5b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8153 | 2024.11.01 08:23:35.501771 [ 287 ] {9f688f30-9ba0-4adb-a527-73903a6a5b72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8154 | 2024.11.01 08:23:35.502109 [ 287 ] {9f688f30-9ba0-4adb-a527-73903a6a5b72} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8155 | 2024.11.01 08:23:35.502151 [ 287 ] {9f688f30-9ba0-4adb-a527-73903a6a5b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 8156 | 2024.11.01 08:23:35.502523 [ 287 ] {9f688f30-9ba0-4adb-a527-73903a6a5b72} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8157 | 2024.11.01 08:23:35.502871 [ 287 ] {9f688f30-9ba0-4adb-a527-73903a6a5b72} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8158 | 2024.11.01 08:23:35.503007 [ 287 ] {9f688f30-9ba0-4adb-a527-73903a6a5b72} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001532 sec., 53524.804177545695 rows/sec., 3.40 MiB/sec. | ||
| 8159 | 2024.11.01 08:23:35.503301 [ 287 ] {9f688f30-9ba0-4adb-a527-73903a6a5b72} <Debug> DynamicQueryHandler: Done processing query | ||
| 8160 | 2024.11.01 08:23:35.503354 [ 287 ] {9f688f30-9ba0-4adb-a527-73903a6a5b72} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8161 | 2024.11.01 08:23:35.503398 [ 287 ] {} <Debug> HTTP-Session: ea5582b3-5c26-4b4a-8f28-eec50bf788b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8162 | 2024.11.01 08:23:35.503798 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45878, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8163 | 2024.11.01 08:23:40.468380 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54146, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8164 | 2024.11.01 08:23:40.468520 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8165 | 2024.11.01 08:23:40.468547 [ 286 ] {} <Debug> HTTP-Session: ee7ebb27-a9eb-41ed-90df-ff096436229e Authenticating user 'default' from [fd00:1122:3344:101::d]:54146 | ||
| 8166 | 2024.11.01 08:23:40.468571 [ 286 ] {} <Debug> HTTP-Session: ee7ebb27-a9eb-41ed-90df-ff096436229e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8167 | 2024.11.01 08:23:40.468586 [ 286 ] {} <Debug> HTTP-Session: ee7ebb27-a9eb-41ed-90df-ff096436229e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8168 | 2024.11.01 08:23:40.468638 [ 286 ] {} <Trace> HTTP-Session: ee7ebb27-a9eb-41ed-90df-ff096436229e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8169 | 2024.11.01 08:23:40.468827 [ 286 ] {f6b51291-7a10-4bd2-a0ee-dc4c7cec9012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54146) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8170 | 2024.11.01 08:23:40.468903 [ 286 ] {f6b51291-7a10-4bd2-a0ee-dc4c7cec9012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8171 | 2024.11.01 08:23:40.469250 [ 286 ] {f6b51291-7a10-4bd2-a0ee-dc4c7cec9012} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8172 | 2024.11.01 08:23:40.469682 [ 286 ] {f6b51291-7a10-4bd2-a0ee-dc4c7cec9012} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8173 | 2024.11.01 08:23:40.469728 [ 286 ] {f6b51291-7a10-4bd2-a0ee-dc4c7cec9012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 8174 | 2024.11.01 08:23:40.470142 [ 286 ] {f6b51291-7a10-4bd2-a0ee-dc4c7cec9012} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 8175 | 2024.11.01 08:23:40.470552 [ 286 ] {f6b51291-7a10-4bd2-a0ee-dc4c7cec9012} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8176 | 2024.11.01 08:23:40.470753 [ 286 ] {f6b51291-7a10-4bd2-a0ee-dc4c7cec9012} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001971 sec., 1014.7133434804667 rows/sec., 82.74 KiB/sec. | ||
| 8177 | 2024.11.01 08:23:40.470976 [ 286 ] {f6b51291-7a10-4bd2-a0ee-dc4c7cec9012} <Debug> DynamicQueryHandler: Done processing query | ||
| 8178 | 2024.11.01 08:23:40.471004 [ 286 ] {f6b51291-7a10-4bd2-a0ee-dc4c7cec9012} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8179 | 2024.11.01 08:23:40.471022 [ 286 ] {} <Debug> HTTP-Session: ee7ebb27-a9eb-41ed-90df-ff096436229e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8180 | 2024.11.01 08:23:40.471191 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8181 | 2024.11.01 08:23:40.471315 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63075, User-Agent: (none), Length: 7928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8182 | 2024.11.01 08:23:40.471441 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8183 | 2024.11.01 08:23:40.471471 [ 287 ] {} <Debug> HTTP-Session: b6aefc78-1baf-4682-9629-69a28796d920 Authenticating user 'default' from [fd00:1122:3344:101::d]:63075 | ||
| 8184 | 2024.11.01 08:23:40.471498 [ 287 ] {} <Debug> HTTP-Session: b6aefc78-1baf-4682-9629-69a28796d920 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8185 | 2024.11.01 08:23:40.471516 [ 287 ] {} <Debug> HTTP-Session: b6aefc78-1baf-4682-9629-69a28796d920 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8186 | 2024.11.01 08:23:40.471575 [ 287 ] {} <Trace> HTTP-Session: b6aefc78-1baf-4682-9629-69a28796d920 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8187 | 2024.11.01 08:23:40.471784 [ 287 ] {428b8dc2-c845-4a96-988d-7877e46f25e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63075) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8188 | 2024.11.01 08:23:40.471857 [ 287 ] {428b8dc2-c845-4a96-988d-7877e46f25e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8189 | 2024.11.01 08:23:40.472243 [ 287 ] {428b8dc2-c845-4a96-988d-7877e46f25e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8190 | 2024.11.01 08:23:40.472668 [ 287 ] {428b8dc2-c845-4a96-988d-7877e46f25e6} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8191 | 2024.11.01 08:23:40.472709 [ 287 ] {428b8dc2-c845-4a96-988d-7877e46f25e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 8192 | 2024.11.01 08:23:40.473136 [ 287 ] {428b8dc2-c845-4a96-988d-7877e46f25e6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8193 | 2024.11.01 08:23:40.473534 [ 287 ] {428b8dc2-c845-4a96-988d-7877e46f25e6} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8194 | 2024.11.01 08:23:40.473685 [ 287 ] {428b8dc2-c845-4a96-988d-7877e46f25e6} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001977 sec., 28831.562974203338 rows/sec., 2.20 MiB/sec. | ||
| 8195 | 2024.11.01 08:23:40.473884 [ 287 ] {428b8dc2-c845-4a96-988d-7877e46f25e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8196 | 2024.11.01 08:23:40.473910 [ 287 ] {428b8dc2-c845-4a96-988d-7877e46f25e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 8197 | 2024.11.01 08:23:40.473926 [ 287 ] {} <Debug> HTTP-Session: b6aefc78-1baf-4682-9629-69a28796d920 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8198 | 2024.11.01 08:23:40.474114 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63075, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8199 | 2024.11.01 08:23:40.474246 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44288, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8200 | 2024.11.01 08:23:40.474318 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8201 | 2024.11.01 08:23:40.474342 [ 286 ] {} <Debug> HTTP-Session: 99afb94d-ef2b-4b06-9b85-ce978d501343 Authenticating user 'default' from [fd00:1122:3344:101::d]:44288 | ||
| 8202 | 2024.11.01 08:23:40.474364 [ 286 ] {} <Debug> HTTP-Session: 99afb94d-ef2b-4b06-9b85-ce978d501343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8203 | 2024.11.01 08:23:40.474381 [ 286 ] {} <Debug> HTTP-Session: 99afb94d-ef2b-4b06-9b85-ce978d501343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8204 | 2024.11.01 08:23:40.474429 [ 286 ] {} <Trace> HTTP-Session: 99afb94d-ef2b-4b06-9b85-ce978d501343 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8205 | 2024.11.01 08:23:40.474563 [ 286 ] {36d7c560-1687-407a-8aa8-12f7eb929a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44288) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8206 | 2024.11.01 08:23:40.474624 [ 286 ] {36d7c560-1687-407a-8aa8-12f7eb929a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8207 | 2024.11.01 08:23:40.474947 [ 286 ] {36d7c560-1687-407a-8aa8-12f7eb929a33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8208 | 2024.11.01 08:23:40.475369 [ 286 ] {36d7c560-1687-407a-8aa8-12f7eb929a33} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8209 | 2024.11.01 08:23:40.475408 [ 286 ] {36d7c560-1687-407a-8aa8-12f7eb929a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 8210 | 2024.11.01 08:23:40.475764 [ 286 ] {36d7c560-1687-407a-8aa8-12f7eb929a33} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8211 | 2024.11.01 08:23:40.476136 [ 286 ] {36d7c560-1687-407a-8aa8-12f7eb929a33} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8212 | 2024.11.01 08:23:40.476313 [ 286 ] {36d7c560-1687-407a-8aa8-12f7eb929a33} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001777 sec., 1125.4924029262802 rows/sec., 78.59 KiB/sec. | ||
| 8213 | 2024.11.01 08:23:40.476608 [ 286 ] {36d7c560-1687-407a-8aa8-12f7eb929a33} <Debug> DynamicQueryHandler: Done processing query | ||
| 8214 | 2024.11.01 08:23:40.476635 [ 286 ] {36d7c560-1687-407a-8aa8-12f7eb929a33} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8215 | 2024.11.01 08:23:40.476651 [ 286 ] {} <Debug> HTTP-Session: 99afb94d-ef2b-4b06-9b85-ce978d501343 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8216 | 2024.11.01 08:23:40.476815 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44288, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8217 | 2024.11.01 08:23:40.476857 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63075, User-Agent: (none), Length: 11211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8218 | 2024.11.01 08:23:40.476945 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8219 | 2024.11.01 08:23:40.476976 [ 287 ] {} <Debug> HTTP-Session: cca51e75-4640-49a8-923a-0f6e0be237f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63075 | ||
| 8220 | 2024.11.01 08:23:40.476998 [ 287 ] {} <Debug> HTTP-Session: cca51e75-4640-49a8-923a-0f6e0be237f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8221 | 2024.11.01 08:23:40.477013 [ 287 ] {} <Debug> HTTP-Session: cca51e75-4640-49a8-923a-0f6e0be237f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8222 | 2024.11.01 08:23:40.477055 [ 287 ] {} <Trace> HTTP-Session: cca51e75-4640-49a8-923a-0f6e0be237f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8223 | 2024.11.01 08:23:40.477201 [ 287 ] {22eead10-5ffa-4eb0-8c74-5a584612d047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63075) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8224 | 2024.11.01 08:23:40.477252 [ 287 ] {22eead10-5ffa-4eb0-8c74-5a584612d047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8225 | 2024.11.01 08:23:40.477522 [ 287 ] {22eead10-5ffa-4eb0-8c74-5a584612d047} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8226 | 2024.11.01 08:23:40.477951 [ 287 ] {22eead10-5ffa-4eb0-8c74-5a584612d047} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8227 | 2024.11.01 08:23:40.477989 [ 287 ] {22eead10-5ffa-4eb0-8c74-5a584612d047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 8228 | 2024.11.01 08:23:40.478359 [ 287 ] {22eead10-5ffa-4eb0-8c74-5a584612d047} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8229 | 2024.11.01 08:23:40.478718 [ 287 ] {22eead10-5ffa-4eb0-8c74-5a584612d047} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8230 | 2024.11.01 08:23:40.478853 [ 287 ] {22eead10-5ffa-4eb0-8c74-5a584612d047} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001706 sec., 38686.98710433763 rows/sec., 3.02 MiB/sec. | ||
| 8231 | 2024.11.01 08:23:40.479028 [ 287 ] {22eead10-5ffa-4eb0-8c74-5a584612d047} <Debug> DynamicQueryHandler: Done processing query | ||
| 8232 | 2024.11.01 08:23:40.479053 [ 287 ] {22eead10-5ffa-4eb0-8c74-5a584612d047} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8233 | 2024.11.01 08:23:40.479069 [ 287 ] {} <Debug> HTTP-Session: cca51e75-4640-49a8-923a-0f6e0be237f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8234 | 2024.11.01 08:23:40.479258 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63075, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8235 | 2024.11.01 08:23:40.479368 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43330, User-Agent: (none), Length: 30787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8236 | 2024.11.01 08:23:40.479439 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8237 | 2024.11.01 08:23:40.479463 [ 286 ] {} <Debug> HTTP-Session: 5ba8da0a-4a5e-4e1e-b482-04d8ca2e0bb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43330 | ||
| 8238 | 2024.11.01 08:23:40.479484 [ 286 ] {} <Debug> HTTP-Session: 5ba8da0a-4a5e-4e1e-b482-04d8ca2e0bb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8239 | 2024.11.01 08:23:40.479501 [ 286 ] {} <Debug> HTTP-Session: 5ba8da0a-4a5e-4e1e-b482-04d8ca2e0bb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8240 | 2024.11.01 08:23:40.479548 [ 286 ] {} <Trace> HTTP-Session: 5ba8da0a-4a5e-4e1e-b482-04d8ca2e0bb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8241 | 2024.11.01 08:23:40.479749 [ 286 ] {6c93f699-e764-47ae-9d72-eb50c6863169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43330) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8242 | 2024.11.01 08:23:40.479812 [ 286 ] {6c93f699-e764-47ae-9d72-eb50c6863169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8243 | 2024.11.01 08:23:40.480026 [ 286 ] {6c93f699-e764-47ae-9d72-eb50c6863169} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8244 | 2024.11.01 08:23:40.480470 [ 286 ] {6c93f699-e764-47ae-9d72-eb50c6863169} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8245 | 2024.11.01 08:23:40.480507 [ 286 ] {6c93f699-e764-47ae-9d72-eb50c6863169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 8246 | 2024.11.01 08:23:40.480904 [ 286 ] {6c93f699-e764-47ae-9d72-eb50c6863169} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8247 | 2024.11.01 08:23:40.481254 [ 286 ] {6c93f699-e764-47ae-9d72-eb50c6863169} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8248 | 2024.11.01 08:23:40.481420 [ 286 ] {6c93f699-e764-47ae-9d72-eb50c6863169} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001757 sec., 91633.46613545816 rows/sec., 6.38 MiB/sec. | ||
| 8249 | 2024.11.01 08:23:40.481621 [ 286 ] {6c93f699-e764-47ae-9d72-eb50c6863169} <Debug> DynamicQueryHandler: Done processing query | ||
| 8250 | 2024.11.01 08:23:40.481647 [ 286 ] {6c93f699-e764-47ae-9d72-eb50c6863169} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8251 | 2024.11.01 08:23:40.481663 [ 286 ] {} <Debug> HTTP-Session: 5ba8da0a-4a5e-4e1e-b482-04d8ca2e0bb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8252 | 2024.11.01 08:23:40.481834 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8253 | 2024.11.01 08:23:40.481873 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63075, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8254 | 2024.11.01 08:23:40.481991 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8255 | 2024.11.01 08:23:40.482039 [ 287 ] {} <Debug> HTTP-Session: aef6f4cb-e3c8-48a3-8f7d-7e09187f7a53 Authenticating user 'default' from [fd00:1122:3344:101::d]:63075 | ||
| 8256 | 2024.11.01 08:23:40.482062 [ 287 ] {} <Debug> HTTP-Session: aef6f4cb-e3c8-48a3-8f7d-7e09187f7a53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8257 | 2024.11.01 08:23:40.482080 [ 287 ] {} <Debug> HTTP-Session: aef6f4cb-e3c8-48a3-8f7d-7e09187f7a53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8258 | 2024.11.01 08:23:40.482125 [ 287 ] {} <Trace> HTTP-Session: aef6f4cb-e3c8-48a3-8f7d-7e09187f7a53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8259 | 2024.11.01 08:23:40.482295 [ 287 ] {7a224b53-627a-4571-8a6c-8f267550523a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63075) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8260 | 2024.11.01 08:23:40.482353 [ 287 ] {7a224b53-627a-4571-8a6c-8f267550523a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8261 | 2024.11.01 08:23:40.482514 [ 287 ] {7a224b53-627a-4571-8a6c-8f267550523a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8262 | 2024.11.01 08:23:40.482830 [ 287 ] {7a224b53-627a-4571-8a6c-8f267550523a} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8263 | 2024.11.01 08:23:40.482866 [ 287 ] {7a224b53-627a-4571-8a6c-8f267550523a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 8264 | 2024.11.01 08:23:40.483259 [ 287 ] {7a224b53-627a-4571-8a6c-8f267550523a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8265 | 2024.11.01 08:23:40.483590 [ 287 ] {7a224b53-627a-4571-8a6c-8f267550523a} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8266 | 2024.11.01 08:23:40.483723 [ 287 ] {7a224b53-627a-4571-8a6c-8f267550523a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001499 sec., 40026.6844563042 rows/sec., 2.70 MiB/sec. | ||
| 8267 | 2024.11.01 08:23:40.483890 [ 287 ] {7a224b53-627a-4571-8a6c-8f267550523a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8268 | 2024.11.01 08:23:40.483913 [ 287 ] {7a224b53-627a-4571-8a6c-8f267550523a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8269 | 2024.11.01 08:23:40.483929 [ 287 ] {} <Debug> HTTP-Session: aef6f4cb-e3c8-48a3-8f7d-7e09187f7a53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8270 | 2024.11.01 08:23:40.484121 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63075, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8271 | 2024.11.01 08:23:43.637513 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8272 | 2024.11.01 08:23:43.637615 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8273 | 2024.11.01 08:23:43.871654 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 780 | ||
| 8274 | 2024.11.01 08:23:43.874513 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8275 | 2024.11.01 08:23:43.874575 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8276 | 2024.11.01 08:23:43.876157 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8277 | 2024.11.01 08:23:43.877181 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8278 | 2024.11.01 08:23:43.877755 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 780 | ||
| 8279 | 2024.11.01 08:23:44.001573 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001061076 sec. | ||
| 8280 | 2024.11.01 08:23:45.468048 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52513, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8281 | 2024.11.01 08:23:45.468176 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8282 | 2024.11.01 08:23:45.468206 [ 287 ] {} <Debug> HTTP-Session: 0194bc88-e998-4c09-9343-90414530a53b Authenticating user 'default' from [fd00:1122:3344:101::d]:52513 | ||
| 8283 | 2024.11.01 08:23:45.468233 [ 287 ] {} <Debug> HTTP-Session: 0194bc88-e998-4c09-9343-90414530a53b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8284 | 2024.11.01 08:23:45.468252 [ 287 ] {} <Debug> HTTP-Session: 0194bc88-e998-4c09-9343-90414530a53b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8285 | 2024.11.01 08:23:45.468310 [ 287 ] {} <Trace> HTTP-Session: 0194bc88-e998-4c09-9343-90414530a53b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8286 | 2024.11.01 08:23:45.468525 [ 287 ] {8a167834-a30a-4b72-9b93-66db7f6fd956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8287 | 2024.11.01 08:23:45.468595 [ 287 ] {8a167834-a30a-4b72-9b93-66db7f6fd956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8288 | 2024.11.01 08:23:45.468935 [ 287 ] {8a167834-a30a-4b72-9b93-66db7f6fd956} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8289 | 2024.11.01 08:23:45.469394 [ 287 ] {8a167834-a30a-4b72-9b93-66db7f6fd956} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8290 | 2024.11.01 08:23:45.469442 [ 287 ] {8a167834-a30a-4b72-9b93-66db7f6fd956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8291 | 2024.11.01 08:23:45.469878 [ 287 ] {8a167834-a30a-4b72-9b93-66db7f6fd956} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8292 | 2024.11.01 08:23:45.470287 [ 287 ] {8a167834-a30a-4b72-9b93-66db7f6fd956} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8293 | 2024.11.01 08:23:45.470464 [ 287 ] {8a167834-a30a-4b72-9b93-66db7f6fd956} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002003 sec., 27958.06290564154 rows/sec., 2.13 MiB/sec. | ||
| 8294 | 2024.11.01 08:23:45.470685 [ 287 ] {8a167834-a30a-4b72-9b93-66db7f6fd956} <Debug> DynamicQueryHandler: Done processing query | ||
| 8295 | 2024.11.01 08:23:45.470712 [ 287 ] {8a167834-a30a-4b72-9b93-66db7f6fd956} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8296 | 2024.11.01 08:23:45.470728 [ 287 ] {} <Debug> HTTP-Session: 0194bc88-e998-4c09-9343-90414530a53b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8297 | 2024.11.01 08:23:45.470905 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8298 | 2024.11.01 08:23:45.471044 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45954, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8299 | 2024.11.01 08:23:45.471182 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8300 | 2024.11.01 08:23:45.471212 [ 286 ] {} <Debug> HTTP-Session: 6575a0d6-f039-426b-b792-dc4cd8b6af7b Authenticating user 'default' from [fd00:1122:3344:101::d]:45954 | ||
| 8301 | 2024.11.01 08:23:45.471240 [ 286 ] {} <Debug> HTTP-Session: 6575a0d6-f039-426b-b792-dc4cd8b6af7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8302 | 2024.11.01 08:23:45.471258 [ 286 ] {} <Debug> HTTP-Session: 6575a0d6-f039-426b-b792-dc4cd8b6af7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8303 | 2024.11.01 08:23:45.471320 [ 286 ] {} <Trace> HTTP-Session: 6575a0d6-f039-426b-b792-dc4cd8b6af7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8304 | 2024.11.01 08:23:45.471549 [ 286 ] {68cd1598-5749-4672-951c-1880890d0895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45954) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8305 | 2024.11.01 08:23:45.471620 [ 286 ] {68cd1598-5749-4672-951c-1880890d0895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8306 | 2024.11.01 08:23:45.471977 [ 286 ] {68cd1598-5749-4672-951c-1880890d0895} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8307 | 2024.11.01 08:23:45.472449 [ 286 ] {68cd1598-5749-4672-951c-1880890d0895} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8308 | 2024.11.01 08:23:45.472497 [ 286 ] {68cd1598-5749-4672-951c-1880890d0895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8309 | 2024.11.01 08:23:45.472958 [ 286 ] {68cd1598-5749-4672-951c-1880890d0895} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8310 | 2024.11.01 08:23:45.473364 [ 286 ] {68cd1598-5749-4672-951c-1880890d0895} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8311 | 2024.11.01 08:23:45.473553 [ 286 ] {68cd1598-5749-4672-951c-1880890d0895} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002081 sec., 30754.44497837578 rows/sec., 2.40 MiB/sec. | ||
| 8312 | 2024.11.01 08:23:45.473935 [ 286 ] {68cd1598-5749-4672-951c-1880890d0895} <Debug> DynamicQueryHandler: Done processing query | ||
| 8313 | 2024.11.01 08:23:45.473965 [ 286 ] {68cd1598-5749-4672-951c-1880890d0895} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8314 | 2024.11.01 08:23:45.473982 [ 286 ] {} <Debug> HTTP-Session: 6575a0d6-f039-426b-b792-dc4cd8b6af7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8315 | 2024.11.01 08:23:45.474172 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45954, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8316 | 2024.11.01 08:23:45.474223 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52513, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8317 | 2024.11.01 08:23:45.474308 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8318 | 2024.11.01 08:23:45.474330 [ 287 ] {} <Debug> HTTP-Session: 0d878198-3b81-45d2-b491-b315516b6975 Authenticating user 'default' from [fd00:1122:3344:101::d]:52513 | ||
| 8319 | 2024.11.01 08:23:45.474360 [ 287 ] {} <Debug> HTTP-Session: 0d878198-3b81-45d2-b491-b315516b6975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8320 | 2024.11.01 08:23:45.474379 [ 287 ] {} <Debug> HTTP-Session: 0d878198-3b81-45d2-b491-b315516b6975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8321 | 2024.11.01 08:23:45.474424 [ 287 ] {} <Trace> HTTP-Session: 0d878198-3b81-45d2-b491-b315516b6975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8322 | 2024.11.01 08:23:45.474624 [ 287 ] {ae28b7eb-f193-4757-a2c5-e80948157b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8323 | 2024.11.01 08:23:45.474689 [ 287 ] {ae28b7eb-f193-4757-a2c5-e80948157b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8324 | 2024.11.01 08:23:45.474897 [ 287 ] {ae28b7eb-f193-4757-a2c5-e80948157b7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8325 | 2024.11.01 08:23:45.475344 [ 287 ] {ae28b7eb-f193-4757-a2c5-e80948157b7f} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8326 | 2024.11.01 08:23:45.475386 [ 287 ] {ae28b7eb-f193-4757-a2c5-e80948157b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8327 | 2024.11.01 08:23:45.475868 [ 287 ] {ae28b7eb-f193-4757-a2c5-e80948157b7f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8328 | 2024.11.01 08:23:45.476315 [ 287 ] {ae28b7eb-f193-4757-a2c5-e80948157b7f} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8329 | 2024.11.01 08:23:45.476501 [ 287 ] {ae28b7eb-f193-4757-a2c5-e80948157b7f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001972 sec., 81135.90263691684 rows/sec., 5.65 MiB/sec. | ||
| 8330 | 2024.11.01 08:23:45.476807 [ 287 ] {ae28b7eb-f193-4757-a2c5-e80948157b7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8331 | 2024.11.01 08:23:45.476846 [ 287 ] {ae28b7eb-f193-4757-a2c5-e80948157b7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8332 | 2024.11.01 08:23:45.476865 [ 287 ] {} <Debug> HTTP-Session: 0d878198-3b81-45d2-b491-b315516b6975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8333 | 2024.11.01 08:23:45.477023 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8334 | 2024.11.01 08:23:45.477185 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58568, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8335 | 2024.11.01 08:23:45.477318 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8336 | 2024.11.01 08:23:45.477363 [ 286 ] {} <Debug> HTTP-Session: 0f27ebbe-2690-4702-a5d2-8f6d22b4b69a Authenticating user 'default' from [fd00:1122:3344:101::d]:58568 | ||
| 8337 | 2024.11.01 08:23:45.477398 [ 286 ] {} <Debug> HTTP-Session: 0f27ebbe-2690-4702-a5d2-8f6d22b4b69a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8338 | 2024.11.01 08:23:45.477426 [ 286 ] {} <Debug> HTTP-Session: 0f27ebbe-2690-4702-a5d2-8f6d22b4b69a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8339 | 2024.11.01 08:23:45.477502 [ 286 ] {} <Trace> HTTP-Session: 0f27ebbe-2690-4702-a5d2-8f6d22b4b69a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8340 | 2024.11.01 08:23:45.477682 [ 286 ] {e445aa92-5554-42e3-8a1f-59077d370b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58568) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8341 | 2024.11.01 08:23:45.477738 [ 286 ] {e445aa92-5554-42e3-8a1f-59077d370b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8342 | 2024.11.01 08:23:45.477910 [ 286 ] {e445aa92-5554-42e3-8a1f-59077d370b79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8343 | 2024.11.01 08:23:45.478259 [ 286 ] {e445aa92-5554-42e3-8a1f-59077d370b79} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8344 | 2024.11.01 08:23:45.478297 [ 286 ] {e445aa92-5554-42e3-8a1f-59077d370b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8345 | 2024.11.01 08:23:45.478702 [ 286 ] {e445aa92-5554-42e3-8a1f-59077d370b79} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8346 | 2024.11.01 08:23:45.479050 [ 286 ] {e445aa92-5554-42e3-8a1f-59077d370b79} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8347 | 2024.11.01 08:23:45.479195 [ 286 ] {e445aa92-5554-42e3-8a1f-59077d370b79} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.57 MiB/sec. | ||
| 8348 | 2024.11.01 08:23:45.479382 [ 286 ] {e445aa92-5554-42e3-8a1f-59077d370b79} <Debug> DynamicQueryHandler: Done processing query | ||
| 8349 | 2024.11.01 08:23:45.479406 [ 286 ] {e445aa92-5554-42e3-8a1f-59077d370b79} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8350 | 2024.11.01 08:23:45.479423 [ 286 ] {} <Debug> HTTP-Session: 0f27ebbe-2690-4702-a5d2-8f6d22b4b69a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8351 | 2024.11.01 08:23:45.479748 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58568, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8352 | 2024.11.01 08:23:47.209600 [ 32 ] {} <Debug> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 8353 | 2024.11.01 08:23:47.209663 [ 32 ] {} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8354 | 2024.11.01 08:23:47.209685 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8355 | 2024.11.01 08:23:47.209915 [ 186 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 8356 | 2024.11.01 08:23:47.210143 [ 186 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8357 | 2024.11.01 08:23:47.210189 [ 186 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 243 rows starting from the beginning of the part | ||
| 8358 | 2024.11.01 08:23:47.210284 [ 186 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 8359 | 2024.11.01 08:23:47.210546 [ 186 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 8360 | 2024.11.01 08:23:47.210717 [ 186 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 8361 | 2024.11.01 08:23:47.210890 [ 186 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 8362 | 2024.11.01 08:23:47.212051 [ 198 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002288226 sec., 130668.91120020488 rows/sec., 8.90 MiB/sec. | ||
| 8363 | 2024.11.01 08:23:47.212250 [ 200 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 8364 | 2024.11.01 08:23:47.212727 [ 200 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_18_4} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8365 | 2024.11.01 08:23:47.212811 [ 200 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_18_4} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 8366 | 2024.11.01 08:23:47.212912 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8367 | 2024.11.01 08:23:49.912363 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44286, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8368 | 2024.11.01 08:23:50.070438 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42718, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8369 | 2024.11.01 08:23:50.153891 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8370 | 2024.11.01 08:23:50.172267 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8371 | 2024.11.01 08:23:50.179563 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39781, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8372 | 2024.11.01 08:23:50.260273 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8373 | 2024.11.01 08:23:50.260527 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33810, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8374 | 2024.11.01 08:23:50.265859 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56192, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8375 | 2024.11.01 08:23:50.289177 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40769, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8376 | 2024.11.01 08:23:50.377677 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64287, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8377 | 2024.11.01 08:23:50.460401 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43982, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8378 | 2024.11.01 08:23:50.474849 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44427, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8379 | 2024.11.01 08:23:50.474974 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8380 | 2024.11.01 08:23:50.475016 [ 285 ] {} <Debug> HTTP-Session: 4298d81e-6566-4a7b-957f-93b4448f5875 Authenticating user 'default' from [fd00:1122:3344:101::d]:44427 | ||
| 8381 | 2024.11.01 08:23:50.475055 [ 285 ] {} <Debug> HTTP-Session: 4298d81e-6566-4a7b-957f-93b4448f5875 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8382 | 2024.11.01 08:23:50.475085 [ 285 ] {} <Debug> HTTP-Session: 4298d81e-6566-4a7b-957f-93b4448f5875 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8383 | 2024.11.01 08:23:50.475167 [ 285 ] {} <Trace> HTTP-Session: 4298d81e-6566-4a7b-957f-93b4448f5875 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8384 | 2024.11.01 08:23:50.475584 [ 285 ] {1cf54a16-a851-43a4-8813-579916c32b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44427) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8385 | 2024.11.01 08:23:50.475687 [ 285 ] {1cf54a16-a851-43a4-8813-579916c32b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8386 | 2024.11.01 08:23:50.476017 [ 285 ] {1cf54a16-a851-43a4-8813-579916c32b4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8387 | 2024.11.01 08:23:50.476581 [ 285 ] {1cf54a16-a851-43a4-8813-579916c32b4a} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8388 | 2024.11.01 08:23:50.476621 [ 285 ] {1cf54a16-a851-43a4-8813-579916c32b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8389 | 2024.11.01 08:23:50.477044 [ 285 ] {1cf54a16-a851-43a4-8813-579916c32b4a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8390 | 2024.11.01 08:23:50.477431 [ 285 ] {1cf54a16-a851-43a4-8813-579916c32b4a} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8391 | 2024.11.01 08:23:50.477610 [ 285 ] {1cf54a16-a851-43a4-8813-579916c32b4a} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002223 sec., 122807.01754385963 rows/sec., 10.92 MiB/sec. | ||
| 8392 | 2024.11.01 08:23:50.477806 [ 285 ] {1cf54a16-a851-43a4-8813-579916c32b4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8393 | 2024.11.01 08:23:50.477831 [ 285 ] {1cf54a16-a851-43a4-8813-579916c32b4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8394 | 2024.11.01 08:23:50.477847 [ 285 ] {} <Debug> HTTP-Session: 4298d81e-6566-4a7b-957f-93b4448f5875 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8395 | 2024.11.01 08:23:50.478077 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44427, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8396 | 2024.11.01 08:23:50.478098 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33810, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8397 | 2024.11.01 08:23:50.478172 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8398 | 2024.11.01 08:23:50.478197 [ 287 ] {} <Debug> HTTP-Session: c9c010e7-bde9-47ef-b11d-a65394beeb06 Authenticating user 'default' from [fd00:1122:3344:101::d]:33810 | ||
| 8399 | 2024.11.01 08:23:50.478218 [ 287 ] {} <Debug> HTTP-Session: c9c010e7-bde9-47ef-b11d-a65394beeb06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8400 | 2024.11.01 08:23:50.478235 [ 287 ] {} <Debug> HTTP-Session: c9c010e7-bde9-47ef-b11d-a65394beeb06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8401 | 2024.11.01 08:23:50.478273 [ 287 ] {} <Trace> HTTP-Session: c9c010e7-bde9-47ef-b11d-a65394beeb06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8402 | 2024.11.01 08:23:50.478412 [ 287 ] {28f724ad-e8ec-4796-821c-536621d3eb6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33810) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8403 | 2024.11.01 08:23:50.478466 [ 287 ] {28f724ad-e8ec-4796-821c-536621d3eb6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8404 | 2024.11.01 08:23:50.478732 [ 287 ] {28f724ad-e8ec-4796-821c-536621d3eb6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8405 | 2024.11.01 08:23:50.479040 [ 287 ] {28f724ad-e8ec-4796-821c-536621d3eb6c} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8406 | 2024.11.01 08:23:50.479077 [ 287 ] {28f724ad-e8ec-4796-821c-536621d3eb6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8407 | 2024.11.01 08:23:50.479429 [ 287 ] {28f724ad-e8ec-4796-821c-536621d3eb6c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8408 | 2024.11.01 08:23:50.479799 [ 287 ] {28f724ad-e8ec-4796-821c-536621d3eb6c} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8409 | 2024.11.01 08:23:50.479936 [ 287 ] {28f724ad-e8ec-4796-821c-536621d3eb6c} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001568 sec., 26785.714285714286 rows/sec., 1.97 MiB/sec. | ||
| 8410 | 2024.11.01 08:23:50.480248 [ 287 ] {28f724ad-e8ec-4796-821c-536621d3eb6c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8411 | 2024.11.01 08:23:50.480298 [ 287 ] {28f724ad-e8ec-4796-821c-536621d3eb6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8412 | 2024.11.01 08:23:50.480342 [ 287 ] {} <Debug> HTTP-Session: c9c010e7-bde9-47ef-b11d-a65394beeb06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8413 | 2024.11.01 08:23:50.480502 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33810, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8414 | 2024.11.01 08:23:50.480511 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44427, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8415 | 2024.11.01 08:23:50.480581 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8416 | 2024.11.01 08:23:50.480604 [ 285 ] {} <Debug> HTTP-Session: 115e478e-ad2f-4d72-b29f-b6da356cb499 Authenticating user 'default' from [fd00:1122:3344:101::d]:44427 | ||
| 8417 | 2024.11.01 08:23:50.480625 [ 285 ] {} <Debug> HTTP-Session: 115e478e-ad2f-4d72-b29f-b6da356cb499 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8418 | 2024.11.01 08:23:50.480645 [ 285 ] {} <Debug> HTTP-Session: 115e478e-ad2f-4d72-b29f-b6da356cb499 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8419 | 2024.11.01 08:23:50.480685 [ 285 ] {} <Trace> HTTP-Session: 115e478e-ad2f-4d72-b29f-b6da356cb499 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8420 | 2024.11.01 08:23:50.480810 [ 285 ] {f98fc8b2-6539-4720-9372-99e217b7810d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44427) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8421 | 2024.11.01 08:23:50.480863 [ 285 ] {f98fc8b2-6539-4720-9372-99e217b7810d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8422 | 2024.11.01 08:23:50.481162 [ 285 ] {f98fc8b2-6539-4720-9372-99e217b7810d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8423 | 2024.11.01 08:23:50.481491 [ 285 ] {f98fc8b2-6539-4720-9372-99e217b7810d} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8424 | 2024.11.01 08:23:50.481534 [ 285 ] {f98fc8b2-6539-4720-9372-99e217b7810d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8425 | 2024.11.01 08:23:50.481908 [ 285 ] {f98fc8b2-6539-4720-9372-99e217b7810d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8426 | 2024.11.01 08:23:50.482275 [ 285 ] {f98fc8b2-6539-4720-9372-99e217b7810d} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8427 | 2024.11.01 08:23:50.482431 [ 285 ] {f98fc8b2-6539-4720-9372-99e217b7810d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00165 sec., 8484.848484848484 rows/sec., 594.22 KiB/sec. | ||
| 8428 | 2024.11.01 08:23:50.482646 [ 285 ] {f98fc8b2-6539-4720-9372-99e217b7810d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8429 | 2024.11.01 08:23:50.482670 [ 285 ] {f98fc8b2-6539-4720-9372-99e217b7810d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8430 | 2024.11.01 08:23:50.482686 [ 285 ] {} <Debug> HTTP-Session: 115e478e-ad2f-4d72-b29f-b6da356cb499 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8431 | 2024.11.01 08:23:50.482828 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44427, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8432 | 2024.11.01 08:23:50.482937 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49665, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8433 | 2024.11.01 08:23:50.482987 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8434 | 2024.11.01 08:23:50.483007 [ 287 ] {} <Debug> HTTP-Session: 67bf3553-a8f0-448e-9415-b16822ba7643 Authenticating user 'default' from [fd00:1122:3344:101::d]:49665 | ||
| 8435 | 2024.11.01 08:23:50.483023 [ 287 ] {} <Debug> HTTP-Session: 67bf3553-a8f0-448e-9415-b16822ba7643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8436 | 2024.11.01 08:23:50.483037 [ 287 ] {} <Debug> HTTP-Session: 67bf3553-a8f0-448e-9415-b16822ba7643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8437 | 2024.11.01 08:23:50.483070 [ 287 ] {} <Trace> HTTP-Session: 67bf3553-a8f0-448e-9415-b16822ba7643 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8438 | 2024.11.01 08:23:50.483172 [ 287 ] {80606337-c693-4fad-a4f3-b7092cdaa2c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49665) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8439 | 2024.11.01 08:23:50.483216 [ 287 ] {80606337-c693-4fad-a4f3-b7092cdaa2c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8440 | 2024.11.01 08:23:50.483448 [ 287 ] {80606337-c693-4fad-a4f3-b7092cdaa2c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8441 | 2024.11.01 08:23:50.483742 [ 287 ] {80606337-c693-4fad-a4f3-b7092cdaa2c3} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8442 | 2024.11.01 08:23:50.483778 [ 287 ] {80606337-c693-4fad-a4f3-b7092cdaa2c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8443 | 2024.11.01 08:23:50.484126 [ 287 ] {80606337-c693-4fad-a4f3-b7092cdaa2c3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8444 | 2024.11.01 08:23:50.484496 [ 287 ] {80606337-c693-4fad-a4f3-b7092cdaa2c3} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8445 | 2024.11.01 08:23:50.484667 [ 287 ] {80606337-c693-4fad-a4f3-b7092cdaa2c3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 234.30 KiB/sec. | ||
| 8446 | 2024.11.01 08:23:50.484989 [ 287 ] {80606337-c693-4fad-a4f3-b7092cdaa2c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8447 | 2024.11.01 08:23:50.485013 [ 287 ] {80606337-c693-4fad-a4f3-b7092cdaa2c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8448 | 2024.11.01 08:23:50.485030 [ 287 ] {} <Debug> HTTP-Session: 67bf3553-a8f0-448e-9415-b16822ba7643 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8449 | 2024.11.01 08:23:50.485359 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8450 | 2024.11.01 08:23:50.485446 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44427, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8451 | 2024.11.01 08:23:50.485503 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8452 | 2024.11.01 08:23:50.485526 [ 285 ] {} <Debug> HTTP-Session: 0cb82a45-aeaa-4204-8a98-4b7f39cdd0eb Authenticating user 'default' from [fd00:1122:3344:101::d]:44427 | ||
| 8453 | 2024.11.01 08:23:50.485546 [ 285 ] {} <Debug> HTTP-Session: 0cb82a45-aeaa-4204-8a98-4b7f39cdd0eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8454 | 2024.11.01 08:23:50.485563 [ 285 ] {} <Debug> HTTP-Session: 0cb82a45-aeaa-4204-8a98-4b7f39cdd0eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8455 | 2024.11.01 08:23:50.485601 [ 285 ] {} <Trace> HTTP-Session: 0cb82a45-aeaa-4204-8a98-4b7f39cdd0eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8456 | 2024.11.01 08:23:50.485850 [ 285 ] {9ea335eb-c316-450c-a5d4-03f34c8d92fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44427) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8457 | 2024.11.01 08:23:50.485904 [ 285 ] {9ea335eb-c316-450c-a5d4-03f34c8d92fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8458 | 2024.11.01 08:23:50.486200 [ 285 ] {9ea335eb-c316-450c-a5d4-03f34c8d92fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8459 | 2024.11.01 08:23:50.486747 [ 285 ] {9ea335eb-c316-450c-a5d4-03f34c8d92fe} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8460 | 2024.11.01 08:23:50.486784 [ 285 ] {9ea335eb-c316-450c-a5d4-03f34c8d92fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8461 | 2024.11.01 08:23:50.487152 [ 285 ] {9ea335eb-c316-450c-a5d4-03f34c8d92fe} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8462 | 2024.11.01 08:23:50.487509 [ 285 ] {9ea335eb-c316-450c-a5d4-03f34c8d92fe} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8463 | 2024.11.01 08:23:50.487674 [ 285 ] {9ea335eb-c316-450c-a5d4-03f34c8d92fe} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001955 sec., 216879.79539641942 rows/sec., 15.51 MiB/sec. | ||
| 8464 | 2024.11.01 08:23:50.487846 [ 285 ] {9ea335eb-c316-450c-a5d4-03f34c8d92fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 8465 | 2024.11.01 08:23:50.487870 [ 285 ] {9ea335eb-c316-450c-a5d4-03f34c8d92fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 8466 | 2024.11.01 08:23:50.487886 [ 285 ] {} <Debug> HTTP-Session: 0cb82a45-aeaa-4204-8a98-4b7f39cdd0eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8467 | 2024.11.01 08:23:50.488056 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49665, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8468 | 2024.11.01 08:23:50.488087 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44427, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8469 | 2024.11.01 08:23:50.488124 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8470 | 2024.11.01 08:23:50.488149 [ 287 ] {} <Debug> HTTP-Session: a2e03d50-c714-47bc-860b-a82efef2c47b Authenticating user 'default' from [fd00:1122:3344:101::d]:49665 | ||
| 8471 | 2024.11.01 08:23:50.488171 [ 287 ] {} <Debug> HTTP-Session: a2e03d50-c714-47bc-860b-a82efef2c47b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8472 | 2024.11.01 08:23:50.488189 [ 287 ] {} <Debug> HTTP-Session: a2e03d50-c714-47bc-860b-a82efef2c47b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8473 | 2024.11.01 08:23:50.488229 [ 287 ] {} <Trace> HTTP-Session: a2e03d50-c714-47bc-860b-a82efef2c47b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8474 | 2024.11.01 08:23:50.488346 [ 287 ] {0b72c68d-f8de-423b-a4b1-0f6c63a2e78a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49665) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8475 | 2024.11.01 08:23:50.488399 [ 287 ] {0b72c68d-f8de-423b-a4b1-0f6c63a2e78a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8476 | 2024.11.01 08:23:50.488558 [ 287 ] {0b72c68d-f8de-423b-a4b1-0f6c63a2e78a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8477 | 2024.11.01 08:23:50.488810 [ 287 ] {0b72c68d-f8de-423b-a4b1-0f6c63a2e78a} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8478 | 2024.11.01 08:23:50.488846 [ 287 ] {0b72c68d-f8de-423b-a4b1-0f6c63a2e78a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8479 | 2024.11.01 08:23:50.489197 [ 287 ] {0b72c68d-f8de-423b-a4b1-0f6c63a2e78a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8480 | 2024.11.01 08:23:50.489511 [ 287 ] {0b72c68d-f8de-423b-a4b1-0f6c63a2e78a} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8481 | 2024.11.01 08:23:50.489668 [ 287 ] {0b72c68d-f8de-423b-a4b1-0f6c63a2e78a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 232.03 KiB/sec. | ||
| 8482 | 2024.11.01 08:23:50.489870 [ 287 ] {0b72c68d-f8de-423b-a4b1-0f6c63a2e78a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8483 | 2024.11.01 08:23:50.489894 [ 287 ] {0b72c68d-f8de-423b-a4b1-0f6c63a2e78a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8484 | 2024.11.01 08:23:50.489909 [ 287 ] {} <Debug> HTTP-Session: a2e03d50-c714-47bc-860b-a82efef2c47b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8485 | 2024.11.01 08:23:50.490132 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8486 | 2024.11.01 08:23:50.490244 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41975, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8487 | 2024.11.01 08:23:50.490295 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8488 | 2024.11.01 08:23:50.490314 [ 285 ] {} <Debug> HTTP-Session: 814d49b7-cd13-4362-8893-616bf5d78efe Authenticating user 'default' from [fd00:1122:3344:101::d]:41975 | ||
| 8489 | 2024.11.01 08:23:50.490330 [ 285 ] {} <Debug> HTTP-Session: 814d49b7-cd13-4362-8893-616bf5d78efe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8490 | 2024.11.01 08:23:50.490344 [ 285 ] {} <Debug> HTTP-Session: 814d49b7-cd13-4362-8893-616bf5d78efe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8491 | 2024.11.01 08:23:50.490375 [ 285 ] {} <Trace> HTTP-Session: 814d49b7-cd13-4362-8893-616bf5d78efe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8492 | 2024.11.01 08:23:50.490539 [ 285 ] {b754c48c-6bfa-4f79-8f9f-d84f4b7af9ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8493 | 2024.11.01 08:23:50.490586 [ 285 ] {b754c48c-6bfa-4f79-8f9f-d84f4b7af9ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8494 | 2024.11.01 08:23:50.490731 [ 285 ] {b754c48c-6bfa-4f79-8f9f-d84f4b7af9ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8495 | 2024.11.01 08:23:50.491111 [ 285 ] {b754c48c-6bfa-4f79-8f9f-d84f4b7af9ca} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8496 | 2024.11.01 08:23:50.491147 [ 285 ] {b754c48c-6bfa-4f79-8f9f-d84f4b7af9ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8497 | 2024.11.01 08:23:50.491524 [ 285 ] {b754c48c-6bfa-4f79-8f9f-d84f4b7af9ca} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8498 | 2024.11.01 08:23:50.491862 [ 285 ] {b754c48c-6bfa-4f79-8f9f-d84f4b7af9ca} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8499 | 2024.11.01 08:23:50.492030 [ 285 ] {b754c48c-6bfa-4f79-8f9f-d84f4b7af9ca} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001564 sec., 151534.52685421993 rows/sec., 10.16 MiB/sec. | ||
| 8500 | 2024.11.01 08:23:50.492204 [ 285 ] {b754c48c-6bfa-4f79-8f9f-d84f4b7af9ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 8501 | 2024.11.01 08:23:50.492228 [ 285 ] {b754c48c-6bfa-4f79-8f9f-d84f4b7af9ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8502 | 2024.11.01 08:23:50.492244 [ 285 ] {} <Debug> HTTP-Session: 814d49b7-cd13-4362-8893-616bf5d78efe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8503 | 2024.11.01 08:23:50.492429 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49665, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8504 | 2024.11.01 08:23:50.492434 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41975, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8505 | 2024.11.01 08:23:50.492487 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8506 | 2024.11.01 08:23:50.492516 [ 287 ] {} <Debug> HTTP-Session: 5ab59d7e-f233-4eab-bf48-5c1cd6de236c Authenticating user 'default' from [fd00:1122:3344:101::d]:49665 | ||
| 8507 | 2024.11.01 08:23:50.492536 [ 287 ] {} <Debug> HTTP-Session: 5ab59d7e-f233-4eab-bf48-5c1cd6de236c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8508 | 2024.11.01 08:23:50.492553 [ 287 ] {} <Debug> HTTP-Session: 5ab59d7e-f233-4eab-bf48-5c1cd6de236c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8509 | 2024.11.01 08:23:50.492592 [ 287 ] {} <Trace> HTTP-Session: 5ab59d7e-f233-4eab-bf48-5c1cd6de236c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8510 | 2024.11.01 08:23:50.492706 [ 287 ] {a75329c1-6df1-41cd-8fb0-f323d7c35e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49665) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8511 | 2024.11.01 08:23:50.492760 [ 287 ] {a75329c1-6df1-41cd-8fb0-f323d7c35e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8512 | 2024.11.01 08:23:50.492916 [ 287 ] {a75329c1-6df1-41cd-8fb0-f323d7c35e05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8513 | 2024.11.01 08:23:50.493189 [ 287 ] {a75329c1-6df1-41cd-8fb0-f323d7c35e05} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8514 | 2024.11.01 08:23:50.493231 [ 287 ] {a75329c1-6df1-41cd-8fb0-f323d7c35e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8515 | 2024.11.01 08:23:50.493642 [ 287 ] {a75329c1-6df1-41cd-8fb0-f323d7c35e05} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8516 | 2024.11.01 08:23:50.493956 [ 287 ] {a75329c1-6df1-41cd-8fb0-f323d7c35e05} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8517 | 2024.11.01 08:23:50.494117 [ 287 ] {a75329c1-6df1-41cd-8fb0-f323d7c35e05} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001427 sec., 700.7708479327259 rows/sec., 47.22 KiB/sec. | ||
| 8518 | 2024.11.01 08:23:50.494420 [ 287 ] {a75329c1-6df1-41cd-8fb0-f323d7c35e05} <Debug> DynamicQueryHandler: Done processing query | ||
| 8519 | 2024.11.01 08:23:50.494444 [ 287 ] {a75329c1-6df1-41cd-8fb0-f323d7c35e05} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8520 | 2024.11.01 08:23:50.494460 [ 287 ] {} <Debug> HTTP-Session: 5ab59d7e-f233-4eab-bf48-5c1cd6de236c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8521 | 2024.11.01 08:23:50.494747 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8522 | 2024.11.01 08:23:50.494853 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63596, User-Agent: (none), Length: 70694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8523 | 2024.11.01 08:23:50.494913 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8524 | 2024.11.01 08:23:50.494937 [ 285 ] {} <Debug> HTTP-Session: 6e20ffa9-77c4-4050-a8e8-c13f95462721 Authenticating user 'default' from [fd00:1122:3344:101::d]:63596 | ||
| 8525 | 2024.11.01 08:23:50.494956 [ 285 ] {} <Debug> HTTP-Session: 6e20ffa9-77c4-4050-a8e8-c13f95462721 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8526 | 2024.11.01 08:23:50.494973 [ 285 ] {} <Debug> HTTP-Session: 6e20ffa9-77c4-4050-a8e8-c13f95462721 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8527 | 2024.11.01 08:23:50.495011 [ 285 ] {} <Trace> HTTP-Session: 6e20ffa9-77c4-4050-a8e8-c13f95462721 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8528 | 2024.11.01 08:23:50.495504 [ 285 ] {280ff21a-6070-4cdb-8b65-5ce63228fffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63596) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8529 | 2024.11.01 08:23:50.495588 [ 285 ] {280ff21a-6070-4cdb-8b65-5ce63228fffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8530 | 2024.11.01 08:23:50.496029 [ 285 ] {280ff21a-6070-4cdb-8b65-5ce63228fffb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8531 | 2024.11.01 08:23:50.496913 [ 285 ] {280ff21a-6070-4cdb-8b65-5ce63228fffb} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8532 | 2024.11.01 08:23:50.496951 [ 285 ] {280ff21a-6070-4cdb-8b65-5ce63228fffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8533 | 2024.11.01 08:23:50.497595 [ 285 ] {280ff21a-6070-4cdb-8b65-5ce63228fffb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8534 | 2024.11.01 08:23:50.498010 [ 285 ] {280ff21a-6070-4cdb-8b65-5ce63228fffb} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8535 | 2024.11.01 08:23:50.498226 [ 285 ] {280ff21a-6070-4cdb-8b65-5ce63228fffb} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003084 sec., 13618.677042801557 rows/sec., 24.40 MiB/sec. | ||
| 8536 | 2024.11.01 08:23:50.499180 [ 285 ] {280ff21a-6070-4cdb-8b65-5ce63228fffb} <Debug> DynamicQueryHandler: Done processing query | ||
| 8537 | 2024.11.01 08:23:50.499206 [ 285 ] {280ff21a-6070-4cdb-8b65-5ce63228fffb} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 8538 | 2024.11.01 08:23:50.499222 [ 285 ] {} <Debug> HTTP-Session: 6e20ffa9-77c4-4050-a8e8-c13f95462721 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8539 | 2024.11.01 08:23:50.499426 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49665, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8540 | 2024.11.01 08:23:50.499435 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63596, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8541 | 2024.11.01 08:23:50.499488 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8542 | 2024.11.01 08:23:50.499514 [ 287 ] {} <Debug> HTTP-Session: fa06b402-0545-43e0-96b1-a04c26be9ae5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49665 | ||
| 8543 | 2024.11.01 08:23:50.499535 [ 287 ] {} <Debug> HTTP-Session: fa06b402-0545-43e0-96b1-a04c26be9ae5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8544 | 2024.11.01 08:23:50.499554 [ 287 ] {} <Debug> HTTP-Session: fa06b402-0545-43e0-96b1-a04c26be9ae5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8545 | 2024.11.01 08:23:50.499595 [ 287 ] {} <Trace> HTTP-Session: fa06b402-0545-43e0-96b1-a04c26be9ae5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8546 | 2024.11.01 08:23:50.499720 [ 287 ] {3967ded2-7c74-4d95-8af6-1f00970b06c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49665) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8547 | 2024.11.01 08:23:50.499766 [ 287 ] {3967ded2-7c74-4d95-8af6-1f00970b06c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8548 | 2024.11.01 08:23:50.499921 [ 287 ] {3967ded2-7c74-4d95-8af6-1f00970b06c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8549 | 2024.11.01 08:23:50.500239 [ 287 ] {3967ded2-7c74-4d95-8af6-1f00970b06c1} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8550 | 2024.11.01 08:23:50.500274 [ 287 ] {3967ded2-7c74-4d95-8af6-1f00970b06c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8551 | 2024.11.01 08:23:50.500642 [ 287 ] {3967ded2-7c74-4d95-8af6-1f00970b06c1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8552 | 2024.11.01 08:23:50.500966 [ 287 ] {3967ded2-7c74-4d95-8af6-1f00970b06c1} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8553 | 2024.11.01 08:23:50.501126 [ 287 ] {3967ded2-7c74-4d95-8af6-1f00970b06c1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001438 sec., 57023.643949930454 rows/sec., 3.62 MiB/sec. | ||
| 8554 | 2024.11.01 08:23:50.501280 [ 287 ] {3967ded2-7c74-4d95-8af6-1f00970b06c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8555 | 2024.11.01 08:23:50.501304 [ 287 ] {3967ded2-7c74-4d95-8af6-1f00970b06c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8556 | 2024.11.01 08:23:50.501320 [ 287 ] {} <Debug> HTTP-Session: fa06b402-0545-43e0-96b1-a04c26be9ae5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8557 | 2024.11.01 08:23:50.502079 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8558 | 2024.11.01 08:23:50.691506 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8559 | 2024.11.01 08:23:50.695959 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52829, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8560 | 2024.11.01 08:23:50.742380 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36957, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8561 | 2024.11.01 08:23:50.772751 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8562 | 2024.11.01 08:23:50.866301 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41063, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8563 | 2024.11.01 08:23:51.000227 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.30 MiB, peak 173.94 MiB, free memory in arenas 0.00 B, will set to 165.14 MiB (RSS), difference: -1.16 MiB | ||
| 8564 | 2024.11.01 08:23:51.020393 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35465, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8565 | 2024.11.01 08:23:51.445545 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46821, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8566 | 2024.11.01 08:23:51.510015 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56366, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8567 | 2024.11.01 08:23:51.697794 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8568 | 2024.11.01 08:23:51.844649 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45617, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8569 | 2024.11.01 08:23:51.870945 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59193, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8570 | 2024.11.01 08:23:51.915414 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8571 | 2024.11.01 08:23:51.936116 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49137, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8572 | 2024.11.01 08:23:52.122593 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33087, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8573 | 2024.11.01 08:23:52.534709 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56690, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8574 | 2024.11.01 08:23:52.817445 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46734, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8575 | 2024.11.01 08:23:52.901876 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51187, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8576 | 2024.11.01 08:23:52.942477 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35319, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8577 | 2024.11.01 08:23:53.015277 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43238, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8578 | 2024.11.01 08:23:53.018664 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48130, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8579 | 2024.11.01 08:23:53.026003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8580 | 2024.11.01 08:23:53.878855 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 808 | ||
| 8581 | 2024.11.01 08:23:53.881696 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8582 | 2024.11.01 08:23:53.881762 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8583 | 2024.11.01 08:23:53.883331 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8584 | 2024.11.01 08:23:53.884362 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8585 | 2024.11.01 08:23:53.885546 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 808 | ||
| 8586 | 2024.11.01 08:23:55.467726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53343, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8587 | 2024.11.01 08:23:55.467846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8588 | 2024.11.01 08:23:55.467871 [ 3 ] {} <Debug> HTTP-Session: ca056f49-7bad-4c83-ad32-d3a4c9f683e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:53343 | ||
| 8589 | 2024.11.01 08:23:55.467895 [ 3 ] {} <Debug> HTTP-Session: ca056f49-7bad-4c83-ad32-d3a4c9f683e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8590 | 2024.11.01 08:23:55.467910 [ 3 ] {} <Debug> HTTP-Session: ca056f49-7bad-4c83-ad32-d3a4c9f683e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8591 | 2024.11.01 08:23:55.467961 [ 3 ] {} <Trace> HTTP-Session: ca056f49-7bad-4c83-ad32-d3a4c9f683e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8592 | 2024.11.01 08:23:55.468138 [ 3 ] {2dcbba29-5255-4814-989e-dd6ac7546740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53343) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8593 | 2024.11.01 08:23:55.468209 [ 3 ] {2dcbba29-5255-4814-989e-dd6ac7546740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8594 | 2024.11.01 08:23:55.468551 [ 3 ] {2dcbba29-5255-4814-989e-dd6ac7546740} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8595 | 2024.11.01 08:23:55.468960 [ 3 ] {2dcbba29-5255-4814-989e-dd6ac7546740} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8596 | 2024.11.01 08:23:55.469005 [ 3 ] {2dcbba29-5255-4814-989e-dd6ac7546740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8597 | 2024.11.01 08:23:55.469418 [ 3 ] {2dcbba29-5255-4814-989e-dd6ac7546740} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8598 | 2024.11.01 08:23:55.469810 [ 3 ] {2dcbba29-5255-4814-989e-dd6ac7546740} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8599 | 2024.11.01 08:23:55.469981 [ 3 ] {2dcbba29-5255-4814-989e-dd6ac7546740} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00189 sec., 1058.2010582010582 rows/sec., 86.29 KiB/sec. | ||
| 8600 | 2024.11.01 08:23:55.470272 [ 3 ] {2dcbba29-5255-4814-989e-dd6ac7546740} <Debug> DynamicQueryHandler: Done processing query | ||
| 8601 | 2024.11.01 08:23:55.470299 [ 3 ] {2dcbba29-5255-4814-989e-dd6ac7546740} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8602 | 2024.11.01 08:23:55.470315 [ 3 ] {} <Debug> HTTP-Session: ca056f49-7bad-4c83-ad32-d3a4c9f683e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8603 | 2024.11.01 08:23:55.470523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53343, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8604 | 2024.11.01 08:23:55.470671 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35117, User-Agent: (none), Length: 7929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8605 | 2024.11.01 08:23:55.470795 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8606 | 2024.11.01 08:23:55.470824 [ 290 ] {} <Debug> HTTP-Session: 5cb360df-5777-401e-acd3-0824b9b8e4c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35117 | ||
| 8607 | 2024.11.01 08:23:55.470849 [ 290 ] {} <Debug> HTTP-Session: 5cb360df-5777-401e-acd3-0824b9b8e4c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8608 | 2024.11.01 08:23:55.470864 [ 290 ] {} <Debug> HTTP-Session: 5cb360df-5777-401e-acd3-0824b9b8e4c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8609 | 2024.11.01 08:23:55.470920 [ 290 ] {} <Trace> HTTP-Session: 5cb360df-5777-401e-acd3-0824b9b8e4c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8610 | 2024.11.01 08:23:55.471133 [ 290 ] {ead891f0-553f-42ed-814c-00dc17fb7816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35117) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8611 | 2024.11.01 08:23:55.471204 [ 290 ] {ead891f0-553f-42ed-814c-00dc17fb7816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8612 | 2024.11.01 08:23:55.471552 [ 290 ] {ead891f0-553f-42ed-814c-00dc17fb7816} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8613 | 2024.11.01 08:23:55.472020 [ 290 ] {ead891f0-553f-42ed-814c-00dc17fb7816} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8614 | 2024.11.01 08:23:55.472108 [ 290 ] {ead891f0-553f-42ed-814c-00dc17fb7816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8615 | 2024.11.01 08:23:55.472609 [ 290 ] {ead891f0-553f-42ed-814c-00dc17fb7816} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8616 | 2024.11.01 08:23:55.473039 [ 290 ] {ead891f0-553f-42ed-814c-00dc17fb7816} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8617 | 2024.11.01 08:23:55.473228 [ 290 ] {ead891f0-553f-42ed-814c-00dc17fb7816} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002159 sec., 26401.111625752663 rows/sec., 2.01 MiB/sec. | ||
| 8618 | 2024.11.01 08:23:55.473233 [ 29 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8619 | 2024.11.01 08:23:55.473324 [ 29 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8620 | 2024.11.01 08:23:55.473367 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8621 | 2024.11.01 08:23:55.473588 [ 290 ] {ead891f0-553f-42ed-814c-00dc17fb7816} <Debug> DynamicQueryHandler: Done processing query | ||
| 8622 | 2024.11.01 08:23:55.473662 [ 290 ] {ead891f0-553f-42ed-814c-00dc17fb7816} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 8623 | 2024.11.01 08:23:55.473739 [ 290 ] {} <Debug> HTTP-Session: 5cb360df-5777-401e-acd3-0824b9b8e4c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8624 | 2024.11.01 08:23:55.473776 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 8625 | 2024.11.01 08:23:55.474092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53343, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8626 | 2024.11.01 08:23:55.474163 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35117, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8627 | 2024.11.01 08:23:55.474247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8628 | 2024.11.01 08:23:55.474330 [ 3 ] {} <Debug> HTTP-Session: 0b43e6e4-0786-4056-9a33-126ca2c3d3a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:53343 | ||
| 8629 | 2024.11.01 08:23:55.474436 [ 3 ] {} <Debug> HTTP-Session: 0b43e6e4-0786-4056-9a33-126ca2c3d3a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8630 | 2024.11.01 08:23:55.474493 [ 3 ] {} <Debug> HTTP-Session: 0b43e6e4-0786-4056-9a33-126ca2c3d3a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8631 | 2024.11.01 08:23:55.474506 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8632 | 2024.11.01 08:23:55.474563 [ 3 ] {} <Trace> HTTP-Session: 0b43e6e4-0786-4056-9a33-126ca2c3d3a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8633 | 2024.11.01 08:23:55.474590 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1423 rows starting from the beginning of the part | ||
| 8634 | 2024.11.01 08:23:55.474852 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 273 rows starting from the beginning of the part | ||
| 8635 | 2024.11.01 08:23:55.474866 [ 3 ] {00da904c-e4e9-4c47-ac6e-936fc05d03da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53343) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8636 | 2024.11.01 08:23:55.475027 [ 3 ] {00da904c-e4e9-4c47-ac6e-936fc05d03da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8637 | 2024.11.01 08:23:55.475278 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 57 rows starting from the beginning of the part | ||
| 8638 | 2024.11.01 08:23:55.475648 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part | ||
| 8639 | 2024.11.01 08:23:55.476005 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 273 rows starting from the beginning of the part | ||
| 8640 | 2024.11.01 08:23:55.476493 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 57 rows starting from the beginning of the part | ||
| 8641 | 2024.11.01 08:23:55.476559 [ 3 ] {00da904c-e4e9-4c47-ac6e-936fc05d03da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8642 | 2024.11.01 08:23:55.477530 [ 3 ] {00da904c-e4e9-4c47-ac6e-936fc05d03da} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8643 | 2024.11.01 08:23:55.477615 [ 3 ] {00da904c-e4e9-4c47-ac6e-936fc05d03da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8644 | 2024.11.01 08:23:55.478605 [ 3 ] {00da904c-e4e9-4c47-ac6e-936fc05d03da} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8645 | 2024.11.01 08:23:55.479515 [ 3 ] {00da904c-e4e9-4c47-ac6e-936fc05d03da} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8646 | 2024.11.01 08:23:55.479951 [ 3 ] {00da904c-e4e9-4c47-ac6e-936fc05d03da} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005233 sec., 382.189948404357 rows/sec., 26.69 KiB/sec. | ||
| 8647 | 2024.11.01 08:23:55.480099 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2139 rows, containing 5 columns (5 merged, 0 gathered) in 0.006615082 sec., 323352.0007764076 rows/sec., 28.50 MiB/sec. | ||
| 8648 | 2024.11.01 08:23:55.480322 [ 3 ] {00da904c-e4e9-4c47-ac6e-936fc05d03da} <Debug> DynamicQueryHandler: Done processing query | ||
| 8649 | 2024.11.01 08:23:55.480357 [ 3 ] {00da904c-e4e9-4c47-ac6e-936fc05d03da} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8650 | 2024.11.01 08:23:55.480386 [ 3 ] {} <Debug> HTTP-Session: 0b43e6e4-0786-4056-9a33-126ca2c3d3a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8651 | 2024.11.01 08:23:55.480405 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8652 | 2024.11.01 08:23:55.480632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53343, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8653 | 2024.11.01 08:23:55.480869 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54601, User-Agent: (none), Length: 11213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8654 | 2024.11.01 08:23:55.480993 [ 3 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 8655 | |||
| 8656 | (version 23.8.7.1) | ||
| 8657 | 2024.11.01 08:23:55.481030 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8658 | 2024.11.01 08:23:55.481102 [ 290 ] {} <Debug> HTTP-Session: 4863f7e5-dfec-4b5a-afff-75c112c251a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54601 | ||
| 8659 | 2024.11.01 08:23:55.481153 [ 290 ] {} <Debug> HTTP-Session: 4863f7e5-dfec-4b5a-afff-75c112c251a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8660 | 2024.11.01 08:23:55.481179 [ 290 ] {} <Debug> HTTP-Session: 4863f7e5-dfec-4b5a-afff-75c112c251a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8661 | 2024.11.01 08:23:55.481254 [ 290 ] {} <Trace> HTTP-Session: 4863f7e5-dfec-4b5a-afff-75c112c251a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8662 | 2024.11.01 08:23:55.481350 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_46_9} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8663 | 2024.11.01 08:23:55.481511 [ 290 ] {dee83a9e-9980-4927-a197-b986e1c9b691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54601) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8664 | 2024.11.01 08:23:55.481515 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_46_9} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8665 | 2024.11.01 08:23:55.481592 [ 290 ] {dee83a9e-9980-4927-a197-b986e1c9b691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8666 | 2024.11.01 08:23:55.481704 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 8667 | 2024.11.01 08:23:55.481999 [ 290 ] {dee83a9e-9980-4927-a197-b986e1c9b691} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8668 | 2024.11.01 08:23:55.482423 [ 290 ] {dee83a9e-9980-4927-a197-b986e1c9b691} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8669 | 2024.11.01 08:23:55.482464 [ 290 ] {dee83a9e-9980-4927-a197-b986e1c9b691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8670 | 2024.11.01 08:23:55.482874 [ 290 ] {dee83a9e-9980-4927-a197-b986e1c9b691} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8671 | 2024.11.01 08:23:55.483284 [ 290 ] {dee83a9e-9980-4927-a197-b986e1c9b691} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8672 | 2024.11.01 08:23:55.483458 [ 290 ] {dee83a9e-9980-4927-a197-b986e1c9b691} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002058 sec., 32069.97084548105 rows/sec., 2.50 MiB/sec. | ||
| 8673 | 2024.11.01 08:23:55.483485 [ 29 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8674 | 2024.11.01 08:23:55.483568 [ 29 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8675 | 2024.11.01 08:23:55.483628 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8676 | 2024.11.01 08:23:55.483794 [ 290 ] {dee83a9e-9980-4927-a197-b986e1c9b691} <Debug> DynamicQueryHandler: Done processing query | ||
| 8677 | 2024.11.01 08:23:55.483795 [ 198 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 8678 | 2024.11.01 08:23:55.483844 [ 290 ] {dee83a9e-9980-4927-a197-b986e1c9b691} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8679 | 2024.11.01 08:23:55.483882 [ 290 ] {} <Debug> HTTP-Session: 4863f7e5-dfec-4b5a-afff-75c112c251a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8680 | 2024.11.01 08:23:55.484007 [ 198 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8681 | 2024.11.01 08:23:55.484042 [ 198 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 916 rows starting from the beginning of the part | ||
| 8682 | 2024.11.01 08:23:55.484219 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54601, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8683 | 2024.11.01 08:23:55.484305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34072, User-Agent: (none), Length: 30788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8684 | 2024.11.01 08:23:55.484406 [ 198 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 424 rows starting from the beginning of the part | ||
| 8685 | 2024.11.01 08:23:55.484437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8686 | 2024.11.01 08:23:55.484515 [ 3 ] {} <Debug> HTTP-Session: 488d65d1-818a-4f86-868a-56eefb8116f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34072 | ||
| 8687 | 2024.11.01 08:23:55.484611 [ 3 ] {} <Debug> HTTP-Session: 488d65d1-818a-4f86-868a-56eefb8116f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8688 | 2024.11.01 08:23:55.484666 [ 3 ] {} <Debug> HTTP-Session: 488d65d1-818a-4f86-868a-56eefb8116f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8689 | 2024.11.01 08:23:55.484695 [ 198 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 66 rows starting from the beginning of the part | ||
| 8690 | 2024.11.01 08:23:55.484800 [ 3 ] {} <Trace> HTTP-Session: 488d65d1-818a-4f86-868a-56eefb8116f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8691 | 2024.11.01 08:23:55.484969 [ 198 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part | ||
| 8692 | 2024.11.01 08:23:55.485141 [ 198 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 424 rows starting from the beginning of the part | ||
| 8693 | 2024.11.01 08:23:55.485317 [ 3 ] {ba38ff71-03c7-478e-a677-044fb51f157a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34072) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8694 | 2024.11.01 08:23:55.485390 [ 198 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 66 rows starting from the beginning of the part | ||
| 8695 | 2024.11.01 08:23:55.485558 [ 3 ] {ba38ff71-03c7-478e-a677-044fb51f157a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8696 | 2024.11.01 08:23:55.486305 [ 3 ] {ba38ff71-03c7-478e-a677-044fb51f157a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8697 | 2024.11.01 08:23:55.487416 [ 3 ] {ba38ff71-03c7-478e-a677-044fb51f157a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8698 | 2024.11.01 08:23:55.487493 [ 3 ] {ba38ff71-03c7-478e-a677-044fb51f157a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8699 | 2024.11.01 08:23:55.488426 [ 3 ] {ba38ff71-03c7-478e-a677-044fb51f157a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8700 | 2024.11.01 08:23:55.488462 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.004744147 sec., 413140.65521156916 rows/sec., 31.63 MiB/sec. | ||
| 8701 | 2024.11.01 08:23:55.488772 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8702 | 2024.11.01 08:23:55.489055 [ 3 ] {ba38ff71-03c7-478e-a677-044fb51f157a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8703 | 2024.11.01 08:23:55.489364 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8704 | 2024.11.01 08:23:55.489471 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8705 | 2024.11.01 08:23:55.489570 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8706 | 2024.11.01 08:23:55.489591 [ 3 ] {ba38ff71-03c7-478e-a677-044fb51f157a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004476 sec., 35969.61572832886 rows/sec., 2.50 MiB/sec. | ||
| 8707 | 2024.11.01 08:23:55.489937 [ 197 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 8708 | 2024.11.01 08:23:55.490330 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_46_9} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8709 | 2024.11.01 08:23:55.490336 [ 197 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8710 | 2024.11.01 08:23:55.490357 [ 3 ] {ba38ff71-03c7-478e-a677-044fb51f157a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8711 | 2024.11.01 08:23:55.490437 [ 197 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 8944 rows starting from the beginning of the part | ||
| 8712 | 2024.11.01 08:23:55.490444 [ 3 ] {ba38ff71-03c7-478e-a677-044fb51f157a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8713 | 2024.11.01 08:23:55.490513 [ 3 ] {} <Debug> HTTP-Session: 488d65d1-818a-4f86-868a-56eefb8116f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8714 | 2024.11.01 08:23:55.490540 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_46_9} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8715 | 2024.11.01 08:23:55.490744 [ 197 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 237 rows starting from the beginning of the part | ||
| 8716 | 2024.11.01 08:23:55.490917 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 8717 | 2024.11.01 08:23:55.490947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34072, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8718 | 2024.11.01 08:23:55.491128 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63878, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8719 | 2024.11.01 08:23:55.491288 [ 197 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 161 rows starting from the beginning of the part | ||
| 8720 | 2024.11.01 08:23:55.491370 [ 3 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 8721 | |||
| 8722 | (version 23.8.7.1) | ||
| 8723 | 2024.11.01 08:23:55.491384 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8724 | 2024.11.01 08:23:55.491491 [ 290 ] {} <Debug> HTTP-Session: 5b332847-f212-4fa5-b088-f584b27cd10e Authenticating user 'default' from [fd00:1122:3344:101::d]:63878 | ||
| 8725 | 2024.11.01 08:23:55.491600 [ 290 ] {} <Debug> HTTP-Session: 5b332847-f212-4fa5-b088-f584b27cd10e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8726 | 2024.11.01 08:23:55.491673 [ 290 ] {} <Debug> HTTP-Session: 5b332847-f212-4fa5-b088-f584b27cd10e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8727 | 2024.11.01 08:23:55.491765 [ 197 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 8728 | 2024.11.01 08:23:55.491806 [ 290 ] {} <Trace> HTTP-Session: 5b332847-f212-4fa5-b088-f584b27cd10e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8729 | 2024.11.01 08:23:55.491944 [ 197 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
| 8730 | 2024.11.01 08:23:55.492223 [ 290 ] {64e491c4-4809-45e9-a436-caed829696d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63878) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8731 | 2024.11.01 08:23:55.492242 [ 197 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 161 rows starting from the beginning of the part | ||
| 8732 | 2024.11.01 08:23:55.492367 [ 290 ] {64e491c4-4809-45e9-a436-caed829696d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8733 | 2024.11.01 08:23:55.493053 [ 290 ] {64e491c4-4809-45e9-a436-caed829696d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8734 | 2024.11.01 08:23:55.493677 [ 290 ] {64e491c4-4809-45e9-a436-caed829696d2} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8735 | 2024.11.01 08:23:55.493726 [ 290 ] {64e491c4-4809-45e9-a436-caed829696d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8736 | 2024.11.01 08:23:55.494406 [ 290 ] {64e491c4-4809-45e9-a436-caed829696d2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8737 | 2024.11.01 08:23:55.495407 [ 290 ] {64e491c4-4809-45e9-a436-caed829696d2} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8738 | 2024.11.01 08:23:55.495730 [ 29 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8739 | 2024.11.01 08:23:55.495747 [ 290 ] {64e491c4-4809-45e9-a436-caed829696d2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003743 sec., 16029.922522041144 rows/sec., 1.08 MiB/sec. | ||
| 8740 | 2024.11.01 08:23:55.495783 [ 29 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8741 | 2024.11.01 08:23:55.495846 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8742 | 2024.11.01 08:23:55.496205 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 8743 | 2024.11.01 08:23:55.496254 [ 290 ] {64e491c4-4809-45e9-a436-caed829696d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 8744 | 2024.11.01 08:23:55.496291 [ 290 ] {64e491c4-4809-45e9-a436-caed829696d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8745 | 2024.11.01 08:23:55.496319 [ 290 ] {} <Debug> HTTP-Session: 5b332847-f212-4fa5-b088-f584b27cd10e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8746 | 2024.11.01 08:23:55.496443 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8747 | 2024.11.01 08:23:55.496714 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2522 rows starting from the beginning of the part | ||
| 8748 | 2024.11.01 08:23:55.496772 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63878, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8749 | 2024.11.01 08:23:55.497077 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
| 8750 | 2024.11.01 08:23:55.497202 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
| 8751 | 2024.11.01 08:23:55.497313 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 8752 | 2024.11.01 08:23:55.497538 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 8753 | 2024.11.01 08:23:55.497629 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 8754 | 2024.11.01 08:23:55.498688 [ 197 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9900 rows, containing 5 columns (5 merged, 0 gathered) in 0.008991511 sec., 1101038.5240033627 rows/sec., 74.96 MiB/sec. | ||
| 8755 | 2024.11.01 08:23:55.498993 [ 197 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8756 | 2024.11.01 08:23:55.500068 [ 197 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8757 | 2024.11.01 08:23:55.500217 [ 197 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8758 | 2024.11.01 08:23:55.500352 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. | ||
| 8759 | 2024.11.01 08:23:55.500544 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2866 rows, containing 4 columns (4 merged, 0 gathered) in 0.00447084 sec., 641042.846534432 rows/sec., 42.09 MiB/sec. | ||
| 8760 | 2024.11.01 08:23:55.500862 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8761 | 2024.11.01 08:23:55.501256 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_46_9} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8762 | 2024.11.01 08:23:55.501343 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_46_9} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8763 | 2024.11.01 08:23:55.501433 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 8764 | 2024.11.01 08:23:58.637686 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8765 | 2024.11.01 08:23:58.637790 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8766 | 2024.11.01 08:24:00.468006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50765, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8767 | 2024.11.01 08:24:00.468135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8768 | 2024.11.01 08:24:00.468164 [ 3 ] {} <Debug> HTTP-Session: 57e2f4b4-e302-4a80-b254-12a496b813e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50765 | ||
| 8769 | 2024.11.01 08:24:00.468192 [ 3 ] {} <Debug> HTTP-Session: 57e2f4b4-e302-4a80-b254-12a496b813e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8770 | 2024.11.01 08:24:00.468212 [ 3 ] {} <Debug> HTTP-Session: 57e2f4b4-e302-4a80-b254-12a496b813e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8771 | 2024.11.01 08:24:00.468268 [ 3 ] {} <Trace> HTTP-Session: 57e2f4b4-e302-4a80-b254-12a496b813e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8772 | 2024.11.01 08:24:00.468492 [ 3 ] {25ee73a0-2b5a-4184-8433-04eef6cc9b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50765) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8773 | 2024.11.01 08:24:00.468565 [ 3 ] {25ee73a0-2b5a-4184-8433-04eef6cc9b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8774 | 2024.11.01 08:24:00.468943 [ 3 ] {25ee73a0-2b5a-4184-8433-04eef6cc9b52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8775 | 2024.11.01 08:24:00.469426 [ 3 ] {25ee73a0-2b5a-4184-8433-04eef6cc9b52} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8776 | 2024.11.01 08:24:00.469472 [ 3 ] {25ee73a0-2b5a-4184-8433-04eef6cc9b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8777 | 2024.11.01 08:24:00.469899 [ 3 ] {25ee73a0-2b5a-4184-8433-04eef6cc9b52} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8778 | 2024.11.01 08:24:00.470303 [ 3 ] {25ee73a0-2b5a-4184-8433-04eef6cc9b52} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8779 | 2024.11.01 08:24:00.470485 [ 3 ] {25ee73a0-2b5a-4184-8433-04eef6cc9b52} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00206 sec., 27184.466019417472 rows/sec., 2.08 MiB/sec. | ||
| 8780 | 2024.11.01 08:24:00.470752 [ 3 ] {25ee73a0-2b5a-4184-8433-04eef6cc9b52} <Debug> DynamicQueryHandler: Done processing query | ||
| 8781 | 2024.11.01 08:24:00.470780 [ 3 ] {25ee73a0-2b5a-4184-8433-04eef6cc9b52} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8782 | 2024.11.01 08:24:00.470797 [ 3 ] {} <Debug> HTTP-Session: 57e2f4b4-e302-4a80-b254-12a496b813e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8783 | 2024.11.01 08:24:00.470988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50765, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8784 | 2024.11.01 08:24:00.471116 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63063, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8785 | 2024.11.01 08:24:00.471245 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8786 | 2024.11.01 08:24:00.471274 [ 290 ] {} <Debug> HTTP-Session: 56ad3300-8c43-40e9-aeb2-42ef3ff76916 Authenticating user 'default' from [fd00:1122:3344:101::d]:63063 | ||
| 8787 | 2024.11.01 08:24:00.471301 [ 290 ] {} <Debug> HTTP-Session: 56ad3300-8c43-40e9-aeb2-42ef3ff76916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8788 | 2024.11.01 08:24:00.471319 [ 290 ] {} <Debug> HTTP-Session: 56ad3300-8c43-40e9-aeb2-42ef3ff76916 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8789 | 2024.11.01 08:24:00.471379 [ 290 ] {} <Trace> HTTP-Session: 56ad3300-8c43-40e9-aeb2-42ef3ff76916 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8790 | 2024.11.01 08:24:00.471603 [ 290 ] {3d78ba56-5484-4bbf-8cbf-0cd357465db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63063) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8791 | 2024.11.01 08:24:00.471679 [ 290 ] {3d78ba56-5484-4bbf-8cbf-0cd357465db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8792 | 2024.11.01 08:24:00.472055 [ 290 ] {3d78ba56-5484-4bbf-8cbf-0cd357465db9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8793 | 2024.11.01 08:24:00.472483 [ 290 ] {3d78ba56-5484-4bbf-8cbf-0cd357465db9} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8794 | 2024.11.01 08:24:00.472524 [ 290 ] {3d78ba56-5484-4bbf-8cbf-0cd357465db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8795 | 2024.11.01 08:24:00.472955 [ 290 ] {3d78ba56-5484-4bbf-8cbf-0cd357465db9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8796 | 2024.11.01 08:24:00.473344 [ 290 ] {3d78ba56-5484-4bbf-8cbf-0cd357465db9} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8797 | 2024.11.01 08:24:00.473501 [ 290 ] {3d78ba56-5484-4bbf-8cbf-0cd357465db9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001984 sec., 32258.06451612903 rows/sec., 2.52 MiB/sec. | ||
| 8798 | 2024.11.01 08:24:00.473706 [ 290 ] {3d78ba56-5484-4bbf-8cbf-0cd357465db9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8799 | 2024.11.01 08:24:00.473733 [ 290 ] {3d78ba56-5484-4bbf-8cbf-0cd357465db9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8800 | 2024.11.01 08:24:00.473749 [ 290 ] {} <Debug> HTTP-Session: 56ad3300-8c43-40e9-aeb2-42ef3ff76916 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8801 | 2024.11.01 08:24:00.473943 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63063, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8802 | 2024.11.01 08:24:00.474026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34282, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8803 | 2024.11.01 08:24:00.474115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8804 | 2024.11.01 08:24:00.474140 [ 3 ] {} <Debug> HTTP-Session: 6357545a-6a2c-41d4-8b07-7fb10647d6d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34282 | ||
| 8805 | 2024.11.01 08:24:00.474163 [ 3 ] {} <Debug> HTTP-Session: 6357545a-6a2c-41d4-8b07-7fb10647d6d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8806 | 2024.11.01 08:24:00.474181 [ 3 ] {} <Debug> HTTP-Session: 6357545a-6a2c-41d4-8b07-7fb10647d6d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8807 | 2024.11.01 08:24:00.474230 [ 3 ] {} <Trace> HTTP-Session: 6357545a-6a2c-41d4-8b07-7fb10647d6d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8808 | 2024.11.01 08:24:00.474435 [ 3 ] {e6510c21-6fec-46ba-aba8-20afb8aeb384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34282) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8809 | 2024.11.01 08:24:00.474499 [ 3 ] {e6510c21-6fec-46ba-aba8-20afb8aeb384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8810 | 2024.11.01 08:24:00.474718 [ 3 ] {e6510c21-6fec-46ba-aba8-20afb8aeb384} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8811 | 2024.11.01 08:24:00.475153 [ 3 ] {e6510c21-6fec-46ba-aba8-20afb8aeb384} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8812 | 2024.11.01 08:24:00.475192 [ 3 ] {e6510c21-6fec-46ba-aba8-20afb8aeb384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8813 | 2024.11.01 08:24:00.475608 [ 3 ] {e6510c21-6fec-46ba-aba8-20afb8aeb384} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8814 | 2024.11.01 08:24:00.475961 [ 3 ] {e6510c21-6fec-46ba-aba8-20afb8aeb384} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8815 | 2024.11.01 08:24:00.476121 [ 3 ] {e6510c21-6fec-46ba-aba8-20afb8aeb384} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001775 sec., 90140.84507042253 rows/sec., 6.28 MiB/sec. | ||
| 8816 | 2024.11.01 08:24:00.476468 [ 3 ] {e6510c21-6fec-46ba-aba8-20afb8aeb384} <Debug> DynamicQueryHandler: Done processing query | ||
| 8817 | 2024.11.01 08:24:00.476507 [ 3 ] {e6510c21-6fec-46ba-aba8-20afb8aeb384} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8818 | 2024.11.01 08:24:00.476524 [ 3 ] {} <Debug> HTTP-Session: 6357545a-6a2c-41d4-8b07-7fb10647d6d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8819 | 2024.11.01 08:24:00.476680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34282, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8820 | 2024.11.01 08:24:00.476782 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63245, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8821 | 2024.11.01 08:24:00.476871 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8822 | 2024.11.01 08:24:00.476897 [ 290 ] {} <Debug> HTTP-Session: 4774777e-a79e-48a0-b47e-c18d2b66e16e Authenticating user 'default' from [fd00:1122:3344:101::d]:63245 | ||
| 8823 | 2024.11.01 08:24:00.476920 [ 290 ] {} <Debug> HTTP-Session: 4774777e-a79e-48a0-b47e-c18d2b66e16e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8824 | 2024.11.01 08:24:00.476937 [ 290 ] {} <Debug> HTTP-Session: 4774777e-a79e-48a0-b47e-c18d2b66e16e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8825 | 2024.11.01 08:24:00.476985 [ 290 ] {} <Trace> HTTP-Session: 4774777e-a79e-48a0-b47e-c18d2b66e16e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8826 | 2024.11.01 08:24:00.477158 [ 290 ] {aedab12c-befa-498e-9464-6fe1c9ebdb17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63245) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8827 | 2024.11.01 08:24:00.477219 [ 290 ] {aedab12c-befa-498e-9464-6fe1c9ebdb17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8828 | 2024.11.01 08:24:00.477419 [ 290 ] {aedab12c-befa-498e-9464-6fe1c9ebdb17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8829 | 2024.11.01 08:24:00.477774 [ 290 ] {aedab12c-befa-498e-9464-6fe1c9ebdb17} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8830 | 2024.11.01 08:24:00.477818 [ 290 ] {aedab12c-befa-498e-9464-6fe1c9ebdb17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8831 | 2024.11.01 08:24:00.478216 [ 290 ] {aedab12c-befa-498e-9464-6fe1c9ebdb17} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8832 | 2024.11.01 08:24:00.478552 [ 290 ] {aedab12c-befa-498e-9464-6fe1c9ebdb17} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8833 | 2024.11.01 08:24:00.478701 [ 290 ] {aedab12c-befa-498e-9464-6fe1c9ebdb17} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001605 sec., 37383.17757009345 rows/sec., 2.52 MiB/sec. | ||
| 8834 | 2024.11.01 08:24:00.478886 [ 290 ] {aedab12c-befa-498e-9464-6fe1c9ebdb17} <Debug> DynamicQueryHandler: Done processing query | ||
| 8835 | 2024.11.01 08:24:00.478910 [ 290 ] {aedab12c-befa-498e-9464-6fe1c9ebdb17} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8836 | 2024.11.01 08:24:00.478927 [ 290 ] {} <Debug> HTTP-Session: 4774777e-a79e-48a0-b47e-c18d2b66e16e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8837 | 2024.11.01 08:24:00.479159 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8838 | 2024.11.01 08:24:02.311166 [ 57 ] {} <Debug> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 8839 | 2024.11.01 08:24:02.311254 [ 57 ] {} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8840 | 2024.11.01 08:24:02.311292 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8841 | 2024.11.01 08:24:02.311633 [ 199 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 8842 | 2024.11.01 08:24:02.312006 [ 199 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8843 | 2024.11.01 08:24:02.312084 [ 199 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
| 8844 | 2024.11.01 08:24:02.312250 [ 199 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 8845 | 2024.11.01 08:24:02.312475 [ 199 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 8846 | 2024.11.01 08:24:02.312729 [ 199 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 8847 | 2024.11.01 08:24:02.312914 [ 199 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 8848 | 2024.11.01 08:24:02.313997 [ 187 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002591763 sec., 6945.079469071825 rows/sec., 464.96 KiB/sec. | ||
| 8849 | 2024.11.01 08:24:02.314155 [ 191 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 8850 | 2024.11.01 08:24:02.314616 [ 191 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_18_4} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8851 | 2024.11.01 08:24:02.314712 [ 191 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_18_4} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 8852 | 2024.11.01 08:24:02.314801 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8853 | 2024.11.01 08:24:03.886615 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 828 | ||
| 8854 | 2024.11.01 08:24:03.889299 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8855 | 2024.11.01 08:24:03.889360 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8856 | 2024.11.01 08:24:03.890875 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8857 | 2024.11.01 08:24:03.891887 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8858 | 2024.11.01 08:24:03.893182 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 828 | ||
| 8859 | 2024.11.01 08:24:05.474417 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62045, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8860 | 2024.11.01 08:24:05.474587 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8861 | 2024.11.01 08:24:05.474636 [ 292 ] {} <Debug> HTTP-Session: ba3c66c0-cde1-4185-afa7-3b974d06ebf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:62045 | ||
| 8862 | 2024.11.01 08:24:05.474676 [ 292 ] {} <Debug> HTTP-Session: ba3c66c0-cde1-4185-afa7-3b974d06ebf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8863 | 2024.11.01 08:24:05.474704 [ 292 ] {} <Debug> HTTP-Session: ba3c66c0-cde1-4185-afa7-3b974d06ebf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8864 | 2024.11.01 08:24:05.474790 [ 292 ] {} <Trace> HTTP-Session: ba3c66c0-cde1-4185-afa7-3b974d06ebf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8865 | 2024.11.01 08:24:05.475162 [ 292 ] {d3c6f994-b6d4-4a7b-86f1-c138874afbee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62045) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8866 | 2024.11.01 08:24:05.475232 [ 292 ] {d3c6f994-b6d4-4a7b-86f1-c138874afbee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8867 | 2024.11.01 08:24:05.475573 [ 292 ] {d3c6f994-b6d4-4a7b-86f1-c138874afbee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8868 | 2024.11.01 08:24:05.476218 [ 292 ] {d3c6f994-b6d4-4a7b-86f1-c138874afbee} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8869 | 2024.11.01 08:24:05.476267 [ 292 ] {d3c6f994-b6d4-4a7b-86f1-c138874afbee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8870 | 2024.11.01 08:24:05.476724 [ 292 ] {d3c6f994-b6d4-4a7b-86f1-c138874afbee} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8871 | 2024.11.01 08:24:05.477114 [ 292 ] {d3c6f994-b6d4-4a7b-86f1-c138874afbee} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8872 | 2024.11.01 08:24:05.477299 [ 292 ] {d3c6f994-b6d4-4a7b-86f1-c138874afbee} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002283 sec., 119579.50065703024 rows/sec., 10.63 MiB/sec. | ||
| 8873 | 2024.11.01 08:24:05.477678 [ 292 ] {d3c6f994-b6d4-4a7b-86f1-c138874afbee} <Debug> DynamicQueryHandler: Done processing query | ||
| 8874 | 2024.11.01 08:24:05.477717 [ 292 ] {d3c6f994-b6d4-4a7b-86f1-c138874afbee} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8875 | 2024.11.01 08:24:05.477735 [ 292 ] {} <Debug> HTTP-Session: ba3c66c0-cde1-4185-afa7-3b974d06ebf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8876 | 2024.11.01 08:24:05.477937 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62045, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8877 | 2024.11.01 08:24:05.478061 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58941, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8878 | 2024.11.01 08:24:05.478185 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8879 | 2024.11.01 08:24:05.478215 [ 282 ] {} <Debug> HTTP-Session: 57d816df-9a6e-4a96-9aa3-1a73d32c9cbd Authenticating user 'default' from [fd00:1122:3344:101::d]:58941 | ||
| 8880 | 2024.11.01 08:24:05.478242 [ 282 ] {} <Debug> HTTP-Session: 57d816df-9a6e-4a96-9aa3-1a73d32c9cbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8881 | 2024.11.01 08:24:05.478260 [ 282 ] {} <Debug> HTTP-Session: 57d816df-9a6e-4a96-9aa3-1a73d32c9cbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8882 | 2024.11.01 08:24:05.478324 [ 282 ] {} <Trace> HTTP-Session: 57d816df-9a6e-4a96-9aa3-1a73d32c9cbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8883 | 2024.11.01 08:24:05.478545 [ 282 ] {44df289d-003f-41a4-9d4f-9c848f158a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58941) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8884 | 2024.11.01 08:24:05.478622 [ 282 ] {44df289d-003f-41a4-9d4f-9c848f158a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8885 | 2024.11.01 08:24:05.479023 [ 282 ] {44df289d-003f-41a4-9d4f-9c848f158a29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8886 | 2024.11.01 08:24:05.479420 [ 282 ] {44df289d-003f-41a4-9d4f-9c848f158a29} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8887 | 2024.11.01 08:24:05.479466 [ 282 ] {44df289d-003f-41a4-9d4f-9c848f158a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8888 | 2024.11.01 08:24:05.479899 [ 282 ] {44df289d-003f-41a4-9d4f-9c848f158a29} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8889 | 2024.11.01 08:24:05.480300 [ 282 ] {44df289d-003f-41a4-9d4f-9c848f158a29} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8890 | 2024.11.01 08:24:05.480501 [ 112 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8891 | 2024.11.01 08:24:05.480521 [ 282 ] {44df289d-003f-41a4-9d4f-9c848f158a29} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.002034 sec., 20648.96755162242 rows/sec., 1.52 MiB/sec. | ||
| 8892 | 2024.11.01 08:24:05.480587 [ 112 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8893 | 2024.11.01 08:24:05.480661 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8894 | 2024.11.01 08:24:05.481180 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 8895 | 2024.11.01 08:24:05.481242 [ 282 ] {44df289d-003f-41a4-9d4f-9c848f158a29} <Debug> DynamicQueryHandler: Done processing query | ||
| 8896 | 2024.11.01 08:24:05.481296 [ 282 ] {44df289d-003f-41a4-9d4f-9c848f158a29} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8897 | 2024.11.01 08:24:05.481337 [ 282 ] {} <Debug> HTTP-Session: 57d816df-9a6e-4a96-9aa3-1a73d32c9cbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8898 | 2024.11.01 08:24:05.481453 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8899 | 2024.11.01 08:24:05.481499 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 60 rows starting from the beginning of the part | ||
| 8900 | 2024.11.01 08:24:05.481579 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58941, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8901 | 2024.11.01 08:24:05.481668 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62045, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8902 | 2024.11.01 08:24:05.481852 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 42 rows starting from the beginning of the part | ||
| 8903 | 2024.11.01 08:24:05.481989 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8904 | 2024.11.01 08:24:05.482167 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
| 8905 | 2024.11.01 08:24:05.482216 [ 292 ] {} <Debug> HTTP-Session: 2159fc57-5431-452f-9b5a-0652c8092ffd Authenticating user 'default' from [fd00:1122:3344:101::d]:62045 | ||
| 8906 | 2024.11.01 08:24:05.482335 [ 292 ] {} <Debug> HTTP-Session: 2159fc57-5431-452f-9b5a-0652c8092ffd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8907 | 2024.11.01 08:24:05.482431 [ 292 ] {} <Debug> HTTP-Session: 2159fc57-5431-452f-9b5a-0652c8092ffd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8908 | 2024.11.01 08:24:05.482439 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 42 rows starting from the beginning of the part | ||
| 8909 | 2024.11.01 08:24:05.482569 [ 292 ] {} <Trace> HTTP-Session: 2159fc57-5431-452f-9b5a-0652c8092ffd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8910 | 2024.11.01 08:24:05.482697 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
| 8911 | 2024.11.01 08:24:05.482972 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 42 rows starting from the beginning of the part | ||
| 8912 | 2024.11.01 08:24:05.483167 [ 292 ] {66ceb95f-a04e-4494-b3bf-8e629a3d295b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62045) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8913 | 2024.11.01 08:24:05.483340 [ 292 ] {66ceb95f-a04e-4494-b3bf-8e629a3d295b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8914 | 2024.11.01 08:24:05.484244 [ 292 ] {66ceb95f-a04e-4494-b3bf-8e629a3d295b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8915 | 2024.11.01 08:24:05.485253 [ 292 ] {66ceb95f-a04e-4494-b3bf-8e629a3d295b} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8916 | 2024.11.01 08:24:05.485326 [ 292 ] {66ceb95f-a04e-4494-b3bf-8e629a3d295b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8917 | 2024.11.01 08:24:05.486279 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 5 columns (5 merged, 0 gathered) in 0.005457524 sec., 34814.32239235228 rows/sec., 2.67 MiB/sec. | ||
| 8918 | 2024.11.01 08:24:05.486375 [ 292 ] {66ceb95f-a04e-4494-b3bf-8e629a3d295b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8919 | 2024.11.01 08:24:05.486614 [ 191 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8920 | 2024.11.01 08:24:05.487175 [ 292 ] {66ceb95f-a04e-4494-b3bf-8e629a3d295b} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8921 | 2024.11.01 08:24:05.487699 [ 292 ] {66ceb95f-a04e-4494-b3bf-8e629a3d295b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004798 sec., 2917.882451021259 rows/sec., 204.35 KiB/sec. | ||
| 8922 | 2024.11.01 08:24:05.488014 [ 191 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_31_6} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8923 | 2024.11.01 08:24:05.488104 [ 292 ] {66ceb95f-a04e-4494-b3bf-8e629a3d295b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8924 | 2024.11.01 08:24:05.488163 [ 292 ] {66ceb95f-a04e-4494-b3bf-8e629a3d295b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8925 | 2024.11.01 08:24:05.488169 [ 191 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_31_6} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8926 | 2024.11.01 08:24:05.488195 [ 292 ] {} <Debug> HTTP-Session: 2159fc57-5431-452f-9b5a-0652c8092ffd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8927 | 2024.11.01 08:24:05.488312 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8928 | 2024.11.01 08:24:05.488433 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62045, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8929 | 2024.11.01 08:24:05.488501 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37873, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8930 | 2024.11.01 08:24:05.488577 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8931 | 2024.11.01 08:24:05.488609 [ 282 ] {} <Debug> HTTP-Session: 6b506b9e-7062-4b38-9ed9-3c2168092844 Authenticating user 'default' from [fd00:1122:3344:101::d]:37873 | ||
| 8932 | 2024.11.01 08:24:05.488637 [ 282 ] {} <Debug> HTTP-Session: 6b506b9e-7062-4b38-9ed9-3c2168092844 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8933 | 2024.11.01 08:24:05.488656 [ 282 ] {} <Debug> HTTP-Session: 6b506b9e-7062-4b38-9ed9-3c2168092844 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8934 | 2024.11.01 08:24:05.488705 [ 282 ] {} <Trace> HTTP-Session: 6b506b9e-7062-4b38-9ed9-3c2168092844 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8935 | 2024.11.01 08:24:05.488838 [ 282 ] {3e82d8eb-c92e-4b02-9ed1-d5ac11d503b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37873) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8936 | 2024.11.01 08:24:05.488896 [ 282 ] {3e82d8eb-c92e-4b02-9ed1-d5ac11d503b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8937 | 2024.11.01 08:24:05.489178 [ 282 ] {3e82d8eb-c92e-4b02-9ed1-d5ac11d503b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8938 | 2024.11.01 08:24:05.489489 [ 282 ] {3e82d8eb-c92e-4b02-9ed1-d5ac11d503b8} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8939 | 2024.11.01 08:24:05.489527 [ 282 ] {3e82d8eb-c92e-4b02-9ed1-d5ac11d503b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8940 | 2024.11.01 08:24:05.489881 [ 282 ] {3e82d8eb-c92e-4b02-9ed1-d5ac11d503b8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8941 | 2024.11.01 08:24:05.490251 [ 282 ] {3e82d8eb-c92e-4b02-9ed1-d5ac11d503b8} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8942 | 2024.11.01 08:24:05.490411 [ 112 ] {} <Debug> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 8943 | 2024.11.01 08:24:05.490420 [ 282 ] {3e82d8eb-c92e-4b02-9ed1-d5ac11d503b8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001611 sec., 3724.3947858472998 rows/sec., 220.04 KiB/sec. | ||
| 8944 | 2024.11.01 08:24:05.490463 [ 112 ] {} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8945 | 2024.11.01 08:24:05.490536 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8946 | 2024.11.01 08:24:05.490799 [ 282 ] {3e82d8eb-c92e-4b02-9ed1-d5ac11d503b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8947 | 2024.11.01 08:24:05.490850 [ 188 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 8948 | 2024.11.01 08:24:05.490861 [ 282 ] {3e82d8eb-c92e-4b02-9ed1-d5ac11d503b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8949 | 2024.11.01 08:24:05.490949 [ 282 ] {} <Debug> HTTP-Session: 6b506b9e-7062-4b38-9ed9-3c2168092844 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8950 | 2024.11.01 08:24:05.491215 [ 188 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8951 | 2024.11.01 08:24:05.491247 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8952 | 2024.11.01 08:24:05.491293 [ 188 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 6 rows starting from the beginning of the part | ||
| 8953 | 2024.11.01 08:24:05.491539 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57159, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8954 | 2024.11.01 08:24:05.491575 [ 188 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 8955 | 2024.11.01 08:24:05.491751 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8956 | 2024.11.01 08:24:05.491929 [ 188 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 8957 | 2024.11.01 08:24:05.491959 [ 292 ] {} <Debug> HTTP-Session: af7f9970-7154-4201-ab6f-97791348b8fc Authenticating user 'default' from [fd00:1122:3344:101::d]:57159 | ||
| 8958 | 2024.11.01 08:24:05.492077 [ 292 ] {} <Debug> HTTP-Session: af7f9970-7154-4201-ab6f-97791348b8fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8959 | 2024.11.01 08:24:05.492179 [ 292 ] {} <Debug> HTTP-Session: af7f9970-7154-4201-ab6f-97791348b8fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8960 | 2024.11.01 08:24:05.492242 [ 188 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 8961 | 2024.11.01 08:24:05.492394 [ 292 ] {} <Trace> HTTP-Session: af7f9970-7154-4201-ab6f-97791348b8fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8962 | 2024.11.01 08:24:05.492583 [ 188 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 8963 | 2024.11.01 08:24:05.493075 [ 292 ] {6c075eb9-6a95-459d-9d86-fdcb3127b5f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57159) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8964 | 2024.11.01 08:24:05.493168 [ 292 ] {6c075eb9-6a95-459d-9d86-fdcb3127b5f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8965 | 2024.11.01 08:24:05.494099 [ 292 ] {6c075eb9-6a95-459d-9d86-fdcb3127b5f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8966 | 2024.11.01 08:24:05.494914 [ 194 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004256975 sec., 7047.257735833545 rows/sec., 447.34 KiB/sec. | ||
| 8967 | 2024.11.01 08:24:05.495121 [ 194 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 8968 | 2024.11.01 08:24:05.495250 [ 292 ] {6c075eb9-6a95-459d-9d86-fdcb3127b5f2} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8969 | 2024.11.01 08:24:05.495291 [ 292 ] {6c075eb9-6a95-459d-9d86-fdcb3127b5f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8970 | 2024.11.01 08:24:05.495755 [ 194 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_17_4} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8971 | 2024.11.01 08:24:05.495864 [ 194 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_17_4} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 8972 | 2024.11.01 08:24:05.495919 [ 292 ] {6c075eb9-6a95-459d-9d86-fdcb3127b5f2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8973 | 2024.11.01 08:24:05.495965 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8974 | 2024.11.01 08:24:05.496297 [ 292 ] {6c075eb9-6a95-459d-9d86-fdcb3127b5f2} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8975 | 2024.11.01 08:24:05.496469 [ 292 ] {6c075eb9-6a95-459d-9d86-fdcb3127b5f2} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.003759 sec., 112795.95637137536 rows/sec., 8.07 MiB/sec. | ||
| 8976 | 2024.11.01 08:24:05.496684 [ 292 ] {6c075eb9-6a95-459d-9d86-fdcb3127b5f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 8977 | 2024.11.01 08:24:05.496710 [ 292 ] {6c075eb9-6a95-459d-9d86-fdcb3127b5f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 8978 | 2024.11.01 08:24:05.496727 [ 292 ] {} <Debug> HTTP-Session: af7f9970-7154-4201-ab6f-97791348b8fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8979 | 2024.11.01 08:24:05.496928 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57159, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8980 | 2024.11.01 08:24:05.496945 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37873, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8981 | 2024.11.01 08:24:05.497032 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8982 | 2024.11.01 08:24:05.497067 [ 282 ] {} <Debug> HTTP-Session: 7ee85bed-566b-4ef4-ba14-c9b4bd3bc3dd Authenticating user 'default' from [fd00:1122:3344:101::d]:37873 | ||
| 8983 | 2024.11.01 08:24:05.497091 [ 282 ] {} <Debug> HTTP-Session: 7ee85bed-566b-4ef4-ba14-c9b4bd3bc3dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8984 | 2024.11.01 08:24:05.497109 [ 282 ] {} <Debug> HTTP-Session: 7ee85bed-566b-4ef4-ba14-c9b4bd3bc3dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8985 | 2024.11.01 08:24:05.497156 [ 282 ] {} <Trace> HTTP-Session: 7ee85bed-566b-4ef4-ba14-c9b4bd3bc3dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8986 | 2024.11.01 08:24:05.497290 [ 282 ] {d804b488-bb19-4931-8d7c-583f88c63926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37873) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8987 | 2024.11.01 08:24:05.497350 [ 282 ] {d804b488-bb19-4931-8d7c-583f88c63926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8988 | 2024.11.01 08:24:05.497543 [ 282 ] {d804b488-bb19-4931-8d7c-583f88c63926} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8989 | 2024.11.01 08:24:05.497878 [ 282 ] {d804b488-bb19-4931-8d7c-583f88c63926} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8990 | 2024.11.01 08:24:05.497923 [ 282 ] {d804b488-bb19-4931-8d7c-583f88c63926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 8991 | 2024.11.01 08:24:05.498323 [ 282 ] {d804b488-bb19-4931-8d7c-583f88c63926} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8992 | 2024.11.01 08:24:05.498665 [ 282 ] {d804b488-bb19-4931-8d7c-583f88c63926} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8993 | 2024.11.01 08:24:05.498835 [ 282 ] {d804b488-bb19-4931-8d7c-583f88c63926} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 199.54 KiB/sec. | ||
| 8994 | 2024.11.01 08:24:05.499146 [ 282 ] {d804b488-bb19-4931-8d7c-583f88c63926} <Debug> DynamicQueryHandler: Done processing query | ||
| 8995 | 2024.11.01 08:24:05.499172 [ 282 ] {d804b488-bb19-4931-8d7c-583f88c63926} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8996 | 2024.11.01 08:24:05.499188 [ 282 ] {} <Debug> HTTP-Session: 7ee85bed-566b-4ef4-ba14-c9b4bd3bc3dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8997 | 2024.11.01 08:24:05.499365 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8998 | 2024.11.01 08:24:05.499453 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50657, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8999 | 2024.11.01 08:24:05.499515 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9000 | 2024.11.01 08:24:05.499536 [ 292 ] {} <Debug> HTTP-Session: ff96293f-9fcd-4ff5-891d-e0faa5c88095 Authenticating user 'default' from [fd00:1122:3344:101::d]:50657 | ||
| 9001 | 2024.11.01 08:24:05.499554 [ 292 ] {} <Debug> HTTP-Session: ff96293f-9fcd-4ff5-891d-e0faa5c88095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9002 | 2024.11.01 08:24:05.499568 [ 292 ] {} <Debug> HTTP-Session: ff96293f-9fcd-4ff5-891d-e0faa5c88095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9003 | 2024.11.01 08:24:05.499606 [ 292 ] {} <Trace> HTTP-Session: ff96293f-9fcd-4ff5-891d-e0faa5c88095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9004 | 2024.11.01 08:24:05.499854 [ 292 ] {67a8ad98-4a40-4626-9a9b-1eb6fe4cfe35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50657) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9005 | 2024.11.01 08:24:05.499906 [ 292 ] {67a8ad98-4a40-4626-9a9b-1eb6fe4cfe35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9006 | 2024.11.01 08:24:05.500093 [ 292 ] {67a8ad98-4a40-4626-9a9b-1eb6fe4cfe35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9007 | 2024.11.01 08:24:05.500561 [ 292 ] {67a8ad98-4a40-4626-9a9b-1eb6fe4cfe35} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9008 | 2024.11.01 08:24:05.500599 [ 292 ] {67a8ad98-4a40-4626-9a9b-1eb6fe4cfe35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9009 | 2024.11.01 08:24:05.500995 [ 292 ] {67a8ad98-4a40-4626-9a9b-1eb6fe4cfe35} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9010 | 2024.11.01 08:24:05.501348 [ 292 ] {67a8ad98-4a40-4626-9a9b-1eb6fe4cfe35} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9011 | 2024.11.01 08:24:05.501515 [ 292 ] {67a8ad98-4a40-4626-9a9b-1eb6fe4cfe35} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001796 sec., 131959.9109131403 rows/sec., 8.84 MiB/sec. | ||
| 9012 | 2024.11.01 08:24:05.501717 [ 292 ] {67a8ad98-4a40-4626-9a9b-1eb6fe4cfe35} <Debug> DynamicQueryHandler: Done processing query | ||
| 9013 | 2024.11.01 08:24:05.501742 [ 292 ] {67a8ad98-4a40-4626-9a9b-1eb6fe4cfe35} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9014 | 2024.11.01 08:24:05.501758 [ 292 ] {} <Debug> HTTP-Session: ff96293f-9fcd-4ff5-891d-e0faa5c88095 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9015 | 2024.11.01 08:24:05.501979 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37873, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9016 | 2024.11.01 08:24:05.501994 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50657, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9017 | 2024.11.01 08:24:05.502066 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9018 | 2024.11.01 08:24:05.502105 [ 282 ] {} <Debug> HTTP-Session: ca6cdf97-8c57-42ff-8ceb-f0a58c8b8c81 Authenticating user 'default' from [fd00:1122:3344:101::d]:37873 | ||
| 9019 | 2024.11.01 08:24:05.502127 [ 282 ] {} <Debug> HTTP-Session: ca6cdf97-8c57-42ff-8ceb-f0a58c8b8c81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9020 | 2024.11.01 08:24:05.502153 [ 282 ] {} <Debug> HTTP-Session: ca6cdf97-8c57-42ff-8ceb-f0a58c8b8c81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9021 | 2024.11.01 08:24:05.502201 [ 282 ] {} <Trace> HTTP-Session: ca6cdf97-8c57-42ff-8ceb-f0a58c8b8c81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9022 | 2024.11.01 08:24:05.502327 [ 282 ] {31f70dd0-0d10-4b88-a654-290034b7a386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37873) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9023 | 2024.11.01 08:24:05.502389 [ 282 ] {31f70dd0-0d10-4b88-a654-290034b7a386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9024 | 2024.11.01 08:24:05.502581 [ 282 ] {31f70dd0-0d10-4b88-a654-290034b7a386} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9025 | 2024.11.01 08:24:05.502903 [ 282 ] {31f70dd0-0d10-4b88-a654-290034b7a386} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9026 | 2024.11.01 08:24:05.502948 [ 282 ] {31f70dd0-0d10-4b88-a654-290034b7a386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9027 | 2024.11.01 08:24:05.503327 [ 282 ] {31f70dd0-0d10-4b88-a654-290034b7a386} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9028 | 2024.11.01 08:24:05.503659 [ 282 ] {31f70dd0-0d10-4b88-a654-290034b7a386} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9029 | 2024.11.01 08:24:05.503814 [ 282 ] {31f70dd0-0d10-4b88-a654-290034b7a386} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec. | ||
| 9030 | 2024.11.01 08:24:05.503992 [ 282 ] {31f70dd0-0d10-4b88-a654-290034b7a386} <Debug> DynamicQueryHandler: Done processing query | ||
| 9031 | 2024.11.01 08:24:05.504017 [ 282 ] {31f70dd0-0d10-4b88-a654-290034b7a386} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9032 | 2024.11.01 08:24:05.504033 [ 282 ] {} <Debug> HTTP-Session: ca6cdf97-8c57-42ff-8ceb-f0a58c8b8c81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9033 | 2024.11.01 08:24:05.504260 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9034 | 2024.11.01 08:24:05.504329 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55292, User-Agent: (none), Length: 70684, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9035 | 2024.11.01 08:24:05.504408 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9036 | 2024.11.01 08:24:05.504438 [ 292 ] {} <Debug> HTTP-Session: 49cd7eae-6835-4fb5-af93-a4429e989618 Authenticating user 'default' from [fd00:1122:3344:101::d]:55292 | ||
| 9037 | 2024.11.01 08:24:05.504465 [ 292 ] {} <Debug> HTTP-Session: 49cd7eae-6835-4fb5-af93-a4429e989618 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9038 | 2024.11.01 08:24:05.504483 [ 292 ] {} <Debug> HTTP-Session: 49cd7eae-6835-4fb5-af93-a4429e989618 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9039 | 2024.11.01 08:24:05.504529 [ 292 ] {} <Trace> HTTP-Session: 49cd7eae-6835-4fb5-af93-a4429e989618 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9040 | 2024.11.01 08:24:05.505105 [ 292 ] {967f858d-705e-4dbe-a32f-565f0da6ff80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55292) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9041 | 2024.11.01 08:24:05.505187 [ 292 ] {967f858d-705e-4dbe-a32f-565f0da6ff80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9042 | 2024.11.01 08:24:05.505692 [ 292 ] {967f858d-705e-4dbe-a32f-565f0da6ff80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9043 | 2024.11.01 08:24:05.506481 [ 292 ] {967f858d-705e-4dbe-a32f-565f0da6ff80} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9044 | 2024.11.01 08:24:05.506519 [ 292 ] {967f858d-705e-4dbe-a32f-565f0da6ff80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9045 | 2024.11.01 08:24:05.507187 [ 292 ] {967f858d-705e-4dbe-a32f-565f0da6ff80} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9046 | 2024.11.01 08:24:05.507607 [ 292 ] {967f858d-705e-4dbe-a32f-565f0da6ff80} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9047 | 2024.11.01 08:24:05.507829 [ 292 ] {967f858d-705e-4dbe-a32f-565f0da6ff80} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003158 sec., 13299.556681443952 rows/sec., 23.83 MiB/sec. | ||
| 9048 | 2024.11.01 08:24:05.508435 [ 292 ] {967f858d-705e-4dbe-a32f-565f0da6ff80} <Debug> DynamicQueryHandler: Done processing query | ||
| 9049 | 2024.11.01 08:24:05.508461 [ 292 ] {967f858d-705e-4dbe-a32f-565f0da6ff80} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 9050 | 2024.11.01 08:24:05.508478 [ 292 ] {} <Debug> HTTP-Session: 49cd7eae-6835-4fb5-af93-a4429e989618 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9051 | 2024.11.01 08:24:05.508715 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55292, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9052 | 2024.11.01 08:24:05.508830 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58835, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9053 | 2024.11.01 08:24:05.508940 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9054 | 2024.11.01 08:24:05.508981 [ 282 ] {} <Debug> HTTP-Session: cd243693-fe72-41a6-ac39-1369cf4c8f8e Authenticating user 'default' from [fd00:1122:3344:101::d]:58835 | ||
| 9055 | 2024.11.01 08:24:05.509014 [ 282 ] {} <Debug> HTTP-Session: cd243693-fe72-41a6-ac39-1369cf4c8f8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9056 | 2024.11.01 08:24:05.509041 [ 282 ] {} <Debug> HTTP-Session: cd243693-fe72-41a6-ac39-1369cf4c8f8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9057 | 2024.11.01 08:24:05.509101 [ 282 ] {} <Trace> HTTP-Session: cd243693-fe72-41a6-ac39-1369cf4c8f8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9058 | 2024.11.01 08:24:05.509250 [ 282 ] {5d07c160-23a6-4a4e-a4c1-5102761a623b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58835) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9059 | 2024.11.01 08:24:05.509300 [ 282 ] {5d07c160-23a6-4a4e-a4c1-5102761a623b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9060 | 2024.11.01 08:24:05.509465 [ 282 ] {5d07c160-23a6-4a4e-a4c1-5102761a623b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9061 | 2024.11.01 08:24:05.509781 [ 282 ] {5d07c160-23a6-4a4e-a4c1-5102761a623b} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9062 | 2024.11.01 08:24:05.509819 [ 282 ] {5d07c160-23a6-4a4e-a4c1-5102761a623b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9063 | 2024.11.01 08:24:05.510191 [ 282 ] {5d07c160-23a6-4a4e-a4c1-5102761a623b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9064 | 2024.11.01 08:24:05.510535 [ 282 ] {5d07c160-23a6-4a4e-a4c1-5102761a623b} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9065 | 2024.11.01 08:24:05.510699 [ 282 ] {5d07c160-23a6-4a4e-a4c1-5102761a623b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001503 sec., 54557.551563539586 rows/sec., 3.47 MiB/sec. | ||
| 9066 | 2024.11.01 08:24:05.510882 [ 282 ] {5d07c160-23a6-4a4e-a4c1-5102761a623b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9067 | 2024.11.01 08:24:05.510907 [ 282 ] {5d07c160-23a6-4a4e-a4c1-5102761a623b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9068 | 2024.11.01 08:24:05.510924 [ 282 ] {} <Debug> HTTP-Session: cd243693-fe72-41a6-ac39-1369cf4c8f8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9069 | 2024.11.01 08:24:05.511307 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58835, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9070 | 2024.11.01 08:24:10.469404 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55292, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9071 | 2024.11.01 08:24:10.469607 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9072 | 2024.11.01 08:24:10.469646 [ 292 ] {} <Debug> HTTP-Session: 6eb355cc-1edb-45e1-85e2-0efa266c2f2e Authenticating user 'default' from [fd00:1122:3344:101::d]:55292 | ||
| 9073 | 2024.11.01 08:24:10.469681 [ 292 ] {} <Debug> HTTP-Session: 6eb355cc-1edb-45e1-85e2-0efa266c2f2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9074 | 2024.11.01 08:24:10.469704 [ 292 ] {} <Debug> HTTP-Session: 6eb355cc-1edb-45e1-85e2-0efa266c2f2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9075 | 2024.11.01 08:24:10.469781 [ 292 ] {} <Trace> HTTP-Session: 6eb355cc-1edb-45e1-85e2-0efa266c2f2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9076 | 2024.11.01 08:24:10.470066 [ 292 ] {19760de5-31d3-4bdb-a23d-b0fe7d3a96e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55292) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9077 | 2024.11.01 08:24:10.470168 [ 292 ] {19760de5-31d3-4bdb-a23d-b0fe7d3a96e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9078 | 2024.11.01 08:24:10.470682 [ 292 ] {19760de5-31d3-4bdb-a23d-b0fe7d3a96e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9079 | 2024.11.01 08:24:10.471394 [ 292 ] {19760de5-31d3-4bdb-a23d-b0fe7d3a96e9} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9080 | 2024.11.01 08:24:10.471454 [ 292 ] {19760de5-31d3-4bdb-a23d-b0fe7d3a96e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9081 | 2024.11.01 08:24:10.472059 [ 292 ] {19760de5-31d3-4bdb-a23d-b0fe7d3a96e9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 9082 | 2024.11.01 08:24:10.472629 [ 292 ] {19760de5-31d3-4bdb-a23d-b0fe7d3a96e9} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9083 | 2024.11.01 08:24:10.472848 [ 292 ] {19760de5-31d3-4bdb-a23d-b0fe7d3a96e9} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00287 sec., 2787.456445993031 rows/sec., 227.30 KiB/sec. | ||
| 9084 | 2024.11.01 08:24:10.473268 [ 292 ] {19760de5-31d3-4bdb-a23d-b0fe7d3a96e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9085 | 2024.11.01 08:24:10.473304 [ 292 ] {19760de5-31d3-4bdb-a23d-b0fe7d3a96e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9086 | 2024.11.01 08:24:10.473327 [ 292 ] {} <Debug> HTTP-Session: 6eb355cc-1edb-45e1-85e2-0efa266c2f2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9087 | 2024.11.01 08:24:10.473612 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55292, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9088 | 2024.11.01 08:24:10.473862 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56349, User-Agent: (none), Length: 8329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9089 | 2024.11.01 08:24:10.474035 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9090 | 2024.11.01 08:24:10.474084 [ 282 ] {} <Debug> HTTP-Session: c500ee46-9211-4fda-8153-86cfae5354eb Authenticating user 'default' from [fd00:1122:3344:101::d]:56349 | ||
| 9091 | 2024.11.01 08:24:10.474126 [ 282 ] {} <Debug> HTTP-Session: c500ee46-9211-4fda-8153-86cfae5354eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9092 | 2024.11.01 08:24:10.474157 [ 282 ] {} <Debug> HTTP-Session: c500ee46-9211-4fda-8153-86cfae5354eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9093 | 2024.11.01 08:24:10.474248 [ 282 ] {} <Trace> HTTP-Session: c500ee46-9211-4fda-8153-86cfae5354eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9094 | 2024.11.01 08:24:10.474573 [ 282 ] {381220d7-dae1-4d55-a544-22dc4345385a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56349) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9095 | 2024.11.01 08:24:10.474682 [ 282 ] {381220d7-dae1-4d55-a544-22dc4345385a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9096 | 2024.11.01 08:24:10.475243 [ 282 ] {381220d7-dae1-4d55-a544-22dc4345385a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9097 | 2024.11.01 08:24:10.475974 [ 282 ] {381220d7-dae1-4d55-a544-22dc4345385a} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9098 | 2024.11.01 08:24:10.476047 [ 282 ] {381220d7-dae1-4d55-a544-22dc4345385a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9099 | 2024.11.01 08:24:10.476714 [ 282 ] {381220d7-dae1-4d55-a544-22dc4345385a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9100 | 2024.11.01 08:24:10.477342 [ 282 ] {381220d7-dae1-4d55-a544-22dc4345385a} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9101 | 2024.11.01 08:24:10.477609 [ 282 ] {381220d7-dae1-4d55-a544-22dc4345385a} <Debug> executeQuery: Read 60 rows, 4.67 KiB in 0.003142 sec., 19096.117122851687 rows/sec., 1.45 MiB/sec. | ||
| 9102 | 2024.11.01 08:24:10.477925 [ 282 ] {381220d7-dae1-4d55-a544-22dc4345385a} <Debug> DynamicQueryHandler: Done processing query | ||
| 9103 | 2024.11.01 08:24:10.477970 [ 282 ] {381220d7-dae1-4d55-a544-22dc4345385a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9104 | 2024.11.01 08:24:10.477995 [ 282 ] {} <Debug> HTTP-Session: c500ee46-9211-4fda-8153-86cfae5354eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9105 | 2024.11.01 08:24:10.478263 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56349, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9106 | 2024.11.01 08:24:10.478294 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55292, User-Agent: (none), Length: 1170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9107 | 2024.11.01 08:24:10.478434 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9108 | 2024.11.01 08:24:10.478467 [ 292 ] {} <Debug> HTTP-Session: 06e26e7a-3286-499f-8673-e4ceff6ef958 Authenticating user 'default' from [fd00:1122:3344:101::d]:55292 | ||
| 9109 | 2024.11.01 08:24:10.478511 [ 292 ] {} <Debug> HTTP-Session: 06e26e7a-3286-499f-8673-e4ceff6ef958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9110 | 2024.11.01 08:24:10.478538 [ 292 ] {} <Debug> HTTP-Session: 06e26e7a-3286-499f-8673-e4ceff6ef958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9111 | 2024.11.01 08:24:10.478600 [ 292 ] {} <Trace> HTTP-Session: 06e26e7a-3286-499f-8673-e4ceff6ef958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9112 | 2024.11.01 08:24:10.478770 [ 292 ] {c2fccfae-8b8f-45d3-bd09-d2d87719a9fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55292) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9113 | 2024.11.01 08:24:10.478844 [ 292 ] {c2fccfae-8b8f-45d3-bd09-d2d87719a9fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9114 | 2024.11.01 08:24:10.479253 [ 292 ] {c2fccfae-8b8f-45d3-bd09-d2d87719a9fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9115 | 2024.11.01 08:24:10.479813 [ 292 ] {c2fccfae-8b8f-45d3-bd09-d2d87719a9fb} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9116 | 2024.11.01 08:24:10.479863 [ 292 ] {c2fccfae-8b8f-45d3-bd09-d2d87719a9fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9117 | 2024.11.01 08:24:10.480387 [ 292 ] {c2fccfae-8b8f-45d3-bd09-d2d87719a9fb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9118 | 2024.11.01 08:24:10.480937 [ 292 ] {c2fccfae-8b8f-45d3-bd09-d2d87719a9fb} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9119 | 2024.11.01 08:24:10.481130 [ 292 ] {c2fccfae-8b8f-45d3-bd09-d2d87719a9fb} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.002406 sec., 3325.0207813798834 rows/sec., 232.17 KiB/sec. | ||
| 9120 | 2024.11.01 08:24:10.481392 [ 292 ] {c2fccfae-8b8f-45d3-bd09-d2d87719a9fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 9121 | 2024.11.01 08:24:10.481427 [ 292 ] {c2fccfae-8b8f-45d3-bd09-d2d87719a9fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9122 | 2024.11.01 08:24:10.481451 [ 292 ] {} <Debug> HTTP-Session: 06e26e7a-3286-499f-8673-e4ceff6ef958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9123 | 2024.11.01 08:24:10.481663 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55292, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9124 | 2024.11.01 08:24:10.481823 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43961, User-Agent: (none), Length: 12238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9125 | 2024.11.01 08:24:10.481933 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9126 | 2024.11.01 08:24:10.481974 [ 282 ] {} <Debug> HTTP-Session: 3705e121-3656-4775-8ae4-8dbe3b127dda Authenticating user 'default' from [fd00:1122:3344:101::d]:43961 | ||
| 9127 | 2024.11.01 08:24:10.482010 [ 282 ] {} <Debug> HTTP-Session: 3705e121-3656-4775-8ae4-8dbe3b127dda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9128 | 2024.11.01 08:24:10.482036 [ 282 ] {} <Debug> HTTP-Session: 3705e121-3656-4775-8ae4-8dbe3b127dda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9129 | 2024.11.01 08:24:10.482111 [ 282 ] {} <Trace> HTTP-Session: 3705e121-3656-4775-8ae4-8dbe3b127dda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9130 | 2024.11.01 08:24:10.482318 [ 282 ] {47b015d6-c031-44bb-af12-4cd3cbd7fe6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43961) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9131 | 2024.11.01 08:24:10.482394 [ 282 ] {47b015d6-c031-44bb-af12-4cd3cbd7fe6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9132 | 2024.11.01 08:24:10.482832 [ 282 ] {47b015d6-c031-44bb-af12-4cd3cbd7fe6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9133 | 2024.11.01 08:24:10.483408 [ 282 ] {47b015d6-c031-44bb-af12-4cd3cbd7fe6f} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9134 | 2024.11.01 08:24:10.483467 [ 282 ] {47b015d6-c031-44bb-af12-4cd3cbd7fe6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9135 | 2024.11.01 08:24:10.484062 [ 282 ] {47b015d6-c031-44bb-af12-4cd3cbd7fe6f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9136 | 2024.11.01 08:24:10.484661 [ 282 ] {47b015d6-c031-44bb-af12-4cd3cbd7fe6f} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9137 | 2024.11.01 08:24:10.484903 [ 282 ] {47b015d6-c031-44bb-af12-4cd3cbd7fe6f} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.002645 sec., 27221.172022684306 rows/sec., 2.13 MiB/sec. | ||
| 9138 | 2024.11.01 08:24:10.485171 [ 282 ] {47b015d6-c031-44bb-af12-4cd3cbd7fe6f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9139 | 2024.11.01 08:24:10.485212 [ 282 ] {47b015d6-c031-44bb-af12-4cd3cbd7fe6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9140 | 2024.11.01 08:24:10.485233 [ 282 ] {} <Debug> HTTP-Session: 3705e121-3656-4775-8ae4-8dbe3b127dda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9141 | 2024.11.01 08:24:10.485579 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43961, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9142 | 2024.11.01 08:24:10.485607 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55292, User-Agent: (none), Length: 25254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9143 | 2024.11.01 08:24:10.485749 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9144 | 2024.11.01 08:24:10.485797 [ 292 ] {} <Debug> HTTP-Session: 14b93028-69a8-459f-8bca-69754a6ab1c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55292 | ||
| 9145 | 2024.11.01 08:24:10.485835 [ 292 ] {} <Debug> HTTP-Session: 14b93028-69a8-459f-8bca-69754a6ab1c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9146 | 2024.11.01 08:24:10.485865 [ 292 ] {} <Debug> HTTP-Session: 14b93028-69a8-459f-8bca-69754a6ab1c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9147 | 2024.11.01 08:24:10.485936 [ 292 ] {} <Trace> HTTP-Session: 14b93028-69a8-459f-8bca-69754a6ab1c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9148 | 2024.11.01 08:24:10.486226 [ 292 ] {5c5e0e81-4545-4ba1-9c5f-1679f5f7ebaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55292) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9149 | 2024.11.01 08:24:10.486306 [ 292 ] {5c5e0e81-4545-4ba1-9c5f-1679f5f7ebaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9150 | 2024.11.01 08:24:10.486582 [ 292 ] {5c5e0e81-4545-4ba1-9c5f-1679f5f7ebaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9151 | 2024.11.01 08:24:10.487196 [ 292 ] {5c5e0e81-4545-4ba1-9c5f-1679f5f7ebaf} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9152 | 2024.11.01 08:24:10.487247 [ 292 ] {5c5e0e81-4545-4ba1-9c5f-1679f5f7ebaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9153 | 2024.11.01 08:24:10.487839 [ 292 ] {5c5e0e81-4545-4ba1-9c5f-1679f5f7ebaf} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9154 | 2024.11.01 08:24:10.488365 [ 292 ] {5c5e0e81-4545-4ba1-9c5f-1679f5f7ebaf} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9155 | 2024.11.01 08:24:10.488553 [ 292 ] {5c5e0e81-4545-4ba1-9c5f-1679f5f7ebaf} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.002458 sec., 53702.196908055324 rows/sec., 3.74 MiB/sec. | ||
| 9156 | 2024.11.01 08:24:10.489015 [ 292 ] {5c5e0e81-4545-4ba1-9c5f-1679f5f7ebaf} <Debug> DynamicQueryHandler: Done processing query | ||
| 9157 | 2024.11.01 08:24:10.489082 [ 292 ] {5c5e0e81-4545-4ba1-9c5f-1679f5f7ebaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9158 | 2024.11.01 08:24:10.489106 [ 292 ] {} <Debug> HTTP-Session: 14b93028-69a8-459f-8bca-69754a6ab1c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9159 | 2024.11.01 08:24:10.489349 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55292, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9160 | 2024.11.01 08:24:10.489516 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33695, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9161 | 2024.11.01 08:24:10.489625 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9162 | 2024.11.01 08:24:10.489661 [ 282 ] {} <Debug> HTTP-Session: b643b713-866d-448e-a2c1-a91991db8f5f Authenticating user 'default' from [fd00:1122:3344:101::d]:33695 | ||
| 9163 | 2024.11.01 08:24:10.489697 [ 282 ] {} <Debug> HTTP-Session: b643b713-866d-448e-a2c1-a91991db8f5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9164 | 2024.11.01 08:24:10.489725 [ 282 ] {} <Debug> HTTP-Session: b643b713-866d-448e-a2c1-a91991db8f5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9165 | 2024.11.01 08:24:10.489800 [ 282 ] {} <Trace> HTTP-Session: b643b713-866d-448e-a2c1-a91991db8f5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9166 | 2024.11.01 08:24:10.490053 [ 282 ] {f933e599-b210-4435-9681-02748067db43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33695) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9167 | 2024.11.01 08:24:10.490152 [ 282 ] {f933e599-b210-4435-9681-02748067db43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9168 | 2024.11.01 08:24:10.490412 [ 282 ] {f933e599-b210-4435-9681-02748067db43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9169 | 2024.11.01 08:24:10.490874 [ 282 ] {f933e599-b210-4435-9681-02748067db43} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9170 | 2024.11.01 08:24:10.490927 [ 282 ] {f933e599-b210-4435-9681-02748067db43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 9171 | 2024.11.01 08:24:10.491514 [ 282 ] {f933e599-b210-4435-9681-02748067db43} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9172 | 2024.11.01 08:24:10.492054 [ 282 ] {f933e599-b210-4435-9681-02748067db43} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9173 | 2024.11.01 08:24:10.492288 [ 282 ] {f933e599-b210-4435-9681-02748067db43} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002327 sec., 20627.41727546197 rows/sec., 1.39 MiB/sec. | ||
| 9174 | 2024.11.01 08:24:10.492675 [ 282 ] {f933e599-b210-4435-9681-02748067db43} <Debug> DynamicQueryHandler: Done processing query | ||
| 9175 | 2024.11.01 08:24:10.492715 [ 282 ] {f933e599-b210-4435-9681-02748067db43} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9176 | 2024.11.01 08:24:10.492745 [ 282 ] {} <Debug> HTTP-Session: b643b713-866d-448e-a2c1-a91991db8f5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9177 | 2024.11.01 08:24:10.493109 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33695, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9178 | 2024.11.01 08:24:13.637863 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9179 | 2024.11.01 08:24:13.637955 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9180 | 2024.11.01 08:24:13.894247 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 860 | ||
| 9181 | 2024.11.01 08:24:13.898153 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9182 | 2024.11.01 08:24:13.898212 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9183 | 2024.11.01 08:24:13.899767 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 9184 | 2024.11.01 08:24:13.900763 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9185 | 2024.11.01 08:24:13.900977 [ 77 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 9186 | 2024.11.01 08:24:13.901099 [ 77 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9187 | 2024.11.01 08:24:13.901163 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9188 | 2024.11.01 08:24:13.901704 [ 192 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 9189 | 2024.11.01 08:24:13.903097 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 860 | ||
| 9190 | 2024.11.01 08:24:13.903718 [ 192 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9191 | 2024.11.01 08:24:13.903883 [ 192 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 728 rows starting from the beginning of the part | ||
| 9192 | 2024.11.01 08:24:13.904511 [ 192 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 20 rows starting from the beginning of the part | ||
| 9193 | 2024.11.01 08:24:13.905124 [ 192 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part | ||
| 9194 | 2024.11.01 08:24:13.905657 [ 192 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 28 rows starting from the beginning of the part | ||
| 9195 | 2024.11.01 08:24:13.906167 [ 192 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 20 rows starting from the beginning of the part | ||
| 9196 | 2024.11.01 08:24:13.906656 [ 192 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part | ||
| 9197 | 2024.11.01 08:24:13.915336 [ 190 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 860 rows, containing 72 columns (72 merged, 0 gathered) in 0.014019144 sec., 61344.68695092938 rows/sec., 44.20 MiB/sec. | ||
| 9198 | 2024.11.01 08:24:13.916758 [ 190 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 9199 | 2024.11.01 08:24:13.918493 [ 190 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_26_5} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9200 | 2024.11.01 08:24:13.918579 [ 190 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_26_5} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 9201 | 2024.11.01 08:24:13.918903 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 9202 | 2024.11.01 08:24:15.467783 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55292, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9203 | 2024.11.01 08:24:15.467901 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9204 | 2024.11.01 08:24:15.467925 [ 292 ] {} <Debug> HTTP-Session: 55e61b25-1bbd-47a2-881e-a6fe977f09d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55292 | ||
| 9205 | 2024.11.01 08:24:15.467949 [ 292 ] {} <Debug> HTTP-Session: 55e61b25-1bbd-47a2-881e-a6fe977f09d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9206 | 2024.11.01 08:24:15.467964 [ 292 ] {} <Debug> HTTP-Session: 55e61b25-1bbd-47a2-881e-a6fe977f09d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9207 | 2024.11.01 08:24:15.468014 [ 292 ] {} <Trace> HTTP-Session: 55e61b25-1bbd-47a2-881e-a6fe977f09d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9208 | 2024.11.01 08:24:15.468207 [ 292 ] {9eecf877-ecc6-47d2-8d21-9e8a95fefffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55292) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9209 | 2024.11.01 08:24:15.468275 [ 292 ] {9eecf877-ecc6-47d2-8d21-9e8a95fefffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9210 | 2024.11.01 08:24:15.468599 [ 292 ] {9eecf877-ecc6-47d2-8d21-9e8a95fefffa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9211 | 2024.11.01 08:24:15.469104 [ 292 ] {9eecf877-ecc6-47d2-8d21-9e8a95fefffa} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9212 | 2024.11.01 08:24:15.469147 [ 292 ] {9eecf877-ecc6-47d2-8d21-9e8a95fefffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9213 | 2024.11.01 08:24:15.469579 [ 292 ] {9eecf877-ecc6-47d2-8d21-9e8a95fefffa} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9214 | 2024.11.01 08:24:15.469970 [ 292 ] {9eecf877-ecc6-47d2-8d21-9e8a95fefffa} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9215 | 2024.11.01 08:24:15.470157 [ 292 ] {9eecf877-ecc6-47d2-8d21-9e8a95fefffa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002008 sec., 27888.446215139444 rows/sec., 2.13 MiB/sec. | ||
| 9216 | 2024.11.01 08:24:15.470370 [ 292 ] {9eecf877-ecc6-47d2-8d21-9e8a95fefffa} <Debug> DynamicQueryHandler: Done processing query | ||
| 9217 | 2024.11.01 08:24:15.470397 [ 292 ] {9eecf877-ecc6-47d2-8d21-9e8a95fefffa} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9218 | 2024.11.01 08:24:15.470414 [ 292 ] {} <Debug> HTTP-Session: 55e61b25-1bbd-47a2-881e-a6fe977f09d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9219 | 2024.11.01 08:24:15.470604 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55292, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9220 | 2024.11.01 08:24:15.470856 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63832, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9221 | 2024.11.01 08:24:15.471019 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9222 | 2024.11.01 08:24:15.471063 [ 282 ] {} <Debug> HTTP-Session: 44d203b3-6184-4271-8bad-ac7df05c98f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63832 | ||
| 9223 | 2024.11.01 08:24:15.471102 [ 282 ] {} <Debug> HTTP-Session: 44d203b3-6184-4271-8bad-ac7df05c98f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9224 | 2024.11.01 08:24:15.471128 [ 282 ] {} <Debug> HTTP-Session: 44d203b3-6184-4271-8bad-ac7df05c98f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9225 | 2024.11.01 08:24:15.471210 [ 282 ] {} <Trace> HTTP-Session: 44d203b3-6184-4271-8bad-ac7df05c98f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9226 | 2024.11.01 08:24:15.471463 [ 282 ] {e2f88156-c936-4452-bbbb-76125b17c212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9227 | 2024.11.01 08:24:15.471531 [ 282 ] {e2f88156-c936-4452-bbbb-76125b17c212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9228 | 2024.11.01 08:24:15.471884 [ 282 ] {e2f88156-c936-4452-bbbb-76125b17c212} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9229 | 2024.11.01 08:24:15.472314 [ 282 ] {e2f88156-c936-4452-bbbb-76125b17c212} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9230 | 2024.11.01 08:24:15.472362 [ 282 ] {e2f88156-c936-4452-bbbb-76125b17c212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9231 | 2024.11.01 08:24:15.472805 [ 282 ] {e2f88156-c936-4452-bbbb-76125b17c212} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9232 | 2024.11.01 08:24:15.473206 [ 282 ] {e2f88156-c936-4452-bbbb-76125b17c212} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9233 | 2024.11.01 08:24:15.473364 [ 282 ] {e2f88156-c936-4452-bbbb-76125b17c212} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001976 sec., 32388.663967611337 rows/sec., 2.53 MiB/sec. | ||
| 9234 | 2024.11.01 08:24:15.473611 [ 282 ] {e2f88156-c936-4452-bbbb-76125b17c212} <Debug> DynamicQueryHandler: Done processing query | ||
| 9235 | 2024.11.01 08:24:15.473640 [ 282 ] {e2f88156-c936-4452-bbbb-76125b17c212} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9236 | 2024.11.01 08:24:15.473656 [ 282 ] {} <Debug> HTTP-Session: 44d203b3-6184-4271-8bad-ac7df05c98f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9237 | 2024.11.01 08:24:15.473885 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9238 | 2024.11.01 08:24:15.474001 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35951, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9239 | 2024.11.01 08:24:15.474064 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9240 | 2024.11.01 08:24:15.474086 [ 292 ] {} <Debug> HTTP-Session: e0063899-f0a1-4d30-b68b-4d9f0c0b93a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35951 | ||
| 9241 | 2024.11.01 08:24:15.474104 [ 292 ] {} <Debug> HTTP-Session: e0063899-f0a1-4d30-b68b-4d9f0c0b93a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9242 | 2024.11.01 08:24:15.474118 [ 292 ] {} <Debug> HTTP-Session: e0063899-f0a1-4d30-b68b-4d9f0c0b93a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9243 | 2024.11.01 08:24:15.474160 [ 292 ] {} <Trace> HTTP-Session: e0063899-f0a1-4d30-b68b-4d9f0c0b93a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9244 | 2024.11.01 08:24:15.474330 [ 292 ] {227d7b79-ba68-49cc-94a2-545ed0e2e094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9245 | 2024.11.01 08:24:15.474383 [ 292 ] {227d7b79-ba68-49cc-94a2-545ed0e2e094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9246 | 2024.11.01 08:24:15.474566 [ 292 ] {227d7b79-ba68-49cc-94a2-545ed0e2e094} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9247 | 2024.11.01 08:24:15.474987 [ 292 ] {227d7b79-ba68-49cc-94a2-545ed0e2e094} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9248 | 2024.11.01 08:24:15.475024 [ 292 ] {227d7b79-ba68-49cc-94a2-545ed0e2e094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9249 | 2024.11.01 08:24:15.475418 [ 292 ] {227d7b79-ba68-49cc-94a2-545ed0e2e094} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9250 | 2024.11.01 08:24:15.475771 [ 292 ] {227d7b79-ba68-49cc-94a2-545ed0e2e094} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9251 | 2024.11.01 08:24:15.475932 [ 292 ] {227d7b79-ba68-49cc-94a2-545ed0e2e094} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001679 sec., 95294.81834425253 rows/sec., 6.64 MiB/sec. | ||
| 9252 | 2024.11.01 08:24:15.476113 [ 292 ] {227d7b79-ba68-49cc-94a2-545ed0e2e094} <Debug> DynamicQueryHandler: Done processing query | ||
| 9253 | 2024.11.01 08:24:15.476137 [ 292 ] {227d7b79-ba68-49cc-94a2-545ed0e2e094} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9254 | 2024.11.01 08:24:15.476154 [ 292 ] {} <Debug> HTTP-Session: e0063899-f0a1-4d30-b68b-4d9f0c0b93a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9255 | 2024.11.01 08:24:15.476354 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35951, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9256 | 2024.11.01 08:24:15.476407 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63832, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9257 | 2024.11.01 08:24:15.476508 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9258 | 2024.11.01 08:24:15.476544 [ 282 ] {} <Debug> HTTP-Session: 6a5419df-b0e0-43f4-9233-a4a123966a13 Authenticating user 'default' from [fd00:1122:3344:101::d]:63832 | ||
| 9259 | 2024.11.01 08:24:15.476565 [ 282 ] {} <Debug> HTTP-Session: 6a5419df-b0e0-43f4-9233-a4a123966a13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9260 | 2024.11.01 08:24:15.476581 [ 282 ] {} <Debug> HTTP-Session: 6a5419df-b0e0-43f4-9233-a4a123966a13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9261 | 2024.11.01 08:24:15.476624 [ 282 ] {} <Trace> HTTP-Session: 6a5419df-b0e0-43f4-9233-a4a123966a13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9262 | 2024.11.01 08:24:15.476781 [ 282 ] {ed7519b8-c584-4f6a-9ad4-bad505a96dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9263 | 2024.11.01 08:24:15.476837 [ 282 ] {ed7519b8-c584-4f6a-9ad4-bad505a96dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9264 | 2024.11.01 08:24:15.477002 [ 282 ] {ed7519b8-c584-4f6a-9ad4-bad505a96dcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9265 | 2024.11.01 08:24:15.477319 [ 282 ] {ed7519b8-c584-4f6a-9ad4-bad505a96dcf} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9266 | 2024.11.01 08:24:15.477358 [ 282 ] {ed7519b8-c584-4f6a-9ad4-bad505a96dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9267 | 2024.11.01 08:24:15.477758 [ 282 ] {ed7519b8-c584-4f6a-9ad4-bad505a96dcf} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9268 | 2024.11.01 08:24:15.478108 [ 282 ] {ed7519b8-c584-4f6a-9ad4-bad505a96dcf} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9269 | 2024.11.01 08:24:15.478274 [ 282 ] {ed7519b8-c584-4f6a-9ad4-bad505a96dcf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001542 sec., 38910.505836575874 rows/sec., 2.62 MiB/sec. | ||
| 9270 | 2024.11.01 08:24:15.478450 [ 282 ] {ed7519b8-c584-4f6a-9ad4-bad505a96dcf} <Debug> DynamicQueryHandler: Done processing query | ||
| 9271 | 2024.11.01 08:24:15.478477 [ 282 ] {ed7519b8-c584-4f6a-9ad4-bad505a96dcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9272 | 2024.11.01 08:24:15.478493 [ 282 ] {} <Debug> HTTP-Session: 6a5419df-b0e0-43f4-9233-a4a123966a13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9273 | 2024.11.01 08:24:15.478977 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9274 | 2024.11.01 08:24:16.801579 [ 58 ] {} <Debug> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 9275 | 2024.11.01 08:24:16.801672 [ 58 ] {} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9276 | 2024.11.01 08:24:16.801714 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9277 | 2024.11.01 08:24:16.801986 [ 195 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 9278 | 2024.11.01 08:24:16.802276 [ 195 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9279 | 2024.11.01 08:24:16.802349 [ 195 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 78 rows starting from the beginning of the part | ||
| 9280 | 2024.11.01 08:24:16.802497 [ 195 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 9281 | 2024.11.01 08:24:16.802822 [ 195 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 9282 | 2024.11.01 08:24:16.803029 [ 195 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 9283 | 2024.11.01 08:24:16.803232 [ 195 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 9284 | 2024.11.01 08:24:16.804410 [ 188 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 4 columns (4 merged, 0 gathered) in 0.002573593 sec., 39633.30643190279 rows/sec., 2.02 MiB/sec. | ||
| 9285 | 2024.11.01 08:24:16.804672 [ 188 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 9286 | 2024.11.01 08:24:16.805394 [ 188 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_17_4} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9287 | 2024.11.01 08:24:16.805500 [ 188 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_17_4} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 9288 | 2024.11.01 08:24:16.805602 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9289 | 2024.11.01 08:24:19.928455 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45359, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9290 | 2024.11.01 08:24:20.088566 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61008, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9291 | 2024.11.01 08:24:20.159921 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40669, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9292 | 2024.11.01 08:24:20.185323 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57606, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9293 | 2024.11.01 08:24:20.189658 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34133, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9294 | 2024.11.01 08:24:20.263161 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52429, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9295 | 2024.11.01 08:24:20.279463 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45755, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9296 | 2024.11.01 08:24:20.281702 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46974, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9297 | 2024.11.01 08:24:20.298973 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57075, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9298 | 2024.11.01 08:24:20.385505 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56997, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9299 | 2024.11.01 08:24:20.473574 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46122, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9300 | 2024.11.01 08:24:20.473670 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9301 | 2024.11.01 08:24:20.473698 [ 282 ] {} <Debug> HTTP-Session: 6602f962-3d6b-4d1e-9641-bf57777bdc35 Authenticating user 'default' from [fd00:1122:3344:101::d]:46122 | ||
| 9302 | 2024.11.01 08:24:20.473724 [ 282 ] {} <Debug> HTTP-Session: 6602f962-3d6b-4d1e-9641-bf57777bdc35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9303 | 2024.11.01 08:24:20.473742 [ 282 ] {} <Debug> HTTP-Session: 6602f962-3d6b-4d1e-9641-bf57777bdc35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9304 | 2024.11.01 08:24:20.473799 [ 282 ] {} <Trace> HTTP-Session: 6602f962-3d6b-4d1e-9641-bf57777bdc35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9305 | 2024.11.01 08:24:20.474098 [ 282 ] {a63db824-850f-456f-aa62-fb6770206a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46122) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9306 | 2024.11.01 08:24:20.474174 [ 282 ] {a63db824-850f-456f-aa62-fb6770206a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9307 | 2024.11.01 08:24:20.474543 [ 282 ] {a63db824-850f-456f-aa62-fb6770206a47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9308 | 2024.11.01 08:24:20.475267 [ 282 ] {a63db824-850f-456f-aa62-fb6770206a47} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9309 | 2024.11.01 08:24:20.475314 [ 282 ] {a63db824-850f-456f-aa62-fb6770206a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9310 | 2024.11.01 08:24:20.475763 [ 282 ] {a63db824-850f-456f-aa62-fb6770206a47} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9311 | 2024.11.01 08:24:20.476072 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47865, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9312 | 2024.11.01 08:24:20.476357 [ 282 ] {a63db824-850f-456f-aa62-fb6770206a47} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9313 | 2024.11.01 08:24:20.476548 [ 282 ] {a63db824-850f-456f-aa62-fb6770206a47} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002581 sec., 105772.95621851996 rows/sec., 9.40 MiB/sec. | ||
| 9314 | 2024.11.01 08:24:20.476557 [ 52 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9315 | 2024.11.01 08:24:20.476664 [ 52 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9316 | 2024.11.01 08:24:20.476727 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9317 | 2024.11.01 08:24:20.476866 [ 282 ] {a63db824-850f-456f-aa62-fb6770206a47} <Debug> DynamicQueryHandler: Done processing query | ||
| 9318 | 2024.11.01 08:24:20.476909 [ 282 ] {a63db824-850f-456f-aa62-fb6770206a47} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9319 | 2024.11.01 08:24:20.476928 [ 200 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 9320 | 2024.11.01 08:24:20.476938 [ 282 ] {} <Debug> HTTP-Session: 6602f962-3d6b-4d1e-9641-bf57777bdc35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9321 | 2024.11.01 08:24:20.477135 [ 200 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9322 | 2024.11.01 08:24:20.477271 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46122, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9323 | 2024.11.01 08:24:20.477272 [ 200 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1423 rows starting from the beginning of the part | ||
| 9324 | 2024.11.01 08:24:20.477301 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59167, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9325 | 2024.11.01 08:24:20.477447 [ 292 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9326 | 2024.11.01 08:24:20.477577 [ 292 ] {} <Debug> HTTP-Session: 6f2f691f-1814-4701-960a-0a7989606b2a Authenticating user 'default' from [fd00:1122:3344:101::d]:59167 | ||
| 9327 | 2024.11.01 08:24:20.477612 [ 200 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part | ||
| 9328 | 2024.11.01 08:24:20.477663 [ 292 ] {} <Debug> HTTP-Session: 6f2f691f-1814-4701-960a-0a7989606b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9329 | 2024.11.01 08:24:20.477722 [ 292 ] {} <Debug> HTTP-Session: 6f2f691f-1814-4701-960a-0a7989606b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9330 | 2024.11.01 08:24:20.477892 [ 292 ] {} <Trace> HTTP-Session: 6f2f691f-1814-4701-960a-0a7989606b2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9331 | 2024.11.01 08:24:20.477918 [ 200 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 273 rows starting from the beginning of the part | ||
| 9332 | 2024.11.01 08:24:20.478194 [ 200 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 9333 | 2024.11.01 08:24:20.478447 [ 200 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 9334 | 2024.11.01 08:24:20.478508 [ 292 ] {31f90c0f-8bf5-4bab-bdb7-a4a721a372e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59167) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9335 | 2024.11.01 08:24:20.478716 [ 200 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 273 rows starting from the beginning of the part | ||
| 9336 | 2024.11.01 08:24:20.478948 [ 292 ] {31f90c0f-8bf5-4bab-bdb7-a4a721a372e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9337 | 2024.11.01 08:24:20.480018 [ 292 ] {31f90c0f-8bf5-4bab-bdb7-a4a721a372e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9338 | 2024.11.01 08:24:20.480975 [ 292 ] {31f90c0f-8bf5-4bab-bdb7-a4a721a372e7} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9339 | 2024.11.01 08:24:20.481052 [ 292 ] {31f90c0f-8bf5-4bab-bdb7-a4a721a372e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9340 | 2024.11.01 08:24:20.481878 [ 292 ] {31f90c0f-8bf5-4bab-bdb7-a4a721a372e7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9341 | 2024.11.01 08:24:20.482140 [ 200 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2141 rows, containing 5 columns (5 merged, 0 gathered) in 0.005321781 sec., 402308.92627862736 rows/sec., 35.45 MiB/sec. | ||
| 9342 | 2024.11.01 08:24:20.482456 [ 186 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9343 | 2024.11.01 08:24:20.482508 [ 292 ] {31f90c0f-8bf5-4bab-bdb7-a4a721a372e7} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9344 | 2024.11.01 08:24:20.482792 [ 292 ] {31f90c0f-8bf5-4bab-bdb7-a4a721a372e7} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.004569 sec., 9192.383453709783 rows/sec., 691.22 KiB/sec. | ||
| 9345 | 2024.11.01 08:24:20.483134 [ 292 ] {31f90c0f-8bf5-4bab-bdb7-a4a721a372e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 9346 | 2024.11.01 08:24:20.483162 [ 292 ] {31f90c0f-8bf5-4bab-bdb7-a4a721a372e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9347 | 2024.11.01 08:24:20.483190 [ 292 ] {} <Debug> HTTP-Session: 6f2f691f-1814-4701-960a-0a7989606b2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9348 | 2024.11.01 08:24:20.483217 [ 186 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_51_10} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9349 | 2024.11.01 08:24:20.483324 [ 186 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_51_10} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9350 | 2024.11.01 08:24:20.483347 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59167, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9351 | 2024.11.01 08:24:20.483511 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42718, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9352 | 2024.11.01 08:24:20.483526 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 9353 | 2024.11.01 08:24:20.483599 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9354 | 2024.11.01 08:24:20.483627 [ 282 ] {} <Debug> HTTP-Session: 1c19d8ed-ce82-4df0-bbb6-6c8c10eb6ca5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42718 | ||
| 9355 | 2024.11.01 08:24:20.483644 [ 282 ] {} <Debug> HTTP-Session: 1c19d8ed-ce82-4df0-bbb6-6c8c10eb6ca5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9356 | 2024.11.01 08:24:20.483658 [ 282 ] {} <Debug> HTTP-Session: 1c19d8ed-ce82-4df0-bbb6-6c8c10eb6ca5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9357 | 2024.11.01 08:24:20.483701 [ 282 ] {} <Trace> HTTP-Session: 1c19d8ed-ce82-4df0-bbb6-6c8c10eb6ca5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9358 | 2024.11.01 08:24:20.483824 [ 282 ] {2fcad978-a284-44f3-8e9f-88074fdd03fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42718) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9359 | 2024.11.01 08:24:20.483880 [ 282 ] {2fcad978-a284-44f3-8e9f-88074fdd03fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9360 | 2024.11.01 08:24:20.484153 [ 282 ] {2fcad978-a284-44f3-8e9f-88074fdd03fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9361 | 2024.11.01 08:24:20.484502 [ 282 ] {2fcad978-a284-44f3-8e9f-88074fdd03fd} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9362 | 2024.11.01 08:24:20.484540 [ 282 ] {2fcad978-a284-44f3-8e9f-88074fdd03fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9363 | 2024.11.01 08:24:20.484929 [ 282 ] {2fcad978-a284-44f3-8e9f-88074fdd03fd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9364 | 2024.11.01 08:24:20.485308 [ 282 ] {2fcad978-a284-44f3-8e9f-88074fdd03fd} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9365 | 2024.11.01 08:24:20.485479 [ 282 ] {2fcad978-a284-44f3-8e9f-88074fdd03fd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001689 sec., 8288.928359976317 rows/sec., 580.50 KiB/sec. | ||
| 9366 | 2024.11.01 08:24:20.485833 [ 282 ] {2fcad978-a284-44f3-8e9f-88074fdd03fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 9367 | 2024.11.01 08:24:20.485860 [ 282 ] {2fcad978-a284-44f3-8e9f-88074fdd03fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9368 | 2024.11.01 08:24:20.485876 [ 282 ] {} <Debug> HTTP-Session: 1c19d8ed-ce82-4df0-bbb6-6c8c10eb6ca5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9369 | 2024.11.01 08:24:20.486035 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42718, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9370 | 2024.11.01 08:24:20.486095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45347, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9371 | 2024.11.01 08:24:20.486173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9372 | 2024.11.01 08:24:20.486199 [ 3 ] {} <Debug> HTTP-Session: d45452bc-96ee-4a97-94cb-0690f51fbdfc Authenticating user 'default' from [fd00:1122:3344:101::d]:45347 | ||
| 9373 | 2024.11.01 08:24:20.486221 [ 3 ] {} <Debug> HTTP-Session: d45452bc-96ee-4a97-94cb-0690f51fbdfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9374 | 2024.11.01 08:24:20.486239 [ 3 ] {} <Debug> HTTP-Session: d45452bc-96ee-4a97-94cb-0690f51fbdfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9375 | 2024.11.01 08:24:20.486278 [ 3 ] {} <Trace> HTTP-Session: d45452bc-96ee-4a97-94cb-0690f51fbdfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9376 | 2024.11.01 08:24:20.486413 [ 3 ] {0406b49a-71a1-4848-9fe0-eecfac5575e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45347) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9377 | 2024.11.01 08:24:20.486465 [ 3 ] {0406b49a-71a1-4848-9fe0-eecfac5575e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9378 | 2024.11.01 08:24:20.486722 [ 3 ] {0406b49a-71a1-4848-9fe0-eecfac5575e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9379 | 2024.11.01 08:24:20.487051 [ 3 ] {0406b49a-71a1-4848-9fe0-eecfac5575e9} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9380 | 2024.11.01 08:24:20.487089 [ 3 ] {0406b49a-71a1-4848-9fe0-eecfac5575e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9381 | 2024.11.01 08:24:20.487452 [ 3 ] {0406b49a-71a1-4848-9fe0-eecfac5575e9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9382 | 2024.11.01 08:24:20.487825 [ 3 ] {0406b49a-71a1-4848-9fe0-eecfac5575e9} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9383 | 2024.11.01 08:24:20.487994 [ 3 ] {0406b49a-71a1-4848-9fe0-eecfac5575e9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001615 sec., 3715.170278637771 rows/sec., 219.50 KiB/sec. | ||
| 9384 | 2024.11.01 08:24:20.488332 [ 3 ] {0406b49a-71a1-4848-9fe0-eecfac5575e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9385 | 2024.11.01 08:24:20.488359 [ 3 ] {0406b49a-71a1-4848-9fe0-eecfac5575e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9386 | 2024.11.01 08:24:20.488376 [ 3 ] {} <Debug> HTTP-Session: d45452bc-96ee-4a97-94cb-0690f51fbdfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9387 | 2024.11.01 08:24:20.488566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45347, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9388 | 2024.11.01 08:24:20.488690 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44344, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9389 | 2024.11.01 08:24:20.488753 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9390 | 2024.11.01 08:24:20.488776 [ 282 ] {} <Debug> HTTP-Session: 27cab182-b843-4230-bd16-8c579d0bb594 Authenticating user 'default' from [fd00:1122:3344:101::d]:44344 | ||
| 9391 | 2024.11.01 08:24:20.488796 [ 282 ] {} <Debug> HTTP-Session: 27cab182-b843-4230-bd16-8c579d0bb594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9392 | 2024.11.01 08:24:20.488813 [ 282 ] {} <Debug> HTTP-Session: 27cab182-b843-4230-bd16-8c579d0bb594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9393 | 2024.11.01 08:24:20.488852 [ 282 ] {} <Trace> HTTP-Session: 27cab182-b843-4230-bd16-8c579d0bb594 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9394 | 2024.11.01 08:24:20.489162 [ 282 ] {c615c8c0-d267-4190-859b-dd083d768389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44344) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9395 | 2024.11.01 08:24:20.489216 [ 282 ] {c615c8c0-d267-4190-859b-dd083d768389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9396 | 2024.11.01 08:24:20.489501 [ 282 ] {c615c8c0-d267-4190-859b-dd083d768389} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9397 | 2024.11.01 08:24:20.490100 [ 282 ] {c615c8c0-d267-4190-859b-dd083d768389} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9398 | 2024.11.01 08:24:20.490138 [ 282 ] {c615c8c0-d267-4190-859b-dd083d768389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9399 | 2024.11.01 08:24:20.490528 [ 282 ] {c615c8c0-d267-4190-859b-dd083d768389} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9400 | 2024.11.01 08:24:20.490894 [ 282 ] {c615c8c0-d267-4190-859b-dd083d768389} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9401 | 2024.11.01 08:24:20.491049 [ 52 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9402 | 2024.11.01 08:24:20.491055 [ 282 ] {c615c8c0-d267-4190-859b-dd083d768389} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.002064 sec., 205426.3565891473 rows/sec., 14.69 MiB/sec. | ||
| 9403 | 2024.11.01 08:24:20.491097 [ 52 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9404 | 2024.11.01 08:24:20.491167 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9405 | 2024.11.01 08:24:20.491391 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 9406 | 2024.11.01 08:24:20.491456 [ 282 ] {c615c8c0-d267-4190-859b-dd083d768389} <Debug> DynamicQueryHandler: Done processing query | ||
| 9407 | 2024.11.01 08:24:20.491501 [ 282 ] {c615c8c0-d267-4190-859b-dd083d768389} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 9408 | 2024.11.01 08:24:20.491546 [ 282 ] {} <Debug> HTTP-Session: 27cab182-b843-4230-bd16-8c579d0bb594 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9409 | 2024.11.01 08:24:20.491653 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9410 | 2024.11.01 08:24:20.491693 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 916 rows starting from the beginning of the part | ||
| 9411 | 2024.11.01 08:24:20.491885 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44344, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9412 | 2024.11.01 08:24:20.491888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45347, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9413 | 2024.11.01 08:24:20.492010 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part | ||
| 9414 | 2024.11.01 08:24:20.492115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9415 | 2024.11.01 08:24:20.492177 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 9416 | |||
| 9417 | (version 23.8.7.1) | ||
| 9418 | 2024.11.01 08:24:20.492250 [ 3 ] {} <Debug> HTTP-Session: d8bf282e-8252-495d-81d4-8dcfd4067d09 Authenticating user 'default' from [fd00:1122:3344:101::d]:45347 | ||
| 9419 | 2024.11.01 08:24:20.492370 [ 3 ] {} <Debug> HTTP-Session: d8bf282e-8252-495d-81d4-8dcfd4067d09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9420 | 2024.11.01 08:24:20.492440 [ 3 ] {} <Debug> HTTP-Session: d8bf282e-8252-495d-81d4-8dcfd4067d09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9421 | 2024.11.01 08:24:20.492504 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 424 rows starting from the beginning of the part | ||
| 9422 | 2024.11.01 08:24:20.492551 [ 3 ] {} <Trace> HTTP-Session: d8bf282e-8252-495d-81d4-8dcfd4067d09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9423 | 2024.11.01 08:24:20.492817 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 72 rows starting from the beginning of the part | ||
| 9424 | 2024.11.01 08:24:20.492920 [ 3 ] {d1199edb-f914-4ac1-b77c-9247ea21e4b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45347) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9425 | 2024.11.01 08:24:20.493131 [ 3 ] {d1199edb-f914-4ac1-b77c-9247ea21e4b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9426 | 2024.11.01 08:24:20.493136 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 9427 | 2024.11.01 08:24:20.493473 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 424 rows starting from the beginning of the part | ||
| 9428 | 2024.11.01 08:24:20.494239 [ 3 ] {d1199edb-f914-4ac1-b77c-9247ea21e4b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9429 | 2024.11.01 08:24:20.494892 [ 3 ] {d1199edb-f914-4ac1-b77c-9247ea21e4b2} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9430 | 2024.11.01 08:24:20.495015 [ 3 ] {d1199edb-f914-4ac1-b77c-9247ea21e4b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9431 | 2024.11.01 08:24:20.496361 [ 3 ] {d1199edb-f914-4ac1-b77c-9247ea21e4b2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9432 | 2024.11.01 08:24:20.496951 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1964 rows, containing 5 columns (5 merged, 0 gathered) in 0.005671799 sec., 346274.6123408111 rows/sec., 26.52 MiB/sec. | ||
| 9433 | 2024.11.01 08:24:20.496969 [ 3 ] {d1199edb-f914-4ac1-b77c-9247ea21e4b2} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9434 | 2024.11.01 08:24:20.497225 [ 3 ] {d1199edb-f914-4ac1-b77c-9247ea21e4b2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004437 sec., 1352.265043948614 rows/sec., 70.65 KiB/sec. | ||
| 9435 | 2024.11.01 08:24:20.497232 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9436 | 2024.11.01 08:24:20.497864 [ 3 ] {d1199edb-f914-4ac1-b77c-9247ea21e4b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 9437 | 2024.11.01 08:24:20.497897 [ 3 ] {d1199edb-f914-4ac1-b77c-9247ea21e4b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9438 | 2024.11.01 08:24:20.498005 [ 3 ] {} <Debug> HTTP-Session: d8bf282e-8252-495d-81d4-8dcfd4067d09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9439 | 2024.11.01 08:24:20.498251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45347, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9440 | 2024.11.01 08:24:20.498387 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_51_10} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9441 | 2024.11.01 08:24:20.498411 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37123, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9442 | 2024.11.01 08:24:20.498525 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9443 | 2024.11.01 08:24:20.498554 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_51_10} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9444 | 2024.11.01 08:24:20.498567 [ 282 ] {} <Debug> HTTP-Session: a844316e-623d-4d0d-b850-9417c017ab15 Authenticating user 'default' from [fd00:1122:3344:101::d]:37123 | ||
| 9445 | 2024.11.01 08:24:20.498606 [ 282 ] {} <Debug> HTTP-Session: a844316e-623d-4d0d-b850-9417c017ab15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9446 | 2024.11.01 08:24:20.498672 [ 282 ] {} <Debug> HTTP-Session: a844316e-623d-4d0d-b850-9417c017ab15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9447 | 2024.11.01 08:24:20.498700 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9448 | 2024.11.01 08:24:20.498746 [ 282 ] {} <Trace> HTTP-Session: a844316e-623d-4d0d-b850-9417c017ab15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9449 | 2024.11.01 08:24:20.499077 [ 282 ] {99ddf407-36d6-4af7-8994-5e54540f4a04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37123) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9450 | 2024.11.01 08:24:20.499136 [ 282 ] {99ddf407-36d6-4af7-8994-5e54540f4a04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9451 | 2024.11.01 08:24:20.499345 [ 282 ] {99ddf407-36d6-4af7-8994-5e54540f4a04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9452 | 2024.11.01 08:24:20.499838 [ 282 ] {99ddf407-36d6-4af7-8994-5e54540f4a04} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9453 | 2024.11.01 08:24:20.499875 [ 282 ] {99ddf407-36d6-4af7-8994-5e54540f4a04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9454 | 2024.11.01 08:24:20.500276 [ 282 ] {99ddf407-36d6-4af7-8994-5e54540f4a04} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9455 | 2024.11.01 08:24:20.500641 [ 282 ] {99ddf407-36d6-4af7-8994-5e54540f4a04} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9456 | 2024.11.01 08:24:20.500804 [ 282 ] {99ddf407-36d6-4af7-8994-5e54540f4a04} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001923 sec., 123244.92979719189 rows/sec., 8.26 MiB/sec. | ||
| 9457 | 2024.11.01 08:24:20.500809 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9458 | 2024.11.01 08:24:20.500905 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9459 | 2024.11.01 08:24:20.500950 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9460 | 2024.11.01 08:24:20.501100 [ 282 ] {99ddf407-36d6-4af7-8994-5e54540f4a04} <Debug> DynamicQueryHandler: Done processing query | ||
| 9461 | 2024.11.01 08:24:20.501109 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 9462 | 2024.11.01 08:24:20.501131 [ 282 ] {99ddf407-36d6-4af7-8994-5e54540f4a04} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9463 | 2024.11.01 08:24:20.501159 [ 282 ] {} <Debug> HTTP-Session: a844316e-623d-4d0d-b850-9417c017ab15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9464 | 2024.11.01 08:24:20.501277 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9465 | 2024.11.01 08:24:20.501317 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 9900 rows starting from the beginning of the part | ||
| 9466 | 2024.11.01 08:24:20.501345 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37123, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9467 | 2024.11.01 08:24:20.501484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33908, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9468 | 2024.11.01 08:24:20.501693 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
| 9469 | 2024.11.01 08:24:20.501704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9470 | 2024.11.01 08:24:20.501773 [ 3 ] {} <Debug> HTTP-Session: ff5f7be1-a6c1-4a6a-b088-97988e3836c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33908 | ||
| 9471 | 2024.11.01 08:24:20.501803 [ 3 ] {} <Debug> HTTP-Session: ff5f7be1-a6c1-4a6a-b088-97988e3836c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9472 | 2024.11.01 08:24:20.501895 [ 3 ] {} <Debug> HTTP-Session: ff5f7be1-a6c1-4a6a-b088-97988e3836c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9473 | 2024.11.01 08:24:20.501953 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part | ||
| 9474 | 2024.11.01 08:24:20.502014 [ 3 ] {} <Trace> HTTP-Session: ff5f7be1-a6c1-4a6a-b088-97988e3836c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9475 | 2024.11.01 08:24:20.502260 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 132 rows starting from the beginning of the part | ||
| 9476 | 2024.11.01 08:24:20.502371 [ 3 ] {f0b504ae-8163-4c96-a22c-359c9dd4aba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33908) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9477 | 2024.11.01 08:24:20.502585 [ 3 ] {f0b504ae-8163-4c96-a22c-359c9dd4aba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9478 | 2024.11.01 08:24:20.502593 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
| 9479 | 2024.11.01 08:24:20.502891 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part | ||
| 9480 | 2024.11.01 08:24:20.503477 [ 3 ] {f0b504ae-8163-4c96-a22c-359c9dd4aba0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9481 | 2024.11.01 08:24:20.503908 [ 3 ] {f0b504ae-8163-4c96-a22c-359c9dd4aba0} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9482 | 2024.11.01 08:24:20.503945 [ 3 ] {f0b504ae-8163-4c96-a22c-359c9dd4aba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9483 | 2024.11.01 08:24:20.504334 [ 3 ] {f0b504ae-8163-4c96-a22c-359c9dd4aba0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9484 | 2024.11.01 08:24:20.504858 [ 3 ] {f0b504ae-8163-4c96-a22c-359c9dd4aba0} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9485 | 2024.11.01 08:24:20.505087 [ 3 ] {f0b504ae-8163-4c96-a22c-359c9dd4aba0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002826 sec., 353.8570417551309 rows/sec., 23.84 KiB/sec. | ||
| 9486 | 2024.11.01 08:24:20.505575 [ 3 ] {f0b504ae-8163-4c96-a22c-359c9dd4aba0} <Debug> DynamicQueryHandler: Done processing query | ||
| 9487 | 2024.11.01 08:24:20.505601 [ 3 ] {f0b504ae-8163-4c96-a22c-359c9dd4aba0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9488 | 2024.11.01 08:24:20.505618 [ 3 ] {} <Debug> HTTP-Session: ff5f7be1-a6c1-4a6a-b088-97988e3836c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9489 | 2024.11.01 08:24:20.505844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9490 | 2024.11.01 08:24:20.505947 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48470, User-Agent: (none), Length: 70686, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9491 | 2024.11.01 08:24:20.506004 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9492 | 2024.11.01 08:24:20.506024 [ 282 ] {} <Debug> HTTP-Session: 5289abe6-c54c-4708-933e-be17750e1aa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48470 | ||
| 9493 | 2024.11.01 08:24:20.506040 [ 282 ] {} <Debug> HTTP-Session: 5289abe6-c54c-4708-933e-be17750e1aa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9494 | 2024.11.01 08:24:20.506054 [ 282 ] {} <Debug> HTTP-Session: 5289abe6-c54c-4708-933e-be17750e1aa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9495 | 2024.11.01 08:24:20.506085 [ 282 ] {} <Trace> HTTP-Session: 5289abe6-c54c-4708-933e-be17750e1aa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9496 | 2024.11.01 08:24:20.506975 [ 198 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10826 rows, containing 5 columns (5 merged, 0 gathered) in 0.005933395 sec., 1824587.7781607325 rows/sec., 124.26 MiB/sec. | ||
| 9497 | 2024.11.01 08:24:20.507073 [ 282 ] {7f8130c4-e834-4725-be5a-e44359f312dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48470) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9498 | 2024.11.01 08:24:20.507153 [ 282 ] {7f8130c4-e834-4725-be5a-e44359f312dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9499 | 2024.11.01 08:24:20.507395 [ 193 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9500 | 2024.11.01 08:24:20.508622 [ 282 ] {7f8130c4-e834-4725-be5a-e44359f312dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9501 | 2024.11.01 08:24:20.508716 [ 193 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9502 | 2024.11.01 08:24:20.508925 [ 193 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9503 | 2024.11.01 08:24:20.509085 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.06 MiB. | ||
| 9504 | 2024.11.01 08:24:20.509701 [ 282 ] {7f8130c4-e834-4725-be5a-e44359f312dd} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9505 | 2024.11.01 08:24:20.509744 [ 282 ] {7f8130c4-e834-4725-be5a-e44359f312dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9506 | 2024.11.01 08:24:20.510413 [ 282 ] {7f8130c4-e834-4725-be5a-e44359f312dd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9507 | 2024.11.01 08:24:20.510840 [ 282 ] {7f8130c4-e834-4725-be5a-e44359f312dd} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9508 | 2024.11.01 08:24:20.511026 [ 48 ] {} <Debug> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 9509 | 2024.11.01 08:24:20.511051 [ 282 ] {7f8130c4-e834-4725-be5a-e44359f312dd} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.004865 sec., 8633.093525179855 rows/sec., 15.47 MiB/sec. | ||
| 9510 | 2024.11.01 08:24:20.511100 [ 48 ] {} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9511 | 2024.11.01 08:24:20.511182 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9512 | 2024.11.01 08:24:20.511823 [ 189 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 9513 | 2024.11.01 08:24:20.511975 [ 282 ] {7f8130c4-e834-4725-be5a-e44359f312dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 9514 | 2024.11.01 08:24:20.512040 [ 282 ] {7f8130c4-e834-4725-be5a-e44359f312dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 9515 | 2024.11.01 08:24:20.512072 [ 282 ] {} <Debug> HTTP-Session: 5289abe6-c54c-4708-933e-be17750e1aa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9516 | 2024.11.01 08:24:20.512333 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9517 | 2024.11.01 08:24:20.512355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33908, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9518 | 2024.11.01 08:24:20.512539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9519 | 2024.11.01 08:24:20.512600 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 9520 | |||
| 9521 | (version 23.8.7.1) | ||
| 9522 | 2024.11.01 08:24:20.512633 [ 3 ] {} <Debug> HTTP-Session: c74deaff-245c-465e-abc9-364f2387ff2a Authenticating user 'default' from [fd00:1122:3344:101::d]:33908 | ||
| 9523 | 2024.11.01 08:24:20.512735 [ 3 ] {} <Debug> HTTP-Session: c74deaff-245c-465e-abc9-364f2387ff2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9524 | 2024.11.01 08:24:20.512780 [ 3 ] {} <Debug> HTTP-Session: c74deaff-245c-465e-abc9-364f2387ff2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9525 | 2024.11.01 08:24:20.512824 [ 189 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9526 | 2024.11.01 08:24:20.512855 [ 3 ] {} <Trace> HTTP-Session: c74deaff-245c-465e-abc9-364f2387ff2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9527 | 2024.11.01 08:24:20.512956 [ 189 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 443 rows starting from the beginning of the part | ||
| 9528 | 2024.11.01 08:24:20.513126 [ 3 ] {30750f24-f651-4687-924a-400b675976f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33908) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9529 | 2024.11.01 08:24:20.513380 [ 3 ] {30750f24-f651-4687-924a-400b675976f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9530 | 2024.11.01 08:24:20.513569 [ 189 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part | ||
| 9531 | 2024.11.01 08:24:20.514343 [ 3 ] {30750f24-f651-4687-924a-400b675976f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9532 | 2024.11.01 08:24:20.514388 [ 189 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part | ||
| 9533 | 2024.11.01 08:24:20.514937 [ 189 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 42 rows starting from the beginning of the part | ||
| 9534 | 2024.11.01 08:24:20.515689 [ 189 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 42 rows starting from the beginning of the part | ||
| 9535 | 2024.11.01 08:24:20.515705 [ 3 ] {30750f24-f651-4687-924a-400b675976f2} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9536 | 2024.11.01 08:24:20.515774 [ 3 ] {30750f24-f651-4687-924a-400b675976f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9537 | 2024.11.01 08:24:20.516237 [ 189 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part | ||
| 9538 | 2024.11.01 08:24:20.517221 [ 3 ] {30750f24-f651-4687-924a-400b675976f2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9539 | 2024.11.01 08:24:20.518095 [ 3 ] {30750f24-f651-4687-924a-400b675976f2} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9540 | 2024.11.01 08:24:20.518326 [ 48 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9541 | 2024.11.01 08:24:20.518339 [ 3 ] {30750f24-f651-4687-924a-400b675976f2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005326 sec., 15396.169733383402 rows/sec., 1001.32 KiB/sec. | ||
| 9542 | 2024.11.01 08:24:20.518374 [ 48 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9543 | 2024.11.01 08:24:20.518432 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9544 | 2024.11.01 08:24:20.518736 [ 3 ] {30750f24-f651-4687-924a-400b675976f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 9545 | 2024.11.01 08:24:20.518736 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 9546 | 2024.11.01 08:24:20.518778 [ 3 ] {30750f24-f651-4687-924a-400b675976f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9547 | 2024.11.01 08:24:20.518852 [ 3 ] {} <Debug> HTTP-Session: c74deaff-245c-465e-abc9-364f2387ff2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9548 | 2024.11.01 08:24:20.519105 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9549 | 2024.11.01 08:24:20.519205 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2866 rows starting from the beginning of the part | ||
| 9550 | 2024.11.01 08:24:20.519347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9551 | 2024.11.01 08:24:20.519687 [ 3 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 9552 | |||
| 9553 | (version 23.8.7.1) | ||
| 9554 | 2024.11.01 08:24:20.519816 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 9555 | 2024.11.01 08:24:20.520123 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
| 9556 | 2024.11.01 08:24:20.520418 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 48 rows starting from the beginning of the part | ||
| 9557 | 2024.11.01 08:24:20.520728 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
| 9558 | 2024.11.01 08:24:20.521054 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part | ||
| 9559 | 2024.11.01 08:24:20.524586 [ 197 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3198 rows, containing 4 columns (4 merged, 0 gathered) in 0.006004267 sec., 532621.2175441232 rows/sec., 34.96 MiB/sec. | ||
| 9560 | 2024.11.01 08:24:20.525124 [ 197 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9561 | 2024.11.01 08:24:20.525624 [ 197 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_51_10} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9562 | 2024.11.01 08:24:20.525724 [ 197 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_51_10} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9563 | 2024.11.01 08:24:20.525813 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 9564 | 2024.11.01 08:24:20.536952 [ 187 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 653 rows, containing 19 columns (19 merged, 0 gathered) in 0.02563524 sec., 25472.747670784436 rows/sec., 45.65 MiB/sec. | ||
| 9565 | 2024.11.01 08:24:20.538008 [ 187 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 9566 | 2024.11.01 08:24:20.538597 [ 187 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9567 | 2024.11.01 08:24:20.538674 [ 187 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 9568 | 2024.11.01 08:24:20.538821 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. | ||
| 9569 | 2024.11.01 08:24:20.699864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:32861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9570 | 2024.11.01 08:24:20.707141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48471, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9571 | 2024.11.01 08:24:20.755474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57960, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9572 | 2024.11.01 08:24:20.787816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36797, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9573 | 2024.11.01 08:24:20.874185 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9574 | 2024.11.01 08:24:21.000155 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.80 MiB, peak 177.16 MiB, free memory in arenas 0.00 B, will set to 171.03 MiB (RSS), difference: 2.23 MiB | ||
| 9575 | 2024.11.01 08:24:21.040219 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45393, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9576 | 2024.11.01 08:24:21.451019 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9577 | 2024.11.01 08:24:21.524427 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49923, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9578 | 2024.11.01 08:24:21.710039 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9579 | 2024.11.01 08:24:21.848882 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34542, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9580 | 2024.11.01 08:24:21.877303 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44105, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9581 | 2024.11.01 08:24:21.929688 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36895, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9582 | 2024.11.01 08:24:21.953333 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50823, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9583 | 2024.11.01 08:24:22.136748 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45181, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9584 | 2024.11.01 08:24:22.549096 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60129, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9585 | 2024.11.01 08:24:22.583596 [ 56 ] {} <Debug> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9586 | 2024.11.01 08:24:22.583667 [ 56 ] {} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9587 | 2024.11.01 08:24:22.583694 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9588 | 2024.11.01 08:24:22.583917 [ 199 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 9589 | 2024.11.01 08:24:22.584136 [ 199 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9590 | 2024.11.01 08:24:22.584175 [ 199 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 9591 | 2024.11.01 08:24:22.584257 [ 199 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 9592 | 2024.11.01 08:24:22.584534 [ 199 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 9593 | 2024.11.01 08:24:22.584684 [ 199 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 9594 | 2024.11.01 08:24:22.584911 [ 199 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part | ||
| 9595 | 2024.11.01 08:24:22.586015 [ 187 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002241285 sec., 16062.214310094432 rows/sec., 1.34 MiB/sec. | ||
| 9596 | 2024.11.01 08:24:22.586195 [ 187 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9597 | 2024.11.01 08:24:22.586736 [ 187 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_13_3} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9598 | 2024.11.01 08:24:22.586836 [ 187 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_13_3} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9599 | 2024.11.01 08:24:22.586930 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9600 | 2024.11.01 08:24:22.826934 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9601 | 2024.11.01 08:24:22.918354 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55273, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9602 | 2024.11.01 08:24:22.949684 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42359, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9603 | 2024.11.01 08:24:23.029532 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57211, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9604 | 2024.11.01 08:24:23.030811 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9605 | 2024.11.01 08:24:23.036131 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45592, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9606 | 2024.11.01 08:24:23.904214 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 888 | ||
| 9607 | 2024.11.01 08:24:23.906992 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9608 | 2024.11.01 08:24:23.907042 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9609 | 2024.11.01 08:24:23.908571 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9610 | 2024.11.01 08:24:23.909575 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9611 | 2024.11.01 08:24:23.910077 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 888 | ||
| 9612 | 2024.11.01 08:24:25.466545 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41655, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9613 | 2024.11.01 08:24:25.466654 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9614 | 2024.11.01 08:24:25.466680 [ 290 ] {} <Debug> HTTP-Session: c41cce7d-92e8-4219-a4a9-b64d2433313a Authenticating user 'default' from [fd00:1122:3344:101::d]:41655 | ||
| 9615 | 2024.11.01 08:24:25.466704 [ 290 ] {} <Debug> HTTP-Session: c41cce7d-92e8-4219-a4a9-b64d2433313a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9616 | 2024.11.01 08:24:25.466720 [ 290 ] {} <Debug> HTTP-Session: c41cce7d-92e8-4219-a4a9-b64d2433313a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9617 | 2024.11.01 08:24:25.466771 [ 290 ] {} <Trace> HTTP-Session: c41cce7d-92e8-4219-a4a9-b64d2433313a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9618 | 2024.11.01 08:24:25.466948 [ 290 ] {c7ace43b-d4d2-421c-9da8-424b6407283f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41655) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9619 | 2024.11.01 08:24:25.467015 [ 290 ] {c7ace43b-d4d2-421c-9da8-424b6407283f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9620 | 2024.11.01 08:24:25.467363 [ 290 ] {c7ace43b-d4d2-421c-9da8-424b6407283f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9621 | 2024.11.01 08:24:25.467786 [ 290 ] {c7ace43b-d4d2-421c-9da8-424b6407283f} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9622 | 2024.11.01 08:24:25.467825 [ 290 ] {c7ace43b-d4d2-421c-9da8-424b6407283f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9623 | 2024.11.01 08:24:25.468246 [ 290 ] {c7ace43b-d4d2-421c-9da8-424b6407283f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9624 | 2024.11.01 08:24:25.468654 [ 290 ] {c7ace43b-d4d2-421c-9da8-424b6407283f} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9625 | 2024.11.01 08:24:25.468803 [ 290 ] {c7ace43b-d4d2-421c-9da8-424b6407283f} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001912 sec., 3138.075313807531 rows/sec., 255.89 KiB/sec. | ||
| 9626 | 2024.11.01 08:24:25.469058 [ 290 ] {c7ace43b-d4d2-421c-9da8-424b6407283f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9627 | 2024.11.01 08:24:25.469085 [ 290 ] {c7ace43b-d4d2-421c-9da8-424b6407283f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9628 | 2024.11.01 08:24:25.469103 [ 290 ] {} <Debug> HTTP-Session: c41cce7d-92e8-4219-a4a9-b64d2433313a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9629 | 2024.11.01 08:24:25.469332 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41655, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9630 | 2024.11.01 08:24:25.469431 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36648, User-Agent: (none), Length: 8195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9631 | 2024.11.01 08:24:25.469576 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9632 | 2024.11.01 08:24:25.469602 [ 286 ] {} <Debug> HTTP-Session: 0f71dd6c-a8f2-43aa-a9ac-351679f97c6f Authenticating user 'default' from [fd00:1122:3344:101::d]:36648 | ||
| 9633 | 2024.11.01 08:24:25.469626 [ 286 ] {} <Debug> HTTP-Session: 0f71dd6c-a8f2-43aa-a9ac-351679f97c6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9634 | 2024.11.01 08:24:25.469640 [ 286 ] {} <Debug> HTTP-Session: 0f71dd6c-a8f2-43aa-a9ac-351679f97c6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9635 | 2024.11.01 08:24:25.469698 [ 286 ] {} <Trace> HTTP-Session: 0f71dd6c-a8f2-43aa-a9ac-351679f97c6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9636 | 2024.11.01 08:24:25.469914 [ 286 ] {97dd7915-880e-48d2-85a1-6be5278e40b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36648) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9637 | 2024.11.01 08:24:25.469986 [ 286 ] {97dd7915-880e-48d2-85a1-6be5278e40b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9638 | 2024.11.01 08:24:25.470351 [ 286 ] {97dd7915-880e-48d2-85a1-6be5278e40b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9639 | 2024.11.01 08:24:25.470899 [ 286 ] {97dd7915-880e-48d2-85a1-6be5278e40b9} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9640 | 2024.11.01 08:24:25.470952 [ 286 ] {97dd7915-880e-48d2-85a1-6be5278e40b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9641 | 2024.11.01 08:24:25.471505 [ 286 ] {97dd7915-880e-48d2-85a1-6be5278e40b9} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9642 | 2024.11.01 08:24:25.471957 [ 286 ] {97dd7915-880e-48d2-85a1-6be5278e40b9} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9643 | 2024.11.01 08:24:25.472155 [ 286 ] {97dd7915-880e-48d2-85a1-6be5278e40b9} <Debug> executeQuery: Read 59 rows, 4.60 KiB in 0.002322 sec., 25409.130060292853 rows/sec., 1.93 MiB/sec. | ||
| 9644 | 2024.11.01 08:24:25.472368 [ 286 ] {97dd7915-880e-48d2-85a1-6be5278e40b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9645 | 2024.11.01 08:24:25.472394 [ 286 ] {97dd7915-880e-48d2-85a1-6be5278e40b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9646 | 2024.11.01 08:24:25.472412 [ 286 ] {} <Debug> HTTP-Session: 0f71dd6c-a8f2-43aa-a9ac-351679f97c6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9647 | 2024.11.01 08:24:25.472586 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36648, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9648 | 2024.11.01 08:24:25.472653 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54077, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9649 | 2024.11.01 08:24:25.472749 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9650 | 2024.11.01 08:24:25.472777 [ 290 ] {} <Debug> HTTP-Session: e3662920-9077-4d8f-90fd-11c7d36f521e Authenticating user 'default' from [fd00:1122:3344:101::d]:54077 | ||
| 9651 | 2024.11.01 08:24:25.472797 [ 290 ] {} <Debug> HTTP-Session: e3662920-9077-4d8f-90fd-11c7d36f521e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9652 | 2024.11.01 08:24:25.472811 [ 290 ] {} <Debug> HTTP-Session: e3662920-9077-4d8f-90fd-11c7d36f521e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9653 | 2024.11.01 08:24:25.472854 [ 290 ] {} <Trace> HTTP-Session: e3662920-9077-4d8f-90fd-11c7d36f521e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9654 | 2024.11.01 08:24:25.472969 [ 290 ] {3f5100c2-1917-4839-86d2-757bd364b676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54077) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9655 | 2024.11.01 08:24:25.473017 [ 290 ] {3f5100c2-1917-4839-86d2-757bd364b676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9656 | 2024.11.01 08:24:25.473287 [ 290 ] {3f5100c2-1917-4839-86d2-757bd364b676} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9657 | 2024.11.01 08:24:25.473616 [ 290 ] {3f5100c2-1917-4839-86d2-757bd364b676} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9658 | 2024.11.01 08:24:25.473654 [ 290 ] {3f5100c2-1917-4839-86d2-757bd364b676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9659 | 2024.11.01 08:24:25.474039 [ 290 ] {3f5100c2-1917-4839-86d2-757bd364b676} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9660 | 2024.11.01 08:24:25.474444 [ 290 ] {3f5100c2-1917-4839-86d2-757bd364b676} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9661 | 2024.11.01 08:24:25.474588 [ 290 ] {3f5100c2-1917-4839-86d2-757bd364b676} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001647 sec., 3642.9872495446266 rows/sec., 254.37 KiB/sec. | ||
| 9662 | 2024.11.01 08:24:25.474929 [ 290 ] {3f5100c2-1917-4839-86d2-757bd364b676} <Debug> DynamicQueryHandler: Done processing query | ||
| 9663 | 2024.11.01 08:24:25.474962 [ 290 ] {3f5100c2-1917-4839-86d2-757bd364b676} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9664 | 2024.11.01 08:24:25.474979 [ 290 ] {} <Debug> HTTP-Session: e3662920-9077-4d8f-90fd-11c7d36f521e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9665 | 2024.11.01 08:24:25.475129 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9666 | 2024.11.01 08:24:25.475243 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40001, User-Agent: (none), Length: 11895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9667 | 2024.11.01 08:24:25.475312 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9668 | 2024.11.01 08:24:25.475335 [ 286 ] {} <Debug> HTTP-Session: 47b882c9-2d0d-4585-8c38-dc8c29f87e07 Authenticating user 'default' from [fd00:1122:3344:101::d]:40001 | ||
| 9669 | 2024.11.01 08:24:25.475354 [ 286 ] {} <Debug> HTTP-Session: 47b882c9-2d0d-4585-8c38-dc8c29f87e07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9670 | 2024.11.01 08:24:25.475369 [ 286 ] {} <Debug> HTTP-Session: 47b882c9-2d0d-4585-8c38-dc8c29f87e07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9671 | 2024.11.01 08:24:25.475414 [ 286 ] {} <Trace> HTTP-Session: 47b882c9-2d0d-4585-8c38-dc8c29f87e07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9672 | 2024.11.01 08:24:25.475557 [ 286 ] {c3e512be-ac41-4100-b9b3-0ce55e5927eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40001) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9673 | 2024.11.01 08:24:25.475608 [ 286 ] {c3e512be-ac41-4100-b9b3-0ce55e5927eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9674 | 2024.11.01 08:24:25.475877 [ 286 ] {c3e512be-ac41-4100-b9b3-0ce55e5927eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9675 | 2024.11.01 08:24:25.476287 [ 286 ] {c3e512be-ac41-4100-b9b3-0ce55e5927eb} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9676 | 2024.11.01 08:24:25.476325 [ 286 ] {c3e512be-ac41-4100-b9b3-0ce55e5927eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9677 | 2024.11.01 08:24:25.476700 [ 286 ] {c3e512be-ac41-4100-b9b3-0ce55e5927eb} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9678 | 2024.11.01 08:24:25.477080 [ 286 ] {c3e512be-ac41-4100-b9b3-0ce55e5927eb} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9679 | 2024.11.01 08:24:25.477239 [ 286 ] {c3e512be-ac41-4100-b9b3-0ce55e5927eb} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001733 sec., 40392.383150605885 rows/sec., 3.16 MiB/sec. | ||
| 9680 | 2024.11.01 08:24:25.477425 [ 286 ] {c3e512be-ac41-4100-b9b3-0ce55e5927eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 9681 | 2024.11.01 08:24:25.477451 [ 286 ] {c3e512be-ac41-4100-b9b3-0ce55e5927eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9682 | 2024.11.01 08:24:25.477467 [ 286 ] {} <Debug> HTTP-Session: 47b882c9-2d0d-4585-8c38-dc8c29f87e07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9683 | 2024.11.01 08:24:25.477647 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40001, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9684 | 2024.11.01 08:24:25.477695 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54077, User-Agent: (none), Length: 25063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9685 | 2024.11.01 08:24:25.477774 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9686 | 2024.11.01 08:24:25.477806 [ 290 ] {} <Debug> HTTP-Session: 8594d3c0-609e-4c5a-abd4-53597bb046b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54077 | ||
| 9687 | 2024.11.01 08:24:25.477831 [ 290 ] {} <Debug> HTTP-Session: 8594d3c0-609e-4c5a-abd4-53597bb046b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9688 | 2024.11.01 08:24:25.477848 [ 290 ] {} <Debug> HTTP-Session: 8594d3c0-609e-4c5a-abd4-53597bb046b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9689 | 2024.11.01 08:24:25.477890 [ 290 ] {} <Trace> HTTP-Session: 8594d3c0-609e-4c5a-abd4-53597bb046b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9690 | 2024.11.01 08:24:25.478058 [ 290 ] {c55184cd-4bab-4e50-b71e-ef9211bd0ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9691 | 2024.11.01 08:24:25.478112 [ 290 ] {c55184cd-4bab-4e50-b71e-ef9211bd0ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9692 | 2024.11.01 08:24:25.478301 [ 290 ] {c55184cd-4bab-4e50-b71e-ef9211bd0ec9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9693 | 2024.11.01 08:24:25.478687 [ 290 ] {c55184cd-4bab-4e50-b71e-ef9211bd0ec9} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9694 | 2024.11.01 08:24:25.478721 [ 290 ] {c55184cd-4bab-4e50-b71e-ef9211bd0ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9695 | 2024.11.01 08:24:25.479132 [ 290 ] {c55184cd-4bab-4e50-b71e-ef9211bd0ec9} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9696 | 2024.11.01 08:24:25.479492 [ 290 ] {c55184cd-4bab-4e50-b71e-ef9211bd0ec9} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9697 | 2024.11.01 08:24:25.479618 [ 290 ] {c55184cd-4bab-4e50-b71e-ef9211bd0ec9} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.001633 sec., 80220.45315370485 rows/sec., 5.59 MiB/sec. | ||
| 9698 | 2024.11.01 08:24:25.479778 [ 290 ] {c55184cd-4bab-4e50-b71e-ef9211bd0ec9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9699 | 2024.11.01 08:24:25.479803 [ 290 ] {c55184cd-4bab-4e50-b71e-ef9211bd0ec9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9700 | 2024.11.01 08:24:25.479820 [ 290 ] {} <Debug> HTTP-Session: 8594d3c0-609e-4c5a-abd4-53597bb046b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9701 | 2024.11.01 08:24:25.479983 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9702 | 2024.11.01 08:24:25.480074 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59323, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9703 | 2024.11.01 08:24:25.480156 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9704 | 2024.11.01 08:24:25.480178 [ 286 ] {} <Debug> HTTP-Session: 1938fcff-fb41-4520-9e97-617118a87e74 Authenticating user 'default' from [fd00:1122:3344:101::d]:59323 | ||
| 9705 | 2024.11.01 08:24:25.480195 [ 286 ] {} <Debug> HTTP-Session: 1938fcff-fb41-4520-9e97-617118a87e74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9706 | 2024.11.01 08:24:25.480209 [ 286 ] {} <Debug> HTTP-Session: 1938fcff-fb41-4520-9e97-617118a87e74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9707 | 2024.11.01 08:24:25.480248 [ 286 ] {} <Trace> HTTP-Session: 1938fcff-fb41-4520-9e97-617118a87e74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9708 | 2024.11.01 08:24:25.480386 [ 286 ] {b9a2ab41-c418-48d9-8f3e-b80f9d2bf9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59323) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9709 | 2024.11.01 08:24:25.480435 [ 286 ] {b9a2ab41-c418-48d9-8f3e-b80f9d2bf9d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9710 | 2024.11.01 08:24:25.480606 [ 286 ] {b9a2ab41-c418-48d9-8f3e-b80f9d2bf9d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9711 | 2024.11.01 08:24:25.480934 [ 286 ] {b9a2ab41-c418-48d9-8f3e-b80f9d2bf9d4} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9712 | 2024.11.01 08:24:25.480972 [ 286 ] {b9a2ab41-c418-48d9-8f3e-b80f9d2bf9d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9713 | 2024.11.01 08:24:25.481349 [ 286 ] {b9a2ab41-c418-48d9-8f3e-b80f9d2bf9d4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9714 | 2024.11.01 08:24:25.481710 [ 286 ] {b9a2ab41-c418-48d9-8f3e-b80f9d2bf9d4} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9715 | 2024.11.01 08:24:25.481878 [ 286 ] {b9a2ab41-c418-48d9-8f3e-b80f9d2bf9d4} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001536 sec., 31250 rows/sec., 2.11 MiB/sec. | ||
| 9716 | 2024.11.01 08:24:25.482171 [ 286 ] {b9a2ab41-c418-48d9-8f3e-b80f9d2bf9d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9717 | 2024.11.01 08:24:25.482242 [ 286 ] {b9a2ab41-c418-48d9-8f3e-b80f9d2bf9d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9718 | 2024.11.01 08:24:25.482289 [ 286 ] {} <Debug> HTTP-Session: 1938fcff-fb41-4520-9e97-617118a87e74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9719 | 2024.11.01 08:24:25.482494 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9720 | 2024.11.01 08:24:28.638207 [ 170 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9721 | 2024.11.01 08:24:28.638282 [ 170 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9722 | 2024.11.01 08:24:30.468925 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58967, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9723 | 2024.11.01 08:24:30.469053 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9724 | 2024.11.01 08:24:30.469085 [ 290 ] {} <Debug> HTTP-Session: 71a17e36-93cf-4c23-a832-1e646eba6c51 Authenticating user 'default' from [fd00:1122:3344:101::d]:58967 | ||
| 9725 | 2024.11.01 08:24:30.469113 [ 290 ] {} <Debug> HTTP-Session: 71a17e36-93cf-4c23-a832-1e646eba6c51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9726 | 2024.11.01 08:24:30.469131 [ 290 ] {} <Debug> HTTP-Session: 71a17e36-93cf-4c23-a832-1e646eba6c51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9727 | 2024.11.01 08:24:30.469190 [ 290 ] {} <Trace> HTTP-Session: 71a17e36-93cf-4c23-a832-1e646eba6c51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9728 | 2024.11.01 08:24:30.469418 [ 290 ] {2d05eb8a-6b93-430a-98a5-fbac4b8c8a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58967) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9729 | 2024.11.01 08:24:30.469495 [ 290 ] {2d05eb8a-6b93-430a-98a5-fbac4b8c8a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9730 | 2024.11.01 08:24:30.469866 [ 290 ] {2d05eb8a-6b93-430a-98a5-fbac4b8c8a86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9731 | 2024.11.01 08:24:30.470350 [ 290 ] {2d05eb8a-6b93-430a-98a5-fbac4b8c8a86} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9732 | 2024.11.01 08:24:30.470393 [ 290 ] {2d05eb8a-6b93-430a-98a5-fbac4b8c8a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9733 | 2024.11.01 08:24:30.470829 [ 290 ] {2d05eb8a-6b93-430a-98a5-fbac4b8c8a86} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9734 | 2024.11.01 08:24:30.471227 [ 290 ] {2d05eb8a-6b93-430a-98a5-fbac4b8c8a86} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9735 | 2024.11.01 08:24:30.471411 [ 290 ] {2d05eb8a-6b93-430a-98a5-fbac4b8c8a86} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002064 sec., 27131.782945736435 rows/sec., 2.07 MiB/sec. | ||
| 9736 | 2024.11.01 08:24:30.471635 [ 290 ] {2d05eb8a-6b93-430a-98a5-fbac4b8c8a86} <Debug> DynamicQueryHandler: Done processing query | ||
| 9737 | 2024.11.01 08:24:30.471661 [ 290 ] {2d05eb8a-6b93-430a-98a5-fbac4b8c8a86} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9738 | 2024.11.01 08:24:30.471678 [ 290 ] {} <Debug> HTTP-Session: 71a17e36-93cf-4c23-a832-1e646eba6c51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9739 | 2024.11.01 08:24:30.471855 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58967, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9740 | 2024.11.01 08:24:30.472009 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49054, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9741 | 2024.11.01 08:24:30.472132 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9742 | 2024.11.01 08:24:30.472161 [ 286 ] {} <Debug> HTTP-Session: be2b1106-e7d4-4415-8243-1f65bdac95a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49054 | ||
| 9743 | 2024.11.01 08:24:30.472189 [ 286 ] {} <Debug> HTTP-Session: be2b1106-e7d4-4415-8243-1f65bdac95a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9744 | 2024.11.01 08:24:30.472207 [ 286 ] {} <Debug> HTTP-Session: be2b1106-e7d4-4415-8243-1f65bdac95a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9745 | 2024.11.01 08:24:30.472270 [ 286 ] {} <Trace> HTTP-Session: be2b1106-e7d4-4415-8243-1f65bdac95a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9746 | 2024.11.01 08:24:30.472505 [ 286 ] {c680dd76-f9d2-4e3d-9491-7375cd6a1494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49054) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9747 | 2024.11.01 08:24:30.472583 [ 286 ] {c680dd76-f9d2-4e3d-9491-7375cd6a1494} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9748 | 2024.11.01 08:24:30.472953 [ 286 ] {c680dd76-f9d2-4e3d-9491-7375cd6a1494} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9749 | 2024.11.01 08:24:30.473402 [ 286 ] {c680dd76-f9d2-4e3d-9491-7375cd6a1494} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9750 | 2024.11.01 08:24:30.473448 [ 286 ] {c680dd76-f9d2-4e3d-9491-7375cd6a1494} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9751 | 2024.11.01 08:24:30.473885 [ 286 ] {c680dd76-f9d2-4e3d-9491-7375cd6a1494} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9752 | 2024.11.01 08:24:30.474288 [ 286 ] {c680dd76-f9d2-4e3d-9491-7375cd6a1494} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9753 | 2024.11.01 08:24:30.474477 [ 286 ] {c680dd76-f9d2-4e3d-9491-7375cd6a1494} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002051 sec., 31204.29058995612 rows/sec., 2.44 MiB/sec. | ||
| 9754 | 2024.11.01 08:24:30.474704 [ 286 ] {c680dd76-f9d2-4e3d-9491-7375cd6a1494} <Debug> DynamicQueryHandler: Done processing query | ||
| 9755 | 2024.11.01 08:24:30.474732 [ 286 ] {c680dd76-f9d2-4e3d-9491-7375cd6a1494} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9756 | 2024.11.01 08:24:30.474749 [ 286 ] {} <Debug> HTTP-Session: be2b1106-e7d4-4415-8243-1f65bdac95a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9757 | 2024.11.01 08:24:30.474978 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49054, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9758 | 2024.11.01 08:24:30.474997 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58967, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9759 | 2024.11.01 08:24:30.475147 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9760 | 2024.11.01 08:24:30.475199 [ 290 ] {} <Debug> HTTP-Session: 3c9681c0-ca30-4ddd-aeee-636b25380258 Authenticating user 'default' from [fd00:1122:3344:101::d]:58967 | ||
| 9761 | 2024.11.01 08:24:30.475233 [ 290 ] {} <Debug> HTTP-Session: 3c9681c0-ca30-4ddd-aeee-636b25380258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9762 | 2024.11.01 08:24:30.475264 [ 290 ] {} <Debug> HTTP-Session: 3c9681c0-ca30-4ddd-aeee-636b25380258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9763 | 2024.11.01 08:24:30.475335 [ 290 ] {} <Trace> HTTP-Session: 3c9681c0-ca30-4ddd-aeee-636b25380258 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9764 | 2024.11.01 08:24:30.475643 [ 290 ] {fb3ee555-d6b0-4270-ad71-d2173866ef24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9765 | 2024.11.01 08:24:30.475739 [ 290 ] {fb3ee555-d6b0-4270-ad71-d2173866ef24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9766 | 2024.11.01 08:24:30.475943 [ 290 ] {fb3ee555-d6b0-4270-ad71-d2173866ef24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9767 | 2024.11.01 08:24:30.476374 [ 290 ] {fb3ee555-d6b0-4270-ad71-d2173866ef24} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9768 | 2024.11.01 08:24:30.476411 [ 290 ] {fb3ee555-d6b0-4270-ad71-d2173866ef24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9769 | 2024.11.01 08:24:30.476812 [ 290 ] {fb3ee555-d6b0-4270-ad71-d2173866ef24} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9770 | 2024.11.01 08:24:30.477162 [ 290 ] {fb3ee555-d6b0-4270-ad71-d2173866ef24} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9771 | 2024.11.01 08:24:30.477328 [ 290 ] {fb3ee555-d6b0-4270-ad71-d2173866ef24} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001827 sec., 87575.25998905308 rows/sec., 6.10 MiB/sec. | ||
| 9772 | 2024.11.01 08:24:30.477510 [ 290 ] {fb3ee555-d6b0-4270-ad71-d2173866ef24} <Debug> DynamicQueryHandler: Done processing query | ||
| 9773 | 2024.11.01 08:24:30.477535 [ 290 ] {fb3ee555-d6b0-4270-ad71-d2173866ef24} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9774 | 2024.11.01 08:24:30.477551 [ 290 ] {} <Debug> HTTP-Session: 3c9681c0-ca30-4ddd-aeee-636b25380258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9775 | 2024.11.01 08:24:30.477752 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58967, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9776 | 2024.11.01 08:24:30.477887 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51637, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9777 | 2024.11.01 08:24:30.478001 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9778 | 2024.11.01 08:24:30.478039 [ 286 ] {} <Debug> HTTP-Session: f09cabd7-4a88-40fc-af85-cbb0c06449cc Authenticating user 'default' from [fd00:1122:3344:101::d]:51637 | ||
| 9779 | 2024.11.01 08:24:30.478074 [ 286 ] {} <Debug> HTTP-Session: f09cabd7-4a88-40fc-af85-cbb0c06449cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9780 | 2024.11.01 08:24:30.478101 [ 286 ] {} <Debug> HTTP-Session: f09cabd7-4a88-40fc-af85-cbb0c06449cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9781 | 2024.11.01 08:24:30.478172 [ 286 ] {} <Trace> HTTP-Session: f09cabd7-4a88-40fc-af85-cbb0c06449cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9782 | 2024.11.01 08:24:30.478435 [ 286 ] {beeeb0fc-428d-4dbb-b0a1-03abd6313bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51637) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9783 | 2024.11.01 08:24:30.478531 [ 286 ] {beeeb0fc-428d-4dbb-b0a1-03abd6313bb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9784 | 2024.11.01 08:24:30.478804 [ 286 ] {beeeb0fc-428d-4dbb-b0a1-03abd6313bb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9785 | 2024.11.01 08:24:30.479130 [ 286 ] {beeeb0fc-428d-4dbb-b0a1-03abd6313bb4} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9786 | 2024.11.01 08:24:30.479168 [ 286 ] {beeeb0fc-428d-4dbb-b0a1-03abd6313bb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9787 | 2024.11.01 08:24:30.479557 [ 286 ] {beeeb0fc-428d-4dbb-b0a1-03abd6313bb4} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9788 | 2024.11.01 08:24:30.479893 [ 286 ] {beeeb0fc-428d-4dbb-b0a1-03abd6313bb4} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9789 | 2024.11.01 08:24:30.480064 [ 286 ] {beeeb0fc-428d-4dbb-b0a1-03abd6313bb4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001735 sec., 34582.1325648415 rows/sec., 2.33 MiB/sec. | ||
| 9790 | 2024.11.01 08:24:30.480245 [ 286 ] {beeeb0fc-428d-4dbb-b0a1-03abd6313bb4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9791 | 2024.11.01 08:24:30.480270 [ 286 ] {beeeb0fc-428d-4dbb-b0a1-03abd6313bb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9792 | 2024.11.01 08:24:30.480287 [ 286 ] {} <Debug> HTTP-Session: f09cabd7-4a88-40fc-af85-cbb0c06449cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9793 | 2024.11.01 08:24:30.480626 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9794 | 2024.11.01 08:24:33.911140 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 908 | ||
| 9795 | 2024.11.01 08:24:33.913761 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9796 | 2024.11.01 08:24:33.913810 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9797 | 2024.11.01 08:24:33.915347 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9798 | 2024.11.01 08:24:33.916369 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9799 | 2024.11.01 08:24:33.916834 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 908 | ||
| 9800 | 2024.11.01 08:24:35.473947 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58967, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9801 | 2024.11.01 08:24:35.474062 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9802 | 2024.11.01 08:24:35.474089 [ 290 ] {} <Debug> HTTP-Session: 87130081-aef4-4261-b261-7e2780a85d81 Authenticating user 'default' from [fd00:1122:3344:101::d]:58967 | ||
| 9803 | 2024.11.01 08:24:35.474114 [ 290 ] {} <Debug> HTTP-Session: 87130081-aef4-4261-b261-7e2780a85d81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9804 | 2024.11.01 08:24:35.474128 [ 290 ] {} <Debug> HTTP-Session: 87130081-aef4-4261-b261-7e2780a85d81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9805 | 2024.11.01 08:24:35.474180 [ 290 ] {} <Trace> HTTP-Session: 87130081-aef4-4261-b261-7e2780a85d81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9806 | 2024.11.01 08:24:35.474437 [ 290 ] {72d429a7-1255-498f-bffa-1766bd434d5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58967) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9807 | 2024.11.01 08:24:35.474503 [ 290 ] {72d429a7-1255-498f-bffa-1766bd434d5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9808 | 2024.11.01 08:24:35.474847 [ 290 ] {72d429a7-1255-498f-bffa-1766bd434d5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9809 | 2024.11.01 08:24:35.475509 [ 290 ] {72d429a7-1255-498f-bffa-1766bd434d5a} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9810 | 2024.11.01 08:24:35.475551 [ 290 ] {72d429a7-1255-498f-bffa-1766bd434d5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9811 | 2024.11.01 08:24:35.476010 [ 290 ] {72d429a7-1255-498f-bffa-1766bd434d5a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9812 | 2024.11.01 08:24:35.476425 [ 290 ] {72d429a7-1255-498f-bffa-1766bd434d5a} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9813 | 2024.11.01 08:24:35.476575 [ 290 ] {72d429a7-1255-498f-bffa-1766bd434d5a} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002258 sec., 120903.45438441099 rows/sec., 10.75 MiB/sec. | ||
| 9814 | 2024.11.01 08:24:35.476795 [ 290 ] {72d429a7-1255-498f-bffa-1766bd434d5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 9815 | 2024.11.01 08:24:35.476823 [ 290 ] {72d429a7-1255-498f-bffa-1766bd434d5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9816 | 2024.11.01 08:24:35.476840 [ 290 ] {} <Debug> HTTP-Session: 87130081-aef4-4261-b261-7e2780a85d81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9817 | 2024.11.01 08:24:35.477099 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58967, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9818 | 2024.11.01 08:24:35.477295 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59364, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9819 | 2024.11.01 08:24:35.477460 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9820 | 2024.11.01 08:24:35.477507 [ 282 ] {} <Debug> HTTP-Session: b6d40f82-8d07-4024-8592-e6bcb93e99dd Authenticating user 'default' from [fd00:1122:3344:101::d]:59364 | ||
| 9821 | 2024.11.01 08:24:35.477548 [ 282 ] {} <Debug> HTTP-Session: b6d40f82-8d07-4024-8592-e6bcb93e99dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9822 | 2024.11.01 08:24:35.477576 [ 282 ] {} <Debug> HTTP-Session: b6d40f82-8d07-4024-8592-e6bcb93e99dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9823 | 2024.11.01 08:24:35.477661 [ 282 ] {} <Trace> HTTP-Session: b6d40f82-8d07-4024-8592-e6bcb93e99dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9824 | 2024.11.01 08:24:35.477950 [ 282 ] {3e8e5585-f60d-43e8-8545-120263854a2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59364) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9825 | 2024.11.01 08:24:35.478019 [ 282 ] {3e8e5585-f60d-43e8-8545-120263854a2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9826 | 2024.11.01 08:24:35.478370 [ 282 ] {3e8e5585-f60d-43e8-8545-120263854a2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9827 | 2024.11.01 08:24:35.478791 [ 282 ] {3e8e5585-f60d-43e8-8545-120263854a2c} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9828 | 2024.11.01 08:24:35.478840 [ 282 ] {3e8e5585-f60d-43e8-8545-120263854a2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9829 | 2024.11.01 08:24:35.479278 [ 282 ] {3e8e5585-f60d-43e8-8545-120263854a2c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9830 | 2024.11.01 08:24:35.479692 [ 282 ] {3e8e5585-f60d-43e8-8545-120263854a2c} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9831 | 2024.11.01 08:24:35.479876 [ 282 ] {3e8e5585-f60d-43e8-8545-120263854a2c} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.002009 sec., 20905.923344947736 rows/sec., 1.54 MiB/sec. | ||
| 9832 | 2024.11.01 08:24:35.480274 [ 282 ] {3e8e5585-f60d-43e8-8545-120263854a2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9833 | 2024.11.01 08:24:35.480304 [ 282 ] {3e8e5585-f60d-43e8-8545-120263854a2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9834 | 2024.11.01 08:24:35.480321 [ 282 ] {} <Debug> HTTP-Session: b6d40f82-8d07-4024-8592-e6bcb93e99dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9835 | 2024.11.01 08:24:35.480495 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58967, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9836 | 2024.11.01 08:24:35.480509 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9837 | 2024.11.01 08:24:35.480590 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9838 | 2024.11.01 08:24:35.480623 [ 290 ] {} <Debug> HTTP-Session: 5fabfbe0-fd4a-4eaa-bb5d-be360b08e8f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58967 | ||
| 9839 | 2024.11.01 08:24:35.480642 [ 290 ] {} <Debug> HTTP-Session: 5fabfbe0-fd4a-4eaa-bb5d-be360b08e8f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9840 | 2024.11.01 08:24:35.480668 [ 290 ] {} <Debug> HTTP-Session: 5fabfbe0-fd4a-4eaa-bb5d-be360b08e8f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9841 | 2024.11.01 08:24:35.480724 [ 290 ] {} <Trace> HTTP-Session: 5fabfbe0-fd4a-4eaa-bb5d-be360b08e8f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9842 | 2024.11.01 08:24:35.480860 [ 290 ] {fcde0930-eb65-4ada-a768-04e4732089c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58967) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9843 | 2024.11.01 08:24:35.480911 [ 290 ] {fcde0930-eb65-4ada-a768-04e4732089c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9844 | 2024.11.01 08:24:35.481185 [ 290 ] {fcde0930-eb65-4ada-a768-04e4732089c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9845 | 2024.11.01 08:24:35.481508 [ 290 ] {fcde0930-eb65-4ada-a768-04e4732089c4} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9846 | 2024.11.01 08:24:35.481545 [ 290 ] {fcde0930-eb65-4ada-a768-04e4732089c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9847 | 2024.11.01 08:24:35.481925 [ 290 ] {fcde0930-eb65-4ada-a768-04e4732089c4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9848 | 2024.11.01 08:24:35.482301 [ 290 ] {fcde0930-eb65-4ada-a768-04e4732089c4} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9849 | 2024.11.01 08:24:35.482435 [ 290 ] {fcde0930-eb65-4ada-a768-04e4732089c4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001614 sec., 8674.101610904585 rows/sec., 607.48 KiB/sec. | ||
| 9850 | 2024.11.01 08:24:35.482623 [ 290 ] {fcde0930-eb65-4ada-a768-04e4732089c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9851 | 2024.11.01 08:24:35.482650 [ 290 ] {fcde0930-eb65-4ada-a768-04e4732089c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9852 | 2024.11.01 08:24:35.482667 [ 290 ] {} <Debug> HTTP-Session: 5fabfbe0-fd4a-4eaa-bb5d-be360b08e8f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9853 | 2024.11.01 08:24:35.482805 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58967, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9854 | 2024.11.01 08:24:35.482902 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53110, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9855 | 2024.11.01 08:24:35.482967 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9856 | 2024.11.01 08:24:35.482988 [ 282 ] {} <Debug> HTTP-Session: 10d7ec6b-3136-42fe-9c46-0dae2f3c0e0b Authenticating user 'default' from [fd00:1122:3344:101::d]:53110 | ||
| 9857 | 2024.11.01 08:24:35.483007 [ 282 ] {} <Debug> HTTP-Session: 10d7ec6b-3136-42fe-9c46-0dae2f3c0e0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9858 | 2024.11.01 08:24:35.483022 [ 282 ] {} <Debug> HTTP-Session: 10d7ec6b-3136-42fe-9c46-0dae2f3c0e0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9859 | 2024.11.01 08:24:35.483065 [ 282 ] {} <Trace> HTTP-Session: 10d7ec6b-3136-42fe-9c46-0dae2f3c0e0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9860 | 2024.11.01 08:24:35.483186 [ 282 ] {c22ddae4-7a1c-4909-9651-24e2033f3d4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53110) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9861 | 2024.11.01 08:24:35.483237 [ 282 ] {c22ddae4-7a1c-4909-9651-24e2033f3d4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9862 | 2024.11.01 08:24:35.483516 [ 282 ] {c22ddae4-7a1c-4909-9651-24e2033f3d4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9863 | 2024.11.01 08:24:35.483834 [ 282 ] {c22ddae4-7a1c-4909-9651-24e2033f3d4e} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9864 | 2024.11.01 08:24:35.483873 [ 282 ] {c22ddae4-7a1c-4909-9651-24e2033f3d4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9865 | 2024.11.01 08:24:35.484236 [ 282 ] {c22ddae4-7a1c-4909-9651-24e2033f3d4e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9866 | 2024.11.01 08:24:35.484607 [ 282 ] {c22ddae4-7a1c-4909-9651-24e2033f3d4e} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9867 | 2024.11.01 08:24:35.484776 [ 282 ] {c22ddae4-7a1c-4909-9651-24e2033f3d4e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00162 sec., 3703.703703703704 rows/sec., 218.82 KiB/sec. | ||
| 9868 | 2024.11.01 08:24:35.484963 [ 282 ] {c22ddae4-7a1c-4909-9651-24e2033f3d4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9869 | 2024.11.01 08:24:35.484989 [ 282 ] {c22ddae4-7a1c-4909-9651-24e2033f3d4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9870 | 2024.11.01 08:24:35.485006 [ 282 ] {} <Debug> HTTP-Session: 10d7ec6b-3136-42fe-9c46-0dae2f3c0e0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9871 | 2024.11.01 08:24:35.485211 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53110, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9872 | 2024.11.01 08:24:35.485264 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58967, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9873 | 2024.11.01 08:24:35.485345 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9874 | 2024.11.01 08:24:35.485381 [ 290 ] {} <Debug> HTTP-Session: 7a846907-9c0b-40d0-8dbe-f9155a2048f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:58967 | ||
| 9875 | 2024.11.01 08:24:35.485407 [ 290 ] {} <Debug> HTTP-Session: 7a846907-9c0b-40d0-8dbe-f9155a2048f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9876 | 2024.11.01 08:24:35.485425 [ 290 ] {} <Debug> HTTP-Session: 7a846907-9c0b-40d0-8dbe-f9155a2048f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9877 | 2024.11.01 08:24:35.485472 [ 290 ] {} <Trace> HTTP-Session: 7a846907-9c0b-40d0-8dbe-f9155a2048f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9878 | 2024.11.01 08:24:35.485752 [ 290 ] {1f5d758c-639b-4630-b3c9-b44868d96ab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58967) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9879 | 2024.11.01 08:24:35.485810 [ 290 ] {1f5d758c-639b-4630-b3c9-b44868d96ab8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9880 | 2024.11.01 08:24:35.486077 [ 290 ] {1f5d758c-639b-4630-b3c9-b44868d96ab8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9881 | 2024.11.01 08:24:35.486726 [ 290 ] {1f5d758c-639b-4630-b3c9-b44868d96ab8} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9882 | 2024.11.01 08:24:35.486763 [ 290 ] {1f5d758c-639b-4630-b3c9-b44868d96ab8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9883 | 2024.11.01 08:24:35.487146 [ 290 ] {1f5d758c-639b-4630-b3c9-b44868d96ab8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9884 | 2024.11.01 08:24:35.487511 [ 290 ] {1f5d758c-639b-4630-b3c9-b44868d96ab8} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9885 | 2024.11.01 08:24:35.487645 [ 290 ] {1f5d758c-639b-4630-b3c9-b44868d96ab8} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.002039 sec., 207945.07111329082 rows/sec., 14.87 MiB/sec. | ||
| 9886 | 2024.11.01 08:24:35.487828 [ 290 ] {1f5d758c-639b-4630-b3c9-b44868d96ab8} <Debug> DynamicQueryHandler: Done processing query | ||
| 9887 | 2024.11.01 08:24:35.487854 [ 290 ] {1f5d758c-639b-4630-b3c9-b44868d96ab8} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 9888 | 2024.11.01 08:24:35.487870 [ 290 ] {} <Debug> HTTP-Session: 7a846907-9c0b-40d0-8dbe-f9155a2048f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9889 | 2024.11.01 08:24:35.488033 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58967, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9890 | 2024.11.01 08:24:35.488128 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55061, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9891 | 2024.11.01 08:24:35.488192 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9892 | 2024.11.01 08:24:35.488214 [ 282 ] {} <Debug> HTTP-Session: a2cdd5f3-c684-40b1-a13d-01d647d12940 Authenticating user 'default' from [fd00:1122:3344:101::d]:55061 | ||
| 9893 | 2024.11.01 08:24:35.488233 [ 282 ] {} <Debug> HTTP-Session: a2cdd5f3-c684-40b1-a13d-01d647d12940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9894 | 2024.11.01 08:24:35.488247 [ 282 ] {} <Debug> HTTP-Session: a2cdd5f3-c684-40b1-a13d-01d647d12940 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9895 | 2024.11.01 08:24:35.488286 [ 282 ] {} <Trace> HTTP-Session: a2cdd5f3-c684-40b1-a13d-01d647d12940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9896 | 2024.11.01 08:24:35.488399 [ 282 ] {bbfe7784-41cc-4aa5-9db4-e492c66295eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55061) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9897 | 2024.11.01 08:24:35.488451 [ 282 ] {bbfe7784-41cc-4aa5-9db4-e492c66295eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9898 | 2024.11.01 08:24:35.488618 [ 282 ] {bbfe7784-41cc-4aa5-9db4-e492c66295eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9899 | 2024.11.01 08:24:35.488894 [ 282 ] {bbfe7784-41cc-4aa5-9db4-e492c66295eb} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9900 | 2024.11.01 08:24:35.488933 [ 282 ] {bbfe7784-41cc-4aa5-9db4-e492c66295eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9901 | 2024.11.01 08:24:35.489310 [ 282 ] {bbfe7784-41cc-4aa5-9db4-e492c66295eb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9902 | 2024.11.01 08:24:35.489647 [ 282 ] {bbfe7784-41cc-4aa5-9db4-e492c66295eb} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9903 | 2024.11.01 08:24:35.489807 [ 282 ] {bbfe7784-41cc-4aa5-9db4-e492c66295eb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec. | ||
| 9904 | 2024.11.01 08:24:35.490018 [ 282 ] {bbfe7784-41cc-4aa5-9db4-e492c66295eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 9905 | 2024.11.01 08:24:35.490050 [ 282 ] {bbfe7784-41cc-4aa5-9db4-e492c66295eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9906 | 2024.11.01 08:24:35.490070 [ 282 ] {} <Debug> HTTP-Session: a2cdd5f3-c684-40b1-a13d-01d647d12940 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9907 | 2024.11.01 08:24:35.490284 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9908 | 2024.11.01 08:24:35.490364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32769, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9909 | 2024.11.01 08:24:35.490426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9910 | 2024.11.01 08:24:35.490447 [ 3 ] {} <Debug> HTTP-Session: 45daa573-7e65-4704-ab62-8955a66bb493 Authenticating user 'default' from [fd00:1122:3344:101::d]:32769 | ||
| 9911 | 2024.11.01 08:24:35.490464 [ 3 ] {} <Debug> HTTP-Session: 45daa573-7e65-4704-ab62-8955a66bb493 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9912 | 2024.11.01 08:24:35.490478 [ 3 ] {} <Debug> HTTP-Session: 45daa573-7e65-4704-ab62-8955a66bb493 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9913 | 2024.11.01 08:24:35.490511 [ 3 ] {} <Trace> HTTP-Session: 45daa573-7e65-4704-ab62-8955a66bb493 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9914 | 2024.11.01 08:24:35.490776 [ 3 ] {d83e1080-ca62-456f-aa17-2be21f37b9f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32769) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9915 | 2024.11.01 08:24:35.490826 [ 3 ] {d83e1080-ca62-456f-aa17-2be21f37b9f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9916 | 2024.11.01 08:24:35.490977 [ 3 ] {d83e1080-ca62-456f-aa17-2be21f37b9f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9917 | 2024.11.01 08:24:35.491434 [ 3 ] {d83e1080-ca62-456f-aa17-2be21f37b9f1} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9918 | 2024.11.01 08:24:35.491471 [ 3 ] {d83e1080-ca62-456f-aa17-2be21f37b9f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9919 | 2024.11.01 08:24:35.491872 [ 3 ] {d83e1080-ca62-456f-aa17-2be21f37b9f1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9920 | 2024.11.01 08:24:35.492219 [ 3 ] {d83e1080-ca62-456f-aa17-2be21f37b9f1} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9921 | 2024.11.01 08:24:35.492381 [ 3 ] {d83e1080-ca62-456f-aa17-2be21f37b9f1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00176 sec., 134659.0909090909 rows/sec., 9.03 MiB/sec. | ||
| 9922 | 2024.11.01 08:24:35.492667 [ 3 ] {d83e1080-ca62-456f-aa17-2be21f37b9f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 9923 | 2024.11.01 08:24:35.492720 [ 3 ] {d83e1080-ca62-456f-aa17-2be21f37b9f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9924 | 2024.11.01 08:24:35.492753 [ 3 ] {} <Debug> HTTP-Session: 45daa573-7e65-4704-ab62-8955a66bb493 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9925 | 2024.11.01 08:24:35.492998 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55061, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9926 | 2024.11.01 08:24:35.493004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32769, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9927 | 2024.11.01 08:24:35.493065 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9928 | 2024.11.01 08:24:35.493093 [ 282 ] {} <Debug> HTTP-Session: 1de5e64c-a840-43ce-99d1-9b2704424b5b Authenticating user 'default' from [fd00:1122:3344:101::d]:55061 | ||
| 9929 | 2024.11.01 08:24:35.493116 [ 282 ] {} <Debug> HTTP-Session: 1de5e64c-a840-43ce-99d1-9b2704424b5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9930 | 2024.11.01 08:24:35.493139 [ 282 ] {} <Debug> HTTP-Session: 1de5e64c-a840-43ce-99d1-9b2704424b5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9931 | 2024.11.01 08:24:35.493179 [ 282 ] {} <Trace> HTTP-Session: 1de5e64c-a840-43ce-99d1-9b2704424b5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9932 | 2024.11.01 08:24:35.493303 [ 282 ] {9edfef45-fba4-496d-9ce6-6e429cc6788d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55061) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9933 | 2024.11.01 08:24:35.493360 [ 282 ] {9edfef45-fba4-496d-9ce6-6e429cc6788d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9934 | 2024.11.01 08:24:35.493543 [ 282 ] {9edfef45-fba4-496d-9ce6-6e429cc6788d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9935 | 2024.11.01 08:24:35.493833 [ 282 ] {9edfef45-fba4-496d-9ce6-6e429cc6788d} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9936 | 2024.11.01 08:24:35.493870 [ 282 ] {9edfef45-fba4-496d-9ce6-6e429cc6788d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9937 | 2024.11.01 08:24:35.494226 [ 282 ] {9edfef45-fba4-496d-9ce6-6e429cc6788d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9938 | 2024.11.01 08:24:35.494552 [ 282 ] {9edfef45-fba4-496d-9ce6-6e429cc6788d} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9939 | 2024.11.01 08:24:35.494703 [ 282 ] {9edfef45-fba4-496d-9ce6-6e429cc6788d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001431 sec., 698.8120195667366 rows/sec., 47.09 KiB/sec. | ||
| 9940 | 2024.11.01 08:24:35.494862 [ 282 ] {9edfef45-fba4-496d-9ce6-6e429cc6788d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9941 | 2024.11.01 08:24:35.494887 [ 282 ] {9edfef45-fba4-496d-9ce6-6e429cc6788d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9942 | 2024.11.01 08:24:35.494903 [ 282 ] {} <Debug> HTTP-Session: 1de5e64c-a840-43ce-99d1-9b2704424b5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9943 | 2024.11.01 08:24:35.495115 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9944 | 2024.11.01 08:24:35.495177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47818, User-Agent: (none), Length: 70638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9945 | 2024.11.01 08:24:35.495241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9946 | 2024.11.01 08:24:35.495263 [ 3 ] {} <Debug> HTTP-Session: 069a40c2-a0d2-47af-bcb6-e173f9789ea2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47818 | ||
| 9947 | 2024.11.01 08:24:35.495285 [ 3 ] {} <Debug> HTTP-Session: 069a40c2-a0d2-47af-bcb6-e173f9789ea2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9948 | 2024.11.01 08:24:35.495302 [ 3 ] {} <Debug> HTTP-Session: 069a40c2-a0d2-47af-bcb6-e173f9789ea2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9949 | 2024.11.01 08:24:35.495340 [ 3 ] {} <Trace> HTTP-Session: 069a40c2-a0d2-47af-bcb6-e173f9789ea2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9950 | 2024.11.01 08:24:35.496003 [ 3 ] {95c1863b-9389-4593-9749-74d4f75087e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47818) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9951 | 2024.11.01 08:24:35.496070 [ 3 ] {95c1863b-9389-4593-9749-74d4f75087e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9952 | 2024.11.01 08:24:35.496509 [ 3 ] {95c1863b-9389-4593-9749-74d4f75087e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9953 | 2024.11.01 08:24:35.497308 [ 3 ] {95c1863b-9389-4593-9749-74d4f75087e4} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9954 | 2024.11.01 08:24:35.497346 [ 3 ] {95c1863b-9389-4593-9749-74d4f75087e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9955 | 2024.11.01 08:24:35.498027 [ 3 ] {95c1863b-9389-4593-9749-74d4f75087e4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9956 | 2024.11.01 08:24:35.498448 [ 3 ] {95c1863b-9389-4593-9749-74d4f75087e4} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9957 | 2024.11.01 08:24:35.498650 [ 3 ] {95c1863b-9389-4593-9749-74d4f75087e4} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.00319 sec., 13166.144200626959 rows/sec., 23.59 MiB/sec. | ||
| 9958 | 2024.11.01 08:24:35.498905 [ 3 ] {95c1863b-9389-4593-9749-74d4f75087e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9959 | 2024.11.01 08:24:35.498930 [ 3 ] {95c1863b-9389-4593-9749-74d4f75087e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 9960 | 2024.11.01 08:24:35.498946 [ 3 ] {} <Debug> HTTP-Session: 069a40c2-a0d2-47af-bcb6-e173f9789ea2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9961 | 2024.11.01 08:24:35.499131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47818, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9962 | 2024.11.01 08:24:35.499170 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55061, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9963 | 2024.11.01 08:24:35.499230 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9964 | 2024.11.01 08:24:35.499255 [ 282 ] {} <Debug> HTTP-Session: 0941f2f3-dc0a-42d6-abd4-c5bd1da89cfa Authenticating user 'default' from [fd00:1122:3344:101::d]:55061 | ||
| 9965 | 2024.11.01 08:24:35.499277 [ 282 ] {} <Debug> HTTP-Session: 0941f2f3-dc0a-42d6-abd4-c5bd1da89cfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9966 | 2024.11.01 08:24:35.499295 [ 282 ] {} <Debug> HTTP-Session: 0941f2f3-dc0a-42d6-abd4-c5bd1da89cfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9967 | 2024.11.01 08:24:35.499333 [ 282 ] {} <Trace> HTTP-Session: 0941f2f3-dc0a-42d6-abd4-c5bd1da89cfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9968 | 2024.11.01 08:24:35.499474 [ 282 ] {c58f8ad4-a5a0-48bd-8ae5-d9ccb5bd532d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55061) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9969 | 2024.11.01 08:24:35.499528 [ 282 ] {c58f8ad4-a5a0-48bd-8ae5-d9ccb5bd532d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9970 | 2024.11.01 08:24:35.499687 [ 282 ] {c58f8ad4-a5a0-48bd-8ae5-d9ccb5bd532d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9971 | 2024.11.01 08:24:35.500005 [ 282 ] {c58f8ad4-a5a0-48bd-8ae5-d9ccb5bd532d} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9972 | 2024.11.01 08:24:35.500041 [ 282 ] {c58f8ad4-a5a0-48bd-8ae5-d9ccb5bd532d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 9973 | 2024.11.01 08:24:35.500397 [ 282 ] {c58f8ad4-a5a0-48bd-8ae5-d9ccb5bd532d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9974 | 2024.11.01 08:24:35.500722 [ 282 ] {c58f8ad4-a5a0-48bd-8ae5-d9ccb5bd532d} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9975 | 2024.11.01 08:24:35.500874 [ 282 ] {c58f8ad4-a5a0-48bd-8ae5-d9ccb5bd532d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001446 sec., 56708.160442600274 rows/sec., 3.60 MiB/sec. | ||
| 9976 | 2024.11.01 08:24:35.501026 [ 282 ] {c58f8ad4-a5a0-48bd-8ae5-d9ccb5bd532d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9977 | 2024.11.01 08:24:35.501050 [ 282 ] {c58f8ad4-a5a0-48bd-8ae5-d9ccb5bd532d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9978 | 2024.11.01 08:24:35.501066 [ 282 ] {} <Debug> HTTP-Session: 0941f2f3-dc0a-42d6-abd4-c5bd1da89cfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9979 | 2024.11.01 08:24:35.501903 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9980 | 2024.11.01 08:24:40.466170 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56097, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9981 | 2024.11.01 08:24:40.466316 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9982 | 2024.11.01 08:24:40.466346 [ 282 ] {} <Debug> HTTP-Session: 40c25860-ea17-49b7-82cf-7959d510444a Authenticating user 'default' from [fd00:1122:3344:101::d]:56097 | ||
| 9983 | 2024.11.01 08:24:40.466373 [ 282 ] {} <Debug> HTTP-Session: 40c25860-ea17-49b7-82cf-7959d510444a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9984 | 2024.11.01 08:24:40.466391 [ 282 ] {} <Debug> HTTP-Session: 40c25860-ea17-49b7-82cf-7959d510444a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9985 | 2024.11.01 08:24:40.466447 [ 282 ] {} <Trace> HTTP-Session: 40c25860-ea17-49b7-82cf-7959d510444a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9986 | 2024.11.01 08:24:40.466642 [ 282 ] {8e2d2571-3f72-4e18-a0a7-f59ef888514f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56097) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9987 | 2024.11.01 08:24:40.466716 [ 282 ] {8e2d2571-3f72-4e18-a0a7-f59ef888514f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9988 | 2024.11.01 08:24:40.467088 [ 282 ] {8e2d2571-3f72-4e18-a0a7-f59ef888514f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9989 | 2024.11.01 08:24:40.467494 [ 282 ] {8e2d2571-3f72-4e18-a0a7-f59ef888514f} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9990 | 2024.11.01 08:24:40.467532 [ 282 ] {8e2d2571-3f72-4e18-a0a7-f59ef888514f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 9991 | 2024.11.01 08:24:40.467956 [ 282 ] {8e2d2571-3f72-4e18-a0a7-f59ef888514f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9992 | 2024.11.01 08:24:40.468338 [ 282 ] {8e2d2571-3f72-4e18-a0a7-f59ef888514f} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9993 | 2024.11.01 08:24:40.468476 [ 282 ] {8e2d2571-3f72-4e18-a0a7-f59ef888514f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00189 sec., 1058.2010582010582 rows/sec., 86.29 KiB/sec. | ||
| 9994 | 2024.11.01 08:24:40.468826 [ 282 ] {8e2d2571-3f72-4e18-a0a7-f59ef888514f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9995 | 2024.11.01 08:24:40.468852 [ 282 ] {8e2d2571-3f72-4e18-a0a7-f59ef888514f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9996 | 2024.11.01 08:24:40.468869 [ 282 ] {} <Debug> HTTP-Session: 40c25860-ea17-49b7-82cf-7959d510444a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9997 | 2024.11.01 08:24:40.469043 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56097, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9998 | 2024.11.01 08:24:40.469137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45534, User-Agent: (none), Length: 7928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9999 | 2024.11.01 08:24:40.469214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10000 | 2024.11.01 08:24:40.469243 [ 3 ] {} <Debug> HTTP-Session: 958d12fe-9f2a-4d21-96a7-c080437778fd Authenticating user 'default' from [fd00:1122:3344:101::d]:45534 | ||
| 10001 | 2024.11.01 08:24:40.469267 [ 3 ] {} <Debug> HTTP-Session: 958d12fe-9f2a-4d21-96a7-c080437778fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10002 | 2024.11.01 08:24:40.469287 [ 3 ] {} <Debug> HTTP-Session: 958d12fe-9f2a-4d21-96a7-c080437778fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10003 | 2024.11.01 08:24:40.469329 [ 3 ] {} <Trace> HTTP-Session: 958d12fe-9f2a-4d21-96a7-c080437778fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10004 | 2024.11.01 08:24:40.469486 [ 3 ] {946401b9-0002-4a18-b084-9908065f71b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45534) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10005 | 2024.11.01 08:24:40.469541 [ 3 ] {946401b9-0002-4a18-b084-9908065f71b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10006 | 2024.11.01 08:24:40.469834 [ 3 ] {946401b9-0002-4a18-b084-9908065f71b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10007 | 2024.11.01 08:24:40.470190 [ 3 ] {946401b9-0002-4a18-b084-9908065f71b1} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10008 | 2024.11.01 08:24:40.470225 [ 3 ] {946401b9-0002-4a18-b084-9908065f71b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10009 | 2024.11.01 08:24:40.470580 [ 3 ] {946401b9-0002-4a18-b084-9908065f71b1} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10010 | 2024.11.01 08:24:40.470931 [ 3 ] {946401b9-0002-4a18-b084-9908065f71b1} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10011 | 2024.11.01 08:24:40.471062 [ 3 ] {946401b9-0002-4a18-b084-9908065f71b1} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001631 sec., 34947.884733292456 rows/sec., 2.67 MiB/sec. | ||
| 10012 | 2024.11.01 08:24:40.471381 [ 3 ] {946401b9-0002-4a18-b084-9908065f71b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 10013 | 2024.11.01 08:24:40.471450 [ 3 ] {946401b9-0002-4a18-b084-9908065f71b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 10014 | 2024.11.01 08:24:40.471510 [ 3 ] {} <Debug> HTTP-Session: 958d12fe-9f2a-4d21-96a7-c080437778fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10015 | 2024.11.01 08:24:40.471793 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56097, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10016 | 2024.11.01 08:24:40.471813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45534, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10017 | 2024.11.01 08:24:40.471864 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10018 | 2024.11.01 08:24:40.471885 [ 282 ] {} <Debug> HTTP-Session: fb8f6e4d-8daa-49c0-8fd3-0d99a6cb7a21 Authenticating user 'default' from [fd00:1122:3344:101::d]:56097 | ||
| 10019 | 2024.11.01 08:24:40.471902 [ 282 ] {} <Debug> HTTP-Session: fb8f6e4d-8daa-49c0-8fd3-0d99a6cb7a21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10020 | 2024.11.01 08:24:40.471918 [ 282 ] {} <Debug> HTTP-Session: fb8f6e4d-8daa-49c0-8fd3-0d99a6cb7a21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10021 | 2024.11.01 08:24:40.471950 [ 282 ] {} <Trace> HTTP-Session: fb8f6e4d-8daa-49c0-8fd3-0d99a6cb7a21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10022 | 2024.11.01 08:24:40.472051 [ 282 ] {cefdfacd-7967-404a-bf1c-2dee23da7c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56097) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10023 | 2024.11.01 08:24:40.472095 [ 282 ] {cefdfacd-7967-404a-bf1c-2dee23da7c0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10024 | 2024.11.01 08:24:40.472344 [ 282 ] {cefdfacd-7967-404a-bf1c-2dee23da7c0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10025 | 2024.11.01 08:24:40.472716 [ 282 ] {cefdfacd-7967-404a-bf1c-2dee23da7c0e} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10026 | 2024.11.01 08:24:40.472752 [ 282 ] {cefdfacd-7967-404a-bf1c-2dee23da7c0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10027 | 2024.11.01 08:24:40.473086 [ 282 ] {cefdfacd-7967-404a-bf1c-2dee23da7c0e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10028 | 2024.11.01 08:24:40.473447 [ 282 ] {cefdfacd-7967-404a-bf1c-2dee23da7c0e} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10029 | 2024.11.01 08:24:40.473570 [ 155 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10030 | 2024.11.01 08:24:40.473574 [ 282 ] {cefdfacd-7967-404a-bf1c-2dee23da7c0e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001547 sec., 1292.824822236587 rows/sec., 90.27 KiB/sec. | ||
| 10031 | 2024.11.01 08:24:40.473609 [ 155 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10032 | 2024.11.01 08:24:40.473646 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10033 | 2024.11.01 08:24:40.473790 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 10034 | 2024.11.01 08:24:40.473825 [ 282 ] {cefdfacd-7967-404a-bf1c-2dee23da7c0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10035 | 2024.11.01 08:24:40.473858 [ 282 ] {cefdfacd-7967-404a-bf1c-2dee23da7c0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10036 | 2024.11.01 08:24:40.473881 [ 282 ] {} <Debug> HTTP-Session: fb8f6e4d-8daa-49c0-8fd3-0d99a6cb7a21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10037 | 2024.11.01 08:24:40.473944 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10038 | 2024.11.01 08:24:40.473998 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 60 rows starting from the beginning of the part | ||
| 10039 | 2024.11.01 08:24:40.474064 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part | ||
| 10040 | 2024.11.01 08:24:40.474218 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56097, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10041 | 2024.11.01 08:24:40.474450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52751, User-Agent: (none), Length: 11211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10042 | 2024.11.01 08:24:40.474659 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 42 rows starting from the beginning of the part | ||
| 10043 | 2024.11.01 08:24:40.474702 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 10044 | |||
| 10045 | (version 23.8.7.1) | ||
| 10046 | 2024.11.01 08:24:40.474693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10047 | 2024.11.01 08:24:40.474813 [ 3 ] {} <Debug> HTTP-Session: d7d9b192-d4ff-45af-8087-95c628710593 Authenticating user 'default' from [fd00:1122:3344:101::d]:52751 | ||
| 10048 | 2024.11.01 08:24:40.474877 [ 3 ] {} <Debug> HTTP-Session: d7d9b192-d4ff-45af-8087-95c628710593 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10049 | 2024.11.01 08:24:40.474970 [ 3 ] {} <Debug> HTTP-Session: d7d9b192-d4ff-45af-8087-95c628710593 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10050 | 2024.11.01 08:24:40.475049 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 10051 | 2024.11.01 08:24:40.475078 [ 3 ] {} <Trace> HTTP-Session: d7d9b192-d4ff-45af-8087-95c628710593 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10052 | 2024.11.01 08:24:40.475220 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part | ||
| 10053 | 2024.11.01 08:24:40.475542 [ 3 ] {603e5118-9403-484a-9fc1-f4c825398ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52751) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10054 | 2024.11.01 08:24:40.475643 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
| 10055 | 2024.11.01 08:24:40.475749 [ 3 ] {603e5118-9403-484a-9fc1-f4c825398ded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10056 | 2024.11.01 08:24:40.476534 [ 3 ] {603e5118-9403-484a-9fc1-f4c825398ded} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10057 | 2024.11.01 08:24:40.477193 [ 3 ] {603e5118-9403-484a-9fc1-f4c825398ded} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10058 | 2024.11.01 08:24:40.477240 [ 3 ] {603e5118-9403-484a-9fc1-f4c825398ded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10059 | 2024.11.01 08:24:40.477642 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.003913006 sec., 40889.28051733118 rows/sec., 3.11 MiB/sec. | ||
| 10060 | 2024.11.01 08:24:40.477771 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10061 | 2024.11.01 08:24:40.477834 [ 3 ] {603e5118-9403-484a-9fc1-f4c825398ded} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10062 | 2024.11.01 08:24:40.478410 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_36_7} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10063 | 2024.11.01 08:24:40.478499 [ 3 ] {603e5118-9403-484a-9fc1-f4c825398ded} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10064 | 2024.11.01 08:24:40.478518 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_36_7} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10065 | 2024.11.01 08:24:40.478610 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10066 | 2024.11.01 08:24:40.478688 [ 3 ] {603e5118-9403-484a-9fc1-f4c825398ded} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.003365 sec., 19613.67013372957 rows/sec., 1.53 MiB/sec. | ||
| 10067 | 2024.11.01 08:24:40.478880 [ 3 ] {603e5118-9403-484a-9fc1-f4c825398ded} <Debug> DynamicQueryHandler: Done processing query | ||
| 10068 | 2024.11.01 08:24:40.478904 [ 3 ] {603e5118-9403-484a-9fc1-f4c825398ded} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10069 | 2024.11.01 08:24:40.478922 [ 3 ] {} <Debug> HTTP-Session: d7d9b192-d4ff-45af-8087-95c628710593 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10070 | 2024.11.01 08:24:40.479115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52751, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10071 | 2024.11.01 08:24:40.479237 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49325, User-Agent: (none), Length: 24681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10072 | 2024.11.01 08:24:40.479286 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10073 | 2024.11.01 08:24:40.479305 [ 282 ] {} <Debug> HTTP-Session: 9d0cc68f-ebdc-43d5-a96b-c108ad1dc176 Authenticating user 'default' from [fd00:1122:3344:101::d]:49325 | ||
| 10074 | 2024.11.01 08:24:40.479322 [ 282 ] {} <Debug> HTTP-Session: 9d0cc68f-ebdc-43d5-a96b-c108ad1dc176 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10075 | 2024.11.01 08:24:40.479336 [ 282 ] {} <Debug> HTTP-Session: 9d0cc68f-ebdc-43d5-a96b-c108ad1dc176 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10076 | 2024.11.01 08:24:40.479367 [ 282 ] {} <Trace> HTTP-Session: 9d0cc68f-ebdc-43d5-a96b-c108ad1dc176 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10077 | 2024.11.01 08:24:40.479517 [ 282 ] {718723c3-2b2a-406a-8973-384ace398ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49325) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10078 | 2024.11.01 08:24:40.479563 [ 282 ] {718723c3-2b2a-406a-8973-384ace398ef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10079 | 2024.11.01 08:24:40.479710 [ 282 ] {718723c3-2b2a-406a-8973-384ace398ef0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10080 | 2024.11.01 08:24:40.480119 [ 282 ] {718723c3-2b2a-406a-8973-384ace398ef0} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10081 | 2024.11.01 08:24:40.480154 [ 282 ] {718723c3-2b2a-406a-8973-384ace398ef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10082 | 2024.11.01 08:24:40.480531 [ 282 ] {718723c3-2b2a-406a-8973-384ace398ef0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10083 | 2024.11.01 08:24:40.480933 [ 282 ] {718723c3-2b2a-406a-8973-384ace398ef0} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10084 | 2024.11.01 08:24:40.481080 [ 282 ] {718723c3-2b2a-406a-8973-384ace398ef0} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001629 sec., 79189.68692449355 rows/sec., 5.51 MiB/sec. | ||
| 10085 | 2024.11.01 08:24:40.481277 [ 282 ] {718723c3-2b2a-406a-8973-384ace398ef0} <Debug> DynamicQueryHandler: Done processing query | ||
| 10086 | 2024.11.01 08:24:40.481306 [ 282 ] {718723c3-2b2a-406a-8973-384ace398ef0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10087 | 2024.11.01 08:24:40.481326 [ 282 ] {} <Debug> HTTP-Session: 9d0cc68f-ebdc-43d5-a96b-c108ad1dc176 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10088 | 2024.11.01 08:24:40.481531 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49325, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10089 | 2024.11.01 08:24:40.481540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52751, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10090 | 2024.11.01 08:24:40.481613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10091 | 2024.11.01 08:24:40.481637 [ 3 ] {} <Debug> HTTP-Session: 994f8316-7268-4d56-86d0-97e780e52150 Authenticating user 'default' from [fd00:1122:3344:101::d]:52751 | ||
| 10092 | 2024.11.01 08:24:40.481658 [ 3 ] {} <Debug> HTTP-Session: 994f8316-7268-4d56-86d0-97e780e52150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10093 | 2024.11.01 08:24:40.481679 [ 3 ] {} <Debug> HTTP-Session: 994f8316-7268-4d56-86d0-97e780e52150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10094 | 2024.11.01 08:24:40.481726 [ 3 ] {} <Trace> HTTP-Session: 994f8316-7268-4d56-86d0-97e780e52150 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10095 | 2024.11.01 08:24:40.481868 [ 3 ] {f08ea0e1-c7c9-4712-a706-ce5d3c6216c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52751) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10096 | 2024.11.01 08:24:40.481922 [ 3 ] {f08ea0e1-c7c9-4712-a706-ce5d3c6216c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10097 | 2024.11.01 08:24:40.482066 [ 3 ] {f08ea0e1-c7c9-4712-a706-ce5d3c6216c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10098 | 2024.11.01 08:24:40.482379 [ 3 ] {f08ea0e1-c7c9-4712-a706-ce5d3c6216c7} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10099 | 2024.11.01 08:24:40.482415 [ 3 ] {f08ea0e1-c7c9-4712-a706-ce5d3c6216c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10100 | 2024.11.01 08:24:40.482781 [ 3 ] {f08ea0e1-c7c9-4712-a706-ce5d3c6216c7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10101 | 2024.11.01 08:24:40.483102 [ 3 ] {f08ea0e1-c7c9-4712-a706-ce5d3c6216c7} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10102 | 2024.11.01 08:24:40.483250 [ 3 ] {f08ea0e1-c7c9-4712-a706-ce5d3c6216c7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001429 sec., 33589.92302309308 rows/sec., 2.26 MiB/sec. | ||
| 10103 | 2024.11.01 08:24:40.483436 [ 3 ] {f08ea0e1-c7c9-4712-a706-ce5d3c6216c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 10104 | 2024.11.01 08:24:40.483461 [ 3 ] {f08ea0e1-c7c9-4712-a706-ce5d3c6216c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10105 | 2024.11.01 08:24:40.483477 [ 3 ] {} <Debug> HTTP-Session: 994f8316-7268-4d56-86d0-97e780e52150 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10106 | 2024.11.01 08:24:40.483903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52751, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10107 | 2024.11.01 08:24:43.638331 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10108 | 2024.11.01 08:24:43.638432 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10109 | 2024.11.01 08:24:43.917920 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 940 | ||
| 10110 | 2024.11.01 08:24:43.920984 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10111 | 2024.11.01 08:24:43.921029 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10112 | 2024.11.01 08:24:43.922533 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 10113 | 2024.11.01 08:24:43.923515 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10114 | 2024.11.01 08:24:43.924027 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 940 | ||
| 10115 | 2024.11.01 08:24:45.468260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48691, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10116 | 2024.11.01 08:24:45.468390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10117 | 2024.11.01 08:24:45.468419 [ 3 ] {} <Debug> HTTP-Session: 132664a0-065d-4953-828f-fc5df0e6ee80 Authenticating user 'default' from [fd00:1122:3344:101::d]:48691 | ||
| 10118 | 2024.11.01 08:24:45.468448 [ 3 ] {} <Debug> HTTP-Session: 132664a0-065d-4953-828f-fc5df0e6ee80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10119 | 2024.11.01 08:24:45.468466 [ 3 ] {} <Debug> HTTP-Session: 132664a0-065d-4953-828f-fc5df0e6ee80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10120 | 2024.11.01 08:24:45.468524 [ 3 ] {} <Trace> HTTP-Session: 132664a0-065d-4953-828f-fc5df0e6ee80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10121 | 2024.11.01 08:24:45.468749 [ 3 ] {5c2296a5-4195-482f-bf0f-c207fa353d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48691) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10122 | 2024.11.01 08:24:45.468827 [ 3 ] {5c2296a5-4195-482f-bf0f-c207fa353d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10123 | 2024.11.01 08:24:45.469204 [ 3 ] {5c2296a5-4195-482f-bf0f-c207fa353d94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10124 | 2024.11.01 08:24:45.469793 [ 3 ] {5c2296a5-4195-482f-bf0f-c207fa353d94} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10125 | 2024.11.01 08:24:45.469839 [ 3 ] {5c2296a5-4195-482f-bf0f-c207fa353d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10126 | 2024.11.01 08:24:45.470274 [ 3 ] {5c2296a5-4195-482f-bf0f-c207fa353d94} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10127 | 2024.11.01 08:24:45.470670 [ 3 ] {5c2296a5-4195-482f-bf0f-c207fa353d94} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10128 | 2024.11.01 08:24:45.470857 [ 130 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10129 | 2024.11.01 08:24:45.470865 [ 3 ] {5c2296a5-4195-482f-bf0f-c207fa353d94} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002183 sec., 25652.77141548328 rows/sec., 1.96 MiB/sec. | ||
| 10130 | 2024.11.01 08:24:45.470949 [ 130 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10131 | 2024.11.01 08:24:45.471028 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10132 | 2024.11.01 08:24:45.471220 [ 191 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 10133 | 2024.11.01 08:24:45.471254 [ 3 ] {5c2296a5-4195-482f-bf0f-c207fa353d94} <Debug> DynamicQueryHandler: Done processing query | ||
| 10134 | 2024.11.01 08:24:45.471286 [ 3 ] {5c2296a5-4195-482f-bf0f-c207fa353d94} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10135 | 2024.11.01 08:24:45.471311 [ 3 ] {} <Debug> HTTP-Session: 132664a0-065d-4953-828f-fc5df0e6ee80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10136 | 2024.11.01 08:24:45.471379 [ 191 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10137 | 2024.11.01 08:24:45.471413 [ 191 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1423 rows starting from the beginning of the part | ||
| 10138 | 2024.11.01 08:24:45.471504 [ 191 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 59 rows starting from the beginning of the part | ||
| 10139 | 2024.11.01 08:24:45.471617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48691, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10140 | 2024.11.01 08:24:45.471696 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61204, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10141 | 2024.11.01 08:24:45.472070 [ 3 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 10142 | |||
| 10143 | (version 23.8.7.1) | ||
| 10144 | 2024.11.01 08:24:45.472078 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10145 | 2024.11.01 08:24:45.472160 [ 191 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
| 10146 | 2024.11.01 08:24:45.472195 [ 282 ] {} <Debug> HTTP-Session: 6be293f2-8fda-4275-823d-5e13be252460 Authenticating user 'default' from [fd00:1122:3344:101::d]:61204 | ||
| 10147 | 2024.11.01 08:24:45.472225 [ 282 ] {} <Debug> HTTP-Session: 6be293f2-8fda-4275-823d-5e13be252460 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10148 | 2024.11.01 08:24:45.472254 [ 282 ] {} <Debug> HTTP-Session: 6be293f2-8fda-4275-823d-5e13be252460 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10149 | 2024.11.01 08:24:45.472390 [ 282 ] {} <Trace> HTTP-Session: 6be293f2-8fda-4275-823d-5e13be252460 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10150 | 2024.11.01 08:24:45.472425 [ 191 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 273 rows starting from the beginning of the part | ||
| 10151 | 2024.11.01 08:24:45.472708 [ 191 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 57 rows starting from the beginning of the part | ||
| 10152 | 2024.11.01 08:24:45.472735 [ 282 ] {33e0275b-6c01-4fc2-80a2-f0dd7fdf1cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10153 | 2024.11.01 08:24:45.472871 [ 282 ] {33e0275b-6c01-4fc2-80a2-f0dd7fdf1cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10154 | 2024.11.01 08:24:45.473041 [ 191 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part | ||
| 10155 | 2024.11.01 08:24:45.473765 [ 282 ] {33e0275b-6c01-4fc2-80a2-f0dd7fdf1cd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10156 | 2024.11.01 08:24:45.474386 [ 282 ] {33e0275b-6c01-4fc2-80a2-f0dd7fdf1cd1} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10157 | 2024.11.01 08:24:45.474435 [ 282 ] {33e0275b-6c01-4fc2-80a2-f0dd7fdf1cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10158 | 2024.11.01 08:24:45.474944 [ 282 ] {33e0275b-6c01-4fc2-80a2-f0dd7fdf1cd1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10159 | 2024.11.01 08:24:45.475463 [ 194 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1924 rows, containing 5 columns (5 merged, 0 gathered) in 0.004293145 sec., 448156.30499319267 rows/sec., 39.10 MiB/sec. | ||
| 10160 | 2024.11.01 08:24:45.475660 [ 282 ] {33e0275b-6c01-4fc2-80a2-f0dd7fdf1cd1} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10161 | 2024.11.01 08:24:45.475907 [ 130 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10162 | 2024.11.01 08:24:45.475941 [ 282 ] {33e0275b-6c01-4fc2-80a2-f0dd7fdf1cd1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003369 sec., 18996.734936182842 rows/sec., 1.48 MiB/sec. | ||
| 10163 | 2024.11.01 08:24:45.476014 [ 130 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10164 | 2024.11.01 08:24:45.476039 [ 194 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10165 | 2024.11.01 08:24:45.476146 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10166 | 2024.11.01 08:24:45.476748 [ 282 ] {33e0275b-6c01-4fc2-80a2-f0dd7fdf1cd1} <Debug> DynamicQueryHandler: Done processing query | ||
| 10167 | 2024.11.01 08:24:45.476775 [ 192 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 10168 | 2024.11.01 08:24:45.476842 [ 282 ] {33e0275b-6c01-4fc2-80a2-f0dd7fdf1cd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10169 | 2024.11.01 08:24:45.476972 [ 282 ] {} <Debug> HTTP-Session: 6be293f2-8fda-4275-823d-5e13be252460 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10170 | 2024.11.01 08:24:45.477462 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61204, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10171 | 2024.11.01 08:24:45.477566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33248, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10172 | 2024.11.01 08:24:45.477818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10173 | 2024.11.01 08:24:45.477875 [ 192 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10174 | 2024.11.01 08:24:45.477961 [ 3 ] {} <Debug> HTTP-Session: 71780eb0-763c-432c-9a60-1e8b59971e8f Authenticating user 'default' from [fd00:1122:3344:101::d]:33248 | ||
| 10175 | 2024.11.01 08:24:45.478043 [ 192 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 916 rows starting from the beginning of the part | ||
| 10176 | 2024.11.01 08:24:45.478095 [ 3 ] {} <Debug> HTTP-Session: 71780eb0-763c-432c-9a60-1e8b59971e8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10177 | 2024.11.01 08:24:45.478239 [ 3 ] {} <Debug> HTTP-Session: 71780eb0-763c-432c-9a60-1e8b59971e8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10178 | 2024.11.01 08:24:45.478491 [ 3 ] {} <Trace> HTTP-Session: 71780eb0-763c-432c-9a60-1e8b59971e8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10179 | 2024.11.01 08:24:45.478584 [ 192 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 70 rows starting from the beginning of the part | ||
| 10180 | 2024.11.01 08:24:45.479032 [ 192 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
| 10181 | 2024.11.01 08:24:45.479079 [ 3 ] {29eff0b2-980a-4737-bb09-81b616d4d27b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33248) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10182 | 2024.11.01 08:24:45.479323 [ 3 ] {29eff0b2-980a-4737-bb09-81b616d4d27b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10183 | 2024.11.01 08:24:45.479423 [ 192 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 424 rows starting from the beginning of the part | ||
| 10184 | 2024.11.01 08:24:45.479809 [ 192 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 66 rows starting from the beginning of the part | ||
| 10185 | 2024.11.01 08:24:45.480174 [ 192 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part | ||
| 10186 | 2024.11.01 08:24:45.480794 [ 3 ] {29eff0b2-980a-4737-bb09-81b616d4d27b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10187 | 2024.11.01 08:24:45.481874 [ 194 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_56_11} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10188 | 2024.11.01 08:24:45.482314 [ 194 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_56_11} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10189 | 2024.11.01 08:24:45.482361 [ 3 ] {29eff0b2-980a-4737-bb09-81b616d4d27b} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10190 | 2024.11.01 08:24:45.482445 [ 3 ] {29eff0b2-980a-4737-bb09-81b616d4d27b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10191 | 2024.11.01 08:24:45.482770 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 10192 | 2024.11.01 08:24:45.483760 [ 3 ] {29eff0b2-980a-4737-bb09-81b616d4d27b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10193 | 2024.11.01 08:24:45.484537 [ 192 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1604 rows, containing 5 columns (5 merged, 0 gathered) in 0.008216242 sec., 195223.07156970302 rows/sec., 15.06 MiB/sec. | ||
| 10194 | 2024.11.01 08:24:45.484738 [ 3 ] {29eff0b2-980a-4737-bb09-81b616d4d27b} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10195 | 2024.11.01 08:24:45.484804 [ 192 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10196 | 2024.11.01 08:24:45.484999 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10197 | 2024.11.01 08:24:45.485059 [ 3 ] {29eff0b2-980a-4737-bb09-81b616d4d27b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006247 sec., 25612.293901072517 rows/sec., 1.78 MiB/sec. | ||
| 10198 | 2024.11.01 08:24:45.485091 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10199 | 2024.11.01 08:24:45.485239 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10200 | 2024.11.01 08:24:45.485743 [ 188 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 10201 | 2024.11.01 08:24:45.485912 [ 3 ] {29eff0b2-980a-4737-bb09-81b616d4d27b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10202 | 2024.11.01 08:24:45.486013 [ 3 ] {29eff0b2-980a-4737-bb09-81b616d4d27b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10203 | 2024.11.01 08:24:45.486097 [ 3 ] {} <Debug> HTTP-Session: 71780eb0-763c-432c-9a60-1e8b59971e8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10204 | 2024.11.01 08:24:45.486225 [ 188 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10205 | 2024.11.01 08:24:45.486269 [ 188 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 10826 rows starting from the beginning of the part | ||
| 10206 | 2024.11.01 08:24:45.486315 [ 192 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_56_11} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10207 | 2024.11.01 08:24:45.486437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33248, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10208 | 2024.11.01 08:24:45.486702 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59639, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10209 | 2024.11.01 08:24:45.486721 [ 188 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 131 rows starting from the beginning of the part | ||
| 10210 | 2024.11.01 08:24:45.486826 [ 192 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_56_11} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10211 | 2024.11.01 08:24:45.486956 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10212 | 2024.11.01 08:24:45.487138 [ 188 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
| 10213 | 2024.11.01 08:24:45.487146 [ 282 ] {} <Debug> HTTP-Session: 9181c8b8-cc47-4142-928a-79636f713247 Authenticating user 'default' from [fd00:1122:3344:101::d]:59639 | ||
| 10214 | 2024.11.01 08:24:45.487222 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 10215 | 2024.11.01 08:24:45.487271 [ 282 ] {} <Debug> HTTP-Session: 9181c8b8-cc47-4142-928a-79636f713247 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10216 | 2024.11.01 08:24:45.487367 [ 282 ] {} <Debug> HTTP-Session: 9181c8b8-cc47-4142-928a-79636f713247 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10217 | 2024.11.01 08:24:45.487547 [ 282 ] {} <Trace> HTTP-Session: 9181c8b8-cc47-4142-928a-79636f713247 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10218 | 2024.11.01 08:24:45.487571 [ 188 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
| 10219 | 2024.11.01 08:24:45.487959 [ 188 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 129 rows starting from the beginning of the part | ||
| 10220 | 2024.11.01 08:24:45.488064 [ 282 ] {2288d083-a3a1-483f-92f4-b4499bd574c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59639) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10221 | 2024.11.01 08:24:45.488286 [ 282 ] {2288d083-a3a1-483f-92f4-b4499bd574c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10222 | 2024.11.01 08:24:45.488306 [ 188 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
| 10223 | 2024.11.01 08:24:45.489240 [ 282 ] {2288d083-a3a1-483f-92f4-b4499bd574c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10224 | 2024.11.01 08:24:45.489823 [ 282 ] {2288d083-a3a1-483f-92f4-b4499bd574c5} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10225 | 2024.11.01 08:24:45.489864 [ 282 ] {2288d083-a3a1-483f-92f4-b4499bd574c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10226 | 2024.11.01 08:24:45.490565 [ 282 ] {2288d083-a3a1-483f-92f4-b4499bd574c5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10227 | 2024.11.01 08:24:45.491495 [ 282 ] {2288d083-a3a1-483f-92f4-b4499bd574c5} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10228 | 2024.11.01 08:24:45.491750 [ 282 ] {2288d083-a3a1-483f-92f4-b4499bd574c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003864 sec., 15527.950310559007 rows/sec., 1.05 MiB/sec. | ||
| 10229 | 2024.11.01 08:24:45.491760 [ 130 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10230 | 2024.11.01 08:24:45.491964 [ 130 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10231 | 2024.11.01 08:24:45.492115 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10232 | 2024.11.01 08:24:45.492265 [ 282 ] {2288d083-a3a1-483f-92f4-b4499bd574c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 10233 | 2024.11.01 08:24:45.492335 [ 282 ] {2288d083-a3a1-483f-92f4-b4499bd574c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10234 | 2024.11.01 08:24:45.492396 [ 282 ] {} <Debug> HTTP-Session: 9181c8b8-cc47-4142-928a-79636f713247 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10235 | 2024.11.01 08:24:45.492667 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 10236 | 2024.11.01 08:24:45.493220 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10237 | 2024.11.01 08:24:45.493486 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10238 | 2024.11.01 08:24:45.493619 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3198 rows starting from the beginning of the part | ||
| 10239 | 2024.11.01 08:24:45.493940 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 48 rows starting from the beginning of the part | ||
| 10240 | 2024.11.01 08:24:45.494278 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 10241 | 2024.11.01 08:24:45.494526 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
| 10242 | 2024.11.01 08:24:45.494898 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 48 rows starting from the beginning of the part | ||
| 10243 | 2024.11.01 08:24:45.495338 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 10244 | 2024.11.01 08:24:45.495638 [ 192 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11643 rows, containing 5 columns (5 merged, 0 gathered) in 0.010199171 sec., 1141563.3682384577 rows/sec., 77.81 MiB/sec. | ||
| 10245 | 2024.11.01 08:24:45.495986 [ 192 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10246 | 2024.11.01 08:24:45.496537 [ 192 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10247 | 2024.11.01 08:24:45.496645 [ 192 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10248 | 2024.11.01 08:24:45.496752 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 10249 | 2024.11.01 08:24:45.497242 [ 186 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3496 rows, containing 4 columns (4 merged, 0 gathered) in 0.005022924 sec., 696008.9382200488 rows/sec., 45.72 MiB/sec. | ||
| 10250 | 2024.11.01 08:24:45.497796 [ 186 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10251 | 2024.11.01 08:24:45.498371 [ 186 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_56_11} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10252 | 2024.11.01 08:24:45.498454 [ 186 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_56_11} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10253 | 2024.11.01 08:24:45.498545 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 10254 | 2024.11.01 08:24:48.458795 [ 147 ] {} <Debug> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
| 10255 | 2024.11.01 08:24:48.458886 [ 147 ] {} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10256 | 2024.11.01 08:24:48.458914 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10257 | 2024.11.01 08:24:48.459303 [ 200 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
| 10258 | 2024.11.01 08:24:48.459914 [ 200 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10259 | 2024.11.01 08:24:48.459957 [ 200 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 243 rows starting from the beginning of the part | ||
| 10260 | 2024.11.01 08:24:48.460043 [ 200 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 10261 | 2024.11.01 08:24:48.460259 [ 200 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 10262 | 2024.11.01 08:24:48.460547 [ 200 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 10263 | 2024.11.01 08:24:48.460726 [ 200 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 10264 | 2024.11.01 08:24:48.461940 [ 197 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002936023 sec., 101838.43927653156 rows/sec., 6.93 MiB/sec. | ||
| 10265 | 2024.11.01 08:24:48.462174 [ 189 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
| 10266 | 2024.11.01 08:24:48.462742 [ 189 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_22_5} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10267 | 2024.11.01 08:24:48.462848 [ 189 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_22_5} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
| 10268 | 2024.11.01 08:24:48.462963 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 10269 | 2024.11.01 08:24:49.939871 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48849, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10270 | 2024.11.01 08:24:50.108785 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38533, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10271 | 2024.11.01 08:24:50.172287 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38614, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10272 | 2024.11.01 08:24:50.193614 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10273 | 2024.11.01 08:24:50.207339 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53265, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10274 | 2024.11.01 08:24:50.281583 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37606, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10275 | 2024.11.01 08:24:50.284986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42868, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10276 | 2024.11.01 08:24:50.294332 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10277 | 2024.11.01 08:24:50.306659 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10278 | 2024.11.01 08:24:50.405855 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56519, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10279 | 2024.11.01 08:24:50.474360 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65088, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10280 | 2024.11.01 08:24:50.474436 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10281 | 2024.11.01 08:24:50.474458 [ 286 ] {} <Debug> HTTP-Session: d2c2199d-6db4-4a34-84f0-44f38a3f7f5a Authenticating user 'default' from [fd00:1122:3344:101::d]:65088 | ||
| 10282 | 2024.11.01 08:24:50.474482 [ 286 ] {} <Debug> HTTP-Session: d2c2199d-6db4-4a34-84f0-44f38a3f7f5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10283 | 2024.11.01 08:24:50.474496 [ 286 ] {} <Debug> HTTP-Session: d2c2199d-6db4-4a34-84f0-44f38a3f7f5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10284 | 2024.11.01 08:24:50.474547 [ 286 ] {} <Trace> HTTP-Session: d2c2199d-6db4-4a34-84f0-44f38a3f7f5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10285 | 2024.11.01 08:24:50.474800 [ 286 ] {7fe982fc-333a-4b87-bfbd-3587bccc6b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65088) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10286 | 2024.11.01 08:24:50.474867 [ 286 ] {7fe982fc-333a-4b87-bfbd-3587bccc6b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10287 | 2024.11.01 08:24:50.475200 [ 286 ] {7fe982fc-333a-4b87-bfbd-3587bccc6b3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10288 | 2024.11.01 08:24:50.475781 [ 286 ] {7fe982fc-333a-4b87-bfbd-3587bccc6b3e} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10289 | 2024.11.01 08:24:50.475821 [ 286 ] {7fe982fc-333a-4b87-bfbd-3587bccc6b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10290 | 2024.11.01 08:24:50.476264 [ 286 ] {7fe982fc-333a-4b87-bfbd-3587bccc6b3e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10291 | 2024.11.01 08:24:50.476657 [ 286 ] {7fe982fc-333a-4b87-bfbd-3587bccc6b3e} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10292 | 2024.11.01 08:24:50.476829 [ 286 ] {7fe982fc-333a-4b87-bfbd-3587bccc6b3e} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002145 sec., 127272.72727272726 rows/sec., 11.31 MiB/sec. | ||
| 10293 | 2024.11.01 08:24:50.477126 [ 286 ] {7fe982fc-333a-4b87-bfbd-3587bccc6b3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10294 | 2024.11.01 08:24:50.477181 [ 286 ] {7fe982fc-333a-4b87-bfbd-3587bccc6b3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10295 | 2024.11.01 08:24:50.477228 [ 286 ] {} <Debug> HTTP-Session: d2c2199d-6db4-4a34-84f0-44f38a3f7f5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10296 | 2024.11.01 08:24:50.477477 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65088, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10297 | 2024.11.01 08:24:50.477514 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37606, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10298 | 2024.11.01 08:24:50.477644 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10299 | 2024.11.01 08:24:50.477677 [ 282 ] {} <Debug> HTTP-Session: a0b15783-e1ed-4ea0-bb8e-2c910d49147c Authenticating user 'default' from [fd00:1122:3344:101::d]:37606 | ||
| 10300 | 2024.11.01 08:24:50.477705 [ 282 ] {} <Debug> HTTP-Session: a0b15783-e1ed-4ea0-bb8e-2c910d49147c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10301 | 2024.11.01 08:24:50.477722 [ 282 ] {} <Debug> HTTP-Session: a0b15783-e1ed-4ea0-bb8e-2c910d49147c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10302 | 2024.11.01 08:24:50.477783 [ 282 ] {} <Trace> HTTP-Session: a0b15783-e1ed-4ea0-bb8e-2c910d49147c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10303 | 2024.11.01 08:24:50.478011 [ 282 ] {47f611a0-c401-49fe-93ff-c1e78cda6f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37606) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10304 | 2024.11.01 08:24:50.478085 [ 282 ] {47f611a0-c401-49fe-93ff-c1e78cda6f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10305 | 2024.11.01 08:24:50.478445 [ 282 ] {47f611a0-c401-49fe-93ff-c1e78cda6f7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10306 | 2024.11.01 08:24:50.478860 [ 282 ] {47f611a0-c401-49fe-93ff-c1e78cda6f7a} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10307 | 2024.11.01 08:24:50.478902 [ 282 ] {47f611a0-c401-49fe-93ff-c1e78cda6f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10308 | 2024.11.01 08:24:50.479324 [ 282 ] {47f611a0-c401-49fe-93ff-c1e78cda6f7a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10309 | 2024.11.01 08:24:50.479736 [ 282 ] {47f611a0-c401-49fe-93ff-c1e78cda6f7a} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10310 | 2024.11.01 08:24:50.479915 [ 282 ] {47f611a0-c401-49fe-93ff-c1e78cda6f7a} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001975 sec., 21265.822784810123 rows/sec., 1.56 MiB/sec. | ||
| 10311 | 2024.11.01 08:24:50.480292 [ 282 ] {47f611a0-c401-49fe-93ff-c1e78cda6f7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10312 | 2024.11.01 08:24:50.480321 [ 282 ] {47f611a0-c401-49fe-93ff-c1e78cda6f7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10313 | 2024.11.01 08:24:50.480338 [ 282 ] {} <Debug> HTTP-Session: a0b15783-e1ed-4ea0-bb8e-2c910d49147c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10314 | 2024.11.01 08:24:50.480492 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37606, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10315 | 2024.11.01 08:24:50.480608 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58272, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10316 | 2024.11.01 08:24:50.480676 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10317 | 2024.11.01 08:24:50.480697 [ 286 ] {} <Debug> HTTP-Session: 1a7d556f-e3e7-4b9f-bf94-0d43e508f1c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:58272 | ||
| 10318 | 2024.11.01 08:24:50.480715 [ 286 ] {} <Debug> HTTP-Session: 1a7d556f-e3e7-4b9f-bf94-0d43e508f1c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10319 | 2024.11.01 08:24:50.480729 [ 286 ] {} <Debug> HTTP-Session: 1a7d556f-e3e7-4b9f-bf94-0d43e508f1c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10320 | 2024.11.01 08:24:50.480770 [ 286 ] {} <Trace> HTTP-Session: 1a7d556f-e3e7-4b9f-bf94-0d43e508f1c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10321 | 2024.11.01 08:24:50.480879 [ 286 ] {afb67286-d326-4c1f-9207-d7e2082c9ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58272) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10322 | 2024.11.01 08:24:50.480926 [ 286 ] {afb67286-d326-4c1f-9207-d7e2082c9ab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10323 | 2024.11.01 08:24:50.481177 [ 286 ] {afb67286-d326-4c1f-9207-d7e2082c9ab9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10324 | 2024.11.01 08:24:50.481515 [ 286 ] {afb67286-d326-4c1f-9207-d7e2082c9ab9} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10325 | 2024.11.01 08:24:50.481552 [ 286 ] {afb67286-d326-4c1f-9207-d7e2082c9ab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10326 | 2024.11.01 08:24:50.481915 [ 286 ] {afb67286-d326-4c1f-9207-d7e2082c9ab9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10327 | 2024.11.01 08:24:50.482296 [ 286 ] {afb67286-d326-4c1f-9207-d7e2082c9ab9} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10328 | 2024.11.01 08:24:50.482455 [ 286 ] {afb67286-d326-4c1f-9207-d7e2082c9ab9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001596 sec., 8771.929824561405 rows/sec., 614.33 KiB/sec. | ||
| 10329 | 2024.11.01 08:24:50.482622 [ 286 ] {afb67286-d326-4c1f-9207-d7e2082c9ab9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10330 | 2024.11.01 08:24:50.482648 [ 286 ] {afb67286-d326-4c1f-9207-d7e2082c9ab9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10331 | 2024.11.01 08:24:50.482665 [ 286 ] {} <Debug> HTTP-Session: 1a7d556f-e3e7-4b9f-bf94-0d43e508f1c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10332 | 2024.11.01 08:24:50.482812 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58272, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10333 | 2024.11.01 08:24:50.482905 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52159, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10334 | 2024.11.01 08:24:50.482977 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10335 | 2024.11.01 08:24:50.483001 [ 282 ] {} <Debug> HTTP-Session: eee96e60-4e12-475b-a1bc-b0e5a4335781 Authenticating user 'default' from [fd00:1122:3344:101::d]:52159 | ||
| 10336 | 2024.11.01 08:24:50.483023 [ 282 ] {} <Debug> HTTP-Session: eee96e60-4e12-475b-a1bc-b0e5a4335781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10337 | 2024.11.01 08:24:50.483040 [ 282 ] {} <Debug> HTTP-Session: eee96e60-4e12-475b-a1bc-b0e5a4335781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10338 | 2024.11.01 08:24:50.483087 [ 282 ] {} <Trace> HTTP-Session: eee96e60-4e12-475b-a1bc-b0e5a4335781 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10339 | 2024.11.01 08:24:50.483214 [ 282 ] {8c919248-864e-4ba1-9e54-8766b5abc783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52159) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 10340 | 2024.11.01 08:24:50.483266 [ 282 ] {8c919248-864e-4ba1-9e54-8766b5abc783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10341 | 2024.11.01 08:24:50.483536 [ 282 ] {8c919248-864e-4ba1-9e54-8766b5abc783} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10342 | 2024.11.01 08:24:50.483876 [ 282 ] {8c919248-864e-4ba1-9e54-8766b5abc783} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10343 | 2024.11.01 08:24:50.483912 [ 282 ] {8c919248-864e-4ba1-9e54-8766b5abc783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10344 | 2024.11.01 08:24:50.484268 [ 282 ] {8c919248-864e-4ba1-9e54-8766b5abc783} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 10345 | 2024.11.01 08:24:50.484644 [ 282 ] {8c919248-864e-4ba1-9e54-8766b5abc783} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10346 | 2024.11.01 08:24:50.484800 [ 282 ] {8c919248-864e-4ba1-9e54-8766b5abc783} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001622 sec., 3699.1368680641185 rows/sec., 218.55 KiB/sec. | ||
| 10347 | 2024.11.01 08:24:50.484983 [ 282 ] {8c919248-864e-4ba1-9e54-8766b5abc783} <Debug> DynamicQueryHandler: Done processing query | ||
| 10348 | 2024.11.01 08:24:50.485008 [ 282 ] {8c919248-864e-4ba1-9e54-8766b5abc783} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10349 | 2024.11.01 08:24:50.485024 [ 282 ] {} <Debug> HTTP-Session: eee96e60-4e12-475b-a1bc-b0e5a4335781 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10350 | 2024.11.01 08:24:50.485229 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52159, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10351 | 2024.11.01 08:24:50.485352 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58272, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10352 | 2024.11.01 08:24:50.485422 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10353 | 2024.11.01 08:24:50.485443 [ 286 ] {} <Debug> HTTP-Session: 6f6519c1-f1e9-4d01-b8db-f6191a3c4f04 Authenticating user 'default' from [fd00:1122:3344:101::d]:58272 | ||
| 10354 | 2024.11.01 08:24:50.485461 [ 286 ] {} <Debug> HTTP-Session: 6f6519c1-f1e9-4d01-b8db-f6191a3c4f04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10355 | 2024.11.01 08:24:50.485475 [ 286 ] {} <Debug> HTTP-Session: 6f6519c1-f1e9-4d01-b8db-f6191a3c4f04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10356 | 2024.11.01 08:24:50.485517 [ 286 ] {} <Trace> HTTP-Session: 6f6519c1-f1e9-4d01-b8db-f6191a3c4f04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10357 | 2024.11.01 08:24:50.485752 [ 286 ] {4a287965-8bf5-4da9-9b4a-39ad93fb061a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58272) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10358 | 2024.11.01 08:24:50.485801 [ 286 ] {4a287965-8bf5-4da9-9b4a-39ad93fb061a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10359 | 2024.11.01 08:24:50.486073 [ 286 ] {4a287965-8bf5-4da9-9b4a-39ad93fb061a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10360 | 2024.11.01 08:24:50.486675 [ 286 ] {4a287965-8bf5-4da9-9b4a-39ad93fb061a} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10361 | 2024.11.01 08:24:50.486712 [ 286 ] {4a287965-8bf5-4da9-9b4a-39ad93fb061a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10362 | 2024.11.01 08:24:50.487097 [ 286 ] {4a287965-8bf5-4da9-9b4a-39ad93fb061a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10363 | 2024.11.01 08:24:50.487464 [ 286 ] {4a287965-8bf5-4da9-9b4a-39ad93fb061a} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10364 | 2024.11.01 08:24:50.487616 [ 286 ] {4a287965-8bf5-4da9-9b4a-39ad93fb061a} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001981 sec., 214033.31650681474 rows/sec., 15.30 MiB/sec. | ||
| 10365 | 2024.11.01 08:24:50.487793 [ 286 ] {4a287965-8bf5-4da9-9b4a-39ad93fb061a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10366 | 2024.11.01 08:24:50.487816 [ 286 ] {4a287965-8bf5-4da9-9b4a-39ad93fb061a} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 10367 | 2024.11.01 08:24:50.487833 [ 286 ] {} <Debug> HTTP-Session: 6f6519c1-f1e9-4d01-b8db-f6191a3c4f04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10368 | 2024.11.01 08:24:50.488058 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58272, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10369 | 2024.11.01 08:24:50.488203 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62310, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10370 | 2024.11.01 08:24:50.488306 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10371 | 2024.11.01 08:24:50.488330 [ 282 ] {} <Debug> HTTP-Session: 649725ca-94b4-460b-aa52-5ebb35b2862c Authenticating user 'default' from [fd00:1122:3344:101::d]:62310 | ||
| 10372 | 2024.11.01 08:24:50.488350 [ 282 ] {} <Debug> HTTP-Session: 649725ca-94b4-460b-aa52-5ebb35b2862c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10373 | 2024.11.01 08:24:50.488367 [ 282 ] {} <Debug> HTTP-Session: 649725ca-94b4-460b-aa52-5ebb35b2862c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10374 | 2024.11.01 08:24:50.488413 [ 282 ] {} <Trace> HTTP-Session: 649725ca-94b4-460b-aa52-5ebb35b2862c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10375 | 2024.11.01 08:24:50.488537 [ 282 ] {4f4477a1-57f2-4623-8ce9-f01c39d9c35a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62310) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10376 | 2024.11.01 08:24:50.488591 [ 282 ] {4f4477a1-57f2-4623-8ce9-f01c39d9c35a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10377 | 2024.11.01 08:24:50.488793 [ 282 ] {4f4477a1-57f2-4623-8ce9-f01c39d9c35a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10378 | 2024.11.01 08:24:50.489123 [ 282 ] {4f4477a1-57f2-4623-8ce9-f01c39d9c35a} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10379 | 2024.11.01 08:24:50.489165 [ 282 ] {4f4477a1-57f2-4623-8ce9-f01c39d9c35a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10380 | 2024.11.01 08:24:50.489539 [ 282 ] {4f4477a1-57f2-4623-8ce9-f01c39d9c35a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 10381 | 2024.11.01 08:24:50.489865 [ 282 ] {4f4477a1-57f2-4623-8ce9-f01c39d9c35a} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10382 | 2024.11.01 08:24:50.490020 [ 282 ] {4f4477a1-57f2-4623-8ce9-f01c39d9c35a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 207.19 KiB/sec. | ||
| 10383 | 2024.11.01 08:24:50.490352 [ 282 ] {4f4477a1-57f2-4623-8ce9-f01c39d9c35a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10384 | 2024.11.01 08:24:50.490376 [ 282 ] {4f4477a1-57f2-4623-8ce9-f01c39d9c35a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10385 | 2024.11.01 08:24:50.490392 [ 282 ] {} <Debug> HTTP-Session: 649725ca-94b4-460b-aa52-5ebb35b2862c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10386 | 2024.11.01 08:24:50.490634 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58272, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10387 | 2024.11.01 08:24:50.490647 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10388 | 2024.11.01 08:24:50.490731 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10389 | 2024.11.01 08:24:50.490767 [ 286 ] {} <Debug> HTTP-Session: 48ff8e59-0c54-4108-bfd5-91279e905d52 Authenticating user 'default' from [fd00:1122:3344:101::d]:58272 | ||
| 10390 | 2024.11.01 08:24:50.490818 [ 286 ] {} <Debug> HTTP-Session: 48ff8e59-0c54-4108-bfd5-91279e905d52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10391 | 2024.11.01 08:24:50.490840 [ 286 ] {} <Debug> HTTP-Session: 48ff8e59-0c54-4108-bfd5-91279e905d52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10392 | 2024.11.01 08:24:50.490887 [ 286 ] {} <Trace> HTTP-Session: 48ff8e59-0c54-4108-bfd5-91279e905d52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10393 | 2024.11.01 08:24:50.491134 [ 286 ] {43d7d01a-23b2-4892-8f9a-853ffee1cf1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58272) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10394 | 2024.11.01 08:24:50.491193 [ 286 ] {43d7d01a-23b2-4892-8f9a-853ffee1cf1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10395 | 2024.11.01 08:24:50.491391 [ 286 ] {43d7d01a-23b2-4892-8f9a-853ffee1cf1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10396 | 2024.11.01 08:24:50.491546 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41376, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10397 | 2024.11.01 08:24:50.491878 [ 286 ] {43d7d01a-23b2-4892-8f9a-853ffee1cf1a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10398 | 2024.11.01 08:24:50.491918 [ 286 ] {43d7d01a-23b2-4892-8f9a-853ffee1cf1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10399 | 2024.11.01 08:24:50.492310 [ 286 ] {43d7d01a-23b2-4892-8f9a-853ffee1cf1a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10400 | 2024.11.01 08:24:50.492645 [ 286 ] {43d7d01a-23b2-4892-8f9a-853ffee1cf1a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10401 | 2024.11.01 08:24:50.492799 [ 286 ] {43d7d01a-23b2-4892-8f9a-853ffee1cf1a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001795 sec., 132033.426183844 rows/sec., 8.85 MiB/sec. | ||
| 10402 | 2024.11.01 08:24:50.492992 [ 286 ] {43d7d01a-23b2-4892-8f9a-853ffee1cf1a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10403 | 2024.11.01 08:24:50.493028 [ 286 ] {43d7d01a-23b2-4892-8f9a-853ffee1cf1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10404 | 2024.11.01 08:24:50.493062 [ 286 ] {} <Debug> HTTP-Session: 48ff8e59-0c54-4108-bfd5-91279e905d52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10405 | 2024.11.01 08:24:50.493270 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58272, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10406 | 2024.11.01 08:24:50.493391 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65218, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10407 | 2024.11.01 08:24:50.493477 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10408 | 2024.11.01 08:24:50.493500 [ 282 ] {} <Debug> HTTP-Session: 97423f08-0d7d-4302-bcb7-4908f2f79c6f Authenticating user 'default' from [fd00:1122:3344:101::d]:65218 | ||
| 10409 | 2024.11.01 08:24:50.493521 [ 282 ] {} <Debug> HTTP-Session: 97423f08-0d7d-4302-bcb7-4908f2f79c6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10410 | 2024.11.01 08:24:50.493539 [ 282 ] {} <Debug> HTTP-Session: 97423f08-0d7d-4302-bcb7-4908f2f79c6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10411 | 2024.11.01 08:24:50.493584 [ 282 ] {} <Trace> HTTP-Session: 97423f08-0d7d-4302-bcb7-4908f2f79c6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10412 | 2024.11.01 08:24:50.493706 [ 282 ] {5966efa6-44f5-42c1-a1e4-8f3fd6520c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65218) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 10413 | 2024.11.01 08:24:50.493764 [ 282 ] {5966efa6-44f5-42c1-a1e4-8f3fd6520c64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10414 | 2024.11.01 08:24:50.493959 [ 282 ] {5966efa6-44f5-42c1-a1e4-8f3fd6520c64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10415 | 2024.11.01 08:24:50.494318 [ 282 ] {5966efa6-44f5-42c1-a1e4-8f3fd6520c64} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10416 | 2024.11.01 08:24:50.494353 [ 282 ] {5966efa6-44f5-42c1-a1e4-8f3fd6520c64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10417 | 2024.11.01 08:24:50.494713 [ 282 ] {5966efa6-44f5-42c1-a1e4-8f3fd6520c64} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 10418 | 2024.11.01 08:24:50.495050 [ 282 ] {5966efa6-44f5-42c1-a1e4-8f3fd6520c64} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10419 | 2024.11.01 08:24:50.495209 [ 282 ] {5966efa6-44f5-42c1-a1e4-8f3fd6520c64} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001524 sec., 656.1679790026246 rows/sec., 44.21 KiB/sec. | ||
| 10420 | 2024.11.01 08:24:50.495521 [ 282 ] {5966efa6-44f5-42c1-a1e4-8f3fd6520c64} <Debug> DynamicQueryHandler: Done processing query | ||
| 10421 | 2024.11.01 08:24:50.495544 [ 282 ] {5966efa6-44f5-42c1-a1e4-8f3fd6520c64} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 10422 | 2024.11.01 08:24:50.495560 [ 282 ] {} <Debug> HTTP-Session: 97423f08-0d7d-4302-bcb7-4908f2f79c6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10423 | 2024.11.01 08:24:50.495757 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10424 | 2024.11.01 08:24:50.495899 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59340, User-Agent: (none), Length: 70607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10425 | 2024.11.01 08:24:50.495969 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10426 | 2024.11.01 08:24:50.495994 [ 286 ] {} <Debug> HTTP-Session: d21e7671-6920-4f4d-a242-31d6bdf18808 Authenticating user 'default' from [fd00:1122:3344:101::d]:59340 | ||
| 10427 | 2024.11.01 08:24:50.496015 [ 286 ] {} <Debug> HTTP-Session: d21e7671-6920-4f4d-a242-31d6bdf18808 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10428 | 2024.11.01 08:24:50.496032 [ 286 ] {} <Debug> HTTP-Session: d21e7671-6920-4f4d-a242-31d6bdf18808 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10429 | 2024.11.01 08:24:50.496078 [ 286 ] {} <Trace> HTTP-Session: d21e7671-6920-4f4d-a242-31d6bdf18808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10430 | 2024.11.01 08:24:50.496545 [ 286 ] {12926cbc-dc9d-4fa4-beff-7216132bffb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59340) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10431 | 2024.11.01 08:24:50.496626 [ 286 ] {12926cbc-dc9d-4fa4-beff-7216132bffb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10432 | 2024.11.01 08:24:50.497124 [ 286 ] {12926cbc-dc9d-4fa4-beff-7216132bffb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10433 | 2024.11.01 08:24:50.498225 [ 286 ] {12926cbc-dc9d-4fa4-beff-7216132bffb9} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10434 | 2024.11.01 08:24:50.498261 [ 286 ] {12926cbc-dc9d-4fa4-beff-7216132bffb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10435 | 2024.11.01 08:24:50.498926 [ 286 ] {12926cbc-dc9d-4fa4-beff-7216132bffb9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10436 | 2024.11.01 08:24:50.499354 [ 286 ] {12926cbc-dc9d-4fa4-beff-7216132bffb9} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10437 | 2024.11.01 08:24:50.499499 [ 286 ] {12926cbc-dc9d-4fa4-beff-7216132bffb9} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003297 sec., 12738.853503184713 rows/sec., 22.83 MiB/sec. | ||
| 10438 | 2024.11.01 08:24:50.500556 [ 286 ] {12926cbc-dc9d-4fa4-beff-7216132bffb9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10439 | 2024.11.01 08:24:50.500581 [ 286 ] {12926cbc-dc9d-4fa4-beff-7216132bffb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 10440 | 2024.11.01 08:24:50.500599 [ 286 ] {} <Debug> HTTP-Session: d21e7671-6920-4f4d-a242-31d6bdf18808 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10441 | 2024.11.01 08:24:50.500769 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65218, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10442 | 2024.11.01 08:24:50.500823 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59340, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10443 | 2024.11.01 08:24:50.500864 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10444 | 2024.11.01 08:24:50.500898 [ 282 ] {} <Debug> HTTP-Session: 2a62e476-af8f-4d6a-bc00-4026cc39d84b Authenticating user 'default' from [fd00:1122:3344:101::d]:65218 | ||
| 10445 | 2024.11.01 08:24:50.500925 [ 282 ] {} <Debug> HTTP-Session: 2a62e476-af8f-4d6a-bc00-4026cc39d84b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10446 | 2024.11.01 08:24:50.500948 [ 282 ] {} <Debug> HTTP-Session: 2a62e476-af8f-4d6a-bc00-4026cc39d84b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10447 | 2024.11.01 08:24:50.501006 [ 282 ] {} <Trace> HTTP-Session: 2a62e476-af8f-4d6a-bc00-4026cc39d84b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10448 | 2024.11.01 08:24:50.501179 [ 282 ] {20e221fe-310f-494c-b605-906566ca07d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65218) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10449 | 2024.11.01 08:24:50.501234 [ 282 ] {20e221fe-310f-494c-b605-906566ca07d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10450 | 2024.11.01 08:24:50.501401 [ 282 ] {20e221fe-310f-494c-b605-906566ca07d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10451 | 2024.11.01 08:24:50.501730 [ 282 ] {20e221fe-310f-494c-b605-906566ca07d0} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10452 | 2024.11.01 08:24:50.501765 [ 282 ] {20e221fe-310f-494c-b605-906566ca07d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10453 | 2024.11.01 08:24:50.502135 [ 282 ] {20e221fe-310f-494c-b605-906566ca07d0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10454 | 2024.11.01 08:24:50.502458 [ 282 ] {20e221fe-310f-494c-b605-906566ca07d0} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10455 | 2024.11.01 08:24:50.502611 [ 282 ] {20e221fe-310f-494c-b605-906566ca07d0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001504 sec., 54521.27659574468 rows/sec., 3.46 MiB/sec. | ||
| 10456 | 2024.11.01 08:24:50.502780 [ 282 ] {20e221fe-310f-494c-b605-906566ca07d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 10457 | 2024.11.01 08:24:50.502804 [ 282 ] {20e221fe-310f-494c-b605-906566ca07d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10458 | 2024.11.01 08:24:50.502820 [ 282 ] {} <Debug> HTTP-Session: 2a62e476-af8f-4d6a-bc00-4026cc39d84b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10459 | 2024.11.01 08:24:50.503126 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10460 | 2024.11.01 08:24:50.703513 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10461 | 2024.11.01 08:24:50.717861 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64405, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10462 | 2024.11.01 08:24:50.770175 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56196, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10463 | 2024.11.01 08:24:50.803491 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59425, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10464 | 2024.11.01 08:24:50.879882 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35390, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10465 | 2024.11.01 08:24:51.000156 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.04 MiB, peak 180.20 MiB, free memory in arenas 0.00 B, will set to 171.88 MiB (RSS), difference: -1.16 MiB | ||
| 10466 | 2024.11.01 08:24:51.057566 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57783, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10467 | 2024.11.01 08:24:51.458507 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56175, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10468 | 2024.11.01 08:24:51.544141 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58112, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10469 | 2024.11.01 08:24:51.724517 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10470 | 2024.11.01 08:24:51.867143 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60119, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10471 | 2024.11.01 08:24:51.879395 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64051, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10472 | 2024.11.01 08:24:51.931698 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47642, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10473 | 2024.11.01 08:24:51.962215 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10474 | 2024.11.01 08:24:52.144216 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46097, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10475 | 2024.11.01 08:24:52.556474 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40473, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10476 | 2024.11.01 08:24:52.842496 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58690, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10477 | 2024.11.01 08:24:52.934881 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10478 | 2024.11.01 08:24:52.962742 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10479 | 2024.11.01 08:24:53.040114 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61248, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10480 | 2024.11.01 08:24:53.047627 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10481 | 2024.11.01 08:24:53.054053 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10482 | 2024.11.01 08:24:53.925102 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 968 | ||
| 10483 | 2024.11.01 08:24:53.927878 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10484 | 2024.11.01 08:24:53.927927 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10485 | 2024.11.01 08:24:53.929404 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10486 | 2024.11.01 08:24:53.930370 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10487 | 2024.11.01 08:24:53.932000 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 968 | ||
| 10488 | 2024.11.01 08:24:55.465666 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42005, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10489 | 2024.11.01 08:24:55.465793 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10490 | 2024.11.01 08:24:55.465821 [ 286 ] {} <Debug> HTTP-Session: ef9d9923-5fe8-4e45-bda5-1f27ae7d4fe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42005 | ||
| 10491 | 2024.11.01 08:24:55.465846 [ 286 ] {} <Debug> HTTP-Session: ef9d9923-5fe8-4e45-bda5-1f27ae7d4fe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10492 | 2024.11.01 08:24:55.465860 [ 286 ] {} <Debug> HTTP-Session: ef9d9923-5fe8-4e45-bda5-1f27ae7d4fe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10493 | 2024.11.01 08:24:55.465913 [ 286 ] {} <Trace> HTTP-Session: ef9d9923-5fe8-4e45-bda5-1f27ae7d4fe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10494 | 2024.11.01 08:24:55.466107 [ 286 ] {d4e5fea0-c470-4ed4-90ca-f640d50b8490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42005) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10495 | 2024.11.01 08:24:55.466178 [ 286 ] {d4e5fea0-c470-4ed4-90ca-f640d50b8490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10496 | 2024.11.01 08:24:55.466526 [ 286 ] {d4e5fea0-c470-4ed4-90ca-f640d50b8490} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10497 | 2024.11.01 08:24:55.466982 [ 286 ] {d4e5fea0-c470-4ed4-90ca-f640d50b8490} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10498 | 2024.11.01 08:24:55.467031 [ 286 ] {d4e5fea0-c470-4ed4-90ca-f640d50b8490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10499 | 2024.11.01 08:24:55.467464 [ 286 ] {d4e5fea0-c470-4ed4-90ca-f640d50b8490} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10500 | 2024.11.01 08:24:55.467873 [ 286 ] {d4e5fea0-c470-4ed4-90ca-f640d50b8490} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10501 | 2024.11.01 08:24:55.468035 [ 286 ] {d4e5fea0-c470-4ed4-90ca-f640d50b8490} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001984 sec., 1008.0645161290322 rows/sec., 82.20 KiB/sec. | ||
| 10502 | 2024.11.01 08:24:55.468281 [ 286 ] {d4e5fea0-c470-4ed4-90ca-f640d50b8490} <Debug> DynamicQueryHandler: Done processing query | ||
| 10503 | 2024.11.01 08:24:55.468312 [ 286 ] {d4e5fea0-c470-4ed4-90ca-f640d50b8490} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10504 | 2024.11.01 08:24:55.468329 [ 286 ] {} <Debug> HTTP-Session: ef9d9923-5fe8-4e45-bda5-1f27ae7d4fe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10505 | 2024.11.01 08:24:55.468542 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10506 | 2024.11.01 08:24:55.468744 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64431, User-Agent: (none), Length: 7929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10507 | 2024.11.01 08:24:55.468852 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10508 | 2024.11.01 08:24:55.468878 [ 287 ] {} <Debug> HTTP-Session: a1fbf060-c1c2-496a-8ae5-fdd3bbc422b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64431 | ||
| 10509 | 2024.11.01 08:24:55.468902 [ 287 ] {} <Debug> HTTP-Session: a1fbf060-c1c2-496a-8ae5-fdd3bbc422b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10510 | 2024.11.01 08:24:55.468917 [ 287 ] {} <Debug> HTTP-Session: a1fbf060-c1c2-496a-8ae5-fdd3bbc422b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10511 | 2024.11.01 08:24:55.468973 [ 287 ] {} <Trace> HTTP-Session: a1fbf060-c1c2-496a-8ae5-fdd3bbc422b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10512 | 2024.11.01 08:24:55.469176 [ 287 ] {5af1492c-67b2-4658-9089-154dbf9cc249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64431) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10513 | 2024.11.01 08:24:55.469246 [ 287 ] {5af1492c-67b2-4658-9089-154dbf9cc249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10514 | 2024.11.01 08:24:55.469594 [ 287 ] {5af1492c-67b2-4658-9089-154dbf9cc249} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10515 | 2024.11.01 08:24:55.470014 [ 287 ] {5af1492c-67b2-4658-9089-154dbf9cc249} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10516 | 2024.11.01 08:24:55.470062 [ 287 ] {5af1492c-67b2-4658-9089-154dbf9cc249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10517 | 2024.11.01 08:24:55.470518 [ 287 ] {5af1492c-67b2-4658-9089-154dbf9cc249} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10518 | 2024.11.01 08:24:55.470947 [ 287 ] {5af1492c-67b2-4658-9089-154dbf9cc249} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10519 | 2024.11.01 08:24:55.471130 [ 287 ] {5af1492c-67b2-4658-9089-154dbf9cc249} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002014 sec., 28301.886792452828 rows/sec., 2.16 MiB/sec. | ||
| 10520 | 2024.11.01 08:24:55.471351 [ 287 ] {5af1492c-67b2-4658-9089-154dbf9cc249} <Debug> DynamicQueryHandler: Done processing query | ||
| 10521 | 2024.11.01 08:24:55.471379 [ 287 ] {5af1492c-67b2-4658-9089-154dbf9cc249} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 10522 | 2024.11.01 08:24:55.471395 [ 287 ] {} <Debug> HTTP-Session: a1fbf060-c1c2-496a-8ae5-fdd3bbc422b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10523 | 2024.11.01 08:24:55.471564 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10524 | 2024.11.01 08:24:55.471582 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42005, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10525 | 2024.11.01 08:24:55.471685 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10526 | 2024.11.01 08:24:55.471723 [ 286 ] {} <Debug> HTTP-Session: ccf96c50-08b7-4aa9-afb5-702415a18bfc Authenticating user 'default' from [fd00:1122:3344:101::d]:42005 | ||
| 10527 | 2024.11.01 08:24:55.471744 [ 286 ] {} <Debug> HTTP-Session: ccf96c50-08b7-4aa9-afb5-702415a18bfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10528 | 2024.11.01 08:24:55.471767 [ 286 ] {} <Debug> HTTP-Session: ccf96c50-08b7-4aa9-afb5-702415a18bfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10529 | 2024.11.01 08:24:55.471829 [ 286 ] {} <Trace> HTTP-Session: ccf96c50-08b7-4aa9-afb5-702415a18bfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10530 | 2024.11.01 08:24:55.471953 [ 286 ] {129d6923-95d4-4323-a96f-4313d82113ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42005) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10531 | 2024.11.01 08:24:55.472006 [ 286 ] {129d6923-95d4-4323-a96f-4313d82113ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10532 | 2024.11.01 08:24:55.472288 [ 286 ] {129d6923-95d4-4323-a96f-4313d82113ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10533 | 2024.11.01 08:24:55.472598 [ 286 ] {129d6923-95d4-4323-a96f-4313d82113ef} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10534 | 2024.11.01 08:24:55.472637 [ 286 ] {129d6923-95d4-4323-a96f-4313d82113ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10535 | 2024.11.01 08:24:55.473032 [ 286 ] {129d6923-95d4-4323-a96f-4313d82113ef} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10536 | 2024.11.01 08:24:55.473454 [ 286 ] {129d6923-95d4-4323-a96f-4313d82113ef} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10537 | 2024.11.01 08:24:55.473624 [ 286 ] {129d6923-95d4-4323-a96f-4313d82113ef} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001698 sec., 1177.8563015312131 rows/sec., 82.24 KiB/sec. | ||
| 10538 | 2024.11.01 08:24:55.473812 [ 286 ] {129d6923-95d4-4323-a96f-4313d82113ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 10539 | 2024.11.01 08:24:55.473837 [ 286 ] {129d6923-95d4-4323-a96f-4313d82113ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10540 | 2024.11.01 08:24:55.473853 [ 286 ] {} <Debug> HTTP-Session: ccf96c50-08b7-4aa9-afb5-702415a18bfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10541 | 2024.11.01 08:24:55.474033 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10542 | 2024.11.01 08:24:55.474131 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53504, User-Agent: (none), Length: 11213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10543 | 2024.11.01 08:24:55.474194 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10544 | 2024.11.01 08:24:55.474215 [ 287 ] {} <Debug> HTTP-Session: 7bea19d0-d448-4d4a-af7b-ed109b49d44b Authenticating user 'default' from [fd00:1122:3344:101::d]:53504 | ||
| 10545 | 2024.11.01 08:24:55.474234 [ 287 ] {} <Debug> HTTP-Session: 7bea19d0-d448-4d4a-af7b-ed109b49d44b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10546 | 2024.11.01 08:24:55.474248 [ 287 ] {} <Debug> HTTP-Session: 7bea19d0-d448-4d4a-af7b-ed109b49d44b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10547 | 2024.11.01 08:24:55.474293 [ 287 ] {} <Trace> HTTP-Session: 7bea19d0-d448-4d4a-af7b-ed109b49d44b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10548 | 2024.11.01 08:24:55.474433 [ 287 ] {30451fd4-e01f-4a5e-b2ca-36fbe662d3bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10549 | 2024.11.01 08:24:55.474484 [ 287 ] {30451fd4-e01f-4a5e-b2ca-36fbe662d3bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10550 | 2024.11.01 08:24:55.474768 [ 287 ] {30451fd4-e01f-4a5e-b2ca-36fbe662d3bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10551 | 2024.11.01 08:24:55.475127 [ 287 ] {30451fd4-e01f-4a5e-b2ca-36fbe662d3bc} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10552 | 2024.11.01 08:24:55.475167 [ 287 ] {30451fd4-e01f-4a5e-b2ca-36fbe662d3bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10553 | 2024.11.01 08:24:55.475555 [ 287 ] {30451fd4-e01f-4a5e-b2ca-36fbe662d3bc} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10554 | 2024.11.01 08:24:55.475947 [ 287 ] {30451fd4-e01f-4a5e-b2ca-36fbe662d3bc} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10555 | 2024.11.01 08:24:55.476113 [ 287 ] {30451fd4-e01f-4a5e-b2ca-36fbe662d3bc} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001718 sec., 38416.76367869616 rows/sec., 3.00 MiB/sec. | ||
| 10556 | 2024.11.01 08:24:55.476397 [ 287 ] {30451fd4-e01f-4a5e-b2ca-36fbe662d3bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 10557 | 2024.11.01 08:24:55.476461 [ 287 ] {30451fd4-e01f-4a5e-b2ca-36fbe662d3bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10558 | 2024.11.01 08:24:55.476530 [ 287 ] {} <Debug> HTTP-Session: 7bea19d0-d448-4d4a-af7b-ed109b49d44b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10559 | 2024.11.01 08:24:55.476760 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10560 | 2024.11.01 08:24:55.476823 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42005, User-Agent: (none), Length: 24682, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10561 | 2024.11.01 08:24:55.476893 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10562 | 2024.11.01 08:24:55.476925 [ 286 ] {} <Debug> HTTP-Session: 079035fa-fa62-43dd-ad8d-7313d7e1b2fd Authenticating user 'default' from [fd00:1122:3344:101::d]:42005 | ||
| 10563 | 2024.11.01 08:24:55.476944 [ 286 ] {} <Debug> HTTP-Session: 079035fa-fa62-43dd-ad8d-7313d7e1b2fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10564 | 2024.11.01 08:24:55.476962 [ 286 ] {} <Debug> HTTP-Session: 079035fa-fa62-43dd-ad8d-7313d7e1b2fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10565 | 2024.11.01 08:24:55.477003 [ 286 ] {} <Trace> HTTP-Session: 079035fa-fa62-43dd-ad8d-7313d7e1b2fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10566 | 2024.11.01 08:24:55.477167 [ 286 ] {280c5fd3-0b6c-48c4-8260-929c559385a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42005) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10567 | 2024.11.01 08:24:55.477219 [ 286 ] {280c5fd3-0b6c-48c4-8260-929c559385a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10568 | 2024.11.01 08:24:55.477397 [ 286 ] {280c5fd3-0b6c-48c4-8260-929c559385a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10569 | 2024.11.01 08:24:55.477782 [ 286 ] {280c5fd3-0b6c-48c4-8260-929c559385a4} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10570 | 2024.11.01 08:24:55.477818 [ 286 ] {280c5fd3-0b6c-48c4-8260-929c559385a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10571 | 2024.11.01 08:24:55.478216 [ 286 ] {280c5fd3-0b6c-48c4-8260-929c559385a4} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10572 | 2024.11.01 08:24:55.478569 [ 286 ] {280c5fd3-0b6c-48c4-8260-929c559385a4} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10573 | 2024.11.01 08:24:55.478738 [ 286 ] {280c5fd3-0b6c-48c4-8260-929c559385a4} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001638 sec., 78754.57875457876 rows/sec., 5.48 MiB/sec. | ||
| 10574 | 2024.11.01 08:24:55.478921 [ 286 ] {280c5fd3-0b6c-48c4-8260-929c559385a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10575 | 2024.11.01 08:24:55.478946 [ 286 ] {280c5fd3-0b6c-48c4-8260-929c559385a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10576 | 2024.11.01 08:24:55.478964 [ 286 ] {} <Debug> HTTP-Session: 079035fa-fa62-43dd-ad8d-7313d7e1b2fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10577 | 2024.11.01 08:24:55.479132 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10578 | 2024.11.01 08:24:55.479194 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61761, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10579 | 2024.11.01 08:24:55.479291 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10580 | 2024.11.01 08:24:55.479313 [ 287 ] {} <Debug> HTTP-Session: 8b53c0a5-84d8-400d-afb8-083c231501df Authenticating user 'default' from [fd00:1122:3344:101::d]:61761 | ||
| 10581 | 2024.11.01 08:24:55.479333 [ 287 ] {} <Debug> HTTP-Session: 8b53c0a5-84d8-400d-afb8-083c231501df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10582 | 2024.11.01 08:24:55.479348 [ 287 ] {} <Debug> HTTP-Session: 8b53c0a5-84d8-400d-afb8-083c231501df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10583 | 2024.11.01 08:24:55.479389 [ 287 ] {} <Trace> HTTP-Session: 8b53c0a5-84d8-400d-afb8-083c231501df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10584 | 2024.11.01 08:24:55.479567 [ 287 ] {ac32f4d7-e07b-4303-a507-e94317446038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61761) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10585 | 2024.11.01 08:24:55.479634 [ 287 ] {ac32f4d7-e07b-4303-a507-e94317446038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10586 | 2024.11.01 08:24:55.479859 [ 287 ] {ac32f4d7-e07b-4303-a507-e94317446038} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10587 | 2024.11.01 08:24:55.480209 [ 287 ] {ac32f4d7-e07b-4303-a507-e94317446038} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10588 | 2024.11.01 08:24:55.480252 [ 287 ] {ac32f4d7-e07b-4303-a507-e94317446038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10589 | 2024.11.01 08:24:55.480733 [ 287 ] {ac32f4d7-e07b-4303-a507-e94317446038} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10590 | 2024.11.01 08:24:55.481105 [ 287 ] {ac32f4d7-e07b-4303-a507-e94317446038} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10591 | 2024.11.01 08:24:55.481274 [ 287 ] {ac32f4d7-e07b-4303-a507-e94317446038} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001772 sec., 27088.036117381493 rows/sec., 1.83 MiB/sec. | ||
| 10592 | 2024.11.01 08:24:55.481487 [ 287 ] {ac32f4d7-e07b-4303-a507-e94317446038} <Debug> DynamicQueryHandler: Done processing query | ||
| 10593 | 2024.11.01 08:24:55.481524 [ 287 ] {ac32f4d7-e07b-4303-a507-e94317446038} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10594 | 2024.11.01 08:24:55.481551 [ 287 ] {} <Debug> HTTP-Session: 8b53c0a5-84d8-400d-afb8-083c231501df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10595 | 2024.11.01 08:24:55.481771 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61761, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10596 | 2024.11.01 08:24:58.638477 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10597 | 2024.11.01 08:24:58.638541 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10598 | 2024.11.01 08:25:00.467376 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38494, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10599 | 2024.11.01 08:25:00.467508 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10600 | 2024.11.01 08:25:00.467538 [ 286 ] {} <Debug> HTTP-Session: ca8d481e-a076-4712-81cc-7c8241b3e066 Authenticating user 'default' from [fd00:1122:3344:101::d]:38494 | ||
| 10601 | 2024.11.01 08:25:00.467565 [ 286 ] {} <Debug> HTTP-Session: ca8d481e-a076-4712-81cc-7c8241b3e066 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10602 | 2024.11.01 08:25:00.467584 [ 286 ] {} <Debug> HTTP-Session: ca8d481e-a076-4712-81cc-7c8241b3e066 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10603 | 2024.11.01 08:25:00.467643 [ 286 ] {} <Trace> HTTP-Session: ca8d481e-a076-4712-81cc-7c8241b3e066 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10604 | 2024.11.01 08:25:00.467874 [ 286 ] {6140d3f3-5d87-406f-814b-35e6c726f7f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38494) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10605 | 2024.11.01 08:25:00.467952 [ 286 ] {6140d3f3-5d87-406f-814b-35e6c726f7f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10606 | 2024.11.01 08:25:00.468339 [ 286 ] {6140d3f3-5d87-406f-814b-35e6c726f7f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10607 | 2024.11.01 08:25:00.468866 [ 286 ] {6140d3f3-5d87-406f-814b-35e6c726f7f6} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10608 | 2024.11.01 08:25:00.468914 [ 286 ] {6140d3f3-5d87-406f-814b-35e6c726f7f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10609 | 2024.11.01 08:25:00.469343 [ 286 ] {6140d3f3-5d87-406f-814b-35e6c726f7f6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10610 | 2024.11.01 08:25:00.469742 [ 286 ] {6140d3f3-5d87-406f-814b-35e6c726f7f6} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10611 | 2024.11.01 08:25:00.469927 [ 286 ] {6140d3f3-5d87-406f-814b-35e6c726f7f6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002124 sec., 26365.348399246705 rows/sec., 2.01 MiB/sec. | ||
| 10612 | 2024.11.01 08:25:00.470149 [ 286 ] {6140d3f3-5d87-406f-814b-35e6c726f7f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10613 | 2024.11.01 08:25:00.470176 [ 286 ] {6140d3f3-5d87-406f-814b-35e6c726f7f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10614 | 2024.11.01 08:25:00.470194 [ 286 ] {} <Debug> HTTP-Session: ca8d481e-a076-4712-81cc-7c8241b3e066 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10615 | 2024.11.01 08:25:00.470410 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38494, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10616 | 2024.11.01 08:25:00.470485 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36907, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10617 | 2024.11.01 08:25:00.470614 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10618 | 2024.11.01 08:25:00.470643 [ 287 ] {} <Debug> HTTP-Session: ccea41ca-9d09-4ef2-82ae-4174fa279a92 Authenticating user 'default' from [fd00:1122:3344:101::d]:36907 | ||
| 10619 | 2024.11.01 08:25:00.470671 [ 287 ] {} <Debug> HTTP-Session: ccea41ca-9d09-4ef2-82ae-4174fa279a92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10620 | 2024.11.01 08:25:00.470689 [ 287 ] {} <Debug> HTTP-Session: ccea41ca-9d09-4ef2-82ae-4174fa279a92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10621 | 2024.11.01 08:25:00.470750 [ 287 ] {} <Trace> HTTP-Session: ccea41ca-9d09-4ef2-82ae-4174fa279a92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10622 | 2024.11.01 08:25:00.470969 [ 287 ] {5670c1c2-7423-4f3e-8260-f70799da8439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36907) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10623 | 2024.11.01 08:25:00.471044 [ 287 ] {5670c1c2-7423-4f3e-8260-f70799da8439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10624 | 2024.11.01 08:25:00.471434 [ 287 ] {5670c1c2-7423-4f3e-8260-f70799da8439} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10625 | 2024.11.01 08:25:00.471863 [ 287 ] {5670c1c2-7423-4f3e-8260-f70799da8439} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10626 | 2024.11.01 08:25:00.471900 [ 287 ] {5670c1c2-7423-4f3e-8260-f70799da8439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10627 | 2024.11.01 08:25:00.472316 [ 287 ] {5670c1c2-7423-4f3e-8260-f70799da8439} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10628 | 2024.11.01 08:25:00.472701 [ 287 ] {5670c1c2-7423-4f3e-8260-f70799da8439} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10629 | 2024.11.01 08:25:00.472843 [ 287 ] {5670c1c2-7423-4f3e-8260-f70799da8439} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001955 sec., 32736.572890025574 rows/sec., 2.56 MiB/sec. | ||
| 10630 | 2024.11.01 08:25:00.473025 [ 287 ] {5670c1c2-7423-4f3e-8260-f70799da8439} <Debug> DynamicQueryHandler: Done processing query | ||
| 10631 | 2024.11.01 08:25:00.473050 [ 287 ] {5670c1c2-7423-4f3e-8260-f70799da8439} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10632 | 2024.11.01 08:25:00.473066 [ 287 ] {} <Debug> HTTP-Session: ccea41ca-9d09-4ef2-82ae-4174fa279a92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10633 | 2024.11.01 08:25:00.473265 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36907, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10634 | 2024.11.01 08:25:00.473391 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49668, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10635 | 2024.11.01 08:25:00.473495 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10636 | 2024.11.01 08:25:00.473532 [ 286 ] {} <Debug> HTTP-Session: 04bd1774-5911-46e9-8439-5d60ab4acc16 Authenticating user 'default' from [fd00:1122:3344:101::d]:49668 | ||
| 10637 | 2024.11.01 08:25:00.473562 [ 286 ] {} <Debug> HTTP-Session: 04bd1774-5911-46e9-8439-5d60ab4acc16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10638 | 2024.11.01 08:25:00.473580 [ 286 ] {} <Debug> HTTP-Session: 04bd1774-5911-46e9-8439-5d60ab4acc16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10639 | 2024.11.01 08:25:00.473629 [ 286 ] {} <Trace> HTTP-Session: 04bd1774-5911-46e9-8439-5d60ab4acc16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10640 | 2024.11.01 08:25:00.473833 [ 286 ] {a93d825c-7d89-428e-a539-4264705843a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49668) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10641 | 2024.11.01 08:25:00.473899 [ 286 ] {a93d825c-7d89-428e-a539-4264705843a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10642 | 2024.11.01 08:25:00.474120 [ 286 ] {a93d825c-7d89-428e-a539-4264705843a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10643 | 2024.11.01 08:25:00.474592 [ 286 ] {a93d825c-7d89-428e-a539-4264705843a5} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10644 | 2024.11.01 08:25:00.474630 [ 286 ] {a93d825c-7d89-428e-a539-4264705843a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10645 | 2024.11.01 08:25:00.475044 [ 286 ] {a93d825c-7d89-428e-a539-4264705843a5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10646 | 2024.11.01 08:25:00.475383 [ 286 ] {a93d825c-7d89-428e-a539-4264705843a5} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10647 | 2024.11.01 08:25:00.475552 [ 286 ] {a93d825c-7d89-428e-a539-4264705843a5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001808 sec., 88495.57522123893 rows/sec., 6.16 MiB/sec. | ||
| 10648 | 2024.11.01 08:25:00.475826 [ 286 ] {a93d825c-7d89-428e-a539-4264705843a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 10649 | 2024.11.01 08:25:00.475877 [ 286 ] {a93d825c-7d89-428e-a539-4264705843a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10650 | 2024.11.01 08:25:00.475929 [ 286 ] {} <Debug> HTTP-Session: 04bd1774-5911-46e9-8439-5d60ab4acc16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10651 | 2024.11.01 08:25:00.476149 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49668, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10652 | 2024.11.01 08:25:00.476184 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36907, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10653 | 2024.11.01 08:25:00.476262 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10654 | 2024.11.01 08:25:00.476299 [ 287 ] {} <Debug> HTTP-Session: 7ee768ce-ab43-48a7-9a5b-55e4f928832d Authenticating user 'default' from [fd00:1122:3344:101::d]:36907 | ||
| 10655 | 2024.11.01 08:25:00.476324 [ 287 ] {} <Debug> HTTP-Session: 7ee768ce-ab43-48a7-9a5b-55e4f928832d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10656 | 2024.11.01 08:25:00.476343 [ 287 ] {} <Debug> HTTP-Session: 7ee768ce-ab43-48a7-9a5b-55e4f928832d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10657 | 2024.11.01 08:25:00.476388 [ 287 ] {} <Trace> HTTP-Session: 7ee768ce-ab43-48a7-9a5b-55e4f928832d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10658 | 2024.11.01 08:25:00.476554 [ 287 ] {35a5f83a-9ac1-4a60-9840-2a13b77f003f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36907) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10659 | 2024.11.01 08:25:00.476606 [ 287 ] {35a5f83a-9ac1-4a60-9840-2a13b77f003f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10660 | 2024.11.01 08:25:00.476771 [ 287 ] {35a5f83a-9ac1-4a60-9840-2a13b77f003f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10661 | 2024.11.01 08:25:00.477067 [ 287 ] {35a5f83a-9ac1-4a60-9840-2a13b77f003f} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10662 | 2024.11.01 08:25:00.477102 [ 287 ] {35a5f83a-9ac1-4a60-9840-2a13b77f003f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10663 | 2024.11.01 08:25:00.477472 [ 287 ] {35a5f83a-9ac1-4a60-9840-2a13b77f003f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10664 | 2024.11.01 08:25:00.477809 [ 287 ] {35a5f83a-9ac1-4a60-9840-2a13b77f003f} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10665 | 2024.11.01 08:25:00.477934 [ 287 ] {35a5f83a-9ac1-4a60-9840-2a13b77f003f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001449 sec., 41407.867494824015 rows/sec., 2.79 MiB/sec. | ||
| 10666 | 2024.11.01 08:25:00.478087 [ 287 ] {35a5f83a-9ac1-4a60-9840-2a13b77f003f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10667 | 2024.11.01 08:25:00.478110 [ 287 ] {35a5f83a-9ac1-4a60-9840-2a13b77f003f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10668 | 2024.11.01 08:25:00.478126 [ 287 ] {} <Debug> HTTP-Session: 7ee768ce-ab43-48a7-9a5b-55e4f928832d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10669 | 2024.11.01 08:25:00.478339 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36907, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10670 | 2024.11.01 08:25:02.505344 [ 139 ] {} <Debug> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
| 10671 | 2024.11.01 08:25:02.505456 [ 139 ] {} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10672 | 2024.11.01 08:25:02.505499 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10673 | 2024.11.01 08:25:02.505798 [ 200 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
| 10674 | 2024.11.01 08:25:02.506093 [ 200 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10675 | 2024.11.01 08:25:02.506139 [ 200 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part | ||
| 10676 | 2024.11.01 08:25:02.506228 [ 200 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 10677 | 2024.11.01 08:25:02.506457 [ 200 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 10678 | 2024.11.01 08:25:02.506711 [ 200 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 10679 | 2024.11.01 08:25:02.506881 [ 200 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 10680 | 2024.11.01 08:25:02.508025 [ 197 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.002388828 sec., 9209.537061688829 rows/sec., 617.29 KiB/sec. | ||
| 10681 | 2024.11.01 08:25:02.508252 [ 198 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
| 10682 | 2024.11.01 08:25:02.508768 [ 198 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_22_5} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10683 | 2024.11.01 08:25:02.508864 [ 198 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_22_5} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
| 10684 | 2024.11.01 08:25:02.508970 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10685 | 2024.11.01 08:25:03.933068 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 988 | ||
| 10686 | 2024.11.01 08:25:03.935702 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10687 | 2024.11.01 08:25:03.935746 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10688 | 2024.11.01 08:25:03.937222 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10689 | 2024.11.01 08:25:03.938193 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10690 | 2024.11.01 08:25:03.938475 [ 139 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 10691 | 2024.11.01 08:25:03.938666 [ 139 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10692 | 2024.11.01 08:25:03.938755 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10693 | 2024.11.01 08:25:03.939253 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 10694 | 2024.11.01 08:25:03.940437 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 988 | ||
| 10695 | 2024.11.01 08:25:03.941090 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10696 | 2024.11.01 08:25:03.941273 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 860 rows starting from the beginning of the part | ||
| 10697 | 2024.11.01 08:25:03.941886 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part | ||
| 10698 | 2024.11.01 08:25:03.942509 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 20 rows starting from the beginning of the part | ||
| 10699 | 2024.11.01 08:25:03.943047 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part | ||
| 10700 | 2024.11.01 08:25:03.943567 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 28 rows starting from the beginning of the part | ||
| 10701 | 2024.11.01 08:25:03.944041 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 20 rows starting from the beginning of the part | ||
| 10702 | 2024.11.01 08:25:03.952397 [ 197 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 988 rows, containing 72 columns (72 merged, 0 gathered) in 0.013490792 sec., 73235.13697342602 rows/sec., 51.65 MiB/sec. | ||
| 10703 | 2024.11.01 08:25:03.953772 [ 197 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 10704 | 2024.11.01 08:25:03.955552 [ 197 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_31_6} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10705 | 2024.11.01 08:25:03.955649 [ 197 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_31_6} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 10706 | 2024.11.01 08:25:03.956003 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. | ||
| 10707 | 2024.11.01 08:25:05.473959 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61157, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10708 | 2024.11.01 08:25:05.474075 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10709 | 2024.11.01 08:25:05.474100 [ 282 ] {} <Debug> HTTP-Session: 51b105a4-5f0b-48a6-bc41-ecc924a02627 Authenticating user 'default' from [fd00:1122:3344:101::d]:61157 | ||
| 10710 | 2024.11.01 08:25:05.474125 [ 282 ] {} <Debug> HTTP-Session: 51b105a4-5f0b-48a6-bc41-ecc924a02627 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10711 | 2024.11.01 08:25:05.474140 [ 282 ] {} <Debug> HTTP-Session: 51b105a4-5f0b-48a6-bc41-ecc924a02627 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10712 | 2024.11.01 08:25:05.474190 [ 282 ] {} <Trace> HTTP-Session: 51b105a4-5f0b-48a6-bc41-ecc924a02627 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10713 | 2024.11.01 08:25:05.474452 [ 282 ] {20315a83-4bef-44cc-8bb1-ecf89a8483c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61157) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10714 | 2024.11.01 08:25:05.474521 [ 282 ] {20315a83-4bef-44cc-8bb1-ecf89a8483c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10715 | 2024.11.01 08:25:05.474861 [ 282 ] {20315a83-4bef-44cc-8bb1-ecf89a8483c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10716 | 2024.11.01 08:25:05.475496 [ 282 ] {20315a83-4bef-44cc-8bb1-ecf89a8483c0} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10717 | 2024.11.01 08:25:05.475541 [ 282 ] {20315a83-4bef-44cc-8bb1-ecf89a8483c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10718 | 2024.11.01 08:25:05.476030 [ 282 ] {20315a83-4bef-44cc-8bb1-ecf89a8483c0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10719 | 2024.11.01 08:25:05.476434 [ 282 ] {20315a83-4bef-44cc-8bb1-ecf89a8483c0} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10720 | 2024.11.01 08:25:05.476586 [ 282 ] {20315a83-4bef-44cc-8bb1-ecf89a8483c0} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002257 sec., 120957.02259636686 rows/sec., 10.75 MiB/sec. | ||
| 10721 | 2024.11.01 08:25:05.476915 [ 282 ] {20315a83-4bef-44cc-8bb1-ecf89a8483c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 10722 | 2024.11.01 08:25:05.476980 [ 282 ] {20315a83-4bef-44cc-8bb1-ecf89a8483c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10723 | 2024.11.01 08:25:05.477036 [ 282 ] {} <Debug> HTTP-Session: 51b105a4-5f0b-48a6-bc41-ecc924a02627 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10724 | 2024.11.01 08:25:05.477380 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61157, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10725 | 2024.11.01 08:25:05.477470 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52914, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10726 | 2024.11.01 08:25:05.477600 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10727 | 2024.11.01 08:25:05.477628 [ 286 ] {} <Debug> HTTP-Session: d8cc9919-d995-4f41-97a1-e98041f246eb Authenticating user 'default' from [fd00:1122:3344:101::d]:52914 | ||
| 10728 | 2024.11.01 08:25:05.477653 [ 286 ] {} <Debug> HTTP-Session: d8cc9919-d995-4f41-97a1-e98041f246eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10729 | 2024.11.01 08:25:05.477668 [ 286 ] {} <Debug> HTTP-Session: d8cc9919-d995-4f41-97a1-e98041f246eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10730 | 2024.11.01 08:25:05.477724 [ 286 ] {} <Trace> HTTP-Session: d8cc9919-d995-4f41-97a1-e98041f246eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10731 | 2024.11.01 08:25:05.477922 [ 286 ] {e898531f-6920-431a-a975-9241e86bf45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52914) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10732 | 2024.11.01 08:25:05.477992 [ 286 ] {e898531f-6920-431a-a975-9241e86bf45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10733 | 2024.11.01 08:25:05.478347 [ 286 ] {e898531f-6920-431a-a975-9241e86bf45b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10734 | 2024.11.01 08:25:05.478794 [ 286 ] {e898531f-6920-431a-a975-9241e86bf45b} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10735 | 2024.11.01 08:25:05.478841 [ 286 ] {e898531f-6920-431a-a975-9241e86bf45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10736 | 2024.11.01 08:25:05.479280 [ 286 ] {e898531f-6920-431a-a975-9241e86bf45b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10737 | 2024.11.01 08:25:05.479688 [ 286 ] {e898531f-6920-431a-a975-9241e86bf45b} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10738 | 2024.11.01 08:25:05.479864 [ 286 ] {e898531f-6920-431a-a975-9241e86bf45b} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.002005 sec., 20947.630922693268 rows/sec., 1.54 MiB/sec. | ||
| 10739 | 2024.11.01 08:25:05.480081 [ 286 ] {e898531f-6920-431a-a975-9241e86bf45b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10740 | 2024.11.01 08:25:05.480109 [ 286 ] {e898531f-6920-431a-a975-9241e86bf45b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10741 | 2024.11.01 08:25:05.480127 [ 286 ] {} <Debug> HTTP-Session: d8cc9919-d995-4f41-97a1-e98041f246eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10742 | 2024.11.01 08:25:05.480331 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10743 | 2024.11.01 08:25:05.480421 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47933, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10744 | 2024.11.01 08:25:05.480517 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10745 | 2024.11.01 08:25:05.480553 [ 282 ] {} <Debug> HTTP-Session: c70907e5-79bc-4e1a-88e5-de30fb23fa77 Authenticating user 'default' from [fd00:1122:3344:101::d]:47933 | ||
| 10746 | 2024.11.01 08:25:05.480576 [ 282 ] {} <Debug> HTTP-Session: c70907e5-79bc-4e1a-88e5-de30fb23fa77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10747 | 2024.11.01 08:25:05.480594 [ 282 ] {} <Debug> HTTP-Session: c70907e5-79bc-4e1a-88e5-de30fb23fa77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10748 | 2024.11.01 08:25:05.480646 [ 282 ] {} <Trace> HTTP-Session: c70907e5-79bc-4e1a-88e5-de30fb23fa77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10749 | 2024.11.01 08:25:05.480800 [ 282 ] {a13ad21c-1b34-4dc3-b0cb-a0f7e738f0cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47933) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10750 | 2024.11.01 08:25:05.480860 [ 282 ] {a13ad21c-1b34-4dc3-b0cb-a0f7e738f0cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10751 | 2024.11.01 08:25:05.481190 [ 282 ] {a13ad21c-1b34-4dc3-b0cb-a0f7e738f0cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10752 | 2024.11.01 08:25:05.481570 [ 282 ] {a13ad21c-1b34-4dc3-b0cb-a0f7e738f0cc} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10753 | 2024.11.01 08:25:05.481617 [ 282 ] {a13ad21c-1b34-4dc3-b0cb-a0f7e738f0cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10754 | 2024.11.01 08:25:05.482004 [ 282 ] {a13ad21c-1b34-4dc3-b0cb-a0f7e738f0cc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10755 | 2024.11.01 08:25:05.482388 [ 282 ] {a13ad21c-1b34-4dc3-b0cb-a0f7e738f0cc} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10756 | 2024.11.01 08:25:05.482525 [ 282 ] {a13ad21c-1b34-4dc3-b0cb-a0f7e738f0cc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00177 sec., 7909.604519774011 rows/sec., 553.94 KiB/sec. | ||
| 10757 | 2024.11.01 08:25:05.482689 [ 282 ] {a13ad21c-1b34-4dc3-b0cb-a0f7e738f0cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 10758 | 2024.11.01 08:25:05.482715 [ 282 ] {a13ad21c-1b34-4dc3-b0cb-a0f7e738f0cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10759 | 2024.11.01 08:25:05.482733 [ 282 ] {} <Debug> HTTP-Session: c70907e5-79bc-4e1a-88e5-de30fb23fa77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10760 | 2024.11.01 08:25:05.482888 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10761 | 2024.11.01 08:25:05.482982 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37630, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10762 | 2024.11.01 08:25:05.483072 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10763 | 2024.11.01 08:25:05.483099 [ 286 ] {} <Debug> HTTP-Session: 3a797fa3-9a3b-466d-a884-6b609b209f00 Authenticating user 'default' from [fd00:1122:3344:101::d]:37630 | ||
| 10764 | 2024.11.01 08:25:05.483123 [ 286 ] {} <Debug> HTTP-Session: 3a797fa3-9a3b-466d-a884-6b609b209f00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10765 | 2024.11.01 08:25:05.483140 [ 286 ] {} <Debug> HTTP-Session: 3a797fa3-9a3b-466d-a884-6b609b209f00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10766 | 2024.11.01 08:25:05.483191 [ 286 ] {} <Trace> HTTP-Session: 3a797fa3-9a3b-466d-a884-6b609b209f00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10767 | 2024.11.01 08:25:05.483337 [ 286 ] {99fc8681-1920-438f-ba03-bdca45e9b6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37630) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 10768 | 2024.11.01 08:25:05.483400 [ 286 ] {99fc8681-1920-438f-ba03-bdca45e9b6c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10769 | 2024.11.01 08:25:05.483718 [ 286 ] {99fc8681-1920-438f-ba03-bdca45e9b6c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10770 | 2024.11.01 08:25:05.484085 [ 286 ] {99fc8681-1920-438f-ba03-bdca45e9b6c8} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10771 | 2024.11.01 08:25:05.484126 [ 286 ] {99fc8681-1920-438f-ba03-bdca45e9b6c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10772 | 2024.11.01 08:25:05.484498 [ 286 ] {99fc8681-1920-438f-ba03-bdca45e9b6c8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 10773 | 2024.11.01 08:25:05.484869 [ 286 ] {99fc8681-1920-438f-ba03-bdca45e9b6c8} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10774 | 2024.11.01 08:25:05.485032 [ 135 ] {} <Debug> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 10775 | 2024.11.01 08:25:05.485040 [ 286 ] {99fc8681-1920-438f-ba03-bdca45e9b6c8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001739 sec., 3450.2587694077056 rows/sec., 203.85 KiB/sec. | ||
| 10776 | 2024.11.01 08:25:05.485097 [ 135 ] {} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10777 | 2024.11.01 08:25:05.485164 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10778 | 2024.11.01 08:25:05.485382 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 10779 | 2024.11.01 08:25:05.485419 [ 286 ] {99fc8681-1920-438f-ba03-bdca45e9b6c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 10780 | 2024.11.01 08:25:05.485482 [ 286 ] {99fc8681-1920-438f-ba03-bdca45e9b6c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10781 | 2024.11.01 08:25:05.485504 [ 286 ] {} <Debug> HTTP-Session: 3a797fa3-9a3b-466d-a884-6b609b209f00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10782 | 2024.11.01 08:25:05.485635 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10783 | 2024.11.01 08:25:05.485680 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 6 rows starting from the beginning of the part | ||
| 10784 | 2024.11.01 08:25:05.485791 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 10785 | 2024.11.01 08:25:05.485932 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37630, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10786 | 2024.11.01 08:25:05.486038 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48474, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10787 | 2024.11.01 08:25:05.486195 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 10788 | 2024.11.01 08:25:05.486308 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10789 | 2024.11.01 08:25:05.486471 [ 282 ] {} <Debug> HTTP-Session: 1e323f05-5164-4657-82bf-060dfed3c70b Authenticating user 'default' from [fd00:1122:3344:101::d]:48474 | ||
| 10790 | 2024.11.01 08:25:05.486553 [ 282 ] {} <Debug> HTTP-Session: 1e323f05-5164-4657-82bf-060dfed3c70b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10791 | 2024.11.01 08:25:05.486576 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 10792 | 2024.11.01 08:25:05.486628 [ 282 ] {} <Debug> HTTP-Session: 1e323f05-5164-4657-82bf-060dfed3c70b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10793 | 2024.11.01 08:25:05.486679 [ 286 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 10794 | |||
| 10795 | (version 23.8.7.1) | ||
| 10796 | 2024.11.01 08:25:05.486845 [ 282 ] {} <Trace> HTTP-Session: 1e323f05-5164-4657-82bf-060dfed3c70b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10797 | 2024.11.01 08:25:05.486918 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 10798 | 2024.11.01 08:25:05.487376 [ 282 ] {daf2ad96-c21e-4f9f-bd1f-7f12b71fa64f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48474) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10799 | 2024.11.01 08:25:05.487458 [ 282 ] {daf2ad96-c21e-4f9f-bd1f-7f12b71fa64f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10800 | 2024.11.01 08:25:05.488346 [ 282 ] {daf2ad96-c21e-4f9f-bd1f-7f12b71fa64f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10801 | 2024.11.01 08:25:05.489055 [ 187 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003767353 sec., 7963.150785179939 rows/sec., 505.47 KiB/sec. | ||
| 10802 | 2024.11.01 08:25:05.489216 [ 187 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 10803 | 2024.11.01 08:25:05.489320 [ 282 ] {daf2ad96-c21e-4f9f-bd1f-7f12b71fa64f} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10804 | 2024.11.01 08:25:05.489361 [ 282 ] {daf2ad96-c21e-4f9f-bd1f-7f12b71fa64f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10805 | 2024.11.01 08:25:05.489956 [ 187 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_21_5} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10806 | 2024.11.01 08:25:05.490043 [ 282 ] {daf2ad96-c21e-4f9f-bd1f-7f12b71fa64f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10807 | 2024.11.01 08:25:05.490060 [ 187 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_21_5} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 10808 | 2024.11.01 08:25:05.490171 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10809 | 2024.11.01 08:25:05.490456 [ 282 ] {daf2ad96-c21e-4f9f-bd1f-7f12b71fa64f} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10810 | 2024.11.01 08:25:05.490618 [ 282 ] {daf2ad96-c21e-4f9f-bd1f-7f12b71fa64f} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.003444 sec., 123112.65969802556 rows/sec., 8.80 MiB/sec. | ||
| 10811 | 2024.11.01 08:25:05.490882 [ 282 ] {daf2ad96-c21e-4f9f-bd1f-7f12b71fa64f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10812 | 2024.11.01 08:25:05.490925 [ 282 ] {daf2ad96-c21e-4f9f-bd1f-7f12b71fa64f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 10813 | 2024.11.01 08:25:05.490953 [ 282 ] {} <Debug> HTTP-Session: 1e323f05-5164-4657-82bf-060dfed3c70b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10814 | 2024.11.01 08:25:05.491248 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48474, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10815 | 2024.11.01 08:25:05.491324 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56395, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10816 | 2024.11.01 08:25:05.491410 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10817 | 2024.11.01 08:25:05.491434 [ 286 ] {} <Debug> HTTP-Session: bb856541-40e0-42ec-bd8b-1e1aedd63617 Authenticating user 'default' from [fd00:1122:3344:101::d]:56395 | ||
| 10818 | 2024.11.01 08:25:05.491454 [ 286 ] {} <Debug> HTTP-Session: bb856541-40e0-42ec-bd8b-1e1aedd63617 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10819 | 2024.11.01 08:25:05.491468 [ 286 ] {} <Debug> HTTP-Session: bb856541-40e0-42ec-bd8b-1e1aedd63617 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10820 | 2024.11.01 08:25:05.491511 [ 286 ] {} <Trace> HTTP-Session: bb856541-40e0-42ec-bd8b-1e1aedd63617 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10821 | 2024.11.01 08:25:05.491634 [ 286 ] {4d702ddf-4789-4a11-a47d-00dc6c1c475a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56395) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10822 | 2024.11.01 08:25:05.491689 [ 286 ] {4d702ddf-4789-4a11-a47d-00dc6c1c475a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10823 | 2024.11.01 08:25:05.491862 [ 286 ] {4d702ddf-4789-4a11-a47d-00dc6c1c475a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10824 | 2024.11.01 08:25:05.492189 [ 286 ] {4d702ddf-4789-4a11-a47d-00dc6c1c475a} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10825 | 2024.11.01 08:25:05.492227 [ 286 ] {4d702ddf-4789-4a11-a47d-00dc6c1c475a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10826 | 2024.11.01 08:25:05.492611 [ 286 ] {4d702ddf-4789-4a11-a47d-00dc6c1c475a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 10827 | 2024.11.01 08:25:05.492961 [ 286 ] {4d702ddf-4789-4a11-a47d-00dc6c1c475a} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10828 | 2024.11.01 08:25:05.493099 [ 286 ] {4d702ddf-4789-4a11-a47d-00dc6c1c475a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001501 sec., 3997.3351099267156 rows/sec., 208.85 KiB/sec. | ||
| 10829 | 2024.11.01 08:25:05.493454 [ 286 ] {4d702ddf-4789-4a11-a47d-00dc6c1c475a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10830 | 2024.11.01 08:25:05.493480 [ 286 ] {4d702ddf-4789-4a11-a47d-00dc6c1c475a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10831 | 2024.11.01 08:25:05.493497 [ 286 ] {} <Debug> HTTP-Session: bb856541-40e0-42ec-bd8b-1e1aedd63617 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10832 | 2024.11.01 08:25:05.493733 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56395, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10833 | 2024.11.01 08:25:05.493856 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58759, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10834 | 2024.11.01 08:25:05.493931 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10835 | 2024.11.01 08:25:05.493956 [ 282 ] {} <Debug> HTTP-Session: d1bf0671-5853-4fc8-866f-9d3fe1489328 Authenticating user 'default' from [fd00:1122:3344:101::d]:58759 | ||
| 10836 | 2024.11.01 08:25:05.493975 [ 282 ] {} <Debug> HTTP-Session: d1bf0671-5853-4fc8-866f-9d3fe1489328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10837 | 2024.11.01 08:25:05.493989 [ 282 ] {} <Debug> HTTP-Session: d1bf0671-5853-4fc8-866f-9d3fe1489328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10838 | 2024.11.01 08:25:05.494033 [ 282 ] {} <Trace> HTTP-Session: d1bf0671-5853-4fc8-866f-9d3fe1489328 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10839 | 2024.11.01 08:25:05.494240 [ 282 ] {b6710003-d819-4687-91a1-3d00491357a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58759) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10840 | 2024.11.01 08:25:05.494293 [ 282 ] {b6710003-d819-4687-91a1-3d00491357a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10841 | 2024.11.01 08:25:05.494477 [ 282 ] {b6710003-d819-4687-91a1-3d00491357a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10842 | 2024.11.01 08:25:05.494972 [ 282 ] {b6710003-d819-4687-91a1-3d00491357a3} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10843 | 2024.11.01 08:25:05.495011 [ 282 ] {b6710003-d819-4687-91a1-3d00491357a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10844 | 2024.11.01 08:25:05.495466 [ 282 ] {b6710003-d819-4687-91a1-3d00491357a3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10845 | 2024.11.01 08:25:05.495823 [ 282 ] {b6710003-d819-4687-91a1-3d00491357a3} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10846 | 2024.11.01 08:25:05.495977 [ 282 ] {b6710003-d819-4687-91a1-3d00491357a3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001832 sec., 129366.81222707423 rows/sec., 8.67 MiB/sec. | ||
| 10847 | 2024.11.01 08:25:05.496173 [ 282 ] {b6710003-d819-4687-91a1-3d00491357a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 10848 | 2024.11.01 08:25:05.496199 [ 282 ] {b6710003-d819-4687-91a1-3d00491357a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10849 | 2024.11.01 08:25:05.496216 [ 282 ] {} <Debug> HTTP-Session: d1bf0671-5853-4fc8-866f-9d3fe1489328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10850 | 2024.11.01 08:25:05.496415 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58759, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10851 | 2024.11.01 08:25:05.496475 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39546, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10852 | 2024.11.01 08:25:05.496563 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10853 | 2024.11.01 08:25:05.496590 [ 286 ] {} <Debug> HTTP-Session: 22686ac1-2482-4cf4-b421-ac39383416ae Authenticating user 'default' from [fd00:1122:3344:101::d]:39546 | ||
| 10854 | 2024.11.01 08:25:05.496609 [ 286 ] {} <Debug> HTTP-Session: 22686ac1-2482-4cf4-b421-ac39383416ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10855 | 2024.11.01 08:25:05.496623 [ 286 ] {} <Debug> HTTP-Session: 22686ac1-2482-4cf4-b421-ac39383416ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10856 | 2024.11.01 08:25:05.496667 [ 286 ] {} <Trace> HTTP-Session: 22686ac1-2482-4cf4-b421-ac39383416ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10857 | 2024.11.01 08:25:05.496791 [ 286 ] {b577ff1f-53dc-4d0f-af0c-cc416b84d1a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39546) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 10858 | 2024.11.01 08:25:05.496847 [ 286 ] {b577ff1f-53dc-4d0f-af0c-cc416b84d1a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10859 | 2024.11.01 08:25:05.497022 [ 286 ] {b577ff1f-53dc-4d0f-af0c-cc416b84d1a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10860 | 2024.11.01 08:25:05.497329 [ 286 ] {b577ff1f-53dc-4d0f-af0c-cc416b84d1a9} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10861 | 2024.11.01 08:25:05.497366 [ 286 ] {b577ff1f-53dc-4d0f-af0c-cc416b84d1a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10862 | 2024.11.01 08:25:05.497755 [ 286 ] {b577ff1f-53dc-4d0f-af0c-cc416b84d1a9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10863 | 2024.11.01 08:25:05.498119 [ 286 ] {b577ff1f-53dc-4d0f-af0c-cc416b84d1a9} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10864 | 2024.11.01 08:25:05.498250 [ 286 ] {b577ff1f-53dc-4d0f-af0c-cc416b84d1a9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001489 sec., 671.591672263264 rows/sec., 45.25 KiB/sec. | ||
| 10865 | 2024.11.01 08:25:05.498443 [ 286 ] {b577ff1f-53dc-4d0f-af0c-cc416b84d1a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10866 | 2024.11.01 08:25:05.498469 [ 286 ] {b577ff1f-53dc-4d0f-af0c-cc416b84d1a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 10867 | 2024.11.01 08:25:05.498486 [ 286 ] {} <Debug> HTTP-Session: 22686ac1-2482-4cf4-b421-ac39383416ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10868 | 2024.11.01 08:25:05.498671 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39546, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10869 | 2024.11.01 08:25:05.498765 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60284, User-Agent: (none), Length: 70652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10870 | 2024.11.01 08:25:05.498830 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10871 | 2024.11.01 08:25:05.498851 [ 282 ] {} <Debug> HTTP-Session: 71e624ae-a689-46a9-9465-3529e84fc166 Authenticating user 'default' from [fd00:1122:3344:101::d]:60284 | ||
| 10872 | 2024.11.01 08:25:05.498868 [ 282 ] {} <Debug> HTTP-Session: 71e624ae-a689-46a9-9465-3529e84fc166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10873 | 2024.11.01 08:25:05.498882 [ 282 ] {} <Debug> HTTP-Session: 71e624ae-a689-46a9-9465-3529e84fc166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10874 | 2024.11.01 08:25:05.498923 [ 282 ] {} <Trace> HTTP-Session: 71e624ae-a689-46a9-9465-3529e84fc166 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10875 | 2024.11.01 08:25:05.499348 [ 282 ] {2808ebda-db55-4c53-8a18-ded15c894e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60284) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10876 | 2024.11.01 08:25:05.499429 [ 282 ] {2808ebda-db55-4c53-8a18-ded15c894e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10877 | 2024.11.01 08:25:05.499911 [ 282 ] {2808ebda-db55-4c53-8a18-ded15c894e60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10878 | 2024.11.01 08:25:05.500671 [ 282 ] {2808ebda-db55-4c53-8a18-ded15c894e60} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10879 | 2024.11.01 08:25:05.500708 [ 282 ] {2808ebda-db55-4c53-8a18-ded15c894e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10880 | 2024.11.01 08:25:05.501400 [ 282 ] {2808ebda-db55-4c53-8a18-ded15c894e60} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10881 | 2024.11.01 08:25:05.501827 [ 282 ] {2808ebda-db55-4c53-8a18-ded15c894e60} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10882 | 2024.11.01 08:25:05.502019 [ 282 ] {2808ebda-db55-4c53-8a18-ded15c894e60} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002989 sec., 14051.52224824356 rows/sec., 25.18 MiB/sec. | ||
| 10883 | 2024.11.01 08:25:05.502379 [ 282 ] {2808ebda-db55-4c53-8a18-ded15c894e60} <Debug> DynamicQueryHandler: Done processing query | ||
| 10884 | 2024.11.01 08:25:05.502404 [ 282 ] {2808ebda-db55-4c53-8a18-ded15c894e60} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 10885 | 2024.11.01 08:25:05.502420 [ 282 ] {} <Debug> HTTP-Session: 71e624ae-a689-46a9-9465-3529e84fc166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10886 | 2024.11.01 08:25:05.502605 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60284, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10887 | 2024.11.01 08:25:05.502644 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39546, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10888 | 2024.11.01 08:25:05.502727 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10889 | 2024.11.01 08:25:05.502757 [ 286 ] {} <Debug> HTTP-Session: 9628edf1-c6c5-49bf-a49e-84d90b3dc39a Authenticating user 'default' from [fd00:1122:3344:101::d]:39546 | ||
| 10890 | 2024.11.01 08:25:05.502783 [ 286 ] {} <Debug> HTTP-Session: 9628edf1-c6c5-49bf-a49e-84d90b3dc39a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10891 | 2024.11.01 08:25:05.502799 [ 286 ] {} <Debug> HTTP-Session: 9628edf1-c6c5-49bf-a49e-84d90b3dc39a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10892 | 2024.11.01 08:25:05.502841 [ 286 ] {} <Trace> HTTP-Session: 9628edf1-c6c5-49bf-a49e-84d90b3dc39a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10893 | 2024.11.01 08:25:05.502995 [ 286 ] {30877371-df44-43b7-bcc4-107d4ee2f920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39546) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10894 | 2024.11.01 08:25:05.503050 [ 286 ] {30877371-df44-43b7-bcc4-107d4ee2f920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10895 | 2024.11.01 08:25:05.503219 [ 286 ] {30877371-df44-43b7-bcc4-107d4ee2f920} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10896 | 2024.11.01 08:25:05.503557 [ 286 ] {30877371-df44-43b7-bcc4-107d4ee2f920} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10897 | 2024.11.01 08:25:05.503595 [ 286 ] {30877371-df44-43b7-bcc4-107d4ee2f920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 10898 | 2024.11.01 08:25:05.503996 [ 286 ] {30877371-df44-43b7-bcc4-107d4ee2f920} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10899 | 2024.11.01 08:25:05.504360 [ 286 ] {30877371-df44-43b7-bcc4-107d4ee2f920} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10900 | 2024.11.01 08:25:05.504491 [ 286 ] {30877371-df44-43b7-bcc4-107d4ee2f920} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00156 sec., 52564.10256410256 rows/sec., 3.34 MiB/sec. | ||
| 10901 | 2024.11.01 08:25:05.504673 [ 286 ] {30877371-df44-43b7-bcc4-107d4ee2f920} <Debug> DynamicQueryHandler: Done processing query | ||
| 10902 | 2024.11.01 08:25:05.504699 [ 286 ] {30877371-df44-43b7-bcc4-107d4ee2f920} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10903 | 2024.11.01 08:25:05.504716 [ 286 ] {} <Debug> HTTP-Session: 9628edf1-c6c5-49bf-a49e-84d90b3dc39a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10904 | 2024.11.01 08:25:05.505512 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39546, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10905 | 2024.11.01 08:25:10.467759 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35964, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10906 | 2024.11.01 08:25:10.467908 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10907 | 2024.11.01 08:25:10.467937 [ 286 ] {} <Debug> HTTP-Session: d567ed79-bcb9-44e9-9a27-b3059d37bb0d Authenticating user 'default' from [fd00:1122:3344:101::d]:35964 | ||
| 10908 | 2024.11.01 08:25:10.467966 [ 286 ] {} <Debug> HTTP-Session: d567ed79-bcb9-44e9-9a27-b3059d37bb0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10909 | 2024.11.01 08:25:10.467984 [ 286 ] {} <Debug> HTTP-Session: d567ed79-bcb9-44e9-9a27-b3059d37bb0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10910 | 2024.11.01 08:25:10.468041 [ 286 ] {} <Trace> HTTP-Session: d567ed79-bcb9-44e9-9a27-b3059d37bb0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10911 | 2024.11.01 08:25:10.468251 [ 286 ] {10266df6-4545-41a3-8b43-f41aa388f6d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35964) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10912 | 2024.11.01 08:25:10.468328 [ 286 ] {10266df6-4545-41a3-8b43-f41aa388f6d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10913 | 2024.11.01 08:25:10.468717 [ 286 ] {10266df6-4545-41a3-8b43-f41aa388f6d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10914 | 2024.11.01 08:25:10.469201 [ 286 ] {10266df6-4545-41a3-8b43-f41aa388f6d4} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10915 | 2024.11.01 08:25:10.469244 [ 286 ] {10266df6-4545-41a3-8b43-f41aa388f6d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10916 | 2024.11.01 08:25:10.469657 [ 286 ] {10266df6-4545-41a3-8b43-f41aa388f6d4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10917 | 2024.11.01 08:25:10.470050 [ 286 ] {10266df6-4545-41a3-8b43-f41aa388f6d4} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10918 | 2024.11.01 08:25:10.470217 [ 286 ] {10266df6-4545-41a3-8b43-f41aa388f6d4} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002023 sec., 3954.522985664854 rows/sec., 322.46 KiB/sec. | ||
| 10919 | 2024.11.01 08:25:10.470548 [ 286 ] {10266df6-4545-41a3-8b43-f41aa388f6d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10920 | 2024.11.01 08:25:10.470576 [ 286 ] {10266df6-4545-41a3-8b43-f41aa388f6d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10921 | 2024.11.01 08:25:10.470593 [ 286 ] {} <Debug> HTTP-Session: d567ed79-bcb9-44e9-9a27-b3059d37bb0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10922 | 2024.11.01 08:25:10.470756 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35964, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10923 | 2024.11.01 08:25:10.470921 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59562, User-Agent: (none), Length: 8329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10924 | 2024.11.01 08:25:10.471030 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10925 | 2024.11.01 08:25:10.471055 [ 282 ] {} <Debug> HTTP-Session: 27bebb21-b696-48a7-86be-716f5c383897 Authenticating user 'default' from [fd00:1122:3344:101::d]:59562 | ||
| 10926 | 2024.11.01 08:25:10.471080 [ 282 ] {} <Debug> HTTP-Session: 27bebb21-b696-48a7-86be-716f5c383897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10927 | 2024.11.01 08:25:10.471095 [ 282 ] {} <Debug> HTTP-Session: 27bebb21-b696-48a7-86be-716f5c383897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10928 | 2024.11.01 08:25:10.471149 [ 282 ] {} <Trace> HTTP-Session: 27bebb21-b696-48a7-86be-716f5c383897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10929 | 2024.11.01 08:25:10.471348 [ 282 ] {0cd2d5d9-33b6-4fc9-a707-244beb53a846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59562) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10930 | 2024.11.01 08:25:10.471415 [ 282 ] {0cd2d5d9-33b6-4fc9-a707-244beb53a846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10931 | 2024.11.01 08:25:10.471756 [ 282 ] {0cd2d5d9-33b6-4fc9-a707-244beb53a846} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10932 | 2024.11.01 08:25:10.472174 [ 282 ] {0cd2d5d9-33b6-4fc9-a707-244beb53a846} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10933 | 2024.11.01 08:25:10.472216 [ 282 ] {0cd2d5d9-33b6-4fc9-a707-244beb53a846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10934 | 2024.11.01 08:25:10.472649 [ 282 ] {0cd2d5d9-33b6-4fc9-a707-244beb53a846} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10935 | 2024.11.01 08:25:10.473042 [ 282 ] {0cd2d5d9-33b6-4fc9-a707-244beb53a846} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10936 | 2024.11.01 08:25:10.473189 [ 131 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10937 | 2024.11.01 08:25:10.473191 [ 282 ] {0cd2d5d9-33b6-4fc9-a707-244beb53a846} <Debug> executeQuery: Read 60 rows, 4.67 KiB in 0.001912 sec., 31380.753138075313 rows/sec., 2.39 MiB/sec. | ||
| 10938 | 2024.11.01 08:25:10.473242 [ 131 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10939 | 2024.11.01 08:25:10.473284 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10940 | 2024.11.01 08:25:10.473420 [ 199 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 10941 | 2024.11.01 08:25:10.473465 [ 282 ] {0cd2d5d9-33b6-4fc9-a707-244beb53a846} <Debug> DynamicQueryHandler: Done processing query | ||
| 10942 | 2024.11.01 08:25:10.473495 [ 282 ] {0cd2d5d9-33b6-4fc9-a707-244beb53a846} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10943 | 2024.11.01 08:25:10.473527 [ 282 ] {} <Debug> HTTP-Session: 27bebb21-b696-48a7-86be-716f5c383897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10944 | 2024.11.01 08:25:10.473602 [ 199 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10945 | 2024.11.01 08:25:10.473640 [ 199 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1423 rows starting from the beginning of the part | ||
| 10946 | 2024.11.01 08:25:10.473850 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59562, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10947 | 2024.11.01 08:25:10.473955 [ 199 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 273 rows starting from the beginning of the part | ||
| 10948 | 2024.11.01 08:25:10.473980 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35964, User-Agent: (none), Length: 1170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10949 | 2024.11.01 08:25:10.474242 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 10950 | |||
| 10951 | (version 23.8.7.1) | ||
| 10952 | 2024.11.01 08:25:10.474353 [ 199 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 57 rows starting from the beginning of the part | ||
| 10953 | 2024.11.01 08:25:10.474413 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10954 | 2024.11.01 08:25:10.474718 [ 286 ] {} <Debug> HTTP-Session: 078e01a5-6d69-420d-b09f-7355e86668bd Authenticating user 'default' from [fd00:1122:3344:101::d]:35964 | ||
| 10955 | 2024.11.01 08:25:10.474838 [ 199 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part | ||
| 10956 | 2024.11.01 08:25:10.474946 [ 286 ] {} <Debug> HTTP-Session: 078e01a5-6d69-420d-b09f-7355e86668bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10957 | 2024.11.01 08:25:10.475266 [ 199 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 273 rows starting from the beginning of the part | ||
| 10958 | 2024.11.01 08:25:10.475323 [ 286 ] {} <Debug> HTTP-Session: 078e01a5-6d69-420d-b09f-7355e86668bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10959 | 2024.11.01 08:25:10.475564 [ 199 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 10960 | 2024.11.01 08:25:10.475578 [ 286 ] {} <Trace> HTTP-Session: 078e01a5-6d69-420d-b09f-7355e86668bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10961 | 2024.11.01 08:25:10.476050 [ 286 ] {438a5167-2a24-43be-9ea3-1066292ccb77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35964) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10962 | 2024.11.01 08:25:10.476111 [ 286 ] {438a5167-2a24-43be-9ea3-1066292ccb77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10963 | 2024.11.01 08:25:10.476948 [ 286 ] {438a5167-2a24-43be-9ea3-1066292ccb77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10964 | 2024.11.01 08:25:10.477874 [ 286 ] {438a5167-2a24-43be-9ea3-1066292ccb77} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10965 | 2024.11.01 08:25:10.477940 [ 286 ] {438a5167-2a24-43be-9ea3-1066292ccb77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10966 | 2024.11.01 08:25:10.478714 [ 286 ] {438a5167-2a24-43be-9ea3-1066292ccb77} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10967 | 2024.11.01 08:25:10.479496 [ 187 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2142 rows, containing 5 columns (5 merged, 0 gathered) in 0.006133631 sec., 349222.1817712869 rows/sec., 30.77 MiB/sec. | ||
| 10968 | 2024.11.01 08:25:10.479736 [ 286 ] {438a5167-2a24-43be-9ea3-1066292ccb77} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10969 | 2024.11.01 08:25:10.479839 [ 187 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10970 | 2024.11.01 08:25:10.480061 [ 286 ] {438a5167-2a24-43be-9ea3-1066292ccb77} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.004129 sec., 1937.5151368370066 rows/sec., 135.29 KiB/sec. | ||
| 10971 | 2024.11.01 08:25:10.480499 [ 286 ] {438a5167-2a24-43be-9ea3-1066292ccb77} <Debug> DynamicQueryHandler: Done processing query | ||
| 10972 | 2024.11.01 08:25:10.480559 [ 286 ] {438a5167-2a24-43be-9ea3-1066292ccb77} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10973 | 2024.11.01 08:25:10.480580 [ 286 ] {} <Debug> HTTP-Session: 078e01a5-6d69-420d-b09f-7355e86668bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10974 | 2024.11.01 08:25:10.480793 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_61_12} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10975 | 2024.11.01 08:25:10.480813 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35964, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10976 | 2024.11.01 08:25:10.480857 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39809, User-Agent: (none), Length: 12238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10977 | 2024.11.01 08:25:10.481062 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10978 | 2024.11.01 08:25:10.481121 [ 282 ] {} <Debug> HTTP-Session: 2abedc99-9ed7-4be7-ab6c-01dc46d6c33b Authenticating user 'default' from [fd00:1122:3344:101::d]:39809 | ||
| 10979 | 2024.11.01 08:25:10.481121 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_61_12} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10980 | 2024.11.01 08:25:10.481153 [ 286 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 10981 | |||
| 10982 | (version 23.8.7.1) | ||
| 10983 | 2024.11.01 08:25:10.481177 [ 282 ] {} <Debug> HTTP-Session: 2abedc99-9ed7-4be7-ab6c-01dc46d6c33b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10984 | 2024.11.01 08:25:10.481224 [ 282 ] {} <Debug> HTTP-Session: 2abedc99-9ed7-4be7-ab6c-01dc46d6c33b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10985 | 2024.11.01 08:25:10.481342 [ 282 ] {} <Trace> HTTP-Session: 2abedc99-9ed7-4be7-ab6c-01dc46d6c33b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10986 | 2024.11.01 08:25:10.481349 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 10987 | 2024.11.01 08:25:10.481549 [ 282 ] {cdc5312f-8b6e-493d-b530-9699881cd4f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39809) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10988 | 2024.11.01 08:25:10.481615 [ 282 ] {cdc5312f-8b6e-493d-b530-9699881cd4f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10989 | 2024.11.01 08:25:10.481911 [ 282 ] {cdc5312f-8b6e-493d-b530-9699881cd4f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10990 | 2024.11.01 08:25:10.482298 [ 282 ] {cdc5312f-8b6e-493d-b530-9699881cd4f5} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10991 | 2024.11.01 08:25:10.482336 [ 282 ] {cdc5312f-8b6e-493d-b530-9699881cd4f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10992 | 2024.11.01 08:25:10.482717 [ 282 ] {cdc5312f-8b6e-493d-b530-9699881cd4f5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10993 | 2024.11.01 08:25:10.483092 [ 282 ] {cdc5312f-8b6e-493d-b530-9699881cd4f5} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10994 | 2024.11.01 08:25:10.483258 [ 282 ] {cdc5312f-8b6e-493d-b530-9699881cd4f5} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001777 sec., 40517.72650534609 rows/sec., 3.17 MiB/sec. | ||
| 10995 | 2024.11.01 08:25:10.483261 [ 125 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10996 | 2024.11.01 08:25:10.483356 [ 125 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10997 | 2024.11.01 08:25:10.483415 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 10998 | 2024.11.01 08:25:10.483540 [ 282 ] {cdc5312f-8b6e-493d-b530-9699881cd4f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 10999 | 2024.11.01 08:25:10.483554 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11000 | 2024.11.01 08:25:10.483572 [ 282 ] {cdc5312f-8b6e-493d-b530-9699881cd4f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11001 | 2024.11.01 08:25:10.483602 [ 282 ] {} <Debug> HTTP-Session: 2abedc99-9ed7-4be7-ab6c-01dc46d6c33b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11002 | 2024.11.01 08:25:10.483711 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11003 | 2024.11.01 08:25:10.483746 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 916 rows starting from the beginning of the part | ||
| 11004 | 2024.11.01 08:25:10.483795 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39809, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11005 | 2024.11.01 08:25:10.484025 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 424 rows starting from the beginning of the part | ||
| 11006 | 2024.11.01 08:25:10.484121 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 11007 | |||
| 11008 | (version 23.8.7.1) | ||
| 11009 | 2024.11.01 08:25:10.484171 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51099, User-Agent: (none), Length: 31360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11010 | 2024.11.01 08:25:10.484357 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 66 rows starting from the beginning of the part | ||
| 11011 | 2024.11.01 08:25:10.484423 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11012 | 2024.11.01 08:25:10.484581 [ 286 ] {} <Debug> HTTP-Session: 64ddcd84-a265-45f7-ad7a-d65110bea098 Authenticating user 'default' from [fd00:1122:3344:101::d]:51099 | ||
| 11013 | 2024.11.01 08:25:10.484642 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part | ||
| 11014 | 2024.11.01 08:25:10.484681 [ 286 ] {} <Debug> HTTP-Session: 64ddcd84-a265-45f7-ad7a-d65110bea098 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11015 | 2024.11.01 08:25:10.484779 [ 286 ] {} <Debug> HTTP-Session: 64ddcd84-a265-45f7-ad7a-d65110bea098 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11016 | 2024.11.01 08:25:10.484905 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 424 rows starting from the beginning of the part | ||
| 11017 | 2024.11.01 08:25:10.484997 [ 286 ] {} <Trace> HTTP-Session: 64ddcd84-a265-45f7-ad7a-d65110bea098 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11018 | 2024.11.01 08:25:10.485143 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 72 rows starting from the beginning of the part | ||
| 11019 | 2024.11.01 08:25:10.485626 [ 286 ] {e9464c10-dc65-4c4c-87d0-32812a8f7b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11020 | 2024.11.01 08:25:10.485718 [ 286 ] {e9464c10-dc65-4c4c-87d0-32812a8f7b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11021 | 2024.11.01 08:25:10.486347 [ 286 ] {e9464c10-dc65-4c4c-87d0-32812a8f7b99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11022 | 2024.11.01 08:25:10.487357 [ 286 ] {e9464c10-dc65-4c4c-87d0-32812a8f7b99} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11023 | 2024.11.01 08:25:10.487430 [ 286 ] {e9464c10-dc65-4c4c-87d0-32812a8f7b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11024 | 2024.11.01 08:25:10.488170 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1966 rows, containing 5 columns (5 merged, 0 gathered) in 0.004677905 sec., 420273.60538531665 rows/sec., 32.19 MiB/sec. | ||
| 11025 | 2024.11.01 08:25:10.488259 [ 286 ] {e9464c10-dc65-4c4c-87d0-32812a8f7b99} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11026 | 2024.11.01 08:25:10.488375 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11027 | 2024.11.01 08:25:10.489111 [ 286 ] {e9464c10-dc65-4c4c-87d0-32812a8f7b99} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11028 | 2024.11.01 08:25:10.489377 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11029 | 2024.11.01 08:25:10.489419 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_61_12} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11030 | 2024.11.01 08:25:10.489448 [ 286 ] {e9464c10-dc65-4c4c-87d0-32812a8f7b99} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.00407 sec., 40294.840294840295 rows/sec., 2.81 MiB/sec. | ||
| 11031 | 2024.11.01 08:25:10.489462 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11032 | 2024.11.01 08:25:10.489538 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11033 | 2024.11.01 08:25:10.489749 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_61_12} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11034 | 2024.11.01 08:25:10.490232 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 11035 | 2024.11.01 08:25:10.490351 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11036 | 2024.11.01 08:25:10.490407 [ 286 ] {e9464c10-dc65-4c4c-87d0-32812a8f7b99} <Debug> DynamicQueryHandler: Done processing query | ||
| 11037 | 2024.11.01 08:25:10.490507 [ 286 ] {e9464c10-dc65-4c4c-87d0-32812a8f7b99} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11038 | 2024.11.01 08:25:10.490596 [ 286 ] {} <Debug> HTTP-Session: 64ddcd84-a265-45f7-ad7a-d65110bea098 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11039 | 2024.11.01 08:25:10.490952 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51099, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11040 | 2024.11.01 08:25:10.491104 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49379, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11041 | 2024.11.01 08:25:10.491344 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11042 | 2024.11.01 08:25:10.491364 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11043 | 2024.11.01 08:25:10.491373 [ 286 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 11044 | |||
| 11045 | (version 23.8.7.1) | ||
| 11046 | 2024.11.01 08:25:10.491490 [ 282 ] {} <Debug> HTTP-Session: 9e842e23-4f0c-4c3a-82ef-ada598e7d779 Authenticating user 'default' from [fd00:1122:3344:101::d]:49379 | ||
| 11047 | 2024.11.01 08:25:10.491519 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 11643 rows starting from the beginning of the part | ||
| 11048 | 2024.11.01 08:25:10.491558 [ 282 ] {} <Debug> HTTP-Session: 9e842e23-4f0c-4c3a-82ef-ada598e7d779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11049 | 2024.11.01 08:25:10.491601 [ 282 ] {} <Debug> HTTP-Session: 9e842e23-4f0c-4c3a-82ef-ada598e7d779 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11050 | 2024.11.01 08:25:10.491753 [ 282 ] {} <Trace> HTTP-Session: 9e842e23-4f0c-4c3a-82ef-ada598e7d779 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11051 | 2024.11.01 08:25:10.491803 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part | ||
| 11052 | 2024.11.01 08:25:10.492183 [ 282 ] {4168d96a-910e-443a-9ad5-742dbff8ed1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49379) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11053 | 2024.11.01 08:25:10.492182 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 129 rows starting from the beginning of the part | ||
| 11054 | 2024.11.01 08:25:10.492313 [ 282 ] {4168d96a-910e-443a-9ad5-742dbff8ed1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11055 | 2024.11.01 08:25:10.492548 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
| 11056 | 2024.11.01 08:25:10.492903 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 237 rows starting from the beginning of the part | ||
| 11057 | 2024.11.01 08:25:10.493284 [ 282 ] {4168d96a-910e-443a-9ad5-742dbff8ed1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11058 | 2024.11.01 08:25:10.493345 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 164 rows starting from the beginning of the part | ||
| 11059 | 2024.11.01 08:25:10.494160 [ 282 ] {4168d96a-910e-443a-9ad5-742dbff8ed1f} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11060 | 2024.11.01 08:25:10.494223 [ 282 ] {4168d96a-910e-443a-9ad5-742dbff8ed1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11061 | 2024.11.01 08:25:10.494857 [ 282 ] {4168d96a-910e-443a-9ad5-742dbff8ed1f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11062 | 2024.11.01 08:25:10.495517 [ 282 ] {4168d96a-910e-443a-9ad5-742dbff8ed1f} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11063 | 2024.11.01 08:25:10.495865 [ 125 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11064 | 2024.11.01 08:25:10.495935 [ 282 ] {4168d96a-910e-443a-9ad5-742dbff8ed1f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003917 sec., 15317.845289762572 rows/sec., 1.03 MiB/sec. | ||
| 11065 | 2024.11.01 08:25:10.495995 [ 125 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11066 | 2024.11.01 08:25:10.496115 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11067 | 2024.11.01 08:25:10.496699 [ 282 ] {4168d96a-910e-443a-9ad5-742dbff8ed1f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11068 | 2024.11.01 08:25:10.496722 [ 192 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11069 | 2024.11.01 08:25:10.496778 [ 282 ] {4168d96a-910e-443a-9ad5-742dbff8ed1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11070 | 2024.11.01 08:25:10.496860 [ 282 ] {} <Debug> HTTP-Session: 9e842e23-4f0c-4c3a-82ef-ada598e7d779 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11071 | 2024.11.01 08:25:10.497267 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49379, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11072 | 2024.11.01 08:25:10.497447 [ 192 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11073 | 2024.11.01 08:25:10.497636 [ 192 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3496 rows starting from the beginning of the part | ||
| 11074 | 2024.11.01 08:25:10.498223 [ 192 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part | ||
| 11075 | 2024.11.01 08:25:10.498487 [ 192 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 48 rows starting from the beginning of the part | ||
| 11076 | 2024.11.01 08:25:10.498732 [ 192 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 11077 | 2024.11.01 08:25:10.499062 [ 192 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part | ||
| 11078 | 2024.11.01 08:25:10.499334 [ 192 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 11079 | 2024.11.01 08:25:10.500755 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12570 rows, containing 5 columns (5 merged, 0 gathered) in 0.011056671 sec., 1136870.220702054 rows/sec., 77.50 MiB/sec. | ||
| 11080 | 2024.11.01 08:25:10.501141 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11081 | 2024.11.01 08:25:10.501700 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11082 | 2024.11.01 08:25:10.501881 [ 190 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11083 | 2024.11.01 08:25:10.502157 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. | ||
| 11084 | 2024.11.01 08:25:10.502229 [ 192 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3828 rows, containing 4 columns (4 merged, 0 gathered) in 0.005951657 sec., 643182.226395103 rows/sec., 42.24 MiB/sec. | ||
| 11085 | 2024.11.01 08:25:10.502600 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11086 | 2024.11.01 08:25:10.502998 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_61_12} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11087 | 2024.11.01 08:25:10.503079 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_61_12} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11088 | 2024.11.01 08:25:10.503165 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 11089 | 2024.11.01 08:25:13.638594 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11090 | 2024.11.01 08:25:13.638701 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11091 | 2024.11.01 08:25:13.941526 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1020 | ||
| 11092 | 2024.11.01 08:25:13.944329 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11093 | 2024.11.01 08:25:13.944376 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11094 | 2024.11.01 08:25:13.945918 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 11095 | 2024.11.01 08:25:13.946911 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11096 | 2024.11.01 08:25:13.947432 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1020 | ||
| 11097 | 2024.11.01 08:25:15.468384 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49513, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11098 | 2024.11.01 08:25:15.468563 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11099 | 2024.11.01 08:25:15.468607 [ 282 ] {} <Debug> HTTP-Session: 0efc85c9-fc00-4c76-98d5-7804d77d0025 Authenticating user 'default' from [fd00:1122:3344:101::d]:49513 | ||
| 11100 | 2024.11.01 08:25:15.468649 [ 282 ] {} <Debug> HTTP-Session: 0efc85c9-fc00-4c76-98d5-7804d77d0025 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11101 | 2024.11.01 08:25:15.468678 [ 282 ] {} <Debug> HTTP-Session: 0efc85c9-fc00-4c76-98d5-7804d77d0025 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11102 | 2024.11.01 08:25:15.468762 [ 282 ] {} <Trace> HTTP-Session: 0efc85c9-fc00-4c76-98d5-7804d77d0025 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11103 | 2024.11.01 08:25:15.469054 [ 282 ] {4540b1d9-472e-4191-a691-25b67d68ba2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11104 | 2024.11.01 08:25:15.469127 [ 282 ] {4540b1d9-472e-4191-a691-25b67d68ba2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11105 | 2024.11.01 08:25:15.469472 [ 282 ] {4540b1d9-472e-4191-a691-25b67d68ba2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11106 | 2024.11.01 08:25:15.469942 [ 282 ] {4540b1d9-472e-4191-a691-25b67d68ba2c} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11107 | 2024.11.01 08:25:15.469985 [ 282 ] {4540b1d9-472e-4191-a691-25b67d68ba2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11108 | 2024.11.01 08:25:15.470426 [ 282 ] {4540b1d9-472e-4191-a691-25b67d68ba2c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11109 | 2024.11.01 08:25:15.470835 [ 282 ] {4540b1d9-472e-4191-a691-25b67d68ba2c} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11110 | 2024.11.01 08:25:15.470983 [ 282 ] {4540b1d9-472e-4191-a691-25b67d68ba2c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002016 sec., 27777.777777777777 rows/sec., 2.12 MiB/sec. | ||
| 11111 | 2024.11.01 08:25:15.471320 [ 282 ] {4540b1d9-472e-4191-a691-25b67d68ba2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 11112 | 2024.11.01 08:25:15.471389 [ 282 ] {4540b1d9-472e-4191-a691-25b67d68ba2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11113 | 2024.11.01 08:25:15.471462 [ 282 ] {} <Debug> HTTP-Session: 0efc85c9-fc00-4c76-98d5-7804d77d0025 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11114 | 2024.11.01 08:25:15.471719 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11115 | 2024.11.01 08:25:15.471880 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61559, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11116 | 2024.11.01 08:25:15.472054 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11117 | 2024.11.01 08:25:15.472101 [ 286 ] {} <Debug> HTTP-Session: 2dfc2ea1-d7b9-40af-8274-6fb96925263b Authenticating user 'default' from [fd00:1122:3344:101::d]:61559 | ||
| 11118 | 2024.11.01 08:25:15.472143 [ 286 ] {} <Debug> HTTP-Session: 2dfc2ea1-d7b9-40af-8274-6fb96925263b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11119 | 2024.11.01 08:25:15.472172 [ 286 ] {} <Debug> HTTP-Session: 2dfc2ea1-d7b9-40af-8274-6fb96925263b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11120 | 2024.11.01 08:25:15.472258 [ 286 ] {} <Trace> HTTP-Session: 2dfc2ea1-d7b9-40af-8274-6fb96925263b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11121 | 2024.11.01 08:25:15.472584 [ 286 ] {1e7e3898-d13a-4860-bd3e-246ee7b0cd26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61559) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11122 | 2024.11.01 08:25:15.472697 [ 286 ] {1e7e3898-d13a-4860-bd3e-246ee7b0cd26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11123 | 2024.11.01 08:25:15.473159 [ 286 ] {1e7e3898-d13a-4860-bd3e-246ee7b0cd26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11124 | 2024.11.01 08:25:15.473620 [ 286 ] {1e7e3898-d13a-4860-bd3e-246ee7b0cd26} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11125 | 2024.11.01 08:25:15.473663 [ 286 ] {1e7e3898-d13a-4860-bd3e-246ee7b0cd26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11126 | 2024.11.01 08:25:15.474095 [ 286 ] {1e7e3898-d13a-4860-bd3e-246ee7b0cd26} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11127 | 2024.11.01 08:25:15.474507 [ 286 ] {1e7e3898-d13a-4860-bd3e-246ee7b0cd26} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11128 | 2024.11.01 08:25:15.474683 [ 286 ] {1e7e3898-d13a-4860-bd3e-246ee7b0cd26} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002216 sec., 28880.86642599278 rows/sec., 2.25 MiB/sec. | ||
| 11129 | 2024.11.01 08:25:15.474903 [ 286 ] {1e7e3898-d13a-4860-bd3e-246ee7b0cd26} <Debug> DynamicQueryHandler: Done processing query | ||
| 11130 | 2024.11.01 08:25:15.474942 [ 286 ] {1e7e3898-d13a-4860-bd3e-246ee7b0cd26} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11131 | 2024.11.01 08:25:15.474970 [ 286 ] {} <Debug> HTTP-Session: 2dfc2ea1-d7b9-40af-8274-6fb96925263b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11132 | 2024.11.01 08:25:15.475153 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61559, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11133 | 2024.11.01 08:25:15.475267 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54872, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11134 | 2024.11.01 08:25:15.475345 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11135 | 2024.11.01 08:25:15.475371 [ 282 ] {} <Debug> HTTP-Session: 49b3a64d-1fe0-4291-8944-180f122d9166 Authenticating user 'default' from [fd00:1122:3344:101::d]:54872 | ||
| 11136 | 2024.11.01 08:25:15.475394 [ 282 ] {} <Debug> HTTP-Session: 49b3a64d-1fe0-4291-8944-180f122d9166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11137 | 2024.11.01 08:25:15.475411 [ 282 ] {} <Debug> HTTP-Session: 49b3a64d-1fe0-4291-8944-180f122d9166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11138 | 2024.11.01 08:25:15.475462 [ 282 ] {} <Trace> HTTP-Session: 49b3a64d-1fe0-4291-8944-180f122d9166 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11139 | 2024.11.01 08:25:15.475682 [ 282 ] {02916e45-8381-46cd-8d85-5b0f2a001f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54872) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11140 | 2024.11.01 08:25:15.475748 [ 282 ] {02916e45-8381-46cd-8d85-5b0f2a001f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11141 | 2024.11.01 08:25:15.475969 [ 282 ] {02916e45-8381-46cd-8d85-5b0f2a001f11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11142 | 2024.11.01 08:25:15.476375 [ 282 ] {02916e45-8381-46cd-8d85-5b0f2a001f11} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11143 | 2024.11.01 08:25:15.476412 [ 282 ] {02916e45-8381-46cd-8d85-5b0f2a001f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11144 | 2024.11.01 08:25:15.476826 [ 282 ] {02916e45-8381-46cd-8d85-5b0f2a001f11} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11145 | 2024.11.01 08:25:15.477198 [ 282 ] {02916e45-8381-46cd-8d85-5b0f2a001f11} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11146 | 2024.11.01 08:25:15.477332 [ 282 ] {02916e45-8381-46cd-8d85-5b0f2a001f11} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001754 sec., 91220.06841505131 rows/sec., 6.35 MiB/sec. | ||
| 11147 | 2024.11.01 08:25:15.477515 [ 282 ] {02916e45-8381-46cd-8d85-5b0f2a001f11} <Debug> DynamicQueryHandler: Done processing query | ||
| 11148 | 2024.11.01 08:25:15.477541 [ 282 ] {02916e45-8381-46cd-8d85-5b0f2a001f11} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11149 | 2024.11.01 08:25:15.477557 [ 282 ] {} <Debug> HTTP-Session: 49b3a64d-1fe0-4291-8944-180f122d9166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11150 | 2024.11.01 08:25:15.477723 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54872, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11151 | 2024.11.01 08:25:15.477860 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61559, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11152 | 2024.11.01 08:25:15.477975 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11153 | 2024.11.01 08:25:15.478015 [ 286 ] {} <Debug> HTTP-Session: 34e0567b-1d14-4542-8235-8cba812b1123 Authenticating user 'default' from [fd00:1122:3344:101::d]:61559 | ||
| 11154 | 2024.11.01 08:25:15.478050 [ 286 ] {} <Debug> HTTP-Session: 34e0567b-1d14-4542-8235-8cba812b1123 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11155 | 2024.11.01 08:25:15.478077 [ 286 ] {} <Debug> HTTP-Session: 34e0567b-1d14-4542-8235-8cba812b1123 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11156 | 2024.11.01 08:25:15.478146 [ 286 ] {} <Trace> HTTP-Session: 34e0567b-1d14-4542-8235-8cba812b1123 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11157 | 2024.11.01 08:25:15.478395 [ 286 ] {c19625d8-0ed9-4353-a0a2-33c16c4aa702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61559) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11158 | 2024.11.01 08:25:15.478497 [ 286 ] {c19625d8-0ed9-4353-a0a2-33c16c4aa702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11159 | 2024.11.01 08:25:15.478799 [ 286 ] {c19625d8-0ed9-4353-a0a2-33c16c4aa702} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11160 | 2024.11.01 08:25:15.479196 [ 286 ] {c19625d8-0ed9-4353-a0a2-33c16c4aa702} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11161 | 2024.11.01 08:25:15.479234 [ 286 ] {c19625d8-0ed9-4353-a0a2-33c16c4aa702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11162 | 2024.11.01 08:25:15.479622 [ 286 ] {c19625d8-0ed9-4353-a0a2-33c16c4aa702} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11163 | 2024.11.01 08:25:15.479972 [ 286 ] {c19625d8-0ed9-4353-a0a2-33c16c4aa702} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11164 | 2024.11.01 08:25:15.480124 [ 286 ] {c19625d8-0ed9-4353-a0a2-33c16c4aa702} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001822 sec., 32930.84522502744 rows/sec., 2.22 MiB/sec. | ||
| 11165 | 2024.11.01 08:25:15.480299 [ 286 ] {c19625d8-0ed9-4353-a0a2-33c16c4aa702} <Debug> DynamicQueryHandler: Done processing query | ||
| 11166 | 2024.11.01 08:25:15.480323 [ 286 ] {c19625d8-0ed9-4353-a0a2-33c16c4aa702} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11167 | 2024.11.01 08:25:15.480340 [ 286 ] {} <Debug> HTTP-Session: 34e0567b-1d14-4542-8235-8cba812b1123 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11168 | 2024.11.01 08:25:15.480600 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61559, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11169 | 2024.11.01 08:25:16.393891 [ 122 ] {} <Debug> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 11170 | 2024.11.01 08:25:16.393998 [ 122 ] {} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11171 | 2024.11.01 08:25:16.394051 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11172 | 2024.11.01 08:25:16.394404 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 11173 | 2024.11.01 08:25:16.394681 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11174 | 2024.11.01 08:25:16.394725 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 102 rows starting from the beginning of the part | ||
| 11175 | 2024.11.01 08:25:16.394817 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 11176 | 2024.11.01 08:25:16.395043 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 11177 | 2024.11.01 08:25:16.395303 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 11178 | 2024.11.01 08:25:16.395417 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 11179 | 2024.11.01 08:25:16.396497 [ 191 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.002307597 sec., 54602.25507313452 rows/sec., 2.79 MiB/sec. | ||
| 11180 | 2024.11.01 08:25:16.396752 [ 186 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 11181 | 2024.11.01 08:25:16.397250 [ 186 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_21_5} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11182 | 2024.11.01 08:25:16.397335 [ 186 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_21_5} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 11183 | 2024.11.01 08:25:16.397430 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 11184 | 2024.11.01 08:25:19.958404 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36456, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11185 | 2024.11.01 08:25:20.115793 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57556, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11186 | 2024.11.01 08:25:20.186953 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40481, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11187 | 2024.11.01 08:25:20.203912 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36843, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11188 | 2024.11.01 08:25:20.211833 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35389, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11189 | 2024.11.01 08:25:20.285416 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40682, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11190 | 2024.11.01 08:25:20.298784 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42084, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11191 | 2024.11.01 08:25:20.310091 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38480, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11192 | 2024.11.01 08:25:20.326399 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33058, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11193 | 2024.11.01 08:25:20.409967 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64927, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11194 | 2024.11.01 08:25:20.474024 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51753, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11195 | 2024.11.01 08:25:20.474128 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11196 | 2024.11.01 08:25:20.474173 [ 282 ] {} <Debug> HTTP-Session: c81bf403-295a-41c8-9f08-6017ca6753c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51753 | ||
| 11197 | 2024.11.01 08:25:20.474216 [ 282 ] {} <Debug> HTTP-Session: c81bf403-295a-41c8-9f08-6017ca6753c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11198 | 2024.11.01 08:25:20.474244 [ 282 ] {} <Debug> HTTP-Session: c81bf403-295a-41c8-9f08-6017ca6753c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11199 | 2024.11.01 08:25:20.474328 [ 282 ] {} <Trace> HTTP-Session: c81bf403-295a-41c8-9f08-6017ca6753c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11200 | 2024.11.01 08:25:20.474774 [ 282 ] {1f16412d-16ac-49f0-bf3d-ec42ce864161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51753) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11201 | 2024.11.01 08:25:20.474885 [ 282 ] {1f16412d-16ac-49f0-bf3d-ec42ce864161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11202 | 2024.11.01 08:25:20.475323 [ 282 ] {1f16412d-16ac-49f0-bf3d-ec42ce864161} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11203 | 2024.11.01 08:25:20.475982 [ 282 ] {1f16412d-16ac-49f0-bf3d-ec42ce864161} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11204 | 2024.11.01 08:25:20.476028 [ 282 ] {1f16412d-16ac-49f0-bf3d-ec42ce864161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11205 | 2024.11.01 08:25:20.476505 [ 282 ] {1f16412d-16ac-49f0-bf3d-ec42ce864161} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11206 | 2024.11.01 08:25:20.476898 [ 282 ] {1f16412d-16ac-49f0-bf3d-ec42ce864161} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11207 | 2024.11.01 08:25:20.477048 [ 282 ] {1f16412d-16ac-49f0-bf3d-ec42ce864161} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002482 sec., 109991.94198227237 rows/sec., 9.78 MiB/sec. | ||
| 11208 | 2024.11.01 08:25:20.477353 [ 282 ] {1f16412d-16ac-49f0-bf3d-ec42ce864161} <Debug> DynamicQueryHandler: Done processing query | ||
| 11209 | 2024.11.01 08:25:20.477417 [ 282 ] {1f16412d-16ac-49f0-bf3d-ec42ce864161} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11210 | 2024.11.01 08:25:20.477489 [ 282 ] {} <Debug> HTTP-Session: c81bf403-295a-41c8-9f08-6017ca6753c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11211 | 2024.11.01 08:25:20.477771 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11212 | 2024.11.01 08:25:20.477947 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41980, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11213 | 2024.11.01 08:25:20.478112 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11214 | 2024.11.01 08:25:20.478150 [ 287 ] {} <Debug> HTTP-Session: f4cebf25-4881-45b5-bde0-b4f6c4e2a3a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41980 | ||
| 11215 | 2024.11.01 08:25:20.478174 [ 287 ] {} <Debug> HTTP-Session: f4cebf25-4881-45b5-bde0-b4f6c4e2a3a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11216 | 2024.11.01 08:25:20.478188 [ 287 ] {} <Debug> HTTP-Session: f4cebf25-4881-45b5-bde0-b4f6c4e2a3a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11217 | 2024.11.01 08:25:20.478240 [ 287 ] {} <Trace> HTTP-Session: f4cebf25-4881-45b5-bde0-b4f6c4e2a3a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11218 | 2024.11.01 08:25:20.478430 [ 287 ] {da78e6bd-637e-4492-ab1e-67ea51817599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41980) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11219 | 2024.11.01 08:25:20.478498 [ 287 ] {da78e6bd-637e-4492-ab1e-67ea51817599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11220 | 2024.11.01 08:25:20.478832 [ 287 ] {da78e6bd-637e-4492-ab1e-67ea51817599} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11221 | 2024.11.01 08:25:20.479239 [ 287 ] {da78e6bd-637e-4492-ab1e-67ea51817599} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11222 | 2024.11.01 08:25:20.479280 [ 287 ] {da78e6bd-637e-4492-ab1e-67ea51817599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11223 | 2024.11.01 08:25:20.479704 [ 287 ] {da78e6bd-637e-4492-ab1e-67ea51817599} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11224 | 2024.11.01 08:25:20.480095 [ 287 ] {da78e6bd-637e-4492-ab1e-67ea51817599} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11225 | 2024.11.01 08:25:20.480239 [ 287 ] {da78e6bd-637e-4492-ab1e-67ea51817599} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001877 sec., 22376.13212573255 rows/sec., 1.64 MiB/sec. | ||
| 11226 | 2024.11.01 08:25:20.480255 [ 116 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11227 | 2024.11.01 08:25:20.480314 [ 116 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11228 | 2024.11.01 08:25:20.480352 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11229 | 2024.11.01 08:25:20.480487 [ 287 ] {da78e6bd-637e-4492-ab1e-67ea51817599} <Debug> DynamicQueryHandler: Done processing query | ||
| 11230 | 2024.11.01 08:25:20.480537 [ 287 ] {da78e6bd-637e-4492-ab1e-67ea51817599} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11231 | 2024.11.01 08:25:20.480554 [ 189 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 11232 | 2024.11.01 08:25:20.480563 [ 287 ] {} <Debug> HTTP-Session: f4cebf25-4881-45b5-bde0-b4f6c4e2a3a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11233 | 2024.11.01 08:25:20.480781 [ 189 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11234 | 2024.11.01 08:25:20.480874 [ 189 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 60 rows starting from the beginning of the part | ||
| 11235 | 2024.11.01 08:25:20.480893 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51753, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11236 | 2024.11.01 08:25:20.480915 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41980, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11237 | 2024.11.01 08:25:20.481131 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11238 | 2024.11.01 08:25:20.481275 [ 189 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 42 rows starting from the beginning of the part | ||
| 11239 | 2024.11.01 08:25:20.481280 [ 282 ] {} <Debug> HTTP-Session: 40ec190a-da96-4c14-9ebe-8c90f1b673cf Authenticating user 'default' from [fd00:1122:3344:101::d]:51753 | ||
| 11240 | 2024.11.01 08:25:20.481358 [ 282 ] {} <Debug> HTTP-Session: 40ec190a-da96-4c14-9ebe-8c90f1b673cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11241 | 2024.11.01 08:25:20.481440 [ 282 ] {} <Debug> HTTP-Session: 40ec190a-da96-4c14-9ebe-8c90f1b673cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11242 | 2024.11.01 08:25:20.481528 [ 189 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part | ||
| 11243 | 2024.11.01 08:25:20.481603 [ 282 ] {} <Trace> HTTP-Session: 40ec190a-da96-4c14-9ebe-8c90f1b673cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11244 | 2024.11.01 08:25:20.481721 [ 189 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 42 rows starting from the beginning of the part | ||
| 11245 | 2024.11.01 08:25:20.482086 [ 282 ] {b4d6fc0a-65d9-48a4-873f-dbc8c2e27f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51753) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 11246 | 2024.11.01 08:25:20.482127 [ 189 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 11247 | 2024.11.01 08:25:20.482292 [ 282 ] {b4d6fc0a-65d9-48a4-873f-dbc8c2e27f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11248 | 2024.11.01 08:25:20.482382 [ 189 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 42 rows starting from the beginning of the part | ||
| 11249 | 2024.11.01 08:25:20.483337 [ 282 ] {b4d6fc0a-65d9-48a4-873f-dbc8c2e27f8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11250 | 2024.11.01 08:25:20.484196 [ 282 ] {b4d6fc0a-65d9-48a4-873f-dbc8c2e27f8e} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11251 | 2024.11.01 08:25:20.484274 [ 282 ] {b4d6fc0a-65d9-48a4-873f-dbc8c2e27f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11252 | 2024.11.01 08:25:20.485505 [ 282 ] {b4d6fc0a-65d9-48a4-873f-dbc8c2e27f8e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 11253 | 2024.11.01 08:25:20.485533 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.005088425 sec., 38518.79510850607 rows/sec., 2.95 MiB/sec. | ||
| 11254 | 2024.11.01 08:25:20.486019 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11255 | 2024.11.01 08:25:20.486306 [ 282 ] {b4d6fc0a-65d9-48a4-873f-dbc8c2e27f8e} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11256 | 2024.11.01 08:25:20.486752 [ 282 ] {b4d6fc0a-65d9-48a4-873f-dbc8c2e27f8e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004926 sec., 2842.0625253755584 rows/sec., 199.04 KiB/sec. | ||
| 11257 | 2024.11.01 08:25:20.487180 [ 282 ] {b4d6fc0a-65d9-48a4-873f-dbc8c2e27f8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11258 | 2024.11.01 08:25:20.487190 [ 200 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_41_8} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11259 | 2024.11.01 08:25:20.487213 [ 282 ] {b4d6fc0a-65d9-48a4-873f-dbc8c2e27f8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11260 | 2024.11.01 08:25:20.487266 [ 282 ] {} <Debug> HTTP-Session: 40ec190a-da96-4c14-9ebe-8c90f1b673cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11261 | 2024.11.01 08:25:20.487392 [ 200 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_41_8} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11262 | 2024.11.01 08:25:20.487504 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11263 | 2024.11.01 08:25:20.487606 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 11264 | 2024.11.01 08:25:20.487634 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50821, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11265 | 2024.11.01 08:25:20.487718 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11266 | 2024.11.01 08:25:20.487743 [ 287 ] {} <Debug> HTTP-Session: 036b2c6b-4a55-4d85-901d-33d4ddbc564d Authenticating user 'default' from [fd00:1122:3344:101::d]:50821 | ||
| 11267 | 2024.11.01 08:25:20.487765 [ 287 ] {} <Debug> HTTP-Session: 036b2c6b-4a55-4d85-901d-33d4ddbc564d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11268 | 2024.11.01 08:25:20.487782 [ 287 ] {} <Debug> HTTP-Session: 036b2c6b-4a55-4d85-901d-33d4ddbc564d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11269 | 2024.11.01 08:25:20.487826 [ 287 ] {} <Trace> HTTP-Session: 036b2c6b-4a55-4d85-901d-33d4ddbc564d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11270 | 2024.11.01 08:25:20.487953 [ 287 ] {757fc902-a693-461f-a068-d5ef2cf6efbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50821) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 11271 | 2024.11.01 08:25:20.488007 [ 287 ] {757fc902-a693-461f-a068-d5ef2cf6efbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11272 | 2024.11.01 08:25:20.488277 [ 287 ] {757fc902-a693-461f-a068-d5ef2cf6efbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11273 | 2024.11.01 08:25:20.488615 [ 287 ] {757fc902-a693-461f-a068-d5ef2cf6efbe} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11274 | 2024.11.01 08:25:20.488650 [ 287 ] {757fc902-a693-461f-a068-d5ef2cf6efbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11275 | 2024.11.01 08:25:20.489013 [ 287 ] {757fc902-a693-461f-a068-d5ef2cf6efbe} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11276 | 2024.11.01 08:25:20.489398 [ 287 ] {757fc902-a693-461f-a068-d5ef2cf6efbe} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11277 | 2024.11.01 08:25:20.489535 [ 287 ] {757fc902-a693-461f-a068-d5ef2cf6efbe} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001621 sec., 3701.4188772362736 rows/sec., 218.69 KiB/sec. | ||
| 11278 | 2024.11.01 08:25:20.489712 [ 287 ] {757fc902-a693-461f-a068-d5ef2cf6efbe} <Debug> DynamicQueryHandler: Done processing query | ||
| 11279 | 2024.11.01 08:25:20.489735 [ 287 ] {757fc902-a693-461f-a068-d5ef2cf6efbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11280 | 2024.11.01 08:25:20.489751 [ 287 ] {} <Debug> HTTP-Session: 036b2c6b-4a55-4d85-901d-33d4ddbc564d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11281 | 2024.11.01 08:25:20.490014 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50821, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11282 | 2024.11.01 08:25:20.490145 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55177, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11283 | 2024.11.01 08:25:20.490216 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11284 | 2024.11.01 08:25:20.490240 [ 282 ] {} <Debug> HTTP-Session: fce88575-958e-433a-8649-4b9eb8dda844 Authenticating user 'default' from [fd00:1122:3344:101::d]:55177 | ||
| 11285 | 2024.11.01 08:25:20.490263 [ 282 ] {} <Debug> HTTP-Session: fce88575-958e-433a-8649-4b9eb8dda844 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11286 | 2024.11.01 08:25:20.490280 [ 282 ] {} <Debug> HTTP-Session: fce88575-958e-433a-8649-4b9eb8dda844 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11287 | 2024.11.01 08:25:20.490326 [ 282 ] {} <Trace> HTTP-Session: fce88575-958e-433a-8649-4b9eb8dda844 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11288 | 2024.11.01 08:25:20.490619 [ 282 ] {cac1e386-2f81-4eed-886c-3f43c63a3961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55177) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11289 | 2024.11.01 08:25:20.490677 [ 282 ] {cac1e386-2f81-4eed-886c-3f43c63a3961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11290 | 2024.11.01 08:25:20.490992 [ 282 ] {cac1e386-2f81-4eed-886c-3f43c63a3961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11291 | 2024.11.01 08:25:20.491658 [ 282 ] {cac1e386-2f81-4eed-886c-3f43c63a3961} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11292 | 2024.11.01 08:25:20.491695 [ 282 ] {cac1e386-2f81-4eed-886c-3f43c63a3961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11293 | 2024.11.01 08:25:20.492092 [ 282 ] {cac1e386-2f81-4eed-886c-3f43c63a3961} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11294 | 2024.11.01 08:25:20.492486 [ 282 ] {cac1e386-2f81-4eed-886c-3f43c63a3961} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11295 | 2024.11.01 08:25:20.492657 [ 282 ] {cac1e386-2f81-4eed-886c-3f43c63a3961} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.002174 sec., 195032.1987120515 rows/sec., 13.95 MiB/sec. | ||
| 11296 | 2024.11.01 08:25:20.492958 [ 282 ] {cac1e386-2f81-4eed-886c-3f43c63a3961} <Debug> DynamicQueryHandler: Done processing query | ||
| 11297 | 2024.11.01 08:25:20.493033 [ 282 ] {cac1e386-2f81-4eed-886c-3f43c63a3961} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 11298 | 2024.11.01 08:25:20.493101 [ 282 ] {} <Debug> HTTP-Session: fce88575-958e-433a-8649-4b9eb8dda844 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11299 | 2024.11.01 08:25:20.493364 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55177, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11300 | 2024.11.01 08:25:20.493381 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50821, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11301 | 2024.11.01 08:25:20.493478 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11302 | 2024.11.01 08:25:20.493511 [ 287 ] {} <Debug> HTTP-Session: fb9f65ac-d713-4353-bbe3-b6d1bbe04f91 Authenticating user 'default' from [fd00:1122:3344:101::d]:50821 | ||
| 11303 | 2024.11.01 08:25:20.493536 [ 287 ] {} <Debug> HTTP-Session: fb9f65ac-d713-4353-bbe3-b6d1bbe04f91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11304 | 2024.11.01 08:25:20.493554 [ 287 ] {} <Debug> HTTP-Session: fb9f65ac-d713-4353-bbe3-b6d1bbe04f91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11305 | 2024.11.01 08:25:20.493598 [ 287 ] {} <Trace> HTTP-Session: fb9f65ac-d713-4353-bbe3-b6d1bbe04f91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11306 | 2024.11.01 08:25:20.493726 [ 287 ] {96c5c237-9116-49b8-a51d-bb4aee601149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11307 | 2024.11.01 08:25:20.493784 [ 287 ] {96c5c237-9116-49b8-a51d-bb4aee601149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11308 | 2024.11.01 08:25:20.493975 [ 287 ] {96c5c237-9116-49b8-a51d-bb4aee601149} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11309 | 2024.11.01 08:25:20.494266 [ 287 ] {96c5c237-9116-49b8-a51d-bb4aee601149} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11310 | 2024.11.01 08:25:20.494301 [ 287 ] {96c5c237-9116-49b8-a51d-bb4aee601149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11311 | 2024.11.01 08:25:20.494669 [ 287 ] {96c5c237-9116-49b8-a51d-bb4aee601149} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11312 | 2024.11.01 08:25:20.495032 [ 287 ] {96c5c237-9116-49b8-a51d-bb4aee601149} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11313 | 2024.11.01 08:25:20.495168 [ 287 ] {96c5c237-9116-49b8-a51d-bb4aee601149} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001479 sec., 4056.7951318458418 rows/sec., 211.95 KiB/sec. | ||
| 11314 | 2024.11.01 08:25:20.495379 [ 287 ] {96c5c237-9116-49b8-a51d-bb4aee601149} <Debug> DynamicQueryHandler: Done processing query | ||
| 11315 | 2024.11.01 08:25:20.495403 [ 287 ] {96c5c237-9116-49b8-a51d-bb4aee601149} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11316 | 2024.11.01 08:25:20.495419 [ 287 ] {} <Debug> HTTP-Session: fb9f65ac-d713-4353-bbe3-b6d1bbe04f91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11317 | 2024.11.01 08:25:20.495606 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50821, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11318 | 2024.11.01 08:25:20.495721 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52767, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11319 | 2024.11.01 08:25:20.495828 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11320 | 2024.11.01 08:25:20.495868 [ 282 ] {} <Debug> HTTP-Session: 3c027eaa-b857-408a-bc98-ea5ec717ffcf Authenticating user 'default' from [fd00:1122:3344:101::d]:52767 | ||
| 11321 | 2024.11.01 08:25:20.495901 [ 282 ] {} <Debug> HTTP-Session: 3c027eaa-b857-408a-bc98-ea5ec717ffcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11322 | 2024.11.01 08:25:20.495928 [ 282 ] {} <Debug> HTTP-Session: 3c027eaa-b857-408a-bc98-ea5ec717ffcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11323 | 2024.11.01 08:25:20.495998 [ 282 ] {} <Trace> HTTP-Session: 3c027eaa-b857-408a-bc98-ea5ec717ffcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11324 | 2024.11.01 08:25:20.496303 [ 282 ] {9c3b1f22-f294-42f0-bdb6-7f87d2562ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11325 | 2024.11.01 08:25:20.496357 [ 282 ] {9c3b1f22-f294-42f0-bdb6-7f87d2562ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11326 | 2024.11.01 08:25:20.496619 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64309, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11327 | 2024.11.01 08:25:20.496619 [ 282 ] {9c3b1f22-f294-42f0-bdb6-7f87d2562ce0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11328 | 2024.11.01 08:25:20.497151 [ 282 ] {9c3b1f22-f294-42f0-bdb6-7f87d2562ce0} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11329 | 2024.11.01 08:25:20.497190 [ 282 ] {9c3b1f22-f294-42f0-bdb6-7f87d2562ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11330 | 2024.11.01 08:25:20.497597 [ 282 ] {9c3b1f22-f294-42f0-bdb6-7f87d2562ce0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11331 | 2024.11.01 08:25:20.497950 [ 282 ] {9c3b1f22-f294-42f0-bdb6-7f87d2562ce0} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11332 | 2024.11.01 08:25:20.498126 [ 282 ] {9c3b1f22-f294-42f0-bdb6-7f87d2562ce0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00196 sec., 120918.36734693877 rows/sec., 8.10 MiB/sec. | ||
| 11333 | 2024.11.01 08:25:20.498330 [ 282 ] {9c3b1f22-f294-42f0-bdb6-7f87d2562ce0} <Debug> DynamicQueryHandler: Done processing query | ||
| 11334 | 2024.11.01 08:25:20.498356 [ 282 ] {9c3b1f22-f294-42f0-bdb6-7f87d2562ce0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 11335 | 2024.11.01 08:25:20.498372 [ 282 ] {} <Debug> HTTP-Session: 3c027eaa-b857-408a-bc98-ea5ec717ffcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11336 | 2024.11.01 08:25:20.498564 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52767, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11337 | 2024.11.01 08:25:20.498564 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50821, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11338 | 2024.11.01 08:25:20.498668 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11339 | 2024.11.01 08:25:20.498688 [ 287 ] {} <Debug> HTTP-Session: 7095f857-0410-488d-b4b6-c2eb8e2447ad Authenticating user 'default' from [fd00:1122:3344:101::d]:50821 | ||
| 11340 | 2024.11.01 08:25:20.498716 [ 287 ] {} <Debug> HTTP-Session: 7095f857-0410-488d-b4b6-c2eb8e2447ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11341 | 2024.11.01 08:25:20.498732 [ 287 ] {} <Debug> HTTP-Session: 7095f857-0410-488d-b4b6-c2eb8e2447ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11342 | 2024.11.01 08:25:20.498770 [ 287 ] {} <Trace> HTTP-Session: 7095f857-0410-488d-b4b6-c2eb8e2447ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11343 | 2024.11.01 08:25:20.498874 [ 287 ] {cc63c716-83f1-49c9-adc9-afc67b6e3031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50821) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 11344 | 2024.11.01 08:25:20.498923 [ 287 ] {cc63c716-83f1-49c9-adc9-afc67b6e3031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11345 | 2024.11.01 08:25:20.499083 [ 287 ] {cc63c716-83f1-49c9-adc9-afc67b6e3031} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11346 | 2024.11.01 08:25:20.499357 [ 287 ] {cc63c716-83f1-49c9-adc9-afc67b6e3031} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11347 | 2024.11.01 08:25:20.499392 [ 287 ] {cc63c716-83f1-49c9-adc9-afc67b6e3031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11348 | 2024.11.01 08:25:20.499754 [ 287 ] {cc63c716-83f1-49c9-adc9-afc67b6e3031} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 11349 | 2024.11.01 08:25:20.500089 [ 287 ] {cc63c716-83f1-49c9-adc9-afc67b6e3031} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11350 | 2024.11.01 08:25:20.500233 [ 287 ] {cc63c716-83f1-49c9-adc9-afc67b6e3031} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001386 sec., 721.5007215007215 rows/sec., 48.62 KiB/sec. | ||
| 11351 | 2024.11.01 08:25:20.500413 [ 287 ] {cc63c716-83f1-49c9-adc9-afc67b6e3031} <Debug> DynamicQueryHandler: Done processing query | ||
| 11352 | 2024.11.01 08:25:20.500439 [ 287 ] {cc63c716-83f1-49c9-adc9-afc67b6e3031} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 11353 | 2024.11.01 08:25:20.500456 [ 287 ] {} <Debug> HTTP-Session: 7095f857-0410-488d-b4b6-c2eb8e2447ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11354 | 2024.11.01 08:25:20.500624 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50821, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11355 | 2024.11.01 08:25:20.500737 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45970, User-Agent: (none), Length: 70713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11356 | 2024.11.01 08:25:20.500805 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11357 | 2024.11.01 08:25:20.500830 [ 282 ] {} <Debug> HTTP-Session: 14eaba26-a8d2-444a-8e08-984ae85242d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45970 | ||
| 11358 | 2024.11.01 08:25:20.500851 [ 282 ] {} <Debug> HTTP-Session: 14eaba26-a8d2-444a-8e08-984ae85242d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11359 | 2024.11.01 08:25:20.500868 [ 282 ] {} <Debug> HTTP-Session: 14eaba26-a8d2-444a-8e08-984ae85242d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11360 | 2024.11.01 08:25:20.500913 [ 282 ] {} <Trace> HTTP-Session: 14eaba26-a8d2-444a-8e08-984ae85242d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11361 | 2024.11.01 08:25:20.501378 [ 282 ] {8c624d40-d0a7-47e1-b966-2879e83ed2d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45970) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11362 | 2024.11.01 08:25:20.501459 [ 282 ] {8c624d40-d0a7-47e1-b966-2879e83ed2d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11363 | 2024.11.01 08:25:20.501955 [ 282 ] {8c624d40-d0a7-47e1-b966-2879e83ed2d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11364 | 2024.11.01 08:25:20.502776 [ 282 ] {8c624d40-d0a7-47e1-b966-2879e83ed2d5} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11365 | 2024.11.01 08:25:20.502814 [ 282 ] {8c624d40-d0a7-47e1-b966-2879e83ed2d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11366 | 2024.11.01 08:25:20.503496 [ 282 ] {8c624d40-d0a7-47e1-b966-2879e83ed2d5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 11367 | 2024.11.01 08:25:20.503925 [ 282 ] {8c624d40-d0a7-47e1-b966-2879e83ed2d5} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11368 | 2024.11.01 08:25:20.504134 [ 282 ] {8c624d40-d0a7-47e1-b966-2879e83ed2d5} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.00309 sec., 13592.233009708738 rows/sec., 24.36 MiB/sec. | ||
| 11369 | 2024.11.01 08:25:20.504740 [ 282 ] {8c624d40-d0a7-47e1-b966-2879e83ed2d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 11370 | 2024.11.01 08:25:20.504766 [ 282 ] {8c624d40-d0a7-47e1-b966-2879e83ed2d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 11371 | 2024.11.01 08:25:20.504782 [ 282 ] {} <Debug> HTTP-Session: 14eaba26-a8d2-444a-8e08-984ae85242d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11372 | 2024.11.01 08:25:20.504956 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50821, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11373 | 2024.11.01 08:25:20.504980 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45970, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11374 | 2024.11.01 08:25:20.505059 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11375 | 2024.11.01 08:25:20.505093 [ 287 ] {} <Debug> HTTP-Session: e04b4af6-7a13-4048-bd9a-740459c0f74e Authenticating user 'default' from [fd00:1122:3344:101::d]:50821 | ||
| 11376 | 2024.11.01 08:25:20.505111 [ 287 ] {} <Debug> HTTP-Session: e04b4af6-7a13-4048-bd9a-740459c0f74e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11377 | 2024.11.01 08:25:20.505128 [ 287 ] {} <Debug> HTTP-Session: e04b4af6-7a13-4048-bd9a-740459c0f74e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11378 | 2024.11.01 08:25:20.505179 [ 287 ] {} <Trace> HTTP-Session: e04b4af6-7a13-4048-bd9a-740459c0f74e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11379 | 2024.11.01 08:25:20.505329 [ 287 ] {b5761514-65fc-447f-887c-a149cd8d3854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11380 | 2024.11.01 08:25:20.505378 [ 287 ] {b5761514-65fc-447f-887c-a149cd8d3854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11381 | 2024.11.01 08:25:20.505540 [ 287 ] {b5761514-65fc-447f-887c-a149cd8d3854} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11382 | 2024.11.01 08:25:20.505857 [ 287 ] {b5761514-65fc-447f-887c-a149cd8d3854} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11383 | 2024.11.01 08:25:20.505892 [ 287 ] {b5761514-65fc-447f-887c-a149cd8d3854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11384 | 2024.11.01 08:25:20.506265 [ 287 ] {b5761514-65fc-447f-887c-a149cd8d3854} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11385 | 2024.11.01 08:25:20.506599 [ 287 ] {b5761514-65fc-447f-887c-a149cd8d3854} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11386 | 2024.11.01 08:25:20.506723 [ 287 ] {b5761514-65fc-447f-887c-a149cd8d3854} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001454 sec., 56396.148555708394 rows/sec., 3.58 MiB/sec. | ||
| 11387 | 2024.11.01 08:25:20.506965 [ 287 ] {b5761514-65fc-447f-887c-a149cd8d3854} <Debug> DynamicQueryHandler: Done processing query | ||
| 11388 | 2024.11.01 08:25:20.507026 [ 287 ] {b5761514-65fc-447f-887c-a149cd8d3854} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11389 | 2024.11.01 08:25:20.507082 [ 287 ] {} <Debug> HTTP-Session: e04b4af6-7a13-4048-bd9a-740459c0f74e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11390 | 2024.11.01 08:25:20.507881 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50821, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11391 | 2024.11.01 08:25:20.713631 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63978, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11392 | 2024.11.01 08:25:20.729071 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39983, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11393 | 2024.11.01 08:25:20.790501 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43595, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11394 | 2024.11.01 08:25:20.809802 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38786, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11395 | 2024.11.01 08:25:20.892088 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63794, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11396 | 2024.11.01 08:25:21.000172 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.63 MiB, peak 181.32 MiB, free memory in arenas 0.00 B, will set to 172.48 MiB (RSS), difference: -1.15 MiB | ||
| 11397 | 2024.11.01 08:25:21.077488 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36610, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11398 | 2024.11.01 08:25:21.479050 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45259, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11399 | 2024.11.01 08:25:21.552663 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53588, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11400 | 2024.11.01 08:25:21.745846 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11401 | 2024.11.01 08:25:21.879648 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65034, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11402 | 2024.11.01 08:25:21.879943 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52849, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11403 | 2024.11.01 08:25:21.939451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39427, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11404 | 2024.11.01 08:25:21.970768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52352, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11405 | 2024.11.01 08:25:22.150433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33625, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11406 | 2024.11.01 08:25:22.562443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42984, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11407 | 2024.11.01 08:25:22.759287 [ 115 ] {} <Debug> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 11408 | 2024.11.01 08:25:22.759375 [ 115 ] {} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11409 | 2024.11.01 08:25:22.759418 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11410 | 2024.11.01 08:25:22.759648 [ 186 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 11411 | 2024.11.01 08:25:22.759895 [ 186 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11412 | 2024.11.01 08:25:22.759934 [ 186 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
| 11413 | 2024.11.01 08:25:22.760015 [ 186 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 11414 | 2024.11.01 08:25:22.760234 [ 186 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 11415 | 2024.11.01 08:25:22.760471 [ 186 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
| 11416 | 2024.11.01 08:25:22.760631 [ 186 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
| 11417 | 2024.11.01 08:25:22.761694 [ 195 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002176483 sec., 16540.446215293206 rows/sec., 1.38 MiB/sec. | ||
| 11418 | 2024.11.01 08:25:22.761875 [ 195 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 11419 | 2024.11.01 08:25:22.762387 [ 195 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_17_4} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11420 | 2024.11.01 08:25:22.762481 [ 195 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_17_4} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 11421 | 2024.11.01 08:25:22.762583 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11422 | 2024.11.01 08:25:22.848695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11423 | 2024.11.01 08:25:22.948010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44207, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11424 | 2024.11.01 08:25:22.975561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45348, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11425 | 2024.11.01 08:25:23.046552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40623, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11426 | 2024.11.01 08:25:23.056900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33862, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11427 | 2024.11.01 08:25:23.069219 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11428 | 2024.11.01 08:25:23.948567 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1048 | ||
| 11429 | 2024.11.01 08:25:23.951331 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11430 | 2024.11.01 08:25:23.951385 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11431 | 2024.11.01 08:25:23.952917 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 11432 | 2024.11.01 08:25:23.953909 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11433 | 2024.11.01 08:25:23.955207 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1048 | ||
| 11434 | 2024.11.01 08:25:25.466330 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34803, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11435 | 2024.11.01 08:25:25.466464 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11436 | 2024.11.01 08:25:25.466493 [ 303 ] {} <Debug> HTTP-Session: 38660915-f68c-4023-b9c0-6f18bcf4b31c Authenticating user 'default' from [fd00:1122:3344:101::d]:34803 | ||
| 11437 | 2024.11.01 08:25:25.466517 [ 303 ] {} <Debug> HTTP-Session: 38660915-f68c-4023-b9c0-6f18bcf4b31c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11438 | 2024.11.01 08:25:25.466532 [ 303 ] {} <Debug> HTTP-Session: 38660915-f68c-4023-b9c0-6f18bcf4b31c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11439 | 2024.11.01 08:25:25.466583 [ 303 ] {} <Trace> HTTP-Session: 38660915-f68c-4023-b9c0-6f18bcf4b31c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11440 | 2024.11.01 08:25:25.466779 [ 303 ] {ac2d5e67-1933-4c9b-8ae8-746c818b3aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34803) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11441 | 2024.11.01 08:25:25.466849 [ 303 ] {ac2d5e67-1933-4c9b-8ae8-746c818b3aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11442 | 2024.11.01 08:25:25.467190 [ 303 ] {ac2d5e67-1933-4c9b-8ae8-746c818b3aea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11443 | 2024.11.01 08:25:25.467619 [ 303 ] {ac2d5e67-1933-4c9b-8ae8-746c818b3aea} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11444 | 2024.11.01 08:25:25.467662 [ 303 ] {ac2d5e67-1933-4c9b-8ae8-746c818b3aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11445 | 2024.11.01 08:25:25.468078 [ 303 ] {ac2d5e67-1933-4c9b-8ae8-746c818b3aea} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11446 | 2024.11.01 08:25:25.468481 [ 303 ] {ac2d5e67-1933-4c9b-8ae8-746c818b3aea} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11447 | 2024.11.01 08:25:25.468640 [ 303 ] {ac2d5e67-1933-4c9b-8ae8-746c818b3aea} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001928 sec., 3112.033195020747 rows/sec., 253.76 KiB/sec. | ||
| 11448 | 2024.11.01 08:25:25.468847 [ 303 ] {ac2d5e67-1933-4c9b-8ae8-746c818b3aea} <Debug> DynamicQueryHandler: Done processing query | ||
| 11449 | 2024.11.01 08:25:25.468874 [ 303 ] {ac2d5e67-1933-4c9b-8ae8-746c818b3aea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11450 | 2024.11.01 08:25:25.468890 [ 303 ] {} <Debug> HTTP-Session: 38660915-f68c-4023-b9c0-6f18bcf4b31c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11451 | 2024.11.01 08:25:25.469087 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34803, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11452 | 2024.11.01 08:25:25.469175 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35105, User-Agent: (none), Length: 8195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11453 | 2024.11.01 08:25:25.469307 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11454 | 2024.11.01 08:25:25.469335 [ 304 ] {} <Debug> HTTP-Session: 4d11d40b-233e-4cc7-af33-f28dced27a51 Authenticating user 'default' from [fd00:1122:3344:101::d]:35105 | ||
| 11455 | 2024.11.01 08:25:25.469361 [ 304 ] {} <Debug> HTTP-Session: 4d11d40b-233e-4cc7-af33-f28dced27a51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11456 | 2024.11.01 08:25:25.469376 [ 304 ] {} <Debug> HTTP-Session: 4d11d40b-233e-4cc7-af33-f28dced27a51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11457 | 2024.11.01 08:25:25.469434 [ 304 ] {} <Trace> HTTP-Session: 4d11d40b-233e-4cc7-af33-f28dced27a51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11458 | 2024.11.01 08:25:25.469643 [ 304 ] {f640130d-be3a-4d3d-a740-134826a5ed98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35105) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11459 | 2024.11.01 08:25:25.469723 [ 304 ] {f640130d-be3a-4d3d-a740-134826a5ed98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11460 | 2024.11.01 08:25:25.470079 [ 304 ] {f640130d-be3a-4d3d-a740-134826a5ed98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11461 | 2024.11.01 08:25:25.470518 [ 304 ] {f640130d-be3a-4d3d-a740-134826a5ed98} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11462 | 2024.11.01 08:25:25.470566 [ 304 ] {f640130d-be3a-4d3d-a740-134826a5ed98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11463 | 2024.11.01 08:25:25.471003 [ 304 ] {f640130d-be3a-4d3d-a740-134826a5ed98} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11464 | 2024.11.01 08:25:25.471421 [ 304 ] {f640130d-be3a-4d3d-a740-134826a5ed98} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11465 | 2024.11.01 08:25:25.471598 [ 304 ] {f640130d-be3a-4d3d-a740-134826a5ed98} <Debug> executeQuery: Read 59 rows, 4.60 KiB in 0.002026 sec., 29121.42152023692 rows/sec., 2.22 MiB/sec. | ||
| 11466 | 2024.11.01 08:25:25.471810 [ 304 ] {f640130d-be3a-4d3d-a740-134826a5ed98} <Debug> DynamicQueryHandler: Done processing query | ||
| 11467 | 2024.11.01 08:25:25.471838 [ 304 ] {f640130d-be3a-4d3d-a740-134826a5ed98} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11468 | 2024.11.01 08:25:25.471855 [ 304 ] {} <Debug> HTTP-Session: 4d11d40b-233e-4cc7-af33-f28dced27a51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11469 | 2024.11.01 08:25:25.472027 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35105, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11470 | 2024.11.01 08:25:25.472092 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61556, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11471 | 2024.11.01 08:25:25.472201 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11472 | 2024.11.01 08:25:25.472232 [ 303 ] {} <Debug> HTTP-Session: 9d5b9f6e-6271-43e0-8620-45d8c311cd9a Authenticating user 'default' from [fd00:1122:3344:101::d]:61556 | ||
| 11473 | 2024.11.01 08:25:25.472255 [ 303 ] {} <Debug> HTTP-Session: 9d5b9f6e-6271-43e0-8620-45d8c311cd9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11474 | 2024.11.01 08:25:25.472273 [ 303 ] {} <Debug> HTTP-Session: 9d5b9f6e-6271-43e0-8620-45d8c311cd9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11475 | 2024.11.01 08:25:25.472321 [ 303 ] {} <Trace> HTTP-Session: 9d5b9f6e-6271-43e0-8620-45d8c311cd9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11476 | 2024.11.01 08:25:25.472451 [ 303 ] {51d3c159-254f-48e6-8a4b-63914577e480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61556) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11477 | 2024.11.01 08:25:25.472509 [ 303 ] {51d3c159-254f-48e6-8a4b-63914577e480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11478 | 2024.11.01 08:25:25.472829 [ 303 ] {51d3c159-254f-48e6-8a4b-63914577e480} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11479 | 2024.11.01 08:25:25.473197 [ 303 ] {51d3c159-254f-48e6-8a4b-63914577e480} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11480 | 2024.11.01 08:25:25.473240 [ 303 ] {51d3c159-254f-48e6-8a4b-63914577e480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11481 | 2024.11.01 08:25:25.473595 [ 303 ] {51d3c159-254f-48e6-8a4b-63914577e480} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11482 | 2024.11.01 08:25:25.473997 [ 303 ] {51d3c159-254f-48e6-8a4b-63914577e480} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11483 | 2024.11.01 08:25:25.474163 [ 303 ] {51d3c159-254f-48e6-8a4b-63914577e480} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001741 sec., 3446.2952326249283 rows/sec., 240.63 KiB/sec. | ||
| 11484 | 2024.11.01 08:25:25.474351 [ 303 ] {51d3c159-254f-48e6-8a4b-63914577e480} <Debug> DynamicQueryHandler: Done processing query | ||
| 11485 | 2024.11.01 08:25:25.474376 [ 303 ] {51d3c159-254f-48e6-8a4b-63914577e480} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11486 | 2024.11.01 08:25:25.474392 [ 303 ] {} <Debug> HTTP-Session: 9d5b9f6e-6271-43e0-8620-45d8c311cd9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11487 | 2024.11.01 08:25:25.474558 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61556, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11488 | 2024.11.01 08:25:25.474655 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39485, User-Agent: (none), Length: 11895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11489 | 2024.11.01 08:25:25.474730 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11490 | 2024.11.01 08:25:25.474756 [ 304 ] {} <Debug> HTTP-Session: e4cc1461-23c7-4613-b47e-0571ddc92f5f Authenticating user 'default' from [fd00:1122:3344:101::d]:39485 | ||
| 11491 | 2024.11.01 08:25:25.474778 [ 304 ] {} <Debug> HTTP-Session: e4cc1461-23c7-4613-b47e-0571ddc92f5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11492 | 2024.11.01 08:25:25.474796 [ 304 ] {} <Debug> HTTP-Session: e4cc1461-23c7-4613-b47e-0571ddc92f5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11493 | 2024.11.01 08:25:25.474847 [ 304 ] {} <Trace> HTTP-Session: e4cc1461-23c7-4613-b47e-0571ddc92f5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11494 | 2024.11.01 08:25:25.475015 [ 304 ] {ddd2f07a-adc6-47d2-bce2-76a5d69313f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39485) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11495 | 2024.11.01 08:25:25.475074 [ 304 ] {ddd2f07a-adc6-47d2-bce2-76a5d69313f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11496 | 2024.11.01 08:25:25.475373 [ 304 ] {ddd2f07a-adc6-47d2-bce2-76a5d69313f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11497 | 2024.11.01 08:25:25.475713 [ 304 ] {ddd2f07a-adc6-47d2-bce2-76a5d69313f0} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11498 | 2024.11.01 08:25:25.475752 [ 304 ] {ddd2f07a-adc6-47d2-bce2-76a5d69313f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11499 | 2024.11.01 08:25:25.476120 [ 304 ] {ddd2f07a-adc6-47d2-bce2-76a5d69313f0} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11500 | 2024.11.01 08:25:25.476492 [ 304 ] {ddd2f07a-adc6-47d2-bce2-76a5d69313f0} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11501 | 2024.11.01 08:25:25.476632 [ 304 ] {ddd2f07a-adc6-47d2-bce2-76a5d69313f0} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001679 sec., 41691.48302561048 rows/sec., 3.26 MiB/sec. | ||
| 11502 | 2024.11.01 08:25:25.476817 [ 304 ] {ddd2f07a-adc6-47d2-bce2-76a5d69313f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 11503 | 2024.11.01 08:25:25.476841 [ 304 ] {ddd2f07a-adc6-47d2-bce2-76a5d69313f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11504 | 2024.11.01 08:25:25.476858 [ 304 ] {} <Debug> HTTP-Session: e4cc1461-23c7-4613-b47e-0571ddc92f5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11505 | 2024.11.01 08:25:25.477059 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39485, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11506 | 2024.11.01 08:25:25.477119 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61556, User-Agent: (none), Length: 25063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11507 | 2024.11.01 08:25:25.477220 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11508 | 2024.11.01 08:25:25.477243 [ 303 ] {} <Debug> HTTP-Session: faba805b-46cb-4823-8fe6-422c01ffc088 Authenticating user 'default' from [fd00:1122:3344:101::d]:61556 | ||
| 11509 | 2024.11.01 08:25:25.477262 [ 303 ] {} <Debug> HTTP-Session: faba805b-46cb-4823-8fe6-422c01ffc088 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11510 | 2024.11.01 08:25:25.477276 [ 303 ] {} <Debug> HTTP-Session: faba805b-46cb-4823-8fe6-422c01ffc088 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11511 | 2024.11.01 08:25:25.477319 [ 303 ] {} <Trace> HTTP-Session: faba805b-46cb-4823-8fe6-422c01ffc088 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11512 | 2024.11.01 08:25:25.477480 [ 303 ] {a08dc4f9-abf8-46de-99c4-0a175001bced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61556) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11513 | 2024.11.01 08:25:25.477533 [ 303 ] {a08dc4f9-abf8-46de-99c4-0a175001bced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11514 | 2024.11.01 08:25:25.477723 [ 303 ] {a08dc4f9-abf8-46de-99c4-0a175001bced} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11515 | 2024.11.01 08:25:25.478086 [ 303 ] {a08dc4f9-abf8-46de-99c4-0a175001bced} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11516 | 2024.11.01 08:25:25.478122 [ 303 ] {a08dc4f9-abf8-46de-99c4-0a175001bced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11517 | 2024.11.01 08:25:25.478530 [ 303 ] {a08dc4f9-abf8-46de-99c4-0a175001bced} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11518 | 2024.11.01 08:25:25.478898 [ 303 ] {a08dc4f9-abf8-46de-99c4-0a175001bced} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11519 | 2024.11.01 08:25:25.479101 [ 303 ] {a08dc4f9-abf8-46de-99c4-0a175001bced} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.001693 sec., 77377.43650324867 rows/sec., 5.39 MiB/sec. | ||
| 11520 | 2024.11.01 08:25:25.479370 [ 303 ] {a08dc4f9-abf8-46de-99c4-0a175001bced} <Debug> DynamicQueryHandler: Done processing query | ||
| 11521 | 2024.11.01 08:25:25.479417 [ 303 ] {a08dc4f9-abf8-46de-99c4-0a175001bced} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11522 | 2024.11.01 08:25:25.479462 [ 303 ] {} <Debug> HTTP-Session: faba805b-46cb-4823-8fe6-422c01ffc088 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11523 | 2024.11.01 08:25:25.479700 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61556, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11524 | 2024.11.01 08:25:25.479803 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42836, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11525 | 2024.11.01 08:25:25.479877 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11526 | 2024.11.01 08:25:25.479905 [ 304 ] {} <Debug> HTTP-Session: dca58f54-b3fd-4c38-8d23-1b4c16704415 Authenticating user 'default' from [fd00:1122:3344:101::d]:42836 | ||
| 11527 | 2024.11.01 08:25:25.479998 [ 304 ] {} <Debug> HTTP-Session: dca58f54-b3fd-4c38-8d23-1b4c16704415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11528 | 2024.11.01 08:25:25.480015 [ 304 ] {} <Debug> HTTP-Session: dca58f54-b3fd-4c38-8d23-1b4c16704415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11529 | 2024.11.01 08:25:25.480083 [ 304 ] {} <Trace> HTTP-Session: dca58f54-b3fd-4c38-8d23-1b4c16704415 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11530 | 2024.11.01 08:25:25.480223 [ 304 ] {3d586e07-82dd-451e-afef-fd03168f5a9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42836) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11531 | 2024.11.01 08:25:25.480275 [ 304 ] {3d586e07-82dd-451e-afef-fd03168f5a9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11532 | 2024.11.01 08:25:25.480444 [ 304 ] {3d586e07-82dd-451e-afef-fd03168f5a9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11533 | 2024.11.01 08:25:25.480735 [ 304 ] {3d586e07-82dd-451e-afef-fd03168f5a9b} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11534 | 2024.11.01 08:25:25.480779 [ 304 ] {3d586e07-82dd-451e-afef-fd03168f5a9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11535 | 2024.11.01 08:25:25.481181 [ 304 ] {3d586e07-82dd-451e-afef-fd03168f5a9b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11536 | 2024.11.01 08:25:25.481541 [ 304 ] {3d586e07-82dd-451e-afef-fd03168f5a9b} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11537 | 2024.11.01 08:25:25.481699 [ 304 ] {3d586e07-82dd-451e-afef-fd03168f5a9b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001521 sec., 31558.185404339252 rows/sec., 2.13 MiB/sec. | ||
| 11538 | 2024.11.01 08:25:25.481904 [ 304 ] {3d586e07-82dd-451e-afef-fd03168f5a9b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11539 | 2024.11.01 08:25:25.481931 [ 304 ] {3d586e07-82dd-451e-afef-fd03168f5a9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11540 | 2024.11.01 08:25:25.481948 [ 304 ] {} <Debug> HTTP-Session: dca58f54-b3fd-4c38-8d23-1b4c16704415 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11541 | 2024.11.01 08:25:25.482148 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42836, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11542 | 2024.11.01 08:25:28.638962 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11543 | 2024.11.01 08:25:28.639031 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11544 | 2024.11.01 08:25:30.467045 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40264, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11545 | 2024.11.01 08:25:30.467211 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11546 | 2024.11.01 08:25:30.467254 [ 286 ] {} <Debug> HTTP-Session: 96d4d71d-386b-4474-aa56-246c4c5cfe2d Authenticating user 'default' from [fd00:1122:3344:101::d]:40264 | ||
| 11547 | 2024.11.01 08:25:30.467293 [ 286 ] {} <Debug> HTTP-Session: 96d4d71d-386b-4474-aa56-246c4c5cfe2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11548 | 2024.11.01 08:25:30.467320 [ 286 ] {} <Debug> HTTP-Session: 96d4d71d-386b-4474-aa56-246c4c5cfe2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11549 | 2024.11.01 08:25:30.467400 [ 286 ] {} <Trace> HTTP-Session: 96d4d71d-386b-4474-aa56-246c4c5cfe2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11550 | 2024.11.01 08:25:30.467615 [ 286 ] {a9ec9711-3ab8-46ef-a832-d65ba4ee087b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40264) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11551 | 2024.11.01 08:25:30.467686 [ 286 ] {a9ec9711-3ab8-46ef-a832-d65ba4ee087b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11552 | 2024.11.01 08:25:30.468032 [ 286 ] {a9ec9711-3ab8-46ef-a832-d65ba4ee087b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11553 | 2024.11.01 08:25:30.468538 [ 286 ] {a9ec9711-3ab8-46ef-a832-d65ba4ee087b} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11554 | 2024.11.01 08:25:30.468583 [ 286 ] {a9ec9711-3ab8-46ef-a832-d65ba4ee087b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11555 | 2024.11.01 08:25:30.469005 [ 286 ] {a9ec9711-3ab8-46ef-a832-d65ba4ee087b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 11556 | 2024.11.01 08:25:30.469404 [ 286 ] {a9ec9711-3ab8-46ef-a832-d65ba4ee087b} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11557 | 2024.11.01 08:25:30.469589 [ 286 ] {a9ec9711-3ab8-46ef-a832-d65ba4ee087b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002038 sec., 27477.91952894995 rows/sec., 2.10 MiB/sec. | ||
| 11558 | 2024.11.01 08:25:30.469859 [ 286 ] {a9ec9711-3ab8-46ef-a832-d65ba4ee087b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11559 | 2024.11.01 08:25:30.469898 [ 286 ] {a9ec9711-3ab8-46ef-a832-d65ba4ee087b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11560 | 2024.11.01 08:25:30.469925 [ 286 ] {} <Debug> HTTP-Session: 96d4d71d-386b-4474-aa56-246c4c5cfe2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11561 | 2024.11.01 08:25:30.470160 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11562 | 2024.11.01 08:25:30.470253 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56381, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11563 | 2024.11.01 08:25:30.470322 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11564 | 2024.11.01 08:25:30.470346 [ 303 ] {} <Debug> HTTP-Session: 3fdc04fe-933e-4426-a88f-702021bff488 Authenticating user 'default' from [fd00:1122:3344:101::d]:56381 | ||
| 11565 | 2024.11.01 08:25:30.470367 [ 303 ] {} <Debug> HTTP-Session: 3fdc04fe-933e-4426-a88f-702021bff488 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11566 | 2024.11.01 08:25:30.470383 [ 303 ] {} <Debug> HTTP-Session: 3fdc04fe-933e-4426-a88f-702021bff488 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11567 | 2024.11.01 08:25:30.470417 [ 303 ] {} <Trace> HTTP-Session: 3fdc04fe-933e-4426-a88f-702021bff488 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11568 | 2024.11.01 08:25:30.470551 [ 303 ] {e809edbc-d20b-4858-bd01-54e2be45a0c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56381) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11569 | 2024.11.01 08:25:30.470600 [ 303 ] {e809edbc-d20b-4858-bd01-54e2be45a0c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11570 | 2024.11.01 08:25:30.470837 [ 303 ] {e809edbc-d20b-4858-bd01-54e2be45a0c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11571 | 2024.11.01 08:25:30.471287 [ 303 ] {e809edbc-d20b-4858-bd01-54e2be45a0c2} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11572 | 2024.11.01 08:25:30.471325 [ 303 ] {e809edbc-d20b-4858-bd01-54e2be45a0c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11573 | 2024.11.01 08:25:30.471694 [ 303 ] {e809edbc-d20b-4858-bd01-54e2be45a0c2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 11574 | 2024.11.01 08:25:30.472063 [ 303 ] {e809edbc-d20b-4858-bd01-54e2be45a0c2} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11575 | 2024.11.01 08:25:30.472241 [ 303 ] {e809edbc-d20b-4858-bd01-54e2be45a0c2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001722 sec., 37166.08594657375 rows/sec., 2.90 MiB/sec. | ||
| 11576 | 2024.11.01 08:25:30.472431 [ 303 ] {e809edbc-d20b-4858-bd01-54e2be45a0c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 11577 | 2024.11.01 08:25:30.472456 [ 303 ] {e809edbc-d20b-4858-bd01-54e2be45a0c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11578 | 2024.11.01 08:25:30.472472 [ 303 ] {} <Debug> HTTP-Session: 3fdc04fe-933e-4426-a88f-702021bff488 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11579 | 2024.11.01 08:25:30.472654 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56381, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11580 | 2024.11.01 08:25:30.472785 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56624, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11581 | 2024.11.01 08:25:30.472843 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11582 | 2024.11.01 08:25:30.472864 [ 286 ] {} <Debug> HTTP-Session: f0a38c90-7d39-4edc-be47-258d2db8aac6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56624 | ||
| 11583 | 2024.11.01 08:25:30.472883 [ 286 ] {} <Debug> HTTP-Session: f0a38c90-7d39-4edc-be47-258d2db8aac6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11584 | 2024.11.01 08:25:30.472898 [ 286 ] {} <Debug> HTTP-Session: f0a38c90-7d39-4edc-be47-258d2db8aac6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11585 | 2024.11.01 08:25:30.472930 [ 286 ] {} <Trace> HTTP-Session: f0a38c90-7d39-4edc-be47-258d2db8aac6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11586 | 2024.11.01 08:25:30.473081 [ 286 ] {cbee3e08-ea08-4199-a012-b2abc1924ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56624) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11587 | 2024.11.01 08:25:30.473129 [ 286 ] {cbee3e08-ea08-4199-a012-b2abc1924ff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11588 | 2024.11.01 08:25:30.473283 [ 286 ] {cbee3e08-ea08-4199-a012-b2abc1924ff6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11589 | 2024.11.01 08:25:30.473723 [ 286 ] {cbee3e08-ea08-4199-a012-b2abc1924ff6} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11590 | 2024.11.01 08:25:30.473760 [ 286 ] {cbee3e08-ea08-4199-a012-b2abc1924ff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11591 | 2024.11.01 08:25:30.474159 [ 286 ] {cbee3e08-ea08-4199-a012-b2abc1924ff6} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 11592 | 2024.11.01 08:25:30.474517 [ 286 ] {cbee3e08-ea08-4199-a012-b2abc1924ff6} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11593 | 2024.11.01 08:25:30.474688 [ 286 ] {cbee3e08-ea08-4199-a012-b2abc1924ff6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001663 sec., 96211.66566446182 rows/sec., 6.70 MiB/sec. | ||
| 11594 | 2024.11.01 08:25:30.474869 [ 286 ] {cbee3e08-ea08-4199-a012-b2abc1924ff6} <Debug> DynamicQueryHandler: Done processing query | ||
| 11595 | 2024.11.01 08:25:30.474894 [ 286 ] {cbee3e08-ea08-4199-a012-b2abc1924ff6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11596 | 2024.11.01 08:25:30.474911 [ 286 ] {} <Debug> HTTP-Session: f0a38c90-7d39-4edc-be47-258d2db8aac6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11597 | 2024.11.01 08:25:30.475068 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56381, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11598 | 2024.11.01 08:25:30.475080 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56624, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11599 | 2024.11.01 08:25:30.475134 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11600 | 2024.11.01 08:25:30.475161 [ 303 ] {} <Debug> HTTP-Session: 4b197590-caaf-4856-83d1-9d4df7b83f55 Authenticating user 'default' from [fd00:1122:3344:101::d]:56381 | ||
| 11601 | 2024.11.01 08:25:30.475185 [ 303 ] {} <Debug> HTTP-Session: 4b197590-caaf-4856-83d1-9d4df7b83f55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11602 | 2024.11.01 08:25:30.475207 [ 303 ] {} <Debug> HTTP-Session: 4b197590-caaf-4856-83d1-9d4df7b83f55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11603 | 2024.11.01 08:25:30.475245 [ 303 ] {} <Trace> HTTP-Session: 4b197590-caaf-4856-83d1-9d4df7b83f55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11604 | 2024.11.01 08:25:30.475400 [ 303 ] {43c83343-a9be-4e65-b38b-3c1386c5d7c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56381) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11605 | 2024.11.01 08:25:30.475456 [ 303 ] {43c83343-a9be-4e65-b38b-3c1386c5d7c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11606 | 2024.11.01 08:25:30.475620 [ 303 ] {43c83343-a9be-4e65-b38b-3c1386c5d7c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11607 | 2024.11.01 08:25:30.475988 [ 303 ] {43c83343-a9be-4e65-b38b-3c1386c5d7c2} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11608 | 2024.11.01 08:25:30.476033 [ 303 ] {43c83343-a9be-4e65-b38b-3c1386c5d7c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11609 | 2024.11.01 08:25:30.476462 [ 303 ] {43c83343-a9be-4e65-b38b-3c1386c5d7c2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 11610 | 2024.11.01 08:25:30.476794 [ 303 ] {43c83343-a9be-4e65-b38b-3c1386c5d7c2} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11611 | 2024.11.01 08:25:30.476958 [ 303 ] {43c83343-a9be-4e65-b38b-3c1386c5d7c2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001619 sec., 37059.91352686844 rows/sec., 2.50 MiB/sec. | ||
| 11612 | 2024.11.01 08:25:30.477226 [ 303 ] {43c83343-a9be-4e65-b38b-3c1386c5d7c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 11613 | 2024.11.01 08:25:30.477288 [ 303 ] {43c83343-a9be-4e65-b38b-3c1386c5d7c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11614 | 2024.11.01 08:25:30.477353 [ 303 ] {} <Debug> HTTP-Session: 4b197590-caaf-4856-83d1-9d4df7b83f55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11615 | 2024.11.01 08:25:30.477651 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56381, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11616 | 2024.11.01 08:25:33.956325 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1068 | ||
| 11617 | 2024.11.01 08:25:33.959210 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11618 | 2024.11.01 08:25:33.959258 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11619 | 2024.11.01 08:25:33.960792 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11620 | 2024.11.01 08:25:33.961802 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11621 | 2024.11.01 08:25:33.963161 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1068 | ||
| 11622 | 2024.11.01 08:25:35.474114 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49886, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11623 | 2024.11.01 08:25:35.474250 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11624 | 2024.11.01 08:25:35.474280 [ 302 ] {} <Debug> HTTP-Session: 50a0268c-aa05-4970-9ae9-d59af6442465 Authenticating user 'default' from [fd00:1122:3344:101::d]:49886 | ||
| 11625 | 2024.11.01 08:25:35.474308 [ 302 ] {} <Debug> HTTP-Session: 50a0268c-aa05-4970-9ae9-d59af6442465 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11626 | 2024.11.01 08:25:35.474326 [ 302 ] {} <Debug> HTTP-Session: 50a0268c-aa05-4970-9ae9-d59af6442465 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11627 | 2024.11.01 08:25:35.474384 [ 302 ] {} <Trace> HTTP-Session: 50a0268c-aa05-4970-9ae9-d59af6442465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11628 | 2024.11.01 08:25:35.474670 [ 302 ] {bb876a8d-63e2-4c3c-abb7-39194a066b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49886) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11629 | 2024.11.01 08:25:35.474737 [ 302 ] {bb876a8d-63e2-4c3c-abb7-39194a066b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11630 | 2024.11.01 08:25:35.475071 [ 302 ] {bb876a8d-63e2-4c3c-abb7-39194a066b40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11631 | 2024.11.01 08:25:35.475672 [ 302 ] {bb876a8d-63e2-4c3c-abb7-39194a066b40} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11632 | 2024.11.01 08:25:35.475718 [ 302 ] {bb876a8d-63e2-4c3c-abb7-39194a066b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11633 | 2024.11.01 08:25:35.476163 [ 302 ] {bb876a8d-63e2-4c3c-abb7-39194a066b40} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 11634 | 2024.11.01 08:25:35.476559 [ 302 ] {bb876a8d-63e2-4c3c-abb7-39194a066b40} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11635 | 2024.11.01 08:25:35.476728 [ 302 ] {bb876a8d-63e2-4c3c-abb7-39194a066b40} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002188 sec., 124771.48080438758 rows/sec., 11.09 MiB/sec. | ||
| 11636 | 2024.11.01 08:25:35.476762 [ 100 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 11637 | 2024.11.01 08:25:35.476879 [ 100 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11638 | 2024.11.01 08:25:35.476924 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11639 | 2024.11.01 08:25:35.477034 [ 302 ] {bb876a8d-63e2-4c3c-abb7-39194a066b40} <Debug> DynamicQueryHandler: Done processing query | ||
| 11640 | 2024.11.01 08:25:35.477094 [ 302 ] {bb876a8d-63e2-4c3c-abb7-39194a066b40} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11641 | 2024.11.01 08:25:35.477135 [ 302 ] {} <Debug> HTTP-Session: 50a0268c-aa05-4970-9ae9-d59af6442465 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11642 | 2024.11.01 08:25:35.477169 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 11643 | 2024.11.01 08:25:35.477417 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49886, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11644 | 2024.11.01 08:25:35.477540 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41047, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11645 | 2024.11.01 08:25:35.477575 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11646 | 2024.11.01 08:25:35.477655 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1423 rows starting from the beginning of the part | ||
| 11647 | 2024.11.01 08:25:35.477668 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11648 | 2024.11.01 08:25:35.477731 [ 282 ] {} <Debug> HTTP-Session: a193ec70-c563-4d0d-ac82-40b59b3607fe Authenticating user 'default' from [fd00:1122:3344:101::d]:41047 | ||
| 11649 | 2024.11.01 08:25:35.477807 [ 282 ] {} <Debug> HTTP-Session: a193ec70-c563-4d0d-ac82-40b59b3607fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11650 | 2024.11.01 08:25:35.477876 [ 282 ] {} <Debug> HTTP-Session: a193ec70-c563-4d0d-ac82-40b59b3607fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11651 | 2024.11.01 08:25:35.477918 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part | ||
| 11652 | 2024.11.01 08:25:35.478015 [ 282 ] {} <Trace> HTTP-Session: a193ec70-c563-4d0d-ac82-40b59b3607fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11653 | 2024.11.01 08:25:35.478265 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 273 rows starting from the beginning of the part | ||
| 11654 | 2024.11.01 08:25:35.478486 [ 282 ] {d27d6090-ef3e-4b49-af68-56f8faa6b9cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41047) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11655 | 2024.11.01 08:25:35.478600 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 59 rows starting from the beginning of the part | ||
| 11656 | 2024.11.01 08:25:35.478655 [ 282 ] {d27d6090-ef3e-4b49-af68-56f8faa6b9cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11657 | 2024.11.01 08:25:35.479019 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part | ||
| 11658 | 2024.11.01 08:25:35.479319 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 273 rows starting from the beginning of the part | ||
| 11659 | 2024.11.01 08:25:35.480134 [ 282 ] {d27d6090-ef3e-4b49-af68-56f8faa6b9cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11660 | 2024.11.01 08:25:35.480959 [ 282 ] {d27d6090-ef3e-4b49-af68-56f8faa6b9cd} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11661 | 2024.11.01 08:25:35.481033 [ 282 ] {d27d6090-ef3e-4b49-af68-56f8faa6b9cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11662 | 2024.11.01 08:25:35.482134 [ 282 ] {d27d6090-ef3e-4b49-af68-56f8faa6b9cd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11663 | 2024.11.01 08:25:35.482892 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2140 rows, containing 5 columns (5 merged, 0 gathered) in 0.005869694 sec., 364584.59333655215 rows/sec., 32.13 MiB/sec. | ||
| 11664 | 2024.11.01 08:25:35.482959 [ 282 ] {d27d6090-ef3e-4b49-af68-56f8faa6b9cd} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11665 | 2024.11.01 08:25:35.483189 [ 282 ] {d27d6090-ef3e-4b49-af68-56f8faa6b9cd} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.004893 sec., 8583.690987124464 rows/sec., 645.45 KiB/sec. | ||
| 11666 | 2024.11.01 08:25:35.483430 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 11667 | 2024.11.01 08:25:35.483727 [ 282 ] {d27d6090-ef3e-4b49-af68-56f8faa6b9cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 11668 | 2024.11.01 08:25:35.483803 [ 282 ] {d27d6090-ef3e-4b49-af68-56f8faa6b9cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11669 | 2024.11.01 08:25:35.483881 [ 282 ] {} <Debug> HTTP-Session: a193ec70-c563-4d0d-ac82-40b59b3607fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11670 | 2024.11.01 08:25:35.484235 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41047, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11671 | 2024.11.01 08:25:35.484442 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34425, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11672 | 2024.11.01 08:25:35.484577 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 11673 | |||
| 11674 | (version 23.8.7.1) | ||
| 11675 | 2024.11.01 08:25:35.484626 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11676 | 2024.11.01 08:25:35.484684 [ 287 ] {} <Debug> HTTP-Session: c0a18dc2-d0d5-41f0-89cb-8a82479011ea Authenticating user 'default' from [fd00:1122:3344:101::d]:34425 | ||
| 11677 | 2024.11.01 08:25:35.484732 [ 287 ] {} <Debug> HTTP-Session: c0a18dc2-d0d5-41f0-89cb-8a82479011ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11678 | 2024.11.01 08:25:35.484759 [ 287 ] {} <Debug> HTTP-Session: c0a18dc2-d0d5-41f0-89cb-8a82479011ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11679 | 2024.11.01 08:25:35.484847 [ 287 ] {} <Trace> HTTP-Session: c0a18dc2-d0d5-41f0-89cb-8a82479011ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11680 | 2024.11.01 08:25:35.484886 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_66_13} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11681 | 2024.11.01 08:25:35.485020 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_66_13} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 11682 | 2024.11.01 08:25:35.485122 [ 287 ] {43c83ec1-744f-46c3-9dee-c5a6f4ef8f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34425) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 11683 | 2024.11.01 08:25:35.485184 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 11684 | 2024.11.01 08:25:35.485236 [ 287 ] {43c83ec1-744f-46c3-9dee-c5a6f4ef8f7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11685 | 2024.11.01 08:25:35.485582 [ 287 ] {43c83ec1-744f-46c3-9dee-c5a6f4ef8f7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11686 | 2024.11.01 08:25:35.485950 [ 287 ] {43c83ec1-744f-46c3-9dee-c5a6f4ef8f7e} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11687 | 2024.11.01 08:25:35.485991 [ 287 ] {43c83ec1-744f-46c3-9dee-c5a6f4ef8f7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11688 | 2024.11.01 08:25:35.486440 [ 287 ] {43c83ec1-744f-46c3-9dee-c5a6f4ef8f7e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 11689 | 2024.11.01 08:25:35.486847 [ 287 ] {43c83ec1-744f-46c3-9dee-c5a6f4ef8f7e} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11690 | 2024.11.01 08:25:35.487001 [ 287 ] {43c83ec1-744f-46c3-9dee-c5a6f4ef8f7e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001983 sec., 7060.010085728694 rows/sec., 494.44 KiB/sec. | ||
| 11691 | 2024.11.01 08:25:35.487409 [ 287 ] {43c83ec1-744f-46c3-9dee-c5a6f4ef8f7e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11692 | 2024.11.01 08:25:35.487447 [ 287 ] {43c83ec1-744f-46c3-9dee-c5a6f4ef8f7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11693 | 2024.11.01 08:25:35.487478 [ 287 ] {} <Debug> HTTP-Session: c0a18dc2-d0d5-41f0-89cb-8a82479011ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11694 | 2024.11.01 08:25:35.487682 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34425, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11695 | 2024.11.01 08:25:35.487727 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55991, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11696 | 2024.11.01 08:25:35.487818 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11697 | 2024.11.01 08:25:35.487849 [ 282 ] {} <Debug> HTTP-Session: 044830ec-5a58-4e9e-b2ed-0751400f862b Authenticating user 'default' from [fd00:1122:3344:101::d]:55991 | ||
| 11698 | 2024.11.01 08:25:35.487873 [ 282 ] {} <Debug> HTTP-Session: 044830ec-5a58-4e9e-b2ed-0751400f862b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11699 | 2024.11.01 08:25:35.487891 [ 282 ] {} <Debug> HTTP-Session: 044830ec-5a58-4e9e-b2ed-0751400f862b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11700 | 2024.11.01 08:25:35.487937 [ 282 ] {} <Trace> HTTP-Session: 044830ec-5a58-4e9e-b2ed-0751400f862b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11701 | 2024.11.01 08:25:35.488072 [ 282 ] {3cac12bf-4c79-4fab-87d8-620a73858590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55991) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 11702 | 2024.11.01 08:25:35.488130 [ 282 ] {3cac12bf-4c79-4fab-87d8-620a73858590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11703 | 2024.11.01 08:25:35.488448 [ 282 ] {3cac12bf-4c79-4fab-87d8-620a73858590} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11704 | 2024.11.01 08:25:35.488781 [ 282 ] {3cac12bf-4c79-4fab-87d8-620a73858590} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11705 | 2024.11.01 08:25:35.488820 [ 282 ] {3cac12bf-4c79-4fab-87d8-620a73858590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11706 | 2024.11.01 08:25:35.489190 [ 282 ] {3cac12bf-4c79-4fab-87d8-620a73858590} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 11707 | 2024.11.01 08:25:35.489573 [ 282 ] {3cac12bf-4c79-4fab-87d8-620a73858590} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11708 | 2024.11.01 08:25:35.489742 [ 282 ] {3cac12bf-4c79-4fab-87d8-620a73858590} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001694 sec., 3541.912632821724 rows/sec., 209.26 KiB/sec. | ||
| 11709 | 2024.11.01 08:25:35.489968 [ 282 ] {3cac12bf-4c79-4fab-87d8-620a73858590} <Debug> DynamicQueryHandler: Done processing query | ||
| 11710 | 2024.11.01 08:25:35.489992 [ 282 ] {3cac12bf-4c79-4fab-87d8-620a73858590} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11711 | 2024.11.01 08:25:35.490009 [ 282 ] {} <Debug> HTTP-Session: 044830ec-5a58-4e9e-b2ed-0751400f862b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11712 | 2024.11.01 08:25:35.490234 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55991, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11713 | 2024.11.01 08:25:35.490321 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59845, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11714 | 2024.11.01 08:25:35.490396 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11715 | 2024.11.01 08:25:35.490421 [ 287 ] {} <Debug> HTTP-Session: f5eafaab-56b5-4930-aa95-d914140466b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59845 | ||
| 11716 | 2024.11.01 08:25:35.490443 [ 287 ] {} <Debug> HTTP-Session: f5eafaab-56b5-4930-aa95-d914140466b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11717 | 2024.11.01 08:25:35.490460 [ 287 ] {} <Debug> HTTP-Session: f5eafaab-56b5-4930-aa95-d914140466b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11718 | 2024.11.01 08:25:35.490509 [ 287 ] {} <Trace> HTTP-Session: f5eafaab-56b5-4930-aa95-d914140466b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11719 | 2024.11.01 08:25:35.490913 [ 287 ] {32a14599-acac-4ef9-b367-203552ac1de1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59845) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11720 | 2024.11.01 08:25:35.490972 [ 287 ] {32a14599-acac-4ef9-b367-203552ac1de1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11721 | 2024.11.01 08:25:35.491293 [ 287 ] {32a14599-acac-4ef9-b367-203552ac1de1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11722 | 2024.11.01 08:25:35.491921 [ 287 ] {32a14599-acac-4ef9-b367-203552ac1de1} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11723 | 2024.11.01 08:25:35.491958 [ 287 ] {32a14599-acac-4ef9-b367-203552ac1de1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11724 | 2024.11.01 08:25:35.492349 [ 287 ] {32a14599-acac-4ef9-b367-203552ac1de1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 11725 | 2024.11.01 08:25:35.492725 [ 287 ] {32a14599-acac-4ef9-b367-203552ac1de1} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11726 | 2024.11.01 08:25:35.492857 [ 287 ] {32a14599-acac-4ef9-b367-203552ac1de1} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.002189 sec., 193695.7514846962 rows/sec., 13.85 MiB/sec. | ||
| 11727 | 2024.11.01 08:25:35.492856 [ 100 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 11728 | 2024.11.01 08:25:35.492929 [ 100 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11729 | 2024.11.01 08:25:35.492970 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11730 | 2024.11.01 08:25:35.493102 [ 287 ] {32a14599-acac-4ef9-b367-203552ac1de1} <Debug> DynamicQueryHandler: Done processing query | ||
| 11731 | 2024.11.01 08:25:35.493182 [ 287 ] {32a14599-acac-4ef9-b367-203552ac1de1} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 11732 | 2024.11.01 08:25:35.493253 [ 287 ] {} <Debug> HTTP-Session: f5eafaab-56b5-4930-aa95-d914140466b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11733 | 2024.11.01 08:25:35.493278 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 11734 | 2024.11.01 08:25:35.493565 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55991, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11735 | 2024.11.01 08:25:35.493594 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59845, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11736 | 2024.11.01 08:25:35.493746 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11737 | 2024.11.01 08:25:35.493832 [ 282 ] {} <Debug> HTTP-Session: 1fd3757a-333f-4100-ab8c-4428c858c065 Authenticating user 'default' from [fd00:1122:3344:101::d]:55991 | ||
| 11738 | 2024.11.01 08:25:35.493844 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11739 | 2024.11.01 08:25:35.493891 [ 282 ] {} <Debug> HTTP-Session: 1fd3757a-333f-4100-ab8c-4428c858c065 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11740 | 2024.11.01 08:25:35.493964 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 916 rows starting from the beginning of the part | ||
| 11741 | 2024.11.01 08:25:35.493969 [ 282 ] {} <Debug> HTTP-Session: 1fd3757a-333f-4100-ab8c-4428c858c065 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11742 | 2024.11.01 08:25:35.494113 [ 282 ] {} <Trace> HTTP-Session: 1fd3757a-333f-4100-ab8c-4428c858c065 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11743 | 2024.11.01 08:25:35.494353 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part | ||
| 11744 | 2024.11.01 08:25:35.494631 [ 282 ] {7cd49e95-5621-4353-8468-e407744c2569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55991) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11745 | 2024.11.01 08:25:35.494779 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 424 rows starting from the beginning of the part | ||
| 11746 | 2024.11.01 08:25:35.494911 [ 282 ] {7cd49e95-5621-4353-8468-e407744c2569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11747 | 2024.11.01 08:25:35.495208 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 70 rows starting from the beginning of the part | ||
| 11748 | 2024.11.01 08:25:35.495668 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part | ||
| 11749 | 2024.11.01 08:25:35.496082 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 424 rows starting from the beginning of the part | ||
| 11750 | 2024.11.01 08:25:35.496622 [ 282 ] {7cd49e95-5621-4353-8468-e407744c2569} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11751 | 2024.11.01 08:25:35.497527 [ 282 ] {7cd49e95-5621-4353-8468-e407744c2569} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11752 | 2024.11.01 08:25:35.497595 [ 282 ] {7cd49e95-5621-4353-8468-e407744c2569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11753 | 2024.11.01 08:25:35.498612 [ 282 ] {7cd49e95-5621-4353-8468-e407744c2569} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 11754 | 2024.11.01 08:25:35.499206 [ 282 ] {7cd49e95-5621-4353-8468-e407744c2569} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11755 | 2024.11.01 08:25:35.499505 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1962 rows, containing 5 columns (5 merged, 0 gathered) in 0.006437358 sec., 304783.42201878474 rows/sec., 23.34 MiB/sec. | ||
| 11756 | 2024.11.01 08:25:35.499650 [ 282 ] {7cd49e95-5621-4353-8468-e407744c2569} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005212 sec., 1151.1895625479663 rows/sec., 60.15 KiB/sec. | ||
| 11757 | 2024.11.01 08:25:35.499963 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 11758 | 2024.11.01 08:25:35.500264 [ 282 ] {7cd49e95-5621-4353-8468-e407744c2569} <Debug> DynamicQueryHandler: Done processing query | ||
| 11759 | 2024.11.01 08:25:35.500370 [ 282 ] {7cd49e95-5621-4353-8468-e407744c2569} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11760 | 2024.11.01 08:25:35.500397 [ 282 ] {} <Debug> HTTP-Session: 1fd3757a-333f-4100-ab8c-4428c858c065 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11761 | 2024.11.01 08:25:35.500644 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55991, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11762 | 2024.11.01 08:25:35.500788 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45029, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11763 | 2024.11.01 08:25:35.500895 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11764 | 2024.11.01 08:25:35.500944 [ 287 ] {} <Debug> HTTP-Session: 131c8cb1-40f0-40ef-a899-7f2fab7cf017 Authenticating user 'default' from [fd00:1122:3344:101::d]:45029 | ||
| 11765 | 2024.11.01 08:25:35.500970 [ 287 ] {} <Debug> HTTP-Session: 131c8cb1-40f0-40ef-a899-7f2fab7cf017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11766 | 2024.11.01 08:25:35.501003 [ 287 ] {} <Debug> HTTP-Session: 131c8cb1-40f0-40ef-a899-7f2fab7cf017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11767 | 2024.11.01 08:25:35.501017 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_66_13} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11768 | 2024.11.01 08:25:35.501076 [ 287 ] {} <Trace> HTTP-Session: 131c8cb1-40f0-40ef-a899-7f2fab7cf017 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11769 | 2024.11.01 08:25:35.501182 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_66_13} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 11770 | 2024.11.01 08:25:35.501319 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 11771 | 2024.11.01 08:25:35.501468 [ 287 ] {b4133bd8-44da-4582-bafd-bb3616f9d06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45029) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11772 | 2024.11.01 08:25:35.501530 [ 287 ] {b4133bd8-44da-4582-bafd-bb3616f9d06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11773 | 2024.11.01 08:25:35.501718 [ 287 ] {b4133bd8-44da-4582-bafd-bb3616f9d06b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11774 | 2024.11.01 08:25:35.502166 [ 287 ] {b4133bd8-44da-4582-bafd-bb3616f9d06b} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11775 | 2024.11.01 08:25:35.502203 [ 287 ] {b4133bd8-44da-4582-bafd-bb3616f9d06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11776 | 2024.11.01 08:25:35.502638 [ 287 ] {b4133bd8-44da-4582-bafd-bb3616f9d06b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 11777 | 2024.11.01 08:25:35.503011 [ 287 ] {b4133bd8-44da-4582-bafd-bb3616f9d06b} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11778 | 2024.11.01 08:25:35.503148 [ 287 ] {b4133bd8-44da-4582-bafd-bb3616f9d06b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001884 sec., 125796.17834394904 rows/sec., 8.43 MiB/sec. | ||
| 11779 | 2024.11.01 08:25:35.503153 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 11780 | 2024.11.01 08:25:35.503205 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11781 | 2024.11.01 08:25:35.503233 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11782 | 2024.11.01 08:25:35.503404 [ 198 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 11783 | 2024.11.01 08:25:35.503412 [ 287 ] {b4133bd8-44da-4582-bafd-bb3616f9d06b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11784 | 2024.11.01 08:25:35.503490 [ 287 ] {b4133bd8-44da-4582-bafd-bb3616f9d06b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 11785 | 2024.11.01 08:25:35.503525 [ 287 ] {} <Debug> HTTP-Session: 131c8cb1-40f0-40ef-a899-7f2fab7cf017 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11786 | 2024.11.01 08:25:35.503641 [ 198 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11787 | 2024.11.01 08:25:35.503680 [ 198 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 12570 rows starting from the beginning of the part | ||
| 11788 | 2024.11.01 08:25:35.503792 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11789 | 2024.11.01 08:25:35.503873 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46016, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11790 | 2024.11.01 08:25:35.504067 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11791 | 2024.11.01 08:25:35.504128 [ 198 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
| 11792 | 2024.11.01 08:25:35.504151 [ 282 ] {} <Debug> HTTP-Session: da1cae4e-14f8-4bac-86df-d3e278508169 Authenticating user 'default' from [fd00:1122:3344:101::d]:46016 | ||
| 11793 | 2024.11.01 08:25:35.504208 [ 282 ] {} <Debug> HTTP-Session: da1cae4e-14f8-4bac-86df-d3e278508169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11794 | 2024.11.01 08:25:35.504263 [ 282 ] {} <Debug> HTTP-Session: da1cae4e-14f8-4bac-86df-d3e278508169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11795 | 2024.11.01 08:25:35.504420 [ 198 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part | ||
| 11796 | 2024.11.01 08:25:35.504440 [ 282 ] {} <Trace> HTTP-Session: da1cae4e-14f8-4bac-86df-d3e278508169 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11797 | 2024.11.01 08:25:35.504724 [ 198 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 131 rows starting from the beginning of the part | ||
| 11798 | 2024.11.01 08:25:35.504771 [ 282 ] {97be57bb-3c89-4e09-a2e5-6f06f33d6eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46016) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 11799 | 2024.11.01 08:25:35.504930 [ 282 ] {97be57bb-3c89-4e09-a2e5-6f06f33d6eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11800 | 2024.11.01 08:25:35.505050 [ 198 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 11801 | 2024.11.01 08:25:35.505459 [ 198 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
| 11802 | 2024.11.01 08:25:35.505997 [ 282 ] {97be57bb-3c89-4e09-a2e5-6f06f33d6eb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11803 | 2024.11.01 08:25:35.506730 [ 282 ] {97be57bb-3c89-4e09-a2e5-6f06f33d6eb8} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11804 | 2024.11.01 08:25:35.506786 [ 282 ] {97be57bb-3c89-4e09-a2e5-6f06f33d6eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11805 | 2024.11.01 08:25:35.507306 [ 282 ] {97be57bb-3c89-4e09-a2e5-6f06f33d6eb8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 11806 | 2024.11.01 08:25:35.508025 [ 282 ] {97be57bb-3c89-4e09-a2e5-6f06f33d6eb8} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11807 | 2024.11.01 08:25:35.508439 [ 282 ] {97be57bb-3c89-4e09-a2e5-6f06f33d6eb8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003762 sec., 265.8160552897395 rows/sec., 17.91 KiB/sec. | ||
| 11808 | 2024.11.01 08:25:35.509103 [ 282 ] {97be57bb-3c89-4e09-a2e5-6f06f33d6eb8} <Debug> DynamicQueryHandler: Done processing query | ||
| 11809 | 2024.11.01 08:25:35.509189 [ 282 ] {97be57bb-3c89-4e09-a2e5-6f06f33d6eb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 11810 | 2024.11.01 08:25:35.509269 [ 282 ] {} <Debug> HTTP-Session: da1cae4e-14f8-4bac-86df-d3e278508169 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11811 | 2024.11.01 08:25:35.509574 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11812 | 2024.11.01 08:25:35.509640 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42597, User-Agent: (none), Length: 70705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11813 | 2024.11.01 08:25:35.509756 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11814 | 2024.11.01 08:25:35.509780 [ 287 ] {} <Debug> HTTP-Session: 494bd7c8-bade-4df6-9c7f-b887e37ce1e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42597 | ||
| 11815 | 2024.11.01 08:25:35.509802 [ 287 ] {} <Debug> HTTP-Session: 494bd7c8-bade-4df6-9c7f-b887e37ce1e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11816 | 2024.11.01 08:25:35.509819 [ 287 ] {} <Debug> HTTP-Session: 494bd7c8-bade-4df6-9c7f-b887e37ce1e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11817 | 2024.11.01 08:25:35.509865 [ 287 ] {} <Trace> HTTP-Session: 494bd7c8-bade-4df6-9c7f-b887e37ce1e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11818 | 2024.11.01 08:25:35.511519 [ 287 ] {2a03edf8-2ed4-4ef0-a928-2fda607d5e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42597) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11819 | 2024.11.01 08:25:35.511625 [ 287 ] {2a03edf8-2ed4-4ef0-a928-2fda607d5e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11820 | 2024.11.01 08:25:35.512532 [ 198 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13495 rows, containing 5 columns (5 merged, 0 gathered) in 0.009211807 sec., 1464967.731086854 rows/sec., 99.88 MiB/sec. | ||
| 11821 | 2024.11.01 08:25:35.512826 [ 287 ] {2a03edf8-2ed4-4ef0-a928-2fda607d5e3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11822 | 2024.11.01 08:25:35.512958 [ 198 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 11823 | 2024.11.01 08:25:35.513687 [ 198 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11824 | 2024.11.01 08:25:35.513775 [ 198 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 11825 | 2024.11.01 08:25:35.514011 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.54 MiB. | ||
| 11826 | 2024.11.01 08:25:35.514230 [ 287 ] {2a03edf8-2ed4-4ef0-a928-2fda607d5e3b} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11827 | 2024.11.01 08:25:35.514272 [ 287 ] {2a03edf8-2ed4-4ef0-a928-2fda607d5e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11828 | 2024.11.01 08:25:35.514984 [ 287 ] {2a03edf8-2ed4-4ef0-a928-2fda607d5e3b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 11829 | 2024.11.01 08:25:35.515444 [ 287 ] {2a03edf8-2ed4-4ef0-a928-2fda607d5e3b} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11830 | 2024.11.01 08:25:35.515627 [ 99 ] {} <Debug> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 11831 | 2024.11.01 08:25:35.515653 [ 287 ] {2a03edf8-2ed4-4ef0-a928-2fda607d5e3b} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.005661 sec., 7419.1838897721245 rows/sec., 13.29 MiB/sec. | ||
| 11832 | 2024.11.01 08:25:35.515688 [ 99 ] {} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11833 | 2024.11.01 08:25:35.515750 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11834 | 2024.11.01 08:25:35.516308 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 11835 | 2024.11.01 08:25:35.516573 [ 287 ] {2a03edf8-2ed4-4ef0-a928-2fda607d5e3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11836 | 2024.11.01 08:25:35.516637 [ 287 ] {2a03edf8-2ed4-4ef0-a928-2fda607d5e3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 11837 | 2024.11.01 08:25:35.516668 [ 287 ] {} <Debug> HTTP-Session: 494bd7c8-bade-4df6-9c7f-b887e37ce1e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11838 | 2024.11.01 08:25:35.516912 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42597, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11839 | 2024.11.01 08:25:35.516940 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46016, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11840 | 2024.11.01 08:25:35.517091 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11841 | 2024.11.01 08:25:35.517157 [ 282 ] {} <Debug> HTTP-Session: 22367510-ef7c-44c4-8200-8cbd7c9b85cb Authenticating user 'default' from [fd00:1122:3344:101::d]:46016 | ||
| 11842 | 2024.11.01 08:25:35.517166 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11843 | 2024.11.01 08:25:35.517186 [ 282 ] {} <Debug> HTTP-Session: 22367510-ef7c-44c4-8200-8cbd7c9b85cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11844 | 2024.11.01 08:25:35.517247 [ 282 ] {} <Debug> HTTP-Session: 22367510-ef7c-44c4-8200-8cbd7c9b85cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11845 | 2024.11.01 08:25:35.517319 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 653 rows starting from the beginning of the part | ||
| 11846 | 2024.11.01 08:25:35.517342 [ 282 ] {} <Trace> HTTP-Session: 22367510-ef7c-44c4-8200-8cbd7c9b85cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11847 | 2024.11.01 08:25:35.517806 [ 282 ] {e17b2361-e550-426a-b166-994dc3cfef7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46016) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11848 | 2024.11.01 08:25:35.517987 [ 282 ] {e17b2361-e550-426a-b166-994dc3cfef7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11849 | 2024.11.01 08:25:35.517995 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 42 rows starting from the beginning of the part | ||
| 11850 | 2024.11.01 08:25:35.518822 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part | ||
| 11851 | 2024.11.01 08:25:35.518924 [ 282 ] {e17b2361-e550-426a-b166-994dc3cfef7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11852 | 2024.11.01 08:25:35.519512 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part | ||
| 11853 | 2024.11.01 08:25:35.519967 [ 282 ] {e17b2361-e550-426a-b166-994dc3cfef7a} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11854 | 2024.11.01 08:25:35.520091 [ 282 ] {e17b2361-e550-426a-b166-994dc3cfef7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11855 | 2024.11.01 08:25:35.520220 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 42 rows starting from the beginning of the part | ||
| 11856 | 2024.11.01 08:25:35.520908 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 42 rows starting from the beginning of the part | ||
| 11857 | 2024.11.01 08:25:35.521635 [ 282 ] {e17b2361-e550-426a-b166-994dc3cfef7a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 11858 | 2024.11.01 08:25:35.522647 [ 282 ] {e17b2361-e550-426a-b166-994dc3cfef7a} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11859 | 2024.11.01 08:25:35.523009 [ 99 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 11860 | 2024.11.01 08:25:35.523125 [ 99 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11861 | 2024.11.01 08:25:35.523129 [ 282 ] {e17b2361-e550-426a-b166-994dc3cfef7a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005573 sec., 14713.798672169389 rows/sec., 956.94 KiB/sec. | ||
| 11862 | 2024.11.01 08:25:35.523207 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 11863 | 2024.11.01 08:25:35.523929 [ 282 ] {e17b2361-e550-426a-b166-994dc3cfef7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11864 | 2024.11.01 08:25:35.523978 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 11865 | 2024.11.01 08:25:35.524010 [ 282 ] {e17b2361-e550-426a-b166-994dc3cfef7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11866 | 2024.11.01 08:25:35.524089 [ 282 ] {} <Debug> HTTP-Session: 22367510-ef7c-44c4-8200-8cbd7c9b85cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11867 | 2024.11.01 08:25:35.524745 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11868 | 2024.11.01 08:25:35.525002 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11869 | 2024.11.01 08:25:35.525155 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 11870 | |||
| 11871 | (version 23.8.7.1) | ||
| 11872 | 2024.11.01 08:25:35.525239 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3828 rows starting from the beginning of the part | ||
| 11873 | 2024.11.01 08:25:35.525683 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 11874 | 2024.11.01 08:25:35.525947 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
| 11875 | 2024.11.01 08:25:35.526224 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 48 rows starting from the beginning of the part | ||
| 11876 | 2024.11.01 08:25:35.526429 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 11877 | 2024.11.01 08:25:35.526692 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
| 11878 | 2024.11.01 08:25:35.530357 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4160 rows, containing 4 columns (4 merged, 0 gathered) in 0.00691818 sec., 601314.2184794267 rows/sec., 39.48 MiB/sec. | ||
| 11879 | 2024.11.01 08:25:35.530835 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 11880 | 2024.11.01 08:25:35.531473 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_66_13} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11881 | 2024.11.01 08:25:35.531550 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_66_13} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 11882 | 2024.11.01 08:25:35.531647 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 11883 | 2024.11.01 08:25:35.535970 [ 190 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 863 rows, containing 19 columns (19 merged, 0 gathered) in 0.020073724 sec., 42991.52464186515 rows/sec., 77.04 MiB/sec. | ||
| 11884 | 2024.11.01 08:25:35.537168 [ 190 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 11885 | 2024.11.01 08:25:35.537805 [ 190 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11886 | 2024.11.01 08:25:35.537892 [ 190 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 11887 | 2024.11.01 08:25:35.538051 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 11888 | 2024.11.01 08:25:36.000212 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.58 MiB, peak 182.03 MiB, free memory in arenas 0.00 B, will set to 175.13 MiB (RSS), difference: 1.55 MiB | ||
| 11889 | 2024.11.01 08:25:40.465526 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37215, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11890 | 2024.11.01 08:25:40.465657 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11891 | 2024.11.01 08:25:40.465683 [ 282 ] {} <Debug> HTTP-Session: 9dd87125-213c-48b0-a16f-8f39e5f90e6a Authenticating user 'default' from [fd00:1122:3344:101::d]:37215 | ||
| 11892 | 2024.11.01 08:25:40.465706 [ 282 ] {} <Debug> HTTP-Session: 9dd87125-213c-48b0-a16f-8f39e5f90e6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11893 | 2024.11.01 08:25:40.465721 [ 282 ] {} <Debug> HTTP-Session: 9dd87125-213c-48b0-a16f-8f39e5f90e6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11894 | 2024.11.01 08:25:40.465770 [ 282 ] {} <Trace> HTTP-Session: 9dd87125-213c-48b0-a16f-8f39e5f90e6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11895 | 2024.11.01 08:25:40.465950 [ 282 ] {4f04d28e-f84a-4e79-ba14-dacb8ef564ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37215) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11896 | 2024.11.01 08:25:40.466017 [ 282 ] {4f04d28e-f84a-4e79-ba14-dacb8ef564ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11897 | 2024.11.01 08:25:40.466356 [ 282 ] {4f04d28e-f84a-4e79-ba14-dacb8ef564ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11898 | 2024.11.01 08:25:40.466769 [ 282 ] {4f04d28e-f84a-4e79-ba14-dacb8ef564ac} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11899 | 2024.11.01 08:25:40.466816 [ 282 ] {4f04d28e-f84a-4e79-ba14-dacb8ef564ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11900 | 2024.11.01 08:25:40.467226 [ 282 ] {4f04d28e-f84a-4e79-ba14-dacb8ef564ac} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 11901 | 2024.11.01 08:25:40.467622 [ 282 ] {4f04d28e-f84a-4e79-ba14-dacb8ef564ac} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11902 | 2024.11.01 08:25:40.467810 [ 282 ] {4f04d28e-f84a-4e79-ba14-dacb8ef564ac} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001908 sec., 1048.2180293501049 rows/sec., 85.47 KiB/sec. | ||
| 11903 | 2024.11.01 08:25:40.468204 [ 282 ] {4f04d28e-f84a-4e79-ba14-dacb8ef564ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 11904 | 2024.11.01 08:25:40.468231 [ 282 ] {4f04d28e-f84a-4e79-ba14-dacb8ef564ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11905 | 2024.11.01 08:25:40.468247 [ 282 ] {} <Debug> HTTP-Session: 9dd87125-213c-48b0-a16f-8f39e5f90e6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11906 | 2024.11.01 08:25:40.468451 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37215, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11907 | 2024.11.01 08:25:40.468587 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45916, User-Agent: (none), Length: 7928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11908 | 2024.11.01 08:25:40.468710 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11909 | 2024.11.01 08:25:40.468739 [ 287 ] {} <Debug> HTTP-Session: c0aed2fe-99fc-4998-a794-0fce3c279713 Authenticating user 'default' from [fd00:1122:3344:101::d]:45916 | ||
| 11910 | 2024.11.01 08:25:40.468765 [ 287 ] {} <Debug> HTTP-Session: c0aed2fe-99fc-4998-a794-0fce3c279713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11911 | 2024.11.01 08:25:40.468782 [ 287 ] {} <Debug> HTTP-Session: c0aed2fe-99fc-4998-a794-0fce3c279713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11912 | 2024.11.01 08:25:40.468844 [ 287 ] {} <Trace> HTTP-Session: c0aed2fe-99fc-4998-a794-0fce3c279713 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11913 | 2024.11.01 08:25:40.469055 [ 287 ] {0394d0a3-fd7a-4d1b-9f13-1312eb7019fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45916) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11914 | 2024.11.01 08:25:40.469130 [ 287 ] {0394d0a3-fd7a-4d1b-9f13-1312eb7019fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11915 | 2024.11.01 08:25:40.469510 [ 287 ] {0394d0a3-fd7a-4d1b-9f13-1312eb7019fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11916 | 2024.11.01 08:25:40.469941 [ 287 ] {0394d0a3-fd7a-4d1b-9f13-1312eb7019fd} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11917 | 2024.11.01 08:25:40.469983 [ 287 ] {0394d0a3-fd7a-4d1b-9f13-1312eb7019fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11918 | 2024.11.01 08:25:40.470403 [ 287 ] {0394d0a3-fd7a-4d1b-9f13-1312eb7019fd} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11919 | 2024.11.01 08:25:40.470801 [ 287 ] {0394d0a3-fd7a-4d1b-9f13-1312eb7019fd} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11920 | 2024.11.01 08:25:40.470974 [ 287 ] {0394d0a3-fd7a-4d1b-9f13-1312eb7019fd} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001989 sec., 28657.616892911014 rows/sec., 2.19 MiB/sec. | ||
| 11921 | 2024.11.01 08:25:40.471170 [ 287 ] {0394d0a3-fd7a-4d1b-9f13-1312eb7019fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 11922 | 2024.11.01 08:25:40.471196 [ 287 ] {0394d0a3-fd7a-4d1b-9f13-1312eb7019fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 11923 | 2024.11.01 08:25:40.471212 [ 287 ] {} <Debug> HTTP-Session: c0aed2fe-99fc-4998-a794-0fce3c279713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11924 | 2024.11.01 08:25:40.471368 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37215, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11925 | 2024.11.01 08:25:40.471387 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45916, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11926 | 2024.11.01 08:25:40.471461 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11927 | 2024.11.01 08:25:40.471504 [ 282 ] {} <Debug> HTTP-Session: 3598bad8-9aeb-413d-bf73-fed32ce26e31 Authenticating user 'default' from [fd00:1122:3344:101::d]:37215 | ||
| 11928 | 2024.11.01 08:25:40.471526 [ 282 ] {} <Debug> HTTP-Session: 3598bad8-9aeb-413d-bf73-fed32ce26e31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11929 | 2024.11.01 08:25:40.471552 [ 282 ] {} <Debug> HTTP-Session: 3598bad8-9aeb-413d-bf73-fed32ce26e31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11930 | 2024.11.01 08:25:40.471600 [ 282 ] {} <Trace> HTTP-Session: 3598bad8-9aeb-413d-bf73-fed32ce26e31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11931 | 2024.11.01 08:25:40.471736 [ 282 ] {b0b3ac16-6a9f-4ecb-9537-f4010767be23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37215) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11932 | 2024.11.01 08:25:40.471794 [ 282 ] {b0b3ac16-6a9f-4ecb-9537-f4010767be23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11933 | 2024.11.01 08:25:40.472111 [ 282 ] {b0b3ac16-6a9f-4ecb-9537-f4010767be23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11934 | 2024.11.01 08:25:40.472503 [ 282 ] {b0b3ac16-6a9f-4ecb-9537-f4010767be23} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11935 | 2024.11.01 08:25:40.472549 [ 282 ] {b0b3ac16-6a9f-4ecb-9537-f4010767be23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11936 | 2024.11.01 08:25:40.472916 [ 282 ] {b0b3ac16-6a9f-4ecb-9537-f4010767be23} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11937 | 2024.11.01 08:25:40.473306 [ 282 ] {b0b3ac16-6a9f-4ecb-9537-f4010767be23} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11938 | 2024.11.01 08:25:40.473461 [ 282 ] {b0b3ac16-6a9f-4ecb-9537-f4010767be23} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001758 sec., 1137.6564277588168 rows/sec., 79.44 KiB/sec. | ||
| 11939 | 2024.11.01 08:25:40.473825 [ 282 ] {b0b3ac16-6a9f-4ecb-9537-f4010767be23} <Debug> DynamicQueryHandler: Done processing query | ||
| 11940 | 2024.11.01 08:25:40.473862 [ 282 ] {b0b3ac16-6a9f-4ecb-9537-f4010767be23} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11941 | 2024.11.01 08:25:40.473879 [ 282 ] {} <Debug> HTTP-Session: 3598bad8-9aeb-413d-bf73-fed32ce26e31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11942 | 2024.11.01 08:25:40.474023 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37215, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11943 | 2024.11.01 08:25:40.474102 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57026, User-Agent: (none), Length: 11211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11944 | 2024.11.01 08:25:40.474179 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11945 | 2024.11.01 08:25:40.474203 [ 287 ] {} <Debug> HTTP-Session: a5a5b219-6689-4b29-adf1-18716583ec42 Authenticating user 'default' from [fd00:1122:3344:101::d]:57026 | ||
| 11946 | 2024.11.01 08:25:40.474226 [ 287 ] {} <Debug> HTTP-Session: a5a5b219-6689-4b29-adf1-18716583ec42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11947 | 2024.11.01 08:25:40.474243 [ 287 ] {} <Debug> HTTP-Session: a5a5b219-6689-4b29-adf1-18716583ec42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11948 | 2024.11.01 08:25:40.474288 [ 287 ] {} <Trace> HTTP-Session: a5a5b219-6689-4b29-adf1-18716583ec42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11949 | 2024.11.01 08:25:40.474448 [ 287 ] {dd778993-238b-4adc-b79e-e0892ea25f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57026) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11950 | 2024.11.01 08:25:40.474504 [ 287 ] {dd778993-238b-4adc-b79e-e0892ea25f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11951 | 2024.11.01 08:25:40.474791 [ 287 ] {dd778993-238b-4adc-b79e-e0892ea25f86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11952 | 2024.11.01 08:25:40.475211 [ 287 ] {dd778993-238b-4adc-b79e-e0892ea25f86} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11953 | 2024.11.01 08:25:40.475249 [ 287 ] {dd778993-238b-4adc-b79e-e0892ea25f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11954 | 2024.11.01 08:25:40.475612 [ 287 ] {dd778993-238b-4adc-b79e-e0892ea25f86} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11955 | 2024.11.01 08:25:40.475987 [ 287 ] {dd778993-238b-4adc-b79e-e0892ea25f86} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11956 | 2024.11.01 08:25:40.476112 [ 287 ] {dd778993-238b-4adc-b79e-e0892ea25f86} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001724 sec., 38283.0626450116 rows/sec., 2.99 MiB/sec. | ||
| 11957 | 2024.11.01 08:25:40.476396 [ 287 ] {dd778993-238b-4adc-b79e-e0892ea25f86} <Debug> DynamicQueryHandler: Done processing query | ||
| 11958 | 2024.11.01 08:25:40.476455 [ 287 ] {dd778993-238b-4adc-b79e-e0892ea25f86} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11959 | 2024.11.01 08:25:40.476510 [ 287 ] {} <Debug> HTTP-Session: a5a5b219-6689-4b29-adf1-18716583ec42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11960 | 2024.11.01 08:25:40.476741 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57026, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11961 | 2024.11.01 08:25:40.476808 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37215, User-Agent: (none), Length: 24681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11962 | 2024.11.01 08:25:40.476895 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11963 | 2024.11.01 08:25:40.476917 [ 282 ] {} <Debug> HTTP-Session: 2acf19f2-5daa-4b39-8108-34a8daa27841 Authenticating user 'default' from [fd00:1122:3344:101::d]:37215 | ||
| 11964 | 2024.11.01 08:25:40.476936 [ 282 ] {} <Debug> HTTP-Session: 2acf19f2-5daa-4b39-8108-34a8daa27841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11965 | 2024.11.01 08:25:40.476950 [ 282 ] {} <Debug> HTTP-Session: 2acf19f2-5daa-4b39-8108-34a8daa27841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11966 | 2024.11.01 08:25:40.476990 [ 282 ] {} <Trace> HTTP-Session: 2acf19f2-5daa-4b39-8108-34a8daa27841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11967 | 2024.11.01 08:25:40.477161 [ 282 ] {474fe831-92e6-4cb3-96fe-fd6b2ff1fcff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11968 | 2024.11.01 08:25:40.477216 [ 282 ] {474fe831-92e6-4cb3-96fe-fd6b2ff1fcff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11969 | 2024.11.01 08:25:40.477410 [ 282 ] {474fe831-92e6-4cb3-96fe-fd6b2ff1fcff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11970 | 2024.11.01 08:25:40.477797 [ 282 ] {474fe831-92e6-4cb3-96fe-fd6b2ff1fcff} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11971 | 2024.11.01 08:25:40.477834 [ 282 ] {474fe831-92e6-4cb3-96fe-fd6b2ff1fcff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11972 | 2024.11.01 08:25:40.478229 [ 282 ] {474fe831-92e6-4cb3-96fe-fd6b2ff1fcff} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11973 | 2024.11.01 08:25:40.478576 [ 282 ] {474fe831-92e6-4cb3-96fe-fd6b2ff1fcff} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11974 | 2024.11.01 08:25:40.478730 [ 282 ] {474fe831-92e6-4cb3-96fe-fd6b2ff1fcff} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001639 sec., 78706.5283709579 rows/sec., 5.48 MiB/sec. | ||
| 11975 | 2024.11.01 08:25:40.478896 [ 282 ] {474fe831-92e6-4cb3-96fe-fd6b2ff1fcff} <Debug> DynamicQueryHandler: Done processing query | ||
| 11976 | 2024.11.01 08:25:40.478920 [ 282 ] {474fe831-92e6-4cb3-96fe-fd6b2ff1fcff} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11977 | 2024.11.01 08:25:40.478936 [ 282 ] {} <Debug> HTTP-Session: 2acf19f2-5daa-4b39-8108-34a8daa27841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11978 | 2024.11.01 08:25:40.479103 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37215, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11979 | 2024.11.01 08:25:40.479200 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40205, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11980 | 2024.11.01 08:25:40.479280 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11981 | 2024.11.01 08:25:40.479305 [ 287 ] {} <Debug> HTTP-Session: 6dd122b2-631b-4838-aae3-791f76050f7d Authenticating user 'default' from [fd00:1122:3344:101::d]:40205 | ||
| 11982 | 2024.11.01 08:25:40.479327 [ 287 ] {} <Debug> HTTP-Session: 6dd122b2-631b-4838-aae3-791f76050f7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11983 | 2024.11.01 08:25:40.479344 [ 287 ] {} <Debug> HTTP-Session: 6dd122b2-631b-4838-aae3-791f76050f7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11984 | 2024.11.01 08:25:40.479389 [ 287 ] {} <Trace> HTTP-Session: 6dd122b2-631b-4838-aae3-791f76050f7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11985 | 2024.11.01 08:25:40.479541 [ 287 ] {ba45feb4-d4fc-438f-8ff2-862e874b57bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40205) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11986 | 2024.11.01 08:25:40.479599 [ 287 ] {ba45feb4-d4fc-438f-8ff2-862e874b57bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11987 | 2024.11.01 08:25:40.479767 [ 287 ] {ba45feb4-d4fc-438f-8ff2-862e874b57bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11988 | 2024.11.01 08:25:40.480075 [ 287 ] {ba45feb4-d4fc-438f-8ff2-862e874b57bc} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11989 | 2024.11.01 08:25:40.480111 [ 287 ] {ba45feb4-d4fc-438f-8ff2-862e874b57bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 11990 | 2024.11.01 08:25:40.480502 [ 287 ] {ba45feb4-d4fc-438f-8ff2-862e874b57bc} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11991 | 2024.11.01 08:25:40.480843 [ 287 ] {ba45feb4-d4fc-438f-8ff2-862e874b57bc} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11992 | 2024.11.01 08:25:40.480972 [ 287 ] {ba45feb4-d4fc-438f-8ff2-862e874b57bc} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001487 sec., 32279.757901815734 rows/sec., 2.18 MiB/sec. | ||
| 11993 | 2024.11.01 08:25:40.481139 [ 287 ] {ba45feb4-d4fc-438f-8ff2-862e874b57bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 11994 | 2024.11.01 08:25:40.481162 [ 287 ] {ba45feb4-d4fc-438f-8ff2-862e874b57bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11995 | 2024.11.01 08:25:40.481178 [ 287 ] {} <Debug> HTTP-Session: 6dd122b2-631b-4838-aae3-791f76050f7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11996 | 2024.11.01 08:25:40.481393 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40205, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11997 | 2024.11.01 08:25:43.639093 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11998 | 2024.11.01 08:25:43.639206 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11999 | 2024.11.01 08:25:43.964224 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1100 | ||
| 12000 | 2024.11.01 08:25:43.967121 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12001 | 2024.11.01 08:25:43.967181 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12002 | 2024.11.01 08:25:43.968693 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 12003 | 2024.11.01 08:25:43.969701 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12004 | 2024.11.01 08:25:43.970352 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1100 | ||
| 12005 | 2024.11.01 08:25:44.001515 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001037086 sec. | ||
| 12006 | 2024.11.01 08:25:45.467853 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61313, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12007 | 2024.11.01 08:25:45.467981 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12008 | 2024.11.01 08:25:45.468012 [ 287 ] {} <Debug> HTTP-Session: 23f22747-0554-48f9-be96-35eaadd4d778 Authenticating user 'default' from [fd00:1122:3344:101::d]:61313 | ||
| 12009 | 2024.11.01 08:25:45.468044 [ 287 ] {} <Debug> HTTP-Session: 23f22747-0554-48f9-be96-35eaadd4d778 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12010 | 2024.11.01 08:25:45.468063 [ 287 ] {} <Debug> HTTP-Session: 23f22747-0554-48f9-be96-35eaadd4d778 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12011 | 2024.11.01 08:25:45.468122 [ 287 ] {} <Trace> HTTP-Session: 23f22747-0554-48f9-be96-35eaadd4d778 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12012 | 2024.11.01 08:25:45.468346 [ 287 ] {196dfdb5-11a5-4132-9f52-9217ddcee5fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61313) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12013 | 2024.11.01 08:25:45.468426 [ 287 ] {196dfdb5-11a5-4132-9f52-9217ddcee5fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12014 | 2024.11.01 08:25:45.468827 [ 287 ] {196dfdb5-11a5-4132-9f52-9217ddcee5fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12015 | 2024.11.01 08:25:45.469327 [ 287 ] {196dfdb5-11a5-4132-9f52-9217ddcee5fa} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12016 | 2024.11.01 08:25:45.469375 [ 287 ] {196dfdb5-11a5-4132-9f52-9217ddcee5fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12017 | 2024.11.01 08:25:45.469827 [ 287 ] {196dfdb5-11a5-4132-9f52-9217ddcee5fa} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12018 | 2024.11.01 08:25:45.470251 [ 287 ] {196dfdb5-11a5-4132-9f52-9217ddcee5fa} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12019 | 2024.11.01 08:25:45.470434 [ 287 ] {196dfdb5-11a5-4132-9f52-9217ddcee5fa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002163 sec., 25889.967637540452 rows/sec., 1.98 MiB/sec. | ||
| 12020 | 2024.11.01 08:25:45.470786 [ 287 ] {196dfdb5-11a5-4132-9f52-9217ddcee5fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 12021 | 2024.11.01 08:25:45.470846 [ 287 ] {196dfdb5-11a5-4132-9f52-9217ddcee5fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12022 | 2024.11.01 08:25:45.470883 [ 287 ] {} <Debug> HTTP-Session: 23f22747-0554-48f9-be96-35eaadd4d778 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12023 | 2024.11.01 08:25:45.471123 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61313, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12024 | 2024.11.01 08:25:45.471251 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60230, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12025 | 2024.11.01 08:25:45.471368 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12026 | 2024.11.01 08:25:45.471401 [ 282 ] {} <Debug> HTTP-Session: 979ab928-f22b-4490-999c-727cdb512683 Authenticating user 'default' from [fd00:1122:3344:101::d]:60230 | ||
| 12027 | 2024.11.01 08:25:45.471426 [ 282 ] {} <Debug> HTTP-Session: 979ab928-f22b-4490-999c-727cdb512683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12028 | 2024.11.01 08:25:45.471449 [ 282 ] {} <Debug> HTTP-Session: 979ab928-f22b-4490-999c-727cdb512683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12029 | 2024.11.01 08:25:45.471511 [ 282 ] {} <Trace> HTTP-Session: 979ab928-f22b-4490-999c-727cdb512683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12030 | 2024.11.01 08:25:45.471733 [ 282 ] {7d719025-633c-47fb-8768-1c6d90859128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60230) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12031 | 2024.11.01 08:25:45.471804 [ 282 ] {7d719025-633c-47fb-8768-1c6d90859128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12032 | 2024.11.01 08:25:45.472145 [ 282 ] {7d719025-633c-47fb-8768-1c6d90859128} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12033 | 2024.11.01 08:25:45.472583 [ 282 ] {7d719025-633c-47fb-8768-1c6d90859128} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12034 | 2024.11.01 08:25:45.472625 [ 282 ] {7d719025-633c-47fb-8768-1c6d90859128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12035 | 2024.11.01 08:25:45.473059 [ 282 ] {7d719025-633c-47fb-8768-1c6d90859128} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12036 | 2024.11.01 08:25:45.473460 [ 282 ] {7d719025-633c-47fb-8768-1c6d90859128} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12037 | 2024.11.01 08:25:45.473608 [ 282 ] {7d719025-633c-47fb-8768-1c6d90859128} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001963 sec., 32603.158430973002 rows/sec., 2.54 MiB/sec. | ||
| 12038 | 2024.11.01 08:25:45.473921 [ 282 ] {7d719025-633c-47fb-8768-1c6d90859128} <Debug> DynamicQueryHandler: Done processing query | ||
| 12039 | 2024.11.01 08:25:45.473979 [ 282 ] {7d719025-633c-47fb-8768-1c6d90859128} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12040 | 2024.11.01 08:25:45.474033 [ 282 ] {} <Debug> HTTP-Session: 979ab928-f22b-4490-999c-727cdb512683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12041 | 2024.11.01 08:25:45.474297 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60230, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12042 | 2024.11.01 08:25:45.474323 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61313, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12043 | 2024.11.01 08:25:45.474430 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12044 | 2024.11.01 08:25:45.474469 [ 287 ] {} <Debug> HTTP-Session: 992440be-6be8-4f07-9fd2-ed233c0c5292 Authenticating user 'default' from [fd00:1122:3344:101::d]:61313 | ||
| 12045 | 2024.11.01 08:25:45.474495 [ 287 ] {} <Debug> HTTP-Session: 992440be-6be8-4f07-9fd2-ed233c0c5292 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12046 | 2024.11.01 08:25:45.474513 [ 287 ] {} <Debug> HTTP-Session: 992440be-6be8-4f07-9fd2-ed233c0c5292 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12047 | 2024.11.01 08:25:45.474563 [ 287 ] {} <Trace> HTTP-Session: 992440be-6be8-4f07-9fd2-ed233c0c5292 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12048 | 2024.11.01 08:25:45.474782 [ 287 ] {8a4033ca-5d48-4c2d-bdcd-41e283e2a12e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61313) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12049 | 2024.11.01 08:25:45.474838 [ 287 ] {8a4033ca-5d48-4c2d-bdcd-41e283e2a12e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12050 | 2024.11.01 08:25:45.475017 [ 287 ] {8a4033ca-5d48-4c2d-bdcd-41e283e2a12e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12051 | 2024.11.01 08:25:45.475436 [ 287 ] {8a4033ca-5d48-4c2d-bdcd-41e283e2a12e} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12052 | 2024.11.01 08:25:45.475474 [ 287 ] {8a4033ca-5d48-4c2d-bdcd-41e283e2a12e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12053 | 2024.11.01 08:25:45.475897 [ 287 ] {8a4033ca-5d48-4c2d-bdcd-41e283e2a12e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12054 | 2024.11.01 08:25:45.476267 [ 287 ] {8a4033ca-5d48-4c2d-bdcd-41e283e2a12e} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12055 | 2024.11.01 08:25:45.476434 [ 287 ] {8a4033ca-5d48-4c2d-bdcd-41e283e2a12e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001745 sec., 91690.54441260744 rows/sec., 6.39 MiB/sec. | ||
| 12056 | 2024.11.01 08:25:45.476619 [ 287 ] {8a4033ca-5d48-4c2d-bdcd-41e283e2a12e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12057 | 2024.11.01 08:25:45.476644 [ 287 ] {8a4033ca-5d48-4c2d-bdcd-41e283e2a12e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12058 | 2024.11.01 08:25:45.476660 [ 287 ] {} <Debug> HTTP-Session: 992440be-6be8-4f07-9fd2-ed233c0c5292 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12059 | 2024.11.01 08:25:45.476828 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61313, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12060 | 2024.11.01 08:25:45.476948 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53448, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12061 | 2024.11.01 08:25:45.477029 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12062 | 2024.11.01 08:25:45.477055 [ 282 ] {} <Debug> HTTP-Session: 242b1cb6-b597-4ca5-a9d5-8c13b3b39576 Authenticating user 'default' from [fd00:1122:3344:101::d]:53448 | ||
| 12063 | 2024.11.01 08:25:45.477077 [ 282 ] {} <Debug> HTTP-Session: 242b1cb6-b597-4ca5-a9d5-8c13b3b39576 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12064 | 2024.11.01 08:25:45.477094 [ 282 ] {} <Debug> HTTP-Session: 242b1cb6-b597-4ca5-a9d5-8c13b3b39576 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12065 | 2024.11.01 08:25:45.477142 [ 282 ] {} <Trace> HTTP-Session: 242b1cb6-b597-4ca5-a9d5-8c13b3b39576 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12066 | 2024.11.01 08:25:45.477309 [ 282 ] {7aa2e64d-697e-401e-9302-c2b0ec9f30e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53448) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12067 | 2024.11.01 08:25:45.477371 [ 282 ] {7aa2e64d-697e-401e-9302-c2b0ec9f30e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12068 | 2024.11.01 08:25:45.477565 [ 282 ] {7aa2e64d-697e-401e-9302-c2b0ec9f30e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12069 | 2024.11.01 08:25:45.477943 [ 282 ] {7aa2e64d-697e-401e-9302-c2b0ec9f30e4} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12070 | 2024.11.01 08:25:45.477979 [ 282 ] {7aa2e64d-697e-401e-9302-c2b0ec9f30e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12071 | 2024.11.01 08:25:45.478371 [ 282 ] {7aa2e64d-697e-401e-9302-c2b0ec9f30e4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12072 | 2024.11.01 08:25:45.478708 [ 282 ] {7aa2e64d-697e-401e-9302-c2b0ec9f30e4} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12073 | 2024.11.01 08:25:45.478841 [ 282 ] {7aa2e64d-697e-401e-9302-c2b0ec9f30e4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001596 sec., 37593.984962406015 rows/sec., 2.53 MiB/sec. | ||
| 12074 | 2024.11.01 08:25:45.479022 [ 282 ] {7aa2e64d-697e-401e-9302-c2b0ec9f30e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 12075 | 2024.11.01 08:25:45.479048 [ 282 ] {7aa2e64d-697e-401e-9302-c2b0ec9f30e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12076 | 2024.11.01 08:25:45.479063 [ 282 ] {} <Debug> HTTP-Session: 242b1cb6-b597-4ca5-a9d5-8c13b3b39576 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12077 | 2024.11.01 08:25:45.479328 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53448, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12078 | 2024.11.01 08:25:47.137177 [ 83 ] {} <Debug> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
| 12079 | 2024.11.01 08:25:47.137240 [ 83 ] {} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12080 | 2024.11.01 08:25:47.137264 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12081 | 2024.11.01 08:25:47.137475 [ 188 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
| 12082 | 2024.11.01 08:25:47.137717 [ 188 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12083 | 2024.11.01 08:25:47.137755 [ 188 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 243 rows starting from the beginning of the part | ||
| 12084 | 2024.11.01 08:25:47.137838 [ 188 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 12085 | 2024.11.01 08:25:47.138025 [ 188 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 12086 | 2024.11.01 08:25:47.138293 [ 188 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 12087 | 2024.11.01 08:25:47.138502 [ 188 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 12088 | 2024.11.01 08:25:47.139660 [ 190 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002312837 sec., 129278.45758261392 rows/sec., 8.80 MiB/sec. | ||
| 12089 | 2024.11.01 08:25:47.139826 [ 188 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
| 12090 | 2024.11.01 08:25:47.140247 [ 188 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_26_6} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12091 | 2024.11.01 08:25:47.140331 [ 188 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_26_6} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
| 12092 | 2024.11.01 08:25:47.140414 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 12093 | 2024.11.01 08:25:49.974968 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61313, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12094 | 2024.11.01 08:25:50.118364 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39348, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12095 | 2024.11.01 08:25:50.205009 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12096 | 2024.11.01 08:25:50.206331 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55411, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12097 | 2024.11.01 08:25:50.228491 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12098 | 2024.11.01 08:25:50.289804 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49618, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12099 | 2024.11.01 08:25:50.306249 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12100 | 2024.11.01 08:25:50.321603 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54871, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12101 | 2024.11.01 08:25:50.334019 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41870, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12102 | 2024.11.01 08:25:50.423986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49002, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12103 | 2024.11.01 08:25:50.474641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62315, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12104 | 2024.11.01 08:25:50.474742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12105 | 2024.11.01 08:25:50.474769 [ 3 ] {} <Debug> HTTP-Session: 15e1f984-57c0-4594-8d91-6c8b466e1f3a Authenticating user 'default' from [fd00:1122:3344:101::d]:62315 | ||
| 12106 | 2024.11.01 08:25:50.474802 [ 3 ] {} <Debug> HTTP-Session: 15e1f984-57c0-4594-8d91-6c8b466e1f3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12107 | 2024.11.01 08:25:50.474828 [ 3 ] {} <Debug> HTTP-Session: 15e1f984-57c0-4594-8d91-6c8b466e1f3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12108 | 2024.11.01 08:25:50.474897 [ 3 ] {} <Trace> HTTP-Session: 15e1f984-57c0-4594-8d91-6c8b466e1f3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12109 | 2024.11.01 08:25:50.475180 [ 3 ] {edd9d056-d086-4af9-91ba-38dfa7ced16b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62315) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12110 | 2024.11.01 08:25:50.475247 [ 3 ] {edd9d056-d086-4af9-91ba-38dfa7ced16b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12111 | 2024.11.01 08:25:50.475583 [ 3 ] {edd9d056-d086-4af9-91ba-38dfa7ced16b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12112 | 2024.11.01 08:25:50.476285 [ 3 ] {edd9d056-d086-4af9-91ba-38dfa7ced16b} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12113 | 2024.11.01 08:25:50.476329 [ 3 ] {edd9d056-d086-4af9-91ba-38dfa7ced16b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12114 | 2024.11.01 08:25:50.476782 [ 3 ] {edd9d056-d086-4af9-91ba-38dfa7ced16b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12115 | 2024.11.01 08:25:50.477172 [ 3 ] {edd9d056-d086-4af9-91ba-38dfa7ced16b} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12116 | 2024.11.01 08:25:50.477349 [ 3 ] {edd9d056-d086-4af9-91ba-38dfa7ced16b} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002282 sec., 119631.90184049078 rows/sec., 10.63 MiB/sec. | ||
| 12117 | 2024.11.01 08:25:50.477735 [ 3 ] {edd9d056-d086-4af9-91ba-38dfa7ced16b} <Debug> DynamicQueryHandler: Done processing query | ||
| 12118 | 2024.11.01 08:25:50.477798 [ 3 ] {edd9d056-d086-4af9-91ba-38dfa7ced16b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12119 | 2024.11.01 08:25:50.477842 [ 3 ] {} <Debug> HTTP-Session: 15e1f984-57c0-4594-8d91-6c8b466e1f3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12120 | 2024.11.01 08:25:50.478083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12121 | 2024.11.01 08:25:50.478212 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42198, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12122 | 2024.11.01 08:25:50.478363 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12123 | 2024.11.01 08:25:50.478396 [ 286 ] {} <Debug> HTTP-Session: 8668e19b-6eec-43d7-b0b0-dc9a2fbb381f Authenticating user 'default' from [fd00:1122:3344:101::d]:42198 | ||
| 12124 | 2024.11.01 08:25:50.478425 [ 286 ] {} <Debug> HTTP-Session: 8668e19b-6eec-43d7-b0b0-dc9a2fbb381f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12125 | 2024.11.01 08:25:50.478445 [ 286 ] {} <Debug> HTTP-Session: 8668e19b-6eec-43d7-b0b0-dc9a2fbb381f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12126 | 2024.11.01 08:25:50.478506 [ 286 ] {} <Trace> HTTP-Session: 8668e19b-6eec-43d7-b0b0-dc9a2fbb381f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12127 | 2024.11.01 08:25:50.478715 [ 286 ] {bb8631de-8c1b-4cf7-842d-4ca93e2f50d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42198) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12128 | 2024.11.01 08:25:50.478789 [ 286 ] {bb8631de-8c1b-4cf7-842d-4ca93e2f50d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12129 | 2024.11.01 08:25:50.479151 [ 286 ] {bb8631de-8c1b-4cf7-842d-4ca93e2f50d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12130 | 2024.11.01 08:25:50.479536 [ 286 ] {bb8631de-8c1b-4cf7-842d-4ca93e2f50d7} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12131 | 2024.11.01 08:25:50.479577 [ 286 ] {bb8631de-8c1b-4cf7-842d-4ca93e2f50d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12132 | 2024.11.01 08:25:50.480007 [ 286 ] {bb8631de-8c1b-4cf7-842d-4ca93e2f50d7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12133 | 2024.11.01 08:25:50.480411 [ 286 ] {bb8631de-8c1b-4cf7-842d-4ca93e2f50d7} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12134 | 2024.11.01 08:25:50.480578 [ 286 ] {bb8631de-8c1b-4cf7-842d-4ca93e2f50d7} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.00194 sec., 21649.484536082473 rows/sec., 1.59 MiB/sec. | ||
| 12135 | 2024.11.01 08:25:50.480778 [ 286 ] {bb8631de-8c1b-4cf7-842d-4ca93e2f50d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12136 | 2024.11.01 08:25:50.480806 [ 286 ] {bb8631de-8c1b-4cf7-842d-4ca93e2f50d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12137 | 2024.11.01 08:25:50.480822 [ 286 ] {} <Debug> HTTP-Session: 8668e19b-6eec-43d7-b0b0-dc9a2fbb381f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12138 | 2024.11.01 08:25:50.481020 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12139 | 2024.11.01 08:25:50.481060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62315, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12140 | 2024.11.01 08:25:50.481154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12141 | 2024.11.01 08:25:50.481197 [ 3 ] {} <Debug> HTTP-Session: 025376a2-7e49-4ef6-9f13-3c2f39ceb356 Authenticating user 'default' from [fd00:1122:3344:101::d]:62315 | ||
| 12142 | 2024.11.01 08:25:50.481226 [ 3 ] {} <Debug> HTTP-Session: 025376a2-7e49-4ef6-9f13-3c2f39ceb356 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12143 | 2024.11.01 08:25:50.481251 [ 3 ] {} <Debug> HTTP-Session: 025376a2-7e49-4ef6-9f13-3c2f39ceb356 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12144 | 2024.11.01 08:25:50.481299 [ 3 ] {} <Trace> HTTP-Session: 025376a2-7e49-4ef6-9f13-3c2f39ceb356 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12145 | 2024.11.01 08:25:50.481445 [ 3 ] {2c9d4c3e-e7ce-4f9b-be3f-14ee9518204f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62315) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 12146 | 2024.11.01 08:25:50.481504 [ 3 ] {2c9d4c3e-e7ce-4f9b-be3f-14ee9518204f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12147 | 2024.11.01 08:25:50.481830 [ 3 ] {2c9d4c3e-e7ce-4f9b-be3f-14ee9518204f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12148 | 2024.11.01 08:25:50.482183 [ 3 ] {2c9d4c3e-e7ce-4f9b-be3f-14ee9518204f} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12149 | 2024.11.01 08:25:50.482221 [ 3 ] {2c9d4c3e-e7ce-4f9b-be3f-14ee9518204f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12150 | 2024.11.01 08:25:50.482605 [ 3 ] {2c9d4c3e-e7ce-4f9b-be3f-14ee9518204f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 12151 | 2024.11.01 08:25:50.482973 [ 3 ] {2c9d4c3e-e7ce-4f9b-be3f-14ee9518204f} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12152 | 2024.11.01 08:25:50.483137 [ 3 ] {2c9d4c3e-e7ce-4f9b-be3f-14ee9518204f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001729 sec., 8097.165991902833 rows/sec., 567.07 KiB/sec. | ||
| 12153 | 2024.11.01 08:25:50.483421 [ 3 ] {2c9d4c3e-e7ce-4f9b-be3f-14ee9518204f} <Debug> DynamicQueryHandler: Done processing query | ||
| 12154 | 2024.11.01 08:25:50.483456 [ 3 ] {2c9d4c3e-e7ce-4f9b-be3f-14ee9518204f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12155 | 2024.11.01 08:25:50.483474 [ 3 ] {} <Debug> HTTP-Session: 025376a2-7e49-4ef6-9f13-3c2f39ceb356 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12156 | 2024.11.01 08:25:50.483635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12157 | 2024.11.01 08:25:50.483739 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53924, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12158 | 2024.11.01 08:25:50.483813 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12159 | 2024.11.01 08:25:50.483839 [ 286 ] {} <Debug> HTTP-Session: e36b6474-604c-4dea-927a-da510b80d5e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:53924 | ||
| 12160 | 2024.11.01 08:25:50.483863 [ 286 ] {} <Debug> HTTP-Session: e36b6474-604c-4dea-927a-da510b80d5e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12161 | 2024.11.01 08:25:50.483880 [ 286 ] {} <Debug> HTTP-Session: e36b6474-604c-4dea-927a-da510b80d5e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12162 | 2024.11.01 08:25:50.483928 [ 286 ] {} <Trace> HTTP-Session: e36b6474-604c-4dea-927a-da510b80d5e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12163 | 2024.11.01 08:25:50.484067 [ 286 ] {5586b492-2390-471e-af91-c6cd198fcb01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53924) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 12164 | 2024.11.01 08:25:50.484128 [ 286 ] {5586b492-2390-471e-af91-c6cd198fcb01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12165 | 2024.11.01 08:25:50.484452 [ 286 ] {5586b492-2390-471e-af91-c6cd198fcb01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12166 | 2024.11.01 08:25:50.484810 [ 286 ] {5586b492-2390-471e-af91-c6cd198fcb01} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12167 | 2024.11.01 08:25:50.484855 [ 286 ] {5586b492-2390-471e-af91-c6cd198fcb01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12168 | 2024.11.01 08:25:50.485232 [ 286 ] {5586b492-2390-471e-af91-c6cd198fcb01} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 12169 | 2024.11.01 08:25:50.485620 [ 286 ] {5586b492-2390-471e-af91-c6cd198fcb01} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12170 | 2024.11.01 08:25:50.485774 [ 286 ] {5586b492-2390-471e-af91-c6cd198fcb01} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001741 sec., 3446.2952326249283 rows/sec., 203.61 KiB/sec. | ||
| 12171 | 2024.11.01 08:25:50.486000 [ 286 ] {5586b492-2390-471e-af91-c6cd198fcb01} <Debug> DynamicQueryHandler: Done processing query | ||
| 12172 | 2024.11.01 08:25:50.486025 [ 286 ] {5586b492-2390-471e-af91-c6cd198fcb01} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12173 | 2024.11.01 08:25:50.486042 [ 286 ] {} <Debug> HTTP-Session: e36b6474-604c-4dea-927a-da510b80d5e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12174 | 2024.11.01 08:25:50.486324 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12175 | 2024.11.01 08:25:50.486386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62315, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12176 | 2024.11.01 08:25:50.486527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12177 | 2024.11.01 08:25:50.486569 [ 3 ] {} <Debug> HTTP-Session: 79944c80-4b52-4b4b-bf6a-5de9853b8c50 Authenticating user 'default' from [fd00:1122:3344:101::d]:62315 | ||
| 12178 | 2024.11.01 08:25:50.486605 [ 3 ] {} <Debug> HTTP-Session: 79944c80-4b52-4b4b-bf6a-5de9853b8c50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12179 | 2024.11.01 08:25:50.486633 [ 3 ] {} <Debug> HTTP-Session: 79944c80-4b52-4b4b-bf6a-5de9853b8c50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12180 | 2024.11.01 08:25:50.486702 [ 3 ] {} <Trace> HTTP-Session: 79944c80-4b52-4b4b-bf6a-5de9853b8c50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12181 | 2024.11.01 08:25:50.487066 [ 3 ] {d9553692-9c49-47cf-8971-863083217cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62315) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12182 | 2024.11.01 08:25:50.487117 [ 3 ] {d9553692-9c49-47cf-8971-863083217cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12183 | 2024.11.01 08:25:50.487391 [ 3 ] {d9553692-9c49-47cf-8971-863083217cd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12184 | 2024.11.01 08:25:50.488001 [ 3 ] {d9553692-9c49-47cf-8971-863083217cd7} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12185 | 2024.11.01 08:25:50.488039 [ 3 ] {d9553692-9c49-47cf-8971-863083217cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12186 | 2024.11.01 08:25:50.488444 [ 3 ] {d9553692-9c49-47cf-8971-863083217cd7} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12187 | 2024.11.01 08:25:50.488817 [ 3 ] {d9553692-9c49-47cf-8971-863083217cd7} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12188 | 2024.11.01 08:25:50.488948 [ 3 ] {d9553692-9c49-47cf-8971-863083217cd7} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.002049 sec., 206930.20985846754 rows/sec., 14.80 MiB/sec. | ||
| 12189 | 2024.11.01 08:25:50.489131 [ 3 ] {d9553692-9c49-47cf-8971-863083217cd7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12190 | 2024.11.01 08:25:50.489156 [ 3 ] {d9553692-9c49-47cf-8971-863083217cd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 12191 | 2024.11.01 08:25:50.489173 [ 3 ] {} <Debug> HTTP-Session: 79944c80-4b52-4b4b-bf6a-5de9853b8c50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12192 | 2024.11.01 08:25:50.489406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12193 | 2024.11.01 08:25:50.489503 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39061, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12194 | 2024.11.01 08:25:50.489575 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12195 | 2024.11.01 08:25:50.489602 [ 286 ] {} <Debug> HTTP-Session: 69e6608b-3cb3-4b8d-9109-a7fb5ec5bf7f Authenticating user 'default' from [fd00:1122:3344:101::d]:39061 | ||
| 12196 | 2024.11.01 08:25:50.489624 [ 286 ] {} <Debug> HTTP-Session: 69e6608b-3cb3-4b8d-9109-a7fb5ec5bf7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12197 | 2024.11.01 08:25:50.489641 [ 286 ] {} <Debug> HTTP-Session: 69e6608b-3cb3-4b8d-9109-a7fb5ec5bf7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12198 | 2024.11.01 08:25:50.489687 [ 286 ] {} <Trace> HTTP-Session: 69e6608b-3cb3-4b8d-9109-a7fb5ec5bf7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12199 | 2024.11.01 08:25:50.489820 [ 286 ] {37d9c548-6e6c-45de-b7b9-4ca31d8af929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39061) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12200 | 2024.11.01 08:25:50.489878 [ 286 ] {37d9c548-6e6c-45de-b7b9-4ca31d8af929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12201 | 2024.11.01 08:25:50.490053 [ 286 ] {37d9c548-6e6c-45de-b7b9-4ca31d8af929} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12202 | 2024.11.01 08:25:50.490325 [ 286 ] {37d9c548-6e6c-45de-b7b9-4ca31d8af929} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12203 | 2024.11.01 08:25:50.490364 [ 286 ] {37d9c548-6e6c-45de-b7b9-4ca31d8af929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12204 | 2024.11.01 08:25:50.490756 [ 286 ] {37d9c548-6e6c-45de-b7b9-4ca31d8af929} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 12205 | 2024.11.01 08:25:50.491100 [ 286 ] {37d9c548-6e6c-45de-b7b9-4ca31d8af929} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12206 | 2024.11.01 08:25:50.491266 [ 286 ] {37d9c548-6e6c-45de-b7b9-4ca31d8af929} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001475 sec., 4067.7966101694915 rows/sec., 212.53 KiB/sec. | ||
| 12207 | 2024.11.01 08:25:50.491441 [ 286 ] {37d9c548-6e6c-45de-b7b9-4ca31d8af929} <Debug> DynamicQueryHandler: Done processing query | ||
| 12208 | 2024.11.01 08:25:50.491466 [ 286 ] {37d9c548-6e6c-45de-b7b9-4ca31d8af929} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12209 | 2024.11.01 08:25:50.491482 [ 286 ] {} <Debug> HTTP-Session: 69e6608b-3cb3-4b8d-9109-a7fb5ec5bf7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12210 | 2024.11.01 08:25:50.491768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62315, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12211 | 2024.11.01 08:25:50.491774 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12212 | 2024.11.01 08:25:50.491904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12213 | 2024.11.01 08:25:50.491956 [ 3 ] {} <Debug> HTTP-Session: fb3aa773-d943-4eb6-8f1a-924d695b974a Authenticating user 'default' from [fd00:1122:3344:101::d]:62315 | ||
| 12214 | 2024.11.01 08:25:50.491987 [ 3 ] {} <Debug> HTTP-Session: fb3aa773-d943-4eb6-8f1a-924d695b974a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12215 | 2024.11.01 08:25:50.492018 [ 3 ] {} <Debug> HTTP-Session: fb3aa773-d943-4eb6-8f1a-924d695b974a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12216 | 2024.11.01 08:25:50.492066 [ 3 ] {} <Trace> HTTP-Session: fb3aa773-d943-4eb6-8f1a-924d695b974a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12217 | 2024.11.01 08:25:50.492312 [ 3 ] {4f057fd9-02cf-4b9b-931c-fabd3ff3b0bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62315) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12218 | 2024.11.01 08:25:50.492373 [ 3 ] {4f057fd9-02cf-4b9b-931c-fabd3ff3b0bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12219 | 2024.11.01 08:25:50.492593 [ 3 ] {4f057fd9-02cf-4b9b-931c-fabd3ff3b0bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12220 | 2024.11.01 08:25:50.493066 [ 3 ] {4f057fd9-02cf-4b9b-931c-fabd3ff3b0bd} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12221 | 2024.11.01 08:25:50.493102 [ 3 ] {4f057fd9-02cf-4b9b-931c-fabd3ff3b0bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12222 | 2024.11.01 08:25:50.493596 [ 3 ] {4f057fd9-02cf-4b9b-931c-fabd3ff3b0bd} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12223 | 2024.11.01 08:25:50.493971 [ 3 ] {4f057fd9-02cf-4b9b-931c-fabd3ff3b0bd} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12224 | 2024.11.01 08:25:50.494102 [ 3 ] {4f057fd9-02cf-4b9b-931c-fabd3ff3b0bd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001923 sec., 123244.92979719189 rows/sec., 8.26 MiB/sec. | ||
| 12225 | 2024.11.01 08:25:50.494273 [ 3 ] {4f057fd9-02cf-4b9b-931c-fabd3ff3b0bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 12226 | 2024.11.01 08:25:50.494298 [ 3 ] {4f057fd9-02cf-4b9b-931c-fabd3ff3b0bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 12227 | 2024.11.01 08:25:50.494314 [ 3 ] {} <Debug> HTTP-Session: fb3aa773-d943-4eb6-8f1a-924d695b974a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12228 | 2024.11.01 08:25:50.494494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12229 | 2024.11.01 08:25:50.494609 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33605, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12230 | 2024.11.01 08:25:50.494775 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12231 | 2024.11.01 08:25:50.494801 [ 286 ] {} <Debug> HTTP-Session: 58168d25-f83f-4d3a-b309-52499f991788 Authenticating user 'default' from [fd00:1122:3344:101::d]:33605 | ||
| 12232 | 2024.11.01 08:25:50.494823 [ 286 ] {} <Debug> HTTP-Session: 58168d25-f83f-4d3a-b309-52499f991788 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12233 | 2024.11.01 08:25:50.494841 [ 286 ] {} <Debug> HTTP-Session: 58168d25-f83f-4d3a-b309-52499f991788 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12234 | 2024.11.01 08:25:50.494886 [ 286 ] {} <Trace> HTTP-Session: 58168d25-f83f-4d3a-b309-52499f991788 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12235 | 2024.11.01 08:25:50.494999 [ 286 ] {f8c11d73-7570-4fe3-923c-457583225069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33605) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 12236 | 2024.11.01 08:25:50.495050 [ 286 ] {f8c11d73-7570-4fe3-923c-457583225069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12237 | 2024.11.01 08:25:50.495216 [ 286 ] {f8c11d73-7570-4fe3-923c-457583225069} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12238 | 2024.11.01 08:25:50.495476 [ 286 ] {f8c11d73-7570-4fe3-923c-457583225069} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12239 | 2024.11.01 08:25:50.495512 [ 286 ] {f8c11d73-7570-4fe3-923c-457583225069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12240 | 2024.11.01 08:25:50.495873 [ 286 ] {f8c11d73-7570-4fe3-923c-457583225069} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 12241 | 2024.11.01 08:25:50.496217 [ 286 ] {f8c11d73-7570-4fe3-923c-457583225069} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12242 | 2024.11.01 08:25:50.496379 [ 286 ] {f8c11d73-7570-4fe3-923c-457583225069} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001398 sec., 715.307582260372 rows/sec., 48.20 KiB/sec. | ||
| 12243 | 2024.11.01 08:25:50.496709 [ 286 ] {f8c11d73-7570-4fe3-923c-457583225069} <Debug> DynamicQueryHandler: Done processing query | ||
| 12244 | 2024.11.01 08:25:50.496743 [ 286 ] {f8c11d73-7570-4fe3-923c-457583225069} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 12245 | 2024.11.01 08:25:50.496759 [ 286 ] {} <Debug> HTTP-Session: 58168d25-f83f-4d3a-b309-52499f991788 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12246 | 2024.11.01 08:25:50.496947 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33605, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12247 | 2024.11.01 08:25:50.497009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62315, User-Agent: (none), Length: 70699, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12248 | 2024.11.01 08:25:50.497101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12249 | 2024.11.01 08:25:50.497129 [ 3 ] {} <Debug> HTTP-Session: a4d0a598-29a8-4703-8c90-c434a2e4d2aa Authenticating user 'default' from [fd00:1122:3344:101::d]:62315 | ||
| 12250 | 2024.11.01 08:25:50.497150 [ 3 ] {} <Debug> HTTP-Session: a4d0a598-29a8-4703-8c90-c434a2e4d2aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12251 | 2024.11.01 08:25:50.497168 [ 3 ] {} <Debug> HTTP-Session: a4d0a598-29a8-4703-8c90-c434a2e4d2aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12252 | 2024.11.01 08:25:50.497213 [ 3 ] {} <Trace> HTTP-Session: a4d0a598-29a8-4703-8c90-c434a2e4d2aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12253 | 2024.11.01 08:25:50.497728 [ 3 ] {6b7a3ade-4ff0-4e03-827e-9d1d410ef843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62315) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12254 | 2024.11.01 08:25:50.497818 [ 3 ] {6b7a3ade-4ff0-4e03-827e-9d1d410ef843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12255 | 2024.11.01 08:25:50.498322 [ 3 ] {6b7a3ade-4ff0-4e03-827e-9d1d410ef843} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12256 | 2024.11.01 08:25:50.499026 [ 3 ] {6b7a3ade-4ff0-4e03-827e-9d1d410ef843} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12257 | 2024.11.01 08:25:50.499064 [ 3 ] {6b7a3ade-4ff0-4e03-827e-9d1d410ef843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12258 | 2024.11.01 08:25:50.499734 [ 3 ] {6b7a3ade-4ff0-4e03-827e-9d1d410ef843} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 12259 | 2024.11.01 08:25:50.500159 [ 3 ] {6b7a3ade-4ff0-4e03-827e-9d1d410ef843} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12260 | 2024.11.01 08:25:50.500358 [ 3 ] {6b7a3ade-4ff0-4e03-827e-9d1d410ef843} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002993 sec., 14032.743067156698 rows/sec., 25.15 MiB/sec. | ||
| 12261 | 2024.11.01 08:25:50.501316 [ 3 ] {6b7a3ade-4ff0-4e03-827e-9d1d410ef843} <Debug> DynamicQueryHandler: Done processing query | ||
| 12262 | 2024.11.01 08:25:50.501341 [ 3 ] {6b7a3ade-4ff0-4e03-827e-9d1d410ef843} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 12263 | 2024.11.01 08:25:50.501358 [ 3 ] {} <Debug> HTTP-Session: a4d0a598-29a8-4703-8c90-c434a2e4d2aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12264 | 2024.11.01 08:25:50.501522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12265 | 2024.11.01 08:25:50.501594 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44097, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12266 | 2024.11.01 08:25:50.501665 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12267 | 2024.11.01 08:25:50.501690 [ 286 ] {} <Debug> HTTP-Session: c7d2c586-52d4-4a24-98cf-9dfed1c64d37 Authenticating user 'default' from [fd00:1122:3344:101::d]:44097 | ||
| 12268 | 2024.11.01 08:25:50.501714 [ 286 ] {} <Debug> HTTP-Session: c7d2c586-52d4-4a24-98cf-9dfed1c64d37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12269 | 2024.11.01 08:25:50.501729 [ 286 ] {} <Debug> HTTP-Session: c7d2c586-52d4-4a24-98cf-9dfed1c64d37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12270 | 2024.11.01 08:25:50.501767 [ 286 ] {} <Trace> HTTP-Session: c7d2c586-52d4-4a24-98cf-9dfed1c64d37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12271 | 2024.11.01 08:25:50.501927 [ 286 ] {895ef070-2b87-4101-8dc7-41a560e66359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44097) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12272 | 2024.11.01 08:25:50.501976 [ 286 ] {895ef070-2b87-4101-8dc7-41a560e66359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12273 | 2024.11.01 08:25:50.502133 [ 286 ] {895ef070-2b87-4101-8dc7-41a560e66359} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12274 | 2024.11.01 08:25:50.502475 [ 286 ] {895ef070-2b87-4101-8dc7-41a560e66359} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12275 | 2024.11.01 08:25:50.502513 [ 286 ] {895ef070-2b87-4101-8dc7-41a560e66359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12276 | 2024.11.01 08:25:50.502897 [ 286 ] {895ef070-2b87-4101-8dc7-41a560e66359} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12277 | 2024.11.01 08:25:50.503257 [ 286 ] {895ef070-2b87-4101-8dc7-41a560e66359} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12278 | 2024.11.01 08:25:50.503408 [ 286 ] {895ef070-2b87-4101-8dc7-41a560e66359} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001552 sec., 52835.051546391755 rows/sec., 3.36 MiB/sec. | ||
| 12279 | 2024.11.01 08:25:50.503675 [ 286 ] {895ef070-2b87-4101-8dc7-41a560e66359} <Debug> DynamicQueryHandler: Done processing query | ||
| 12280 | 2024.11.01 08:25:50.503741 [ 286 ] {895ef070-2b87-4101-8dc7-41a560e66359} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12281 | 2024.11.01 08:25:50.503794 [ 286 ] {} <Debug> HTTP-Session: c7d2c586-52d4-4a24-98cf-9dfed1c64d37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12282 | 2024.11.01 08:25:50.504467 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44097, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12283 | 2024.11.01 08:25:50.507526 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50277, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12284 | 2024.11.01 08:25:50.730542 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34276, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12285 | 2024.11.01 08:25:50.738951 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35167, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12286 | 2024.11.01 08:25:50.807374 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45432, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12287 | 2024.11.01 08:25:50.820844 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38775, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12288 | 2024.11.01 08:25:50.895318 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49652, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12289 | 2024.11.01 08:25:51.000181 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.29 MiB, peak 182.03 MiB, free memory in arenas 0.00 B, will set to 175.13 MiB (RSS), difference: -1.16 MiB | ||
| 12290 | 2024.11.01 08:25:51.083039 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51241, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12291 | 2024.11.01 08:25:51.479781 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46175, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12292 | 2024.11.01 08:25:51.566251 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12293 | 2024.11.01 08:25:51.584167 [ 304 ] {} <Error> ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::b]:38246). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): | ||
| 12294 | |||
| 12295 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 12296 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 12297 | 2. DB::NetException::NetException<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, 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::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> >&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x0000000015b19afe in /opt/oxide/clickhouse/clickhouse | ||
| 12298 | 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000190bd7af in /opt/oxide/clickhouse/clickhouse | ||
| 12299 | 4. DB::HTTPServerRequest::readRequest(DB::ReadBuffer&) @ 0x00000000168c607c in /opt/oxide/clickhouse/clickhouse | ||
| 12300 | 5. DB::HTTPServerRequest::HTTPServerRequest(std::shared_ptr<DB::IHTTPContext>, DB::HTTPServerResponse&, Poco::Net::HTTPServerSession&) @ 0x00000000168c5985 in /opt/oxide/clickhouse/clickhouse | ||
| 12301 | 6. DB::HTTPServerConnection::run() @ 0x00000000168c4c4e in /opt/oxide/clickhouse/clickhouse | ||
| 12302 | 7. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 12303 | 8. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 12304 | 9. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 12305 | 10. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 12306 | 11. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 12307 | (version 23.8.7.1) | ||
| 12308 | 2024.11.01 08:25:51.752222 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12309 | 2024.11.01 08:25:51.889469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38209, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12310 | 2024.11.01 08:25:51.896783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12311 | 2024.11.01 08:25:51.941116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12312 | 2024.11.01 08:25:51.979416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45174, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12313 | 2024.11.01 08:25:52.166993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51183, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12314 | 2024.11.01 08:25:52.573758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56646, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12315 | 2024.11.01 08:25:52.858942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45070, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12316 | 2024.11.01 08:25:52.956824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63980, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12317 | 2024.11.01 08:25:52.987497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34336, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12318 | 2024.11.01 08:25:53.053315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49659, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12319 | 2024.11.01 08:25:53.076669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65426, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12320 | 2024.11.01 08:25:53.081037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44071, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12321 | 2024.11.01 08:25:53.971445 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1128 | ||
| 12322 | 2024.11.01 08:25:53.974244 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12323 | 2024.11.01 08:25:53.974302 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12324 | 2024.11.01 08:25:53.975794 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 12325 | 2024.11.01 08:25:53.976787 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12326 | 2024.11.01 08:25:53.977001 [ 75 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 12327 | 2024.11.01 08:25:53.977132 [ 75 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12328 | 2024.11.01 08:25:53.977200 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12329 | 2024.11.01 08:25:53.977834 [ 193 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 12330 | 2024.11.01 08:25:53.979173 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1128 | ||
| 12331 | 2024.11.01 08:25:53.979781 [ 193 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12332 | 2024.11.01 08:25:53.979962 [ 193 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 988 rows starting from the beginning of the part | ||
| 12333 | 2024.11.01 08:25:53.980583 [ 193 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part | ||
| 12334 | 2024.11.01 08:25:53.981060 [ 193 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 28 rows starting from the beginning of the part | ||
| 12335 | 2024.11.01 08:25:53.981539 [ 193 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 20 rows starting from the beginning of the part | ||
| 12336 | 2024.11.01 08:25:53.981994 [ 193 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part | ||
| 12337 | 2024.11.01 08:25:53.982469 [ 193 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 28 rows starting from the beginning of the part | ||
| 12338 | 2024.11.01 08:25:53.990635 [ 188 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1128 rows, containing 72 columns (72 merged, 0 gathered) in 0.013283737 sec., 84915.86366095625 rows/sec., 58.79 MiB/sec. | ||
| 12339 | 2024.11.01 08:25:53.992163 [ 200 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 12340 | 2024.11.01 08:25:53.993926 [ 200 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_36_7} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12341 | 2024.11.01 08:25:53.994028 [ 200 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_36_7} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 12342 | 2024.11.01 08:25:53.994377 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
| 12343 | 2024.11.01 08:25:55.467897 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60477, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12344 | 2024.11.01 08:25:55.468032 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12345 | 2024.11.01 08:25:55.468064 [ 305 ] {} <Debug> HTTP-Session: 0ab07cc4-2598-4e8a-9160-505588e50514 Authenticating user 'default' from [fd00:1122:3344:101::d]:60477 | ||
| 12346 | 2024.11.01 08:25:55.468088 [ 305 ] {} <Debug> HTTP-Session: 0ab07cc4-2598-4e8a-9160-505588e50514 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12347 | 2024.11.01 08:25:55.468103 [ 305 ] {} <Debug> HTTP-Session: 0ab07cc4-2598-4e8a-9160-505588e50514 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12348 | 2024.11.01 08:25:55.468154 [ 305 ] {} <Trace> HTTP-Session: 0ab07cc4-2598-4e8a-9160-505588e50514 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12349 | 2024.11.01 08:25:55.468347 [ 305 ] {55d06457-c238-4e4c-ad11-d35d324a2348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60477) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12350 | 2024.11.01 08:25:55.468416 [ 305 ] {55d06457-c238-4e4c-ad11-d35d324a2348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12351 | 2024.11.01 08:25:55.468755 [ 305 ] {55d06457-c238-4e4c-ad11-d35d324a2348} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12352 | 2024.11.01 08:25:55.469234 [ 305 ] {55d06457-c238-4e4c-ad11-d35d324a2348} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12353 | 2024.11.01 08:25:55.469280 [ 305 ] {55d06457-c238-4e4c-ad11-d35d324a2348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12354 | 2024.11.01 08:25:55.469741 [ 305 ] {55d06457-c238-4e4c-ad11-d35d324a2348} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12355 | 2024.11.01 08:25:55.470122 [ 305 ] {55d06457-c238-4e4c-ad11-d35d324a2348} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12356 | 2024.11.01 08:25:55.470298 [ 305 ] {55d06457-c238-4e4c-ad11-d35d324a2348} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002009 sec., 995.5201592832256 rows/sec., 81.18 KiB/sec. | ||
| 12357 | 2024.11.01 08:25:55.470530 [ 305 ] {55d06457-c238-4e4c-ad11-d35d324a2348} <Debug> DynamicQueryHandler: Done processing query | ||
| 12358 | 2024.11.01 08:25:55.470560 [ 305 ] {55d06457-c238-4e4c-ad11-d35d324a2348} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12359 | 2024.11.01 08:25:55.470577 [ 305 ] {} <Debug> HTTP-Session: 0ab07cc4-2598-4e8a-9160-505588e50514 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12360 | 2024.11.01 08:25:55.470789 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12361 | 2024.11.01 08:25:55.470922 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38495, User-Agent: (none), Length: 7929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12362 | 2024.11.01 08:25:55.471055 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12363 | 2024.11.01 08:25:55.471082 [ 306 ] {} <Debug> HTTP-Session: 2a76a4e7-708f-4620-b1b5-f2f0c3641824 Authenticating user 'default' from [fd00:1122:3344:101::d]:38495 | ||
| 12364 | 2024.11.01 08:25:55.471107 [ 306 ] {} <Debug> HTTP-Session: 2a76a4e7-708f-4620-b1b5-f2f0c3641824 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12365 | 2024.11.01 08:25:55.471121 [ 306 ] {} <Debug> HTTP-Session: 2a76a4e7-708f-4620-b1b5-f2f0c3641824 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12366 | 2024.11.01 08:25:55.471173 [ 306 ] {} <Trace> HTTP-Session: 2a76a4e7-708f-4620-b1b5-f2f0c3641824 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12367 | 2024.11.01 08:25:55.471400 [ 306 ] {f4d13927-4848-446c-8102-f1f5c6a5d59c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12368 | 2024.11.01 08:25:55.471474 [ 306 ] {f4d13927-4848-446c-8102-f1f5c6a5d59c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12369 | 2024.11.01 08:25:55.471826 [ 306 ] {f4d13927-4848-446c-8102-f1f5c6a5d59c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12370 | 2024.11.01 08:25:55.472252 [ 306 ] {f4d13927-4848-446c-8102-f1f5c6a5d59c} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12371 | 2024.11.01 08:25:55.472290 [ 306 ] {f4d13927-4848-446c-8102-f1f5c6a5d59c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12372 | 2024.11.01 08:25:55.472711 [ 306 ] {f4d13927-4848-446c-8102-f1f5c6a5d59c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12373 | 2024.11.01 08:25:55.473100 [ 306 ] {f4d13927-4848-446c-8102-f1f5c6a5d59c} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12374 | 2024.11.01 08:25:55.473273 [ 306 ] {f4d13927-4848-446c-8102-f1f5c6a5d59c} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001969 sec., 28948.70492635856 rows/sec., 2.21 MiB/sec. | ||
| 12375 | 2024.11.01 08:25:55.473597 [ 306 ] {f4d13927-4848-446c-8102-f1f5c6a5d59c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12376 | 2024.11.01 08:25:55.473658 [ 306 ] {f4d13927-4848-446c-8102-f1f5c6a5d59c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 12377 | 2024.11.01 08:25:55.473723 [ 306 ] {} <Debug> HTTP-Session: 2a76a4e7-708f-4620-b1b5-f2f0c3641824 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12378 | 2024.11.01 08:25:55.473926 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38495, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12379 | 2024.11.01 08:25:55.474002 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34229, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12380 | 2024.11.01 08:25:55.474083 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12381 | 2024.11.01 08:25:55.474108 [ 305 ] {} <Debug> HTTP-Session: 28ed0354-d096-4293-bbfd-8c9b71c13bee Authenticating user 'default' from [fd00:1122:3344:101::d]:34229 | ||
| 12382 | 2024.11.01 08:25:55.474130 [ 305 ] {} <Debug> HTTP-Session: 28ed0354-d096-4293-bbfd-8c9b71c13bee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12383 | 2024.11.01 08:25:55.474145 [ 305 ] {} <Debug> HTTP-Session: 28ed0354-d096-4293-bbfd-8c9b71c13bee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12384 | 2024.11.01 08:25:55.474188 [ 305 ] {} <Trace> HTTP-Session: 28ed0354-d096-4293-bbfd-8c9b71c13bee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12385 | 2024.11.01 08:25:55.474305 [ 305 ] {122ec2d8-ce74-465a-a481-746cd2aae35e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34229) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12386 | 2024.11.01 08:25:55.474355 [ 305 ] {122ec2d8-ce74-465a-a481-746cd2aae35e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12387 | 2024.11.01 08:25:55.474626 [ 305 ] {122ec2d8-ce74-465a-a481-746cd2aae35e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12388 | 2024.11.01 08:25:55.474949 [ 305 ] {122ec2d8-ce74-465a-a481-746cd2aae35e} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12389 | 2024.11.01 08:25:55.474987 [ 305 ] {122ec2d8-ce74-465a-a481-746cd2aae35e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12390 | 2024.11.01 08:25:55.475376 [ 305 ] {122ec2d8-ce74-465a-a481-746cd2aae35e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12391 | 2024.11.01 08:25:55.475752 [ 305 ] {122ec2d8-ce74-465a-a481-746cd2aae35e} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12392 | 2024.11.01 08:25:55.475921 [ 305 ] {122ec2d8-ce74-465a-a481-746cd2aae35e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001646 sec., 1215.0668286755772 rows/sec., 84.84 KiB/sec. | ||
| 12393 | 2024.11.01 08:25:55.475939 [ 71 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12394 | 2024.11.01 08:25:55.476053 [ 71 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12395 | 2024.11.01 08:25:55.476104 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12396 | 2024.11.01 08:25:55.476196 [ 305 ] {122ec2d8-ce74-465a-a481-746cd2aae35e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12397 | 2024.11.01 08:25:55.476255 [ 305 ] {122ec2d8-ce74-465a-a481-746cd2aae35e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12398 | 2024.11.01 08:25:55.476308 [ 305 ] {} <Debug> HTTP-Session: 28ed0354-d096-4293-bbfd-8c9b71c13bee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12399 | 2024.11.01 08:25:55.476314 [ 189 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 12400 | 2024.11.01 08:25:55.476525 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34229, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12401 | 2024.11.01 08:25:55.476528 [ 189 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12402 | 2024.11.01 08:25:55.476601 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60743, User-Agent: (none), Length: 11213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12403 | 2024.11.01 08:25:55.476635 [ 189 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 60 rows starting from the beginning of the part | ||
| 12404 | 2024.11.01 08:25:55.476738 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12405 | 2024.11.01 08:25:55.476869 [ 306 ] {} <Debug> HTTP-Session: 928b5818-2ac8-440b-a69b-1154dbf4bf30 Authenticating user 'default' from [fd00:1122:3344:101::d]:60743 | ||
| 12406 | 2024.11.01 08:25:55.476922 [ 306 ] {} <Debug> HTTP-Session: 928b5818-2ac8-440b-a69b-1154dbf4bf30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12407 | 2024.11.01 08:25:55.476924 [ 189 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 12408 | 2024.11.01 08:25:55.476949 [ 306 ] {} <Debug> HTTP-Session: 928b5818-2ac8-440b-a69b-1154dbf4bf30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12409 | 2024.11.01 08:25:55.477030 [ 306 ] {} <Trace> HTTP-Session: 928b5818-2ac8-440b-a69b-1154dbf4bf30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12410 | 2024.11.01 08:25:55.477085 [ 189 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 42 rows starting from the beginning of the part | ||
| 12411 | 2024.11.01 08:25:55.477260 [ 189 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 2 rows starting from the beginning of the part | ||
| 12412 | 2024.11.01 08:25:55.477290 [ 306 ] {8e8ced8c-b05b-469d-add9-34046a36038d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60743) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12413 | 2024.11.01 08:25:55.477389 [ 306 ] {8e8ced8c-b05b-469d-add9-34046a36038d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12414 | 2024.11.01 08:25:55.477424 [ 189 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 42 rows starting from the beginning of the part | ||
| 12415 | 2024.11.01 08:25:55.477631 [ 189 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 2 rows starting from the beginning of the part | ||
| 12416 | 2024.11.01 08:25:55.478093 [ 306 ] {8e8ced8c-b05b-469d-add9-34046a36038d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12417 | 2024.11.01 08:25:55.478652 [ 306 ] {8e8ced8c-b05b-469d-add9-34046a36038d} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12418 | 2024.11.01 08:25:55.478694 [ 306 ] {8e8ced8c-b05b-469d-add9-34046a36038d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12419 | 2024.11.01 08:25:55.479256 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 154 rows, containing 5 columns (5 merged, 0 gathered) in 0.003054415 sec., 50418.819970436234 rows/sec., 3.85 MiB/sec. | ||
| 12420 | 2024.11.01 08:25:55.479396 [ 306 ] {8e8ced8c-b05b-469d-add9-34046a36038d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12421 | 2024.11.01 08:25:55.479533 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12422 | 2024.11.01 08:25:55.480377 [ 306 ] {8e8ced8c-b05b-469d-add9-34046a36038d} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12423 | 2024.11.01 08:25:55.480751 [ 306 ] {8e8ced8c-b05b-469d-add9-34046a36038d} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.003569 sec., 18492.574950966657 rows/sec., 1.44 MiB/sec. | ||
| 12424 | 2024.11.01 08:25:55.480895 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_46_9} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12425 | 2024.11.01 08:25:55.481097 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_46_9} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12426 | 2024.11.01 08:25:55.481126 [ 306 ] {8e8ced8c-b05b-469d-add9-34046a36038d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12427 | 2024.11.01 08:25:55.481165 [ 306 ] {8e8ced8c-b05b-469d-add9-34046a36038d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12428 | 2024.11.01 08:25:55.481240 [ 306 ] {} <Debug> HTTP-Session: 928b5818-2ac8-440b-a69b-1154dbf4bf30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12429 | 2024.11.01 08:25:55.481284 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12430 | 2024.11.01 08:25:55.481482 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60743, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12431 | 2024.11.01 08:25:55.481553 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63720, User-Agent: (none), Length: 30788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12432 | 2024.11.01 08:25:55.481657 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12433 | 2024.11.01 08:25:55.481684 [ 305 ] {} <Debug> HTTP-Session: fb1dff54-11cd-434c-8c3e-98ecc939258e Authenticating user 'default' from [fd00:1122:3344:101::d]:63720 | ||
| 12434 | 2024.11.01 08:25:55.481705 [ 305 ] {} <Debug> HTTP-Session: fb1dff54-11cd-434c-8c3e-98ecc939258e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12435 | 2024.11.01 08:25:55.481720 [ 305 ] {} <Debug> HTTP-Session: fb1dff54-11cd-434c-8c3e-98ecc939258e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12436 | 2024.11.01 08:25:55.481762 [ 305 ] {} <Trace> HTTP-Session: fb1dff54-11cd-434c-8c3e-98ecc939258e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12437 | 2024.11.01 08:25:55.481947 [ 305 ] {33a445a2-e50f-4815-b527-f15144414e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12438 | 2024.11.01 08:25:55.482001 [ 305 ] {33a445a2-e50f-4815-b527-f15144414e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12439 | 2024.11.01 08:25:55.482190 [ 305 ] {33a445a2-e50f-4815-b527-f15144414e00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12440 | 2024.11.01 08:25:55.482608 [ 305 ] {33a445a2-e50f-4815-b527-f15144414e00} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12441 | 2024.11.01 08:25:55.482646 [ 305 ] {33a445a2-e50f-4815-b527-f15144414e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12442 | 2024.11.01 08:25:55.483047 [ 305 ] {33a445a2-e50f-4815-b527-f15144414e00} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12443 | 2024.11.01 08:25:55.483407 [ 305 ] {33a445a2-e50f-4815-b527-f15144414e00} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12444 | 2024.11.01 08:25:55.483562 [ 305 ] {33a445a2-e50f-4815-b527-f15144414e00} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001697 sec., 94873.3058338244 rows/sec., 6.61 MiB/sec. | ||
| 12445 | 2024.11.01 08:25:55.483742 [ 305 ] {33a445a2-e50f-4815-b527-f15144414e00} <Debug> DynamicQueryHandler: Done processing query | ||
| 12446 | 2024.11.01 08:25:55.483767 [ 305 ] {33a445a2-e50f-4815-b527-f15144414e00} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12447 | 2024.11.01 08:25:55.483785 [ 305 ] {} <Debug> HTTP-Session: fb1dff54-11cd-434c-8c3e-98ecc939258e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12448 | 2024.11.01 08:25:55.483964 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63720, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12449 | 2024.11.01 08:25:55.484026 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39412, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12450 | 2024.11.01 08:25:55.484097 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12451 | 2024.11.01 08:25:55.484122 [ 306 ] {} <Debug> HTTP-Session: d7e2c663-746b-4eec-bc57-81ef7f75cde2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39412 | ||
| 12452 | 2024.11.01 08:25:55.484141 [ 306 ] {} <Debug> HTTP-Session: d7e2c663-746b-4eec-bc57-81ef7f75cde2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12453 | 2024.11.01 08:25:55.484156 [ 306 ] {} <Debug> HTTP-Session: d7e2c663-746b-4eec-bc57-81ef7f75cde2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12454 | 2024.11.01 08:25:55.484206 [ 306 ] {} <Trace> HTTP-Session: d7e2c663-746b-4eec-bc57-81ef7f75cde2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12455 | 2024.11.01 08:25:55.484355 [ 306 ] {38820f3a-c8d8-42fc-9bab-9f15114c9403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39412) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12456 | 2024.11.01 08:25:55.484405 [ 306 ] {38820f3a-c8d8-42fc-9bab-9f15114c9403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12457 | 2024.11.01 08:25:55.484573 [ 306 ] {38820f3a-c8d8-42fc-9bab-9f15114c9403} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12458 | 2024.11.01 08:25:55.484896 [ 306 ] {38820f3a-c8d8-42fc-9bab-9f15114c9403} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12459 | 2024.11.01 08:25:55.484934 [ 306 ] {38820f3a-c8d8-42fc-9bab-9f15114c9403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12460 | 2024.11.01 08:25:55.485328 [ 306 ] {38820f3a-c8d8-42fc-9bab-9f15114c9403} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12461 | 2024.11.01 08:25:55.485659 [ 306 ] {38820f3a-c8d8-42fc-9bab-9f15114c9403} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12462 | 2024.11.01 08:25:55.485819 [ 306 ] {38820f3a-c8d8-42fc-9bab-9f15114c9403} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001519 sec., 39499.670836076366 rows/sec., 2.66 MiB/sec. | ||
| 12463 | 2024.11.01 08:25:55.485994 [ 306 ] {38820f3a-c8d8-42fc-9bab-9f15114c9403} <Debug> DynamicQueryHandler: Done processing query | ||
| 12464 | 2024.11.01 08:25:55.486018 [ 306 ] {38820f3a-c8d8-42fc-9bab-9f15114c9403} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12465 | 2024.11.01 08:25:55.486034 [ 306 ] {} <Debug> HTTP-Session: d7e2c663-746b-4eec-bc57-81ef7f75cde2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12466 | 2024.11.01 08:25:55.486294 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12467 | 2024.11.01 08:25:58.639276 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12468 | 2024.11.01 08:25:58.639386 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12469 | 2024.11.01 08:26:00.467514 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42256, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12470 | 2024.11.01 08:26:00.467628 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12471 | 2024.11.01 08:26:00.467653 [ 282 ] {} <Debug> HTTP-Session: 618a45e3-708e-48dd-95e6-1726144eadd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42256 | ||
| 12472 | 2024.11.01 08:26:00.467676 [ 282 ] {} <Debug> HTTP-Session: 618a45e3-708e-48dd-95e6-1726144eadd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12473 | 2024.11.01 08:26:00.467691 [ 282 ] {} <Debug> HTTP-Session: 618a45e3-708e-48dd-95e6-1726144eadd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12474 | 2024.11.01 08:26:00.467740 [ 282 ] {} <Trace> HTTP-Session: 618a45e3-708e-48dd-95e6-1726144eadd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12475 | 2024.11.01 08:26:00.467939 [ 282 ] {ccebbc23-3a6c-4b95-a8cf-1fd62db23169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42256) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12476 | 2024.11.01 08:26:00.468007 [ 282 ] {ccebbc23-3a6c-4b95-a8cf-1fd62db23169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12477 | 2024.11.01 08:26:00.468346 [ 282 ] {ccebbc23-3a6c-4b95-a8cf-1fd62db23169} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12478 | 2024.11.01 08:26:00.468828 [ 282 ] {ccebbc23-3a6c-4b95-a8cf-1fd62db23169} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12479 | 2024.11.01 08:26:00.468875 [ 282 ] {ccebbc23-3a6c-4b95-a8cf-1fd62db23169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12480 | 2024.11.01 08:26:00.469305 [ 282 ] {ccebbc23-3a6c-4b95-a8cf-1fd62db23169} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 12481 | 2024.11.01 08:26:00.469692 [ 282 ] {ccebbc23-3a6c-4b95-a8cf-1fd62db23169} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12482 | 2024.11.01 08:26:00.469857 [ 282 ] {ccebbc23-3a6c-4b95-a8cf-1fd62db23169} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001982 sec., 28254.28859737639 rows/sec., 2.16 MiB/sec. | ||
| 12483 | 2024.11.01 08:26:00.469938 [ 68 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 12484 | 2024.11.01 08:26:00.470060 [ 68 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12485 | 2024.11.01 08:26:00.470124 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12486 | 2024.11.01 08:26:00.470172 [ 282 ] {ccebbc23-3a6c-4b95-a8cf-1fd62db23169} <Debug> DynamicQueryHandler: Done processing query | ||
| 12487 | 2024.11.01 08:26:00.470232 [ 282 ] {ccebbc23-3a6c-4b95-a8cf-1fd62db23169} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12488 | 2024.11.01 08:26:00.470279 [ 282 ] {} <Debug> HTTP-Session: 618a45e3-708e-48dd-95e6-1726144eadd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12489 | 2024.11.01 08:26:00.470388 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 12490 | 2024.11.01 08:26:00.470573 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42256, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12491 | 2024.11.01 08:26:00.470710 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54222, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12492 | 2024.11.01 08:26:00.470724 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12493 | 2024.11.01 08:26:00.470799 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1423 rows starting from the beginning of the part | ||
| 12494 | 2024.11.01 08:26:00.470855 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12495 | 2024.11.01 08:26:00.470900 [ 287 ] {} <Debug> HTTP-Session: da9e3dbd-c351-4e15-9024-092fab93243b Authenticating user 'default' from [fd00:1122:3344:101::d]:54222 | ||
| 12496 | 2024.11.01 08:26:00.470986 [ 287 ] {} <Debug> HTTP-Session: da9e3dbd-c351-4e15-9024-092fab93243b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12497 | 2024.11.01 08:26:00.471050 [ 287 ] {} <Debug> HTTP-Session: da9e3dbd-c351-4e15-9024-092fab93243b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12498 | 2024.11.01 08:26:00.471050 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 57 rows starting from the beginning of the part | ||
| 12499 | 2024.11.01 08:26:00.471195 [ 287 ] {} <Trace> HTTP-Session: da9e3dbd-c351-4e15-9024-092fab93243b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12500 | 2024.11.01 08:26:00.471374 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part | ||
| 12501 | 2024.11.01 08:26:00.471528 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 273 rows starting from the beginning of the part | ||
| 12502 | 2024.11.01 08:26:00.471630 [ 287 ] {73f0bb0d-dcba-4096-9aef-0fc5fbce26aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54222) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12503 | 2024.11.01 08:26:00.471855 [ 287 ] {73f0bb0d-dcba-4096-9aef-0fc5fbce26aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12504 | 2024.11.01 08:26:00.471927 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 57 rows starting from the beginning of the part | ||
| 12505 | 2024.11.01 08:26:00.472342 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 12506 | 2024.11.01 08:26:00.473090 [ 287 ] {73f0bb0d-dcba-4096-9aef-0fc5fbce26aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12507 | 2024.11.01 08:26:00.473705 [ 287 ] {73f0bb0d-dcba-4096-9aef-0fc5fbce26aa} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12508 | 2024.11.01 08:26:00.473749 [ 287 ] {73f0bb0d-dcba-4096-9aef-0fc5fbce26aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12509 | 2024.11.01 08:26:00.474277 [ 287 ] {73f0bb0d-dcba-4096-9aef-0fc5fbce26aa} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 12510 | 2024.11.01 08:26:00.474698 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1922 rows, containing 5 columns (5 merged, 0 gathered) in 0.00445993 sec., 430948.46780106414 rows/sec., 37.60 MiB/sec. | ||
| 12511 | 2024.11.01 08:26:00.474911 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 12512 | 2024.11.01 08:26:00.474935 [ 287 ] {73f0bb0d-dcba-4096-9aef-0fc5fbce26aa} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12513 | 2024.11.01 08:26:00.475131 [ 68 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 12514 | 2024.11.01 08:26:00.475158 [ 287 ] {73f0bb0d-dcba-4096-9aef-0fc5fbce26aa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003695 sec., 17320.703653585926 rows/sec., 1.35 MiB/sec. | ||
| 12515 | 2024.11.01 08:26:00.475202 [ 68 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12516 | 2024.11.01 08:26:00.475281 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12517 | 2024.11.01 08:26:00.475885 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 12518 | 2024.11.01 08:26:00.475926 [ 287 ] {73f0bb0d-dcba-4096-9aef-0fc5fbce26aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 12519 | 2024.11.01 08:26:00.476022 [ 287 ] {73f0bb0d-dcba-4096-9aef-0fc5fbce26aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12520 | 2024.11.01 08:26:00.476072 [ 287 ] {} <Debug> HTTP-Session: da9e3dbd-c351-4e15-9024-092fab93243b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12521 | 2024.11.01 08:26:00.476286 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_71_14} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12522 | 2024.11.01 08:26:00.476411 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12523 | 2024.11.01 08:26:00.476549 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12524 | 2024.11.01 08:26:00.476575 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12525 | 2024.11.01 08:26:00.476651 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_71_14} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 12526 | 2024.11.01 08:26:00.476734 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12527 | 2024.11.01 08:26:00.476742 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 916 rows starting from the beginning of the part | ||
| 12528 | 2024.11.01 08:26:00.476835 [ 282 ] {} <Debug> HTTP-Session: 3dcc81a0-28dc-43cb-81d2-51a5c3263d39 Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
| 12529 | 2024.11.01 08:26:00.476892 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 12530 | 2024.11.01 08:26:00.476910 [ 282 ] {} <Debug> HTTP-Session: 3dcc81a0-28dc-43cb-81d2-51a5c3263d39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12531 | 2024.11.01 08:26:00.477001 [ 282 ] {} <Debug> HTTP-Session: 3dcc81a0-28dc-43cb-81d2-51a5c3263d39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12532 | 2024.11.01 08:26:00.477160 [ 282 ] {} <Trace> HTTP-Session: 3dcc81a0-28dc-43cb-81d2-51a5c3263d39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12533 | 2024.11.01 08:26:00.477232 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 66 rows starting from the beginning of the part | ||
| 12534 | 2024.11.01 08:26:00.477462 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part | ||
| 12535 | 2024.11.01 08:26:00.477689 [ 282 ] {79c22e01-5f7c-4599-9137-8811aaf8cf7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12536 | 2024.11.01 08:26:00.477744 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 424 rows starting from the beginning of the part | ||
| 12537 | 2024.11.01 08:26:00.477919 [ 282 ] {79c22e01-5f7c-4599-9137-8811aaf8cf7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12538 | 2024.11.01 08:26:00.478001 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 66 rows starting from the beginning of the part | ||
| 12539 | 2024.11.01 08:26:00.478328 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 12540 | 2024.11.01 08:26:00.479096 [ 282 ] {79c22e01-5f7c-4599-9137-8811aaf8cf7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12541 | 2024.11.01 08:26:00.480038 [ 282 ] {79c22e01-5f7c-4599-9137-8811aaf8cf7d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12542 | 2024.11.01 08:26:00.480107 [ 282 ] {79c22e01-5f7c-4599-9137-8811aaf8cf7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12543 | 2024.11.01 08:26:00.481111 [ 282 ] {79c22e01-5f7c-4599-9137-8811aaf8cf7d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 12544 | 2024.11.01 08:26:00.481550 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1600 rows, containing 5 columns (5 merged, 0 gathered) in 0.00607901 sec., 263200.75143814535 rows/sec., 20.29 MiB/sec. | ||
| 12545 | 2024.11.01 08:26:00.481812 [ 186 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 12546 | 2024.11.01 08:26:00.481984 [ 282 ] {79c22e01-5f7c-4599-9137-8811aaf8cf7d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12547 | 2024.11.01 08:26:00.482328 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 12548 | 2024.11.01 08:26:00.482442 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12549 | 2024.11.01 08:26:00.482445 [ 282 ] {79c22e01-5f7c-4599-9137-8811aaf8cf7d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005056 sec., 31645.569620253165 rows/sec., 2.20 MiB/sec. | ||
| 12550 | 2024.11.01 08:26:00.482545 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12551 | 2024.11.01 08:26:00.482979 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 12552 | 2024.11.01 08:26:00.483151 [ 282 ] {79c22e01-5f7c-4599-9137-8811aaf8cf7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12553 | 2024.11.01 08:26:00.483229 [ 282 ] {79c22e01-5f7c-4599-9137-8811aaf8cf7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12554 | 2024.11.01 08:26:00.483299 [ 282 ] {} <Debug> HTTP-Session: 3dcc81a0-28dc-43cb-81d2-51a5c3263d39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12555 | 2024.11.01 08:26:00.483641 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33984, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12556 | 2024.11.01 08:26:00.483822 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12557 | 2024.11.01 08:26:00.483970 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 12558 | |||
| 12559 | (version 23.8.7.1) | ||
| 12560 | 2024.11.01 08:26:00.484016 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 13495 rows starting from the beginning of the part | ||
| 12561 | 2024.11.01 08:26:00.484049 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33999, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12562 | 2024.11.01 08:26:00.484312 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12563 | 2024.11.01 08:26:00.484463 [ 290 ] {} <Debug> HTTP-Session: 02537095-6e7d-4d97-ab12-8c5dd82e4a65 Authenticating user 'default' from [fd00:1122:3344:101::d]:33999 | ||
| 12564 | 2024.11.01 08:26:00.484519 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 129 rows starting from the beginning of the part | ||
| 12565 | 2024.11.01 08:26:00.484571 [ 290 ] {} <Debug> HTTP-Session: 02537095-6e7d-4d97-ab12-8c5dd82e4a65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12566 | 2024.11.01 08:26:00.484665 [ 290 ] {} <Debug> HTTP-Session: 02537095-6e7d-4d97-ab12-8c5dd82e4a65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12567 | 2024.11.01 08:26:00.484949 [ 290 ] {} <Trace> HTTP-Session: 02537095-6e7d-4d97-ab12-8c5dd82e4a65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12568 | 2024.11.01 08:26:00.485205 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
| 12569 | 2024.11.01 08:26:00.485609 [ 290 ] {a0e2bace-3078-4b93-93c9-3a5e75aa8818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33999) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12570 | 2024.11.01 08:26:00.485876 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part | ||
| 12571 | 2024.11.01 08:26:00.485895 [ 290 ] {a0e2bace-3078-4b93-93c9-3a5e75aa8818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12572 | 2024.11.01 08:26:00.486077 [ 188 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_71_14} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12573 | 2024.11.01 08:26:00.486584 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 161 rows starting from the beginning of the part | ||
| 12574 | 2024.11.01 08:26:00.486833 [ 188 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_71_14} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 12575 | 2024.11.01 08:26:00.487110 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part | ||
| 12576 | 2024.11.01 08:26:00.487268 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 12577 | 2024.11.01 08:26:00.487683 [ 290 ] {a0e2bace-3078-4b93-93c9-3a5e75aa8818} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12578 | 2024.11.01 08:26:00.488220 [ 290 ] {a0e2bace-3078-4b93-93c9-3a5e75aa8818} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12579 | 2024.11.01 08:26:00.488256 [ 290 ] {a0e2bace-3078-4b93-93c9-3a5e75aa8818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12580 | 2024.11.01 08:26:00.488770 [ 290 ] {a0e2bace-3078-4b93-93c9-3a5e75aa8818} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 12581 | 2024.11.01 08:26:00.489311 [ 290 ] {a0e2bace-3078-4b93-93c9-3a5e75aa8818} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12582 | 2024.11.01 08:26:00.489526 [ 68 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 12583 | 2024.11.01 08:26:00.489555 [ 290 ] {a0e2bace-3078-4b93-93c9-3a5e75aa8818} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004281 sec., 14015.41695865452 rows/sec., 967.21 KiB/sec. | ||
| 12584 | 2024.11.01 08:26:00.489580 [ 68 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12585 | 2024.11.01 08:26:00.489643 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12586 | 2024.11.01 08:26:00.489942 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 12587 | 2024.11.01 08:26:00.489980 [ 290 ] {a0e2bace-3078-4b93-93c9-3a5e75aa8818} <Debug> DynamicQueryHandler: Done processing query | ||
| 12588 | 2024.11.01 08:26:00.490022 [ 290 ] {a0e2bace-3078-4b93-93c9-3a5e75aa8818} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12589 | 2024.11.01 08:26:00.490062 [ 290 ] {} <Debug> HTTP-Session: 02537095-6e7d-4d97-ab12-8c5dd82e4a65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12590 | 2024.11.01 08:26:00.490193 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12591 | 2024.11.01 08:26:00.490234 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4160 rows starting from the beginning of the part | ||
| 12592 | 2024.11.01 08:26:00.490349 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 48 rows starting from the beginning of the part | ||
| 12593 | 2024.11.01 08:26:00.490731 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33999, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12594 | 2024.11.01 08:26:00.490961 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 12595 | 2024.11.01 08:26:00.491102 [ 290 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 12596 | |||
| 12597 | (version 23.8.7.1) | ||
| 12598 | 2024.11.01 08:26:00.491337 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part | ||
| 12599 | 2024.11.01 08:26:00.491573 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
| 12600 | 2024.11.01 08:26:00.491792 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 12601 | 2024.11.01 08:26:00.492768 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14342 rows, containing 5 columns (5 merged, 0 gathered) in 0.010072387 sec., 1423892.866705777 rows/sec., 97.14 MiB/sec. | ||
| 12602 | 2024.11.01 08:26:00.493235 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 12603 | 2024.11.01 08:26:00.493840 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12604 | 2024.11.01 08:26:00.493921 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 12605 | 2024.11.01 08:26:00.494066 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 12606 | 2024.11.01 08:26:00.494609 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4470 rows, containing 4 columns (4 merged, 0 gathered) in 0.004844549 sec., 922686.5080733005 rows/sec., 60.63 MiB/sec. | ||
| 12607 | 2024.11.01 08:26:00.494979 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 12608 | 2024.11.01 08:26:00.495423 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_71_14} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12609 | 2024.11.01 08:26:00.495531 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_71_14} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 12610 | 2024.11.01 08:26:00.495634 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 12611 | 2024.11.01 08:26:01.192344 [ 67 ] {} <Debug> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
| 12612 | 2024.11.01 08:26:01.192411 [ 67 ] {} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12613 | 2024.11.01 08:26:01.192439 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12614 | 2024.11.01 08:26:01.192659 [ 201 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
| 12615 | 2024.11.01 08:26:01.192886 [ 201 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12616 | 2024.11.01 08:26:01.192929 [ 201 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 22 rows starting from the beginning of the part | ||
| 12617 | 2024.11.01 08:26:01.193007 [ 201 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 12618 | 2024.11.01 08:26:01.193109 [ 201 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 12619 | 2024.11.01 08:26:01.193228 [ 201 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 12620 | 2024.11.01 08:26:01.193297 [ 201 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 12621 | 2024.11.01 08:26:01.194549 [ 192 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.0020236 sec., 12848.389009685709 rows/sec., 861.90 KiB/sec. | ||
| 12622 | 2024.11.01 08:26:01.194783 [ 191 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
| 12623 | 2024.11.01 08:26:01.195312 [ 191 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_26_6} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12624 | 2024.11.01 08:26:01.195404 [ 191 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_26_6} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
| 12625 | 2024.11.01 08:26:01.195508 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12626 | 2024.11.01 08:26:03.980281 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1148 | ||
| 12627 | 2024.11.01 08:26:03.982945 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12628 | 2024.11.01 08:26:03.983007 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12629 | 2024.11.01 08:26:03.984572 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12630 | 2024.11.01 08:26:03.985605 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12631 | 2024.11.01 08:26:03.986273 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1148 | ||
| 12632 | 2024.11.01 08:26:05.475056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50326, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12633 | 2024.11.01 08:26:05.475185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12634 | 2024.11.01 08:26:05.475214 [ 3 ] {} <Debug> HTTP-Session: 051927b2-7a06-4478-9be3-0da61d823b7f Authenticating user 'default' from [fd00:1122:3344:101::d]:50326 | ||
| 12635 | 2024.11.01 08:26:05.475241 [ 3 ] {} <Debug> HTTP-Session: 051927b2-7a06-4478-9be3-0da61d823b7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12636 | 2024.11.01 08:26:05.475259 [ 3 ] {} <Debug> HTTP-Session: 051927b2-7a06-4478-9be3-0da61d823b7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12637 | 2024.11.01 08:26:05.475316 [ 3 ] {} <Trace> HTTP-Session: 051927b2-7a06-4478-9be3-0da61d823b7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12638 | 2024.11.01 08:26:05.475586 [ 3 ] {4d54413e-0eba-4e08-a67a-facd9dd082ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50326) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12639 | 2024.11.01 08:26:05.475651 [ 3 ] {4d54413e-0eba-4e08-a67a-facd9dd082ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12640 | 2024.11.01 08:26:05.475978 [ 3 ] {4d54413e-0eba-4e08-a67a-facd9dd082ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12641 | 2024.11.01 08:26:05.476612 [ 3 ] {4d54413e-0eba-4e08-a67a-facd9dd082ad} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12642 | 2024.11.01 08:26:05.476651 [ 3 ] {4d54413e-0eba-4e08-a67a-facd9dd082ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12643 | 2024.11.01 08:26:05.477089 [ 3 ] {4d54413e-0eba-4e08-a67a-facd9dd082ad} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 12644 | 2024.11.01 08:26:05.477477 [ 3 ] {4d54413e-0eba-4e08-a67a-facd9dd082ad} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12645 | 2024.11.01 08:26:05.477614 [ 3 ] {4d54413e-0eba-4e08-a67a-facd9dd082ad} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.00215 sec., 126976.74418604652 rows/sec., 11.29 MiB/sec. | ||
| 12646 | 2024.11.01 08:26:05.477819 [ 3 ] {4d54413e-0eba-4e08-a67a-facd9dd082ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 12647 | 2024.11.01 08:26:05.477845 [ 3 ] {4d54413e-0eba-4e08-a67a-facd9dd082ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12648 | 2024.11.01 08:26:05.477862 [ 3 ] {} <Debug> HTTP-Session: 051927b2-7a06-4478-9be3-0da61d823b7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12649 | 2024.11.01 08:26:05.478101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12650 | 2024.11.01 08:26:05.478272 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59110, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12651 | 2024.11.01 08:26:05.478347 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12652 | 2024.11.01 08:26:05.478373 [ 282 ] {} <Debug> HTTP-Session: 637377fc-09d4-45eb-a306-d621b47dd492 Authenticating user 'default' from [fd00:1122:3344:101::d]:59110 | ||
| 12653 | 2024.11.01 08:26:05.478392 [ 282 ] {} <Debug> HTTP-Session: 637377fc-09d4-45eb-a306-d621b47dd492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12654 | 2024.11.01 08:26:05.478406 [ 282 ] {} <Debug> HTTP-Session: 637377fc-09d4-45eb-a306-d621b47dd492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12655 | 2024.11.01 08:26:05.478438 [ 282 ] {} <Trace> HTTP-Session: 637377fc-09d4-45eb-a306-d621b47dd492 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12656 | 2024.11.01 08:26:05.478555 [ 282 ] {6e802e31-ad66-4fa9-aa28-4e0c73dcb514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59110) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12657 | 2024.11.01 08:26:05.478600 [ 282 ] {6e802e31-ad66-4fa9-aa28-4e0c73dcb514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12658 | 2024.11.01 08:26:05.478830 [ 282 ] {6e802e31-ad66-4fa9-aa28-4e0c73dcb514} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12659 | 2024.11.01 08:26:05.479169 [ 282 ] {6e802e31-ad66-4fa9-aa28-4e0c73dcb514} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12660 | 2024.11.01 08:26:05.479205 [ 282 ] {6e802e31-ad66-4fa9-aa28-4e0c73dcb514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12661 | 2024.11.01 08:26:05.479555 [ 282 ] {6e802e31-ad66-4fa9-aa28-4e0c73dcb514} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12662 | 2024.11.01 08:26:05.479912 [ 282 ] {6e802e31-ad66-4fa9-aa28-4e0c73dcb514} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12663 | 2024.11.01 08:26:05.480043 [ 282 ] {6e802e31-ad66-4fa9-aa28-4e0c73dcb514} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001522 sec., 27595.26938239159 rows/sec., 2.03 MiB/sec. | ||
| 12664 | 2024.11.01 08:26:05.480207 [ 282 ] {6e802e31-ad66-4fa9-aa28-4e0c73dcb514} <Debug> DynamicQueryHandler: Done processing query | ||
| 12665 | 2024.11.01 08:26:05.480232 [ 282 ] {6e802e31-ad66-4fa9-aa28-4e0c73dcb514} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12666 | 2024.11.01 08:26:05.480247 [ 282 ] {} <Debug> HTTP-Session: 637377fc-09d4-45eb-a306-d621b47dd492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12667 | 2024.11.01 08:26:05.480417 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59110, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12668 | 2024.11.01 08:26:05.480425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50326, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12669 | 2024.11.01 08:26:05.480499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12670 | 2024.11.01 08:26:05.480524 [ 3 ] {} <Debug> HTTP-Session: 67ea9169-aee0-4dc4-90dd-b14a4e2af3cd Authenticating user 'default' from [fd00:1122:3344:101::d]:50326 | ||
| 12671 | 2024.11.01 08:26:05.480547 [ 3 ] {} <Debug> HTTP-Session: 67ea9169-aee0-4dc4-90dd-b14a4e2af3cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12672 | 2024.11.01 08:26:05.480567 [ 3 ] {} <Debug> HTTP-Session: 67ea9169-aee0-4dc4-90dd-b14a4e2af3cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12673 | 2024.11.01 08:26:05.480608 [ 3 ] {} <Trace> HTTP-Session: 67ea9169-aee0-4dc4-90dd-b14a4e2af3cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12674 | 2024.11.01 08:26:05.480728 [ 3 ] {92790f0c-b3d6-45ba-99e8-ec5989161443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50326) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 12675 | 2024.11.01 08:26:05.480778 [ 3 ] {92790f0c-b3d6-45ba-99e8-ec5989161443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12676 | 2024.11.01 08:26:05.481054 [ 3 ] {92790f0c-b3d6-45ba-99e8-ec5989161443} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12677 | 2024.11.01 08:26:05.481396 [ 3 ] {92790f0c-b3d6-45ba-99e8-ec5989161443} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12678 | 2024.11.01 08:26:05.481431 [ 3 ] {92790f0c-b3d6-45ba-99e8-ec5989161443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12679 | 2024.11.01 08:26:05.481785 [ 3 ] {92790f0c-b3d6-45ba-99e8-ec5989161443} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 12680 | 2024.11.01 08:26:05.482155 [ 3 ] {92790f0c-b3d6-45ba-99e8-ec5989161443} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12681 | 2024.11.01 08:26:05.482278 [ 3 ] {92790f0c-b3d6-45ba-99e8-ec5989161443} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001583 sec., 8843.967150979153 rows/sec., 619.37 KiB/sec. | ||
| 12682 | 2024.11.01 08:26:05.482626 [ 3 ] {92790f0c-b3d6-45ba-99e8-ec5989161443} <Debug> DynamicQueryHandler: Done processing query | ||
| 12683 | 2024.11.01 08:26:05.482652 [ 3 ] {92790f0c-b3d6-45ba-99e8-ec5989161443} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12684 | 2024.11.01 08:26:05.482668 [ 3 ] {} <Debug> HTTP-Session: 67ea9169-aee0-4dc4-90dd-b14a4e2af3cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12685 | 2024.11.01 08:26:05.482886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12686 | 2024.11.01 08:26:05.482928 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56759, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12687 | 2024.11.01 08:26:05.482996 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12688 | 2024.11.01 08:26:05.483023 [ 282 ] {} <Debug> HTTP-Session: be71def5-a115-4a01-8836-d8d9bec5427b Authenticating user 'default' from [fd00:1122:3344:101::d]:56759 | ||
| 12689 | 2024.11.01 08:26:05.483043 [ 282 ] {} <Debug> HTTP-Session: be71def5-a115-4a01-8836-d8d9bec5427b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12690 | 2024.11.01 08:26:05.483060 [ 282 ] {} <Debug> HTTP-Session: be71def5-a115-4a01-8836-d8d9bec5427b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12691 | 2024.11.01 08:26:05.483098 [ 282 ] {} <Trace> HTTP-Session: be71def5-a115-4a01-8836-d8d9bec5427b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12692 | 2024.11.01 08:26:05.483219 [ 282 ] {84bedb01-dc5f-4ed0-983f-ccc52d496a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56759) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 12693 | 2024.11.01 08:26:05.483272 [ 282 ] {84bedb01-dc5f-4ed0-983f-ccc52d496a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12694 | 2024.11.01 08:26:05.483540 [ 282 ] {84bedb01-dc5f-4ed0-983f-ccc52d496a4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12695 | 2024.11.01 08:26:05.483838 [ 282 ] {84bedb01-dc5f-4ed0-983f-ccc52d496a4b} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12696 | 2024.11.01 08:26:05.483875 [ 282 ] {84bedb01-dc5f-4ed0-983f-ccc52d496a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12697 | 2024.11.01 08:26:05.484217 [ 282 ] {84bedb01-dc5f-4ed0-983f-ccc52d496a4b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 12698 | 2024.11.01 08:26:05.484574 [ 282 ] {84bedb01-dc5f-4ed0-983f-ccc52d496a4b} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12699 | 2024.11.01 08:26:05.484704 [ 282 ] {84bedb01-dc5f-4ed0-983f-ccc52d496a4b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001518 sec., 3952.569169960474 rows/sec., 233.53 KiB/sec. | ||
| 12700 | 2024.11.01 08:26:05.484709 [ 55 ] {} <Debug> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 12701 | 2024.11.01 08:26:05.484778 [ 55 ] {} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12702 | 2024.11.01 08:26:05.484819 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12703 | 2024.11.01 08:26:05.484977 [ 282 ] {84bedb01-dc5f-4ed0-983f-ccc52d496a4b} <Debug> DynamicQueryHandler: Done processing query | ||
| 12704 | 2024.11.01 08:26:05.485030 [ 282 ] {84bedb01-dc5f-4ed0-983f-ccc52d496a4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12705 | 2024.11.01 08:26:05.485051 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 12706 | 2024.11.01 08:26:05.485101 [ 282 ] {} <Debug> HTTP-Session: be71def5-a115-4a01-8836-d8d9bec5427b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12707 | 2024.11.01 08:26:05.485385 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12708 | 2024.11.01 08:26:05.485454 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 6 rows starting from the beginning of the part | ||
| 12709 | 2024.11.01 08:26:05.485481 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56759, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12710 | 2024.11.01 08:26:05.485689 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 12711 | 2024.11.01 08:26:05.485700 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42396, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12712 | 2024.11.01 08:26:05.485752 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 12713 | |||
| 12714 | (version 23.8.7.1) | ||
| 12715 | 2024.11.01 08:26:05.485977 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12716 | 2024.11.01 08:26:05.486064 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 12717 | 2024.11.01 08:26:05.486088 [ 290 ] {} <Debug> HTTP-Session: b4e23e58-df29-4183-b619-8fdd7a13e751 Authenticating user 'default' from [fd00:1122:3344:101::d]:42396 | ||
| 12718 | 2024.11.01 08:26:05.486181 [ 290 ] {} <Debug> HTTP-Session: b4e23e58-df29-4183-b619-8fdd7a13e751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12719 | 2024.11.01 08:26:05.486270 [ 290 ] {} <Debug> HTTP-Session: b4e23e58-df29-4183-b619-8fdd7a13e751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12720 | 2024.11.01 08:26:05.486400 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 12721 | 2024.11.01 08:26:05.486454 [ 290 ] {} <Trace> HTTP-Session: b4e23e58-df29-4183-b619-8fdd7a13e751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12722 | 2024.11.01 08:26:05.486620 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 12723 | 2024.11.01 08:26:05.487086 [ 290 ] {01abe9ab-3def-47be-bdee-6a7e9b298931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42396) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12724 | 2024.11.01 08:26:05.487204 [ 290 ] {01abe9ab-3def-47be-bdee-6a7e9b298931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12725 | 2024.11.01 08:26:05.488308 [ 290 ] {01abe9ab-3def-47be-bdee-6a7e9b298931} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12726 | 2024.11.01 08:26:05.488865 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003975078 sec., 7547.021718819103 rows/sec., 479.06 KiB/sec. | ||
| 12727 | 2024.11.01 08:26:05.489026 [ 191 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 12728 | 2024.11.01 08:26:05.489735 [ 290 ] {01abe9ab-3def-47be-bdee-6a7e9b298931} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12729 | 2024.11.01 08:26:05.489806 [ 290 ] {01abe9ab-3def-47be-bdee-6a7e9b298931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12730 | 2024.11.01 08:26:05.489957 [ 191 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_25_6} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12731 | 2024.11.01 08:26:05.490077 [ 191 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_25_6} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 12732 | 2024.11.01 08:26:05.490238 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12733 | 2024.11.01 08:26:05.490505 [ 290 ] {01abe9ab-3def-47be-bdee-6a7e9b298931} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 12734 | 2024.11.01 08:26:05.490910 [ 290 ] {01abe9ab-3def-47be-bdee-6a7e9b298931} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12735 | 2024.11.01 08:26:05.491091 [ 290 ] {01abe9ab-3def-47be-bdee-6a7e9b298931} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.00425 sec., 99764.70588235294 rows/sec., 7.13 MiB/sec. | ||
| 12736 | 2024.11.01 08:26:05.491442 [ 290 ] {01abe9ab-3def-47be-bdee-6a7e9b298931} <Debug> DynamicQueryHandler: Done processing query | ||
| 12737 | 2024.11.01 08:26:05.491503 [ 290 ] {01abe9ab-3def-47be-bdee-6a7e9b298931} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 12738 | 2024.11.01 08:26:05.491548 [ 290 ] {} <Debug> HTTP-Session: b4e23e58-df29-4183-b619-8fdd7a13e751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12739 | 2024.11.01 08:26:05.491749 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12740 | 2024.11.01 08:26:05.491847 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51058, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12741 | 2024.11.01 08:26:05.491921 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12742 | 2024.11.01 08:26:05.491947 [ 282 ] {} <Debug> HTTP-Session: 5fbcbea6-ed9f-4f75-81b6-bbde4f2eeb7f Authenticating user 'default' from [fd00:1122:3344:101::d]:51058 | ||
| 12743 | 2024.11.01 08:26:05.491968 [ 282 ] {} <Debug> HTTP-Session: 5fbcbea6-ed9f-4f75-81b6-bbde4f2eeb7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12744 | 2024.11.01 08:26:05.491987 [ 282 ] {} <Debug> HTTP-Session: 5fbcbea6-ed9f-4f75-81b6-bbde4f2eeb7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12745 | 2024.11.01 08:26:05.492033 [ 282 ] {} <Trace> HTTP-Session: 5fbcbea6-ed9f-4f75-81b6-bbde4f2eeb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12746 | 2024.11.01 08:26:05.492165 [ 282 ] {ed6d8ac9-5a64-4c77-83da-598c32c5b0b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51058) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12747 | 2024.11.01 08:26:05.492222 [ 282 ] {ed6d8ac9-5a64-4c77-83da-598c32c5b0b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12748 | 2024.11.01 08:26:05.492407 [ 282 ] {ed6d8ac9-5a64-4c77-83da-598c32c5b0b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12749 | 2024.11.01 08:26:05.492707 [ 282 ] {ed6d8ac9-5a64-4c77-83da-598c32c5b0b6} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12750 | 2024.11.01 08:26:05.492744 [ 282 ] {ed6d8ac9-5a64-4c77-83da-598c32c5b0b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12751 | 2024.11.01 08:26:05.493118 [ 282 ] {ed6d8ac9-5a64-4c77-83da-598c32c5b0b6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 12752 | 2024.11.01 08:26:05.493453 [ 282 ] {ed6d8ac9-5a64-4c77-83da-598c32c5b0b6} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12753 | 2024.11.01 08:26:05.493587 [ 282 ] {ed6d8ac9-5a64-4c77-83da-598c32c5b0b6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001459 sec., 4112.40575736806 rows/sec., 214.86 KiB/sec. | ||
| 12754 | 2024.11.01 08:26:05.493935 [ 282 ] {ed6d8ac9-5a64-4c77-83da-598c32c5b0b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 12755 | 2024.11.01 08:26:05.493961 [ 282 ] {ed6d8ac9-5a64-4c77-83da-598c32c5b0b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12756 | 2024.11.01 08:26:05.493978 [ 282 ] {} <Debug> HTTP-Session: 5fbcbea6-ed9f-4f75-81b6-bbde4f2eeb7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12757 | 2024.11.01 08:26:05.494154 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51058, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12758 | 2024.11.01 08:26:05.494245 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38903, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12759 | 2024.11.01 08:26:05.494320 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12760 | 2024.11.01 08:26:05.494347 [ 290 ] {} <Debug> HTTP-Session: d0660142-8168-464c-ba34-9f0ae9782254 Authenticating user 'default' from [fd00:1122:3344:101::d]:38903 | ||
| 12761 | 2024.11.01 08:26:05.494366 [ 290 ] {} <Debug> HTTP-Session: d0660142-8168-464c-ba34-9f0ae9782254 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12762 | 2024.11.01 08:26:05.494381 [ 290 ] {} <Debug> HTTP-Session: d0660142-8168-464c-ba34-9f0ae9782254 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12763 | 2024.11.01 08:26:05.494424 [ 290 ] {} <Trace> HTTP-Session: d0660142-8168-464c-ba34-9f0ae9782254 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12764 | 2024.11.01 08:26:05.494675 [ 290 ] {3153dfe1-6688-44a9-aa93-82894a37377f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38903) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12765 | 2024.11.01 08:26:05.494732 [ 290 ] {3153dfe1-6688-44a9-aa93-82894a37377f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12766 | 2024.11.01 08:26:05.494920 [ 290 ] {3153dfe1-6688-44a9-aa93-82894a37377f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12767 | 2024.11.01 08:26:05.495371 [ 290 ] {3153dfe1-6688-44a9-aa93-82894a37377f} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12768 | 2024.11.01 08:26:05.495410 [ 290 ] {3153dfe1-6688-44a9-aa93-82894a37377f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12769 | 2024.11.01 08:26:05.495824 [ 290 ] {3153dfe1-6688-44a9-aa93-82894a37377f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 12770 | 2024.11.01 08:26:05.496187 [ 290 ] {3153dfe1-6688-44a9-aa93-82894a37377f} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12771 | 2024.11.01 08:26:05.496344 [ 290 ] {3153dfe1-6688-44a9-aa93-82894a37377f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001804 sec., 131374.72283813747 rows/sec., 8.81 MiB/sec. | ||
| 12772 | 2024.11.01 08:26:05.496525 [ 290 ] {3153dfe1-6688-44a9-aa93-82894a37377f} <Debug> DynamicQueryHandler: Done processing query | ||
| 12773 | 2024.11.01 08:26:05.496551 [ 290 ] {3153dfe1-6688-44a9-aa93-82894a37377f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 12774 | 2024.11.01 08:26:05.496569 [ 290 ] {} <Debug> HTTP-Session: d0660142-8168-464c-ba34-9f0ae9782254 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12775 | 2024.11.01 08:26:05.496760 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51058, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12776 | 2024.11.01 08:26:05.496784 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38903, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12777 | 2024.11.01 08:26:05.496900 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12778 | 2024.11.01 08:26:05.496953 [ 282 ] {} <Debug> HTTP-Session: 1ece6406-758e-415b-bd2a-c42afa218174 Authenticating user 'default' from [fd00:1122:3344:101::d]:51058 | ||
| 12779 | 2024.11.01 08:26:05.496988 [ 282 ] {} <Debug> HTTP-Session: 1ece6406-758e-415b-bd2a-c42afa218174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12780 | 2024.11.01 08:26:05.497017 [ 282 ] {} <Debug> HTTP-Session: 1ece6406-758e-415b-bd2a-c42afa218174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12781 | 2024.11.01 08:26:05.497085 [ 282 ] {} <Trace> HTTP-Session: 1ece6406-758e-415b-bd2a-c42afa218174 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12782 | 2024.11.01 08:26:05.497287 [ 282 ] {be42f98e-3af6-4e6f-8eb1-27446b1b1bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51058) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 12783 | 2024.11.01 08:26:05.497379 [ 282 ] {be42f98e-3af6-4e6f-8eb1-27446b1b1bcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12784 | 2024.11.01 08:26:05.497558 [ 282 ] {be42f98e-3af6-4e6f-8eb1-27446b1b1bcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12785 | 2024.11.01 08:26:05.497839 [ 282 ] {be42f98e-3af6-4e6f-8eb1-27446b1b1bcf} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12786 | 2024.11.01 08:26:05.497876 [ 282 ] {be42f98e-3af6-4e6f-8eb1-27446b1b1bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12787 | 2024.11.01 08:26:05.498237 [ 282 ] {be42f98e-3af6-4e6f-8eb1-27446b1b1bcf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 12788 | 2024.11.01 08:26:05.498572 [ 282 ] {be42f98e-3af6-4e6f-8eb1-27446b1b1bcf} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12789 | 2024.11.01 08:26:05.498701 [ 282 ] {be42f98e-3af6-4e6f-8eb1-27446b1b1bcf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001475 sec., 677.9661016949153 rows/sec., 45.68 KiB/sec. | ||
| 12790 | 2024.11.01 08:26:05.498873 [ 282 ] {be42f98e-3af6-4e6f-8eb1-27446b1b1bcf} <Debug> DynamicQueryHandler: Done processing query | ||
| 12791 | 2024.11.01 08:26:05.498899 [ 282 ] {be42f98e-3af6-4e6f-8eb1-27446b1b1bcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 12792 | 2024.11.01 08:26:05.498915 [ 282 ] {} <Debug> HTTP-Session: 1ece6406-758e-415b-bd2a-c42afa218174 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12793 | 2024.11.01 08:26:05.499106 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51058, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12794 | 2024.11.01 08:26:05.499197 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48346, User-Agent: (none), Length: 70825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12795 | 2024.11.01 08:26:05.499277 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12796 | 2024.11.01 08:26:05.499308 [ 290 ] {} <Debug> HTTP-Session: dea5db53-fc0a-4358-98c3-b05dca5bd981 Authenticating user 'default' from [fd00:1122:3344:101::d]:48346 | ||
| 12797 | 2024.11.01 08:26:05.499330 [ 290 ] {} <Debug> HTTP-Session: dea5db53-fc0a-4358-98c3-b05dca5bd981 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12798 | 2024.11.01 08:26:05.499349 [ 290 ] {} <Debug> HTTP-Session: dea5db53-fc0a-4358-98c3-b05dca5bd981 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12799 | 2024.11.01 08:26:05.499391 [ 290 ] {} <Trace> HTTP-Session: dea5db53-fc0a-4358-98c3-b05dca5bd981 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12800 | 2024.11.01 08:26:05.499837 [ 290 ] {793a0908-0a43-430b-bc46-6e1e7ddf138e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48346) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12801 | 2024.11.01 08:26:05.499917 [ 290 ] {793a0908-0a43-430b-bc46-6e1e7ddf138e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12802 | 2024.11.01 08:26:05.500404 [ 290 ] {793a0908-0a43-430b-bc46-6e1e7ddf138e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12803 | 2024.11.01 08:26:05.501164 [ 290 ] {793a0908-0a43-430b-bc46-6e1e7ddf138e} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12804 | 2024.11.01 08:26:05.501202 [ 290 ] {793a0908-0a43-430b-bc46-6e1e7ddf138e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12805 | 2024.11.01 08:26:05.501872 [ 290 ] {793a0908-0a43-430b-bc46-6e1e7ddf138e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 12806 | 2024.11.01 08:26:05.502294 [ 290 ] {793a0908-0a43-430b-bc46-6e1e7ddf138e} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12807 | 2024.11.01 08:26:05.502515 [ 290 ] {793a0908-0a43-430b-bc46-6e1e7ddf138e} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.00299 sec., 14046.822742474917 rows/sec., 25.17 MiB/sec. | ||
| 12808 | 2024.11.01 08:26:05.503129 [ 290 ] {793a0908-0a43-430b-bc46-6e1e7ddf138e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12809 | 2024.11.01 08:26:05.503157 [ 290 ] {793a0908-0a43-430b-bc46-6e1e7ddf138e} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 12810 | 2024.11.01 08:26:05.503174 [ 290 ] {} <Debug> HTTP-Session: dea5db53-fc0a-4358-98c3-b05dca5bd981 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12811 | 2024.11.01 08:26:05.503392 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12812 | 2024.11.01 08:26:05.503503 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52934, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12813 | 2024.11.01 08:26:05.503573 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12814 | 2024.11.01 08:26:05.503598 [ 282 ] {} <Debug> HTTP-Session: 9a418b9c-3ae9-4fa8-810e-339a3883b87c Authenticating user 'default' from [fd00:1122:3344:101::d]:52934 | ||
| 12815 | 2024.11.01 08:26:05.503619 [ 282 ] {} <Debug> HTTP-Session: 9a418b9c-3ae9-4fa8-810e-339a3883b87c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12816 | 2024.11.01 08:26:05.503636 [ 282 ] {} <Debug> HTTP-Session: 9a418b9c-3ae9-4fa8-810e-339a3883b87c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12817 | 2024.11.01 08:26:05.503682 [ 282 ] {} <Trace> HTTP-Session: 9a418b9c-3ae9-4fa8-810e-339a3883b87c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12818 | 2024.11.01 08:26:05.503862 [ 282 ] {3a103bc8-d739-4db9-b9b0-02e235408990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52934) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12819 | 2024.11.01 08:26:05.503919 [ 282 ] {3a103bc8-d739-4db9-b9b0-02e235408990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12820 | 2024.11.01 08:26:05.504109 [ 282 ] {3a103bc8-d739-4db9-b9b0-02e235408990} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12821 | 2024.11.01 08:26:05.504455 [ 282 ] {3a103bc8-d739-4db9-b9b0-02e235408990} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12822 | 2024.11.01 08:26:05.504492 [ 282 ] {3a103bc8-d739-4db9-b9b0-02e235408990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12823 | 2024.11.01 08:26:05.504867 [ 282 ] {3a103bc8-d739-4db9-b9b0-02e235408990} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 12824 | 2024.11.01 08:26:05.505209 [ 282 ] {3a103bc8-d739-4db9-b9b0-02e235408990} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12825 | 2024.11.01 08:26:05.505340 [ 282 ] {3a103bc8-d739-4db9-b9b0-02e235408990} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001561 sec., 52530.42921204356 rows/sec., 3.34 MiB/sec. | ||
| 12826 | 2024.11.01 08:26:05.505524 [ 282 ] {3a103bc8-d739-4db9-b9b0-02e235408990} <Debug> DynamicQueryHandler: Done processing query | ||
| 12827 | 2024.11.01 08:26:05.505549 [ 282 ] {3a103bc8-d739-4db9-b9b0-02e235408990} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12828 | 2024.11.01 08:26:05.505565 [ 282 ] {} <Debug> HTTP-Session: 9a418b9c-3ae9-4fa8-810e-339a3883b87c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12829 | 2024.11.01 08:26:05.505918 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12830 | 2024.11.01 08:26:10.466006 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48346, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12831 | 2024.11.01 08:26:10.466153 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12832 | 2024.11.01 08:26:10.466182 [ 290 ] {} <Debug> HTTP-Session: 68b4bad3-81fe-4a2a-ac6a-1a77b3e38b98 Authenticating user 'default' from [fd00:1122:3344:101::d]:48346 | ||
| 12833 | 2024.11.01 08:26:10.466209 [ 290 ] {} <Debug> HTTP-Session: 68b4bad3-81fe-4a2a-ac6a-1a77b3e38b98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12834 | 2024.11.01 08:26:10.466226 [ 290 ] {} <Debug> HTTP-Session: 68b4bad3-81fe-4a2a-ac6a-1a77b3e38b98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12835 | 2024.11.01 08:26:10.466284 [ 290 ] {} <Trace> HTTP-Session: 68b4bad3-81fe-4a2a-ac6a-1a77b3e38b98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12836 | 2024.11.01 08:26:10.466496 [ 290 ] {12bdf6d0-47e1-4ed6-91d5-c537300f759b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48346) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12837 | 2024.11.01 08:26:10.466565 [ 290 ] {12bdf6d0-47e1-4ed6-91d5-c537300f759b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12838 | 2024.11.01 08:26:10.466908 [ 290 ] {12bdf6d0-47e1-4ed6-91d5-c537300f759b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12839 | 2024.11.01 08:26:10.467343 [ 290 ] {12bdf6d0-47e1-4ed6-91d5-c537300f759b} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12840 | 2024.11.01 08:26:10.467393 [ 290 ] {12bdf6d0-47e1-4ed6-91d5-c537300f759b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12841 | 2024.11.01 08:26:10.467804 [ 290 ] {12bdf6d0-47e1-4ed6-91d5-c537300f759b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 12842 | 2024.11.01 08:26:10.468193 [ 290 ] {12bdf6d0-47e1-4ed6-91d5-c537300f759b} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12843 | 2024.11.01 08:26:10.468378 [ 290 ] {12bdf6d0-47e1-4ed6-91d5-c537300f759b} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001942 sec., 4119.46446961895 rows/sec., 335.91 KiB/sec. | ||
| 12844 | 2024.11.01 08:26:10.468726 [ 290 ] {12bdf6d0-47e1-4ed6-91d5-c537300f759b} <Debug> DynamicQueryHandler: Done processing query | ||
| 12845 | 2024.11.01 08:26:10.468758 [ 290 ] {12bdf6d0-47e1-4ed6-91d5-c537300f759b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12846 | 2024.11.01 08:26:10.468776 [ 290 ] {} <Debug> HTTP-Session: 68b4bad3-81fe-4a2a-ac6a-1a77b3e38b98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12847 | 2024.11.01 08:26:10.468958 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12848 | 2024.11.01 08:26:10.469142 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48529, User-Agent: (none), Length: 8329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12849 | 2024.11.01 08:26:10.469274 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12850 | 2024.11.01 08:26:10.469303 [ 282 ] {} <Debug> HTTP-Session: 525e57bd-6d21-448e-b928-06d07ff15470 Authenticating user 'default' from [fd00:1122:3344:101::d]:48529 | ||
| 12851 | 2024.11.01 08:26:10.469330 [ 282 ] {} <Debug> HTTP-Session: 525e57bd-6d21-448e-b928-06d07ff15470 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12852 | 2024.11.01 08:26:10.469349 [ 282 ] {} <Debug> HTTP-Session: 525e57bd-6d21-448e-b928-06d07ff15470 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12853 | 2024.11.01 08:26:10.469411 [ 282 ] {} <Trace> HTTP-Session: 525e57bd-6d21-448e-b928-06d07ff15470 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12854 | 2024.11.01 08:26:10.469624 [ 282 ] {908e43e3-67d1-4bb0-b6ac-34ad1f506a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48529) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12855 | 2024.11.01 08:26:10.469694 [ 282 ] {908e43e3-67d1-4bb0-b6ac-34ad1f506a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12856 | 2024.11.01 08:26:10.470041 [ 282 ] {908e43e3-67d1-4bb0-b6ac-34ad1f506a0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12857 | 2024.11.01 08:26:10.470483 [ 282 ] {908e43e3-67d1-4bb0-b6ac-34ad1f506a0e} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12858 | 2024.11.01 08:26:10.470526 [ 282 ] {908e43e3-67d1-4bb0-b6ac-34ad1f506a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12859 | 2024.11.01 08:26:10.470957 [ 282 ] {908e43e3-67d1-4bb0-b6ac-34ad1f506a0e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 12860 | 2024.11.01 08:26:10.471345 [ 282 ] {908e43e3-67d1-4bb0-b6ac-34ad1f506a0e} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12861 | 2024.11.01 08:26:10.471525 [ 282 ] {908e43e3-67d1-4bb0-b6ac-34ad1f506a0e} <Debug> executeQuery: Read 60 rows, 4.67 KiB in 0.001967 sec., 30503.304524656836 rows/sec., 2.32 MiB/sec. | ||
| 12862 | 2024.11.01 08:26:10.471878 [ 282 ] {908e43e3-67d1-4bb0-b6ac-34ad1f506a0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12863 | 2024.11.01 08:26:10.471943 [ 282 ] {908e43e3-67d1-4bb0-b6ac-34ad1f506a0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12864 | 2024.11.01 08:26:10.472010 [ 282 ] {} <Debug> HTTP-Session: 525e57bd-6d21-448e-b928-06d07ff15470 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12865 | 2024.11.01 08:26:10.472291 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12866 | 2024.11.01 08:26:10.472352 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48346, User-Agent: (none), Length: 1170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12867 | 2024.11.01 08:26:10.472547 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12868 | 2024.11.01 08:26:10.472604 [ 290 ] {} <Debug> HTTP-Session: 9a796897-7612-437a-8f59-77b422cce414 Authenticating user 'default' from [fd00:1122:3344:101::d]:48346 | ||
| 12869 | 2024.11.01 08:26:10.472628 [ 290 ] {} <Debug> HTTP-Session: 9a796897-7612-437a-8f59-77b422cce414 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12870 | 2024.11.01 08:26:10.472644 [ 290 ] {} <Debug> HTTP-Session: 9a796897-7612-437a-8f59-77b422cce414 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12871 | 2024.11.01 08:26:10.472687 [ 290 ] {} <Trace> HTTP-Session: 9a796897-7612-437a-8f59-77b422cce414 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12872 | 2024.11.01 08:26:10.472816 [ 290 ] {86215e48-9787-4b28-afb2-c642aebfd7b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48346) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12873 | 2024.11.01 08:26:10.472868 [ 290 ] {86215e48-9787-4b28-afb2-c642aebfd7b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12874 | 2024.11.01 08:26:10.473144 [ 290 ] {86215e48-9787-4b28-afb2-c642aebfd7b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12875 | 2024.11.01 08:26:10.473466 [ 290 ] {86215e48-9787-4b28-afb2-c642aebfd7b9} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12876 | 2024.11.01 08:26:10.473504 [ 290 ] {86215e48-9787-4b28-afb2-c642aebfd7b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12877 | 2024.11.01 08:26:10.473863 [ 290 ] {86215e48-9787-4b28-afb2-c642aebfd7b9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12878 | 2024.11.01 08:26:10.474247 [ 290 ] {86215e48-9787-4b28-afb2-c642aebfd7b9} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12879 | 2024.11.01 08:26:10.474404 [ 290 ] {86215e48-9787-4b28-afb2-c642aebfd7b9} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001622 sec., 4932.182490752158 rows/sec., 344.39 KiB/sec. | ||
| 12880 | 2024.11.01 08:26:10.474572 [ 290 ] {86215e48-9787-4b28-afb2-c642aebfd7b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 12881 | 2024.11.01 08:26:10.474597 [ 290 ] {86215e48-9787-4b28-afb2-c642aebfd7b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12882 | 2024.11.01 08:26:10.474612 [ 290 ] {} <Debug> HTTP-Session: 9a796897-7612-437a-8f59-77b422cce414 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12883 | 2024.11.01 08:26:10.474776 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12884 | 2024.11.01 08:26:10.474918 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48578, User-Agent: (none), Length: 12238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12885 | 2024.11.01 08:26:10.475005 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12886 | 2024.11.01 08:26:10.475030 [ 282 ] {} <Debug> HTTP-Session: 54391db4-841d-4316-8c9b-56f8a020bb5b Authenticating user 'default' from [fd00:1122:3344:101::d]:48578 | ||
| 12887 | 2024.11.01 08:26:10.475051 [ 282 ] {} <Debug> HTTP-Session: 54391db4-841d-4316-8c9b-56f8a020bb5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12888 | 2024.11.01 08:26:10.475073 [ 282 ] {} <Debug> HTTP-Session: 54391db4-841d-4316-8c9b-56f8a020bb5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12889 | 2024.11.01 08:26:10.475147 [ 290 ] {} <Error> ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::d]:48346). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): | ||
| 12890 | |||
| 12891 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 12892 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 12893 | 2. DB::NetException::NetException<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, 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::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> >&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x0000000015b19afe in /opt/oxide/clickhouse/clickhouse | ||
| 12894 | 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000190bd7af in /opt/oxide/clickhouse/clickhouse | ||
| 12895 | 4. DB::HTTPServerRequest::readRequest(DB::ReadBuffer&) @ 0x00000000168c607c in /opt/oxide/clickhouse/clickhouse | ||
| 12896 | 5. DB::HTTPServerRequest::HTTPServerRequest(std::shared_ptr<DB::IHTTPContext>, DB::HTTPServerResponse&, Poco::Net::HTTPServerSession&) @ 0x00000000168c5985 in /opt/oxide/clickhouse/clickhouse | ||
| 12897 | 6. DB::HTTPServerConnection::run() @ 0x00000000168c4c4e in /opt/oxide/clickhouse/clickhouse | ||
| 12898 | 7. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 12899 | 8. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 12900 | 9. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 12901 | 10. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 12902 | 11. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 12903 | (version 23.8.7.1) | ||
| 12904 | 2024.11.01 08:26:10.475167 [ 282 ] {} <Trace> HTTP-Session: 54391db4-841d-4316-8c9b-56f8a020bb5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12905 | 2024.11.01 08:26:10.475370 [ 282 ] {0f685d48-7515-4fc3-af34-4cce261af2e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48578) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12906 | 2024.11.01 08:26:10.475429 [ 282 ] {0f685d48-7515-4fc3-af34-4cce261af2e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12907 | 2024.11.01 08:26:10.475703 [ 282 ] {0f685d48-7515-4fc3-af34-4cce261af2e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12908 | 2024.11.01 08:26:10.476080 [ 282 ] {0f685d48-7515-4fc3-af34-4cce261af2e4} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12909 | 2024.11.01 08:26:10.476118 [ 282 ] {0f685d48-7515-4fc3-af34-4cce261af2e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12910 | 2024.11.01 08:26:10.476484 [ 282 ] {0f685d48-7515-4fc3-af34-4cce261af2e4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 12911 | 2024.11.01 08:26:10.476855 [ 282 ] {0f685d48-7515-4fc3-af34-4cce261af2e4} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12912 | 2024.11.01 08:26:10.477027 [ 282 ] {0f685d48-7515-4fc3-af34-4cce261af2e4} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001707 sec., 42179.2618629174 rows/sec., 3.30 MiB/sec. | ||
| 12913 | 2024.11.01 08:26:10.477215 [ 282 ] {0f685d48-7515-4fc3-af34-4cce261af2e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 12914 | 2024.11.01 08:26:10.477240 [ 282 ] {0f685d48-7515-4fc3-af34-4cce261af2e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12915 | 2024.11.01 08:26:10.477256 [ 282 ] {} <Debug> HTTP-Session: 54391db4-841d-4316-8c9b-56f8a020bb5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12916 | 2024.11.01 08:26:10.477427 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48578, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12917 | 2024.11.01 08:26:10.477590 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39872, User-Agent: (none), Length: 25254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12918 | 2024.11.01 08:26:10.477655 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12919 | 2024.11.01 08:26:10.477680 [ 290 ] {} <Debug> HTTP-Session: 0c6ceaca-0dca-4c41-b526-09927a6d0968 Authenticating user 'default' from [fd00:1122:3344:101::d]:39872 | ||
| 12920 | 2024.11.01 08:26:10.477701 [ 290 ] {} <Debug> HTTP-Session: 0c6ceaca-0dca-4c41-b526-09927a6d0968 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12921 | 2024.11.01 08:26:10.477718 [ 290 ] {} <Debug> HTTP-Session: 0c6ceaca-0dca-4c41-b526-09927a6d0968 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12922 | 2024.11.01 08:26:10.477765 [ 290 ] {} <Trace> HTTP-Session: 0c6ceaca-0dca-4c41-b526-09927a6d0968 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12923 | 2024.11.01 08:26:10.477954 [ 290 ] {819d032d-9b19-4b91-bfeb-8b8b259b1924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39872) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12924 | 2024.11.01 08:26:10.478016 [ 290 ] {819d032d-9b19-4b91-bfeb-8b8b259b1924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12925 | 2024.11.01 08:26:10.478257 [ 290 ] {819d032d-9b19-4b91-bfeb-8b8b259b1924} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12926 | 2024.11.01 08:26:10.478635 [ 290 ] {819d032d-9b19-4b91-bfeb-8b8b259b1924} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12927 | 2024.11.01 08:26:10.478671 [ 290 ] {819d032d-9b19-4b91-bfeb-8b8b259b1924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12928 | 2024.11.01 08:26:10.479058 [ 290 ] {819d032d-9b19-4b91-bfeb-8b8b259b1924} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 12929 | 2024.11.01 08:26:10.479403 [ 290 ] {819d032d-9b19-4b91-bfeb-8b8b259b1924} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12930 | 2024.11.01 08:26:10.479563 [ 290 ] {819d032d-9b19-4b91-bfeb-8b8b259b1924} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001687 sec., 78245.40604623592 rows/sec., 5.45 MiB/sec. | ||
| 12931 | 2024.11.01 08:26:10.479838 [ 290 ] {819d032d-9b19-4b91-bfeb-8b8b259b1924} <Debug> DynamicQueryHandler: Done processing query | ||
| 12932 | 2024.11.01 08:26:10.479893 [ 290 ] {819d032d-9b19-4b91-bfeb-8b8b259b1924} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12933 | 2024.11.01 08:26:10.479951 [ 290 ] {} <Debug> HTTP-Session: 0c6ceaca-0dca-4c41-b526-09927a6d0968 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12934 | 2024.11.01 08:26:10.480193 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48578, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12935 | 2024.11.01 08:26:10.480207 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39872, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12936 | 2024.11.01 08:26:10.480289 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12937 | 2024.11.01 08:26:10.480327 [ 282 ] {} <Debug> HTTP-Session: d2088ec9-c428-4b54-99f8-55aa4a4863b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48578 | ||
| 12938 | 2024.11.01 08:26:10.480348 [ 282 ] {} <Debug> HTTP-Session: d2088ec9-c428-4b54-99f8-55aa4a4863b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12939 | 2024.11.01 08:26:10.480365 [ 282 ] {} <Debug> HTTP-Session: d2088ec9-c428-4b54-99f8-55aa4a4863b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12940 | 2024.11.01 08:26:10.480419 [ 282 ] {} <Trace> HTTP-Session: d2088ec9-c428-4b54-99f8-55aa4a4863b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12941 | 2024.11.01 08:26:10.480568 [ 282 ] {c39af26f-7691-43b5-87a2-4bee7191db7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48578) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12942 | 2024.11.01 08:26:10.480618 [ 282 ] {c39af26f-7691-43b5-87a2-4bee7191db7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12943 | 2024.11.01 08:26:10.480784 [ 282 ] {c39af26f-7691-43b5-87a2-4bee7191db7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12944 | 2024.11.01 08:26:10.481078 [ 282 ] {c39af26f-7691-43b5-87a2-4bee7191db7b} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12945 | 2024.11.01 08:26:10.481117 [ 282 ] {c39af26f-7691-43b5-87a2-4bee7191db7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 12946 | 2024.11.01 08:26:10.481503 [ 282 ] {c39af26f-7691-43b5-87a2-4bee7191db7b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 12947 | 2024.11.01 08:26:10.481841 [ 282 ] {c39af26f-7691-43b5-87a2-4bee7191db7b} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12948 | 2024.11.01 08:26:10.481997 [ 282 ] {c39af26f-7691-43b5-87a2-4bee7191db7b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00147 sec., 32653.061224489797 rows/sec., 2.20 MiB/sec. | ||
| 12949 | 2024.11.01 08:26:10.482169 [ 282 ] {c39af26f-7691-43b5-87a2-4bee7191db7b} <Debug> DynamicQueryHandler: Done processing query | ||
| 12950 | 2024.11.01 08:26:10.482194 [ 282 ] {c39af26f-7691-43b5-87a2-4bee7191db7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12951 | 2024.11.01 08:26:10.482209 [ 282 ] {} <Debug> HTTP-Session: d2088ec9-c428-4b54-99f8-55aa4a4863b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12952 | 2024.11.01 08:26:10.482413 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48578, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12953 | 2024.11.01 08:26:13.639434 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12954 | 2024.11.01 08:26:13.639501 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12955 | 2024.11.01 08:26:13.987352 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1180 | ||
| 12956 | 2024.11.01 08:26:13.990344 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12957 | 2024.11.01 08:26:13.990388 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12958 | 2024.11.01 08:26:13.991965 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12959 | 2024.11.01 08:26:13.992976 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12960 | 2024.11.01 08:26:13.993439 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1180 | ||
| 12961 | 2024.11.01 08:26:15.467571 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37936, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12962 | 2024.11.01 08:26:15.467696 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12963 | 2024.11.01 08:26:15.467722 [ 282 ] {} <Debug> HTTP-Session: 5c57cc11-bdb5-47ce-a578-6be4db2cfc25 Authenticating user 'default' from [fd00:1122:3344:101::d]:37936 | ||
| 12964 | 2024.11.01 08:26:15.467745 [ 282 ] {} <Debug> HTTP-Session: 5c57cc11-bdb5-47ce-a578-6be4db2cfc25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12965 | 2024.11.01 08:26:15.467761 [ 282 ] {} <Debug> HTTP-Session: 5c57cc11-bdb5-47ce-a578-6be4db2cfc25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12966 | 2024.11.01 08:26:15.467812 [ 282 ] {} <Trace> HTTP-Session: 5c57cc11-bdb5-47ce-a578-6be4db2cfc25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12967 | 2024.11.01 08:26:15.468012 [ 282 ] {bc689e40-5a1a-464f-82cf-5accc9a7b23b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37936) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12968 | 2024.11.01 08:26:15.468082 [ 282 ] {bc689e40-5a1a-464f-82cf-5accc9a7b23b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12969 | 2024.11.01 08:26:15.468425 [ 282 ] {bc689e40-5a1a-464f-82cf-5accc9a7b23b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12970 | 2024.11.01 08:26:15.468894 [ 282 ] {bc689e40-5a1a-464f-82cf-5accc9a7b23b} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12971 | 2024.11.01 08:26:15.468944 [ 282 ] {bc689e40-5a1a-464f-82cf-5accc9a7b23b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12972 | 2024.11.01 08:26:15.469376 [ 282 ] {bc689e40-5a1a-464f-82cf-5accc9a7b23b} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12973 | 2024.11.01 08:26:15.469766 [ 282 ] {bc689e40-5a1a-464f-82cf-5accc9a7b23b} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12974 | 2024.11.01 08:26:15.469948 [ 282 ] {bc689e40-5a1a-464f-82cf-5accc9a7b23b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001997 sec., 28042.063094641962 rows/sec., 2.14 MiB/sec. | ||
| 12975 | 2024.11.01 08:26:15.470273 [ 282 ] {bc689e40-5a1a-464f-82cf-5accc9a7b23b} <Debug> DynamicQueryHandler: Done processing query | ||
| 12976 | 2024.11.01 08:26:15.470339 [ 282 ] {bc689e40-5a1a-464f-82cf-5accc9a7b23b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12977 | 2024.11.01 08:26:15.470391 [ 282 ] {} <Debug> HTTP-Session: 5c57cc11-bdb5-47ce-a578-6be4db2cfc25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12978 | 2024.11.01 08:26:15.470623 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37936, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12979 | 2024.11.01 08:26:15.470747 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54958, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12980 | 2024.11.01 08:26:15.470863 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12981 | 2024.11.01 08:26:15.470895 [ 290 ] {} <Debug> HTTP-Session: 51772a15-6e32-41f1-9bb4-4755d8ddda46 Authenticating user 'default' from [fd00:1122:3344:101::d]:54958 | ||
| 12982 | 2024.11.01 08:26:15.470922 [ 290 ] {} <Debug> HTTP-Session: 51772a15-6e32-41f1-9bb4-4755d8ddda46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12983 | 2024.11.01 08:26:15.470940 [ 290 ] {} <Debug> HTTP-Session: 51772a15-6e32-41f1-9bb4-4755d8ddda46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12984 | 2024.11.01 08:26:15.471002 [ 290 ] {} <Trace> HTTP-Session: 51772a15-6e32-41f1-9bb4-4755d8ddda46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12985 | 2024.11.01 08:26:15.471227 [ 290 ] {fec8e289-afee-4690-abb7-a4d4b901c728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54958) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12986 | 2024.11.01 08:26:15.471301 [ 290 ] {fec8e289-afee-4690-abb7-a4d4b901c728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12987 | 2024.11.01 08:26:15.471692 [ 290 ] {fec8e289-afee-4690-abb7-a4d4b901c728} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12988 | 2024.11.01 08:26:15.472089 [ 290 ] {fec8e289-afee-4690-abb7-a4d4b901c728} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12989 | 2024.11.01 08:26:15.472135 [ 290 ] {fec8e289-afee-4690-abb7-a4d4b901c728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 12990 | 2024.11.01 08:26:15.472571 [ 290 ] {fec8e289-afee-4690-abb7-a4d4b901c728} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12991 | 2024.11.01 08:26:15.472964 [ 290 ] {fec8e289-afee-4690-abb7-a4d4b901c728} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12992 | 2024.11.01 08:26:15.473142 [ 290 ] {fec8e289-afee-4690-abb7-a4d4b901c728} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001995 sec., 32080.200501253137 rows/sec., 2.50 MiB/sec. | ||
| 12993 | 2024.11.01 08:26:15.473331 [ 290 ] {fec8e289-afee-4690-abb7-a4d4b901c728} <Debug> DynamicQueryHandler: Done processing query | ||
| 12994 | 2024.11.01 08:26:15.473357 [ 290 ] {fec8e289-afee-4690-abb7-a4d4b901c728} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12995 | 2024.11.01 08:26:15.473375 [ 290 ] {} <Debug> HTTP-Session: 51772a15-6e32-41f1-9bb4-4755d8ddda46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12996 | 2024.11.01 08:26:15.473557 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12997 | 2024.11.01 08:26:15.473683 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33071, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12998 | 2024.11.01 08:26:15.473760 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12999 | 2024.11.01 08:26:15.473786 [ 282 ] {} <Debug> HTTP-Session: 1c330106-1fb1-422c-be4a-ab06afb90514 Authenticating user 'default' from [fd00:1122:3344:101::d]:33071 | ||
| 13000 | 2024.11.01 08:26:15.473809 [ 282 ] {} <Debug> HTTP-Session: 1c330106-1fb1-422c-be4a-ab06afb90514 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13001 | 2024.11.01 08:26:15.473826 [ 282 ] {} <Debug> HTTP-Session: 1c330106-1fb1-422c-be4a-ab06afb90514 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13002 | 2024.11.01 08:26:15.473876 [ 282 ] {} <Trace> HTTP-Session: 1c330106-1fb1-422c-be4a-ab06afb90514 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13003 | 2024.11.01 08:26:15.474088 [ 282 ] {3f1a814d-f1e9-4383-b7d1-9c73dd56f8fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33071) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13004 | 2024.11.01 08:26:15.474153 [ 282 ] {3f1a814d-f1e9-4383-b7d1-9c73dd56f8fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13005 | 2024.11.01 08:26:15.474372 [ 282 ] {3f1a814d-f1e9-4383-b7d1-9c73dd56f8fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13006 | 2024.11.01 08:26:15.474805 [ 282 ] {3f1a814d-f1e9-4383-b7d1-9c73dd56f8fd} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13007 | 2024.11.01 08:26:15.474844 [ 282 ] {3f1a814d-f1e9-4383-b7d1-9c73dd56f8fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13008 | 2024.11.01 08:26:15.475260 [ 282 ] {3f1a814d-f1e9-4383-b7d1-9c73dd56f8fd} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13009 | 2024.11.01 08:26:15.475613 [ 282 ] {3f1a814d-f1e9-4383-b7d1-9c73dd56f8fd} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13010 | 2024.11.01 08:26:15.475778 [ 282 ] {3f1a814d-f1e9-4383-b7d1-9c73dd56f8fd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001783 sec., 89736.399326977 rows/sec., 6.25 MiB/sec. | ||
| 13011 | 2024.11.01 08:26:15.476064 [ 282 ] {3f1a814d-f1e9-4383-b7d1-9c73dd56f8fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 13012 | 2024.11.01 08:26:15.476129 [ 282 ] {3f1a814d-f1e9-4383-b7d1-9c73dd56f8fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13013 | 2024.11.01 08:26:15.476187 [ 282 ] {} <Debug> HTTP-Session: 1c330106-1fb1-422c-be4a-ab06afb90514 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13014 | 2024.11.01 08:26:15.476414 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54958, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13015 | 2024.11.01 08:26:15.476429 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33071, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13016 | 2024.11.01 08:26:15.476509 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13017 | 2024.11.01 08:26:15.476546 [ 290 ] {} <Debug> HTTP-Session: 845410f7-0609-45bc-9a84-5f7847dd20fd Authenticating user 'default' from [fd00:1122:3344:101::d]:54958 | ||
| 13018 | 2024.11.01 08:26:15.476578 [ 290 ] {} <Debug> HTTP-Session: 845410f7-0609-45bc-9a84-5f7847dd20fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13019 | 2024.11.01 08:26:15.476607 [ 290 ] {} <Debug> HTTP-Session: 845410f7-0609-45bc-9a84-5f7847dd20fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13020 | 2024.11.01 08:26:15.476659 [ 290 ] {} <Trace> HTTP-Session: 845410f7-0609-45bc-9a84-5f7847dd20fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13021 | 2024.11.01 08:26:15.476821 [ 290 ] {52d9644e-88ac-4c5e-a225-d78edd5a9748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54958) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13022 | 2024.11.01 08:26:15.476881 [ 290 ] {52d9644e-88ac-4c5e-a225-d78edd5a9748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13023 | 2024.11.01 08:26:15.477075 [ 290 ] {52d9644e-88ac-4c5e-a225-d78edd5a9748} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13024 | 2024.11.01 08:26:15.477413 [ 290 ] {52d9644e-88ac-4c5e-a225-d78edd5a9748} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13025 | 2024.11.01 08:26:15.477459 [ 290 ] {52d9644e-88ac-4c5e-a225-d78edd5a9748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13026 | 2024.11.01 08:26:15.477871 [ 290 ] {52d9644e-88ac-4c5e-a225-d78edd5a9748} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13027 | 2024.11.01 08:26:15.478213 [ 290 ] {52d9644e-88ac-4c5e-a225-d78edd5a9748} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13028 | 2024.11.01 08:26:15.478376 [ 290 ] {52d9644e-88ac-4c5e-a225-d78edd5a9748} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001604 sec., 37406.48379052369 rows/sec., 2.52 MiB/sec. | ||
| 13029 | 2024.11.01 08:26:15.478618 [ 290 ] {52d9644e-88ac-4c5e-a225-d78edd5a9748} <Debug> DynamicQueryHandler: Done processing query | ||
| 13030 | 2024.11.01 08:26:15.478679 [ 290 ] {52d9644e-88ac-4c5e-a225-d78edd5a9748} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13031 | 2024.11.01 08:26:15.478733 [ 290 ] {} <Debug> HTTP-Session: 845410f7-0609-45bc-9a84-5f7847dd20fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13032 | 2024.11.01 08:26:15.478993 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13033 | 2024.11.01 08:26:16.129997 [ 24 ] {} <Debug> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 13034 | 2024.11.01 08:26:16.130054 [ 24 ] {} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13035 | 2024.11.01 08:26:16.130082 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13036 | 2024.11.01 08:26:16.130367 [ 191 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 13037 | 2024.11.01 08:26:16.130680 [ 191 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13038 | 2024.11.01 08:26:16.130737 [ 191 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 126 rows starting from the beginning of the part | ||
| 13039 | 2024.11.01 08:26:16.130817 [ 191 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 13040 | 2024.11.01 08:26:16.131021 [ 191 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 13041 | 2024.11.01 08:26:16.131271 [ 191 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 13042 | 2024.11.01 08:26:16.131503 [ 191 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 13043 | 2024.11.01 08:26:16.132650 [ 200 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.002472841 sec., 60658.97483906163 rows/sec., 3.09 MiB/sec. | ||
| 13044 | 2024.11.01 08:26:16.132864 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 13045 | 2024.11.01 08:26:16.133411 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_25_6} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13046 | 2024.11.01 08:26:16.133517 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_25_6} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 13047 | 2024.11.01 08:26:16.133638 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13048 | 2024.11.01 08:26:19.987314 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13049 | 2024.11.01 08:26:20.126909 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46354, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13050 | 2024.11.01 08:26:20.217465 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49103, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13051 | 2024.11.01 08:26:20.225839 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13052 | 2024.11.01 08:26:20.249158 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52227, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13053 | 2024.11.01 08:26:20.308505 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46860, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13054 | 2024.11.01 08:26:20.308535 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13055 | 2024.11.01 08:26:20.337904 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53890, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13056 | 2024.11.01 08:26:20.353340 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64244, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13057 | 2024.11.01 08:26:20.435666 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55008, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13058 | 2024.11.01 08:26:20.474122 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55259, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13059 | 2024.11.01 08:26:20.474259 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13060 | 2024.11.01 08:26:20.474301 [ 282 ] {} <Debug> HTTP-Session: 7b7da122-c0ce-464a-b47d-00b5c9218da9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55259 | ||
| 13061 | 2024.11.01 08:26:20.474341 [ 282 ] {} <Debug> HTTP-Session: 7b7da122-c0ce-464a-b47d-00b5c9218da9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13062 | 2024.11.01 08:26:20.474369 [ 282 ] {} <Debug> HTTP-Session: 7b7da122-c0ce-464a-b47d-00b5c9218da9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13063 | 2024.11.01 08:26:20.474450 [ 282 ] {} <Trace> HTTP-Session: 7b7da122-c0ce-464a-b47d-00b5c9218da9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13064 | 2024.11.01 08:26:20.474859 [ 282 ] {340b5c66-a4d6-4f64-90eb-b5e80a1abf94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55259) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13065 | 2024.11.01 08:26:20.474928 [ 282 ] {340b5c66-a4d6-4f64-90eb-b5e80a1abf94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13066 | 2024.11.01 08:26:20.475269 [ 282 ] {340b5c66-a4d6-4f64-90eb-b5e80a1abf94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13067 | 2024.11.01 08:26:20.475863 [ 282 ] {340b5c66-a4d6-4f64-90eb-b5e80a1abf94} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13068 | 2024.11.01 08:26:20.475907 [ 282 ] {340b5c66-a4d6-4f64-90eb-b5e80a1abf94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13069 | 2024.11.01 08:26:20.476346 [ 282 ] {340b5c66-a4d6-4f64-90eb-b5e80a1abf94} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13070 | 2024.11.01 08:26:20.476729 [ 282 ] {340b5c66-a4d6-4f64-90eb-b5e80a1abf94} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13071 | 2024.11.01 08:26:20.476907 [ 282 ] {340b5c66-a4d6-4f64-90eb-b5e80a1abf94} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002242 sec., 121766.28010704728 rows/sec., 10.82 MiB/sec. | ||
| 13072 | 2024.11.01 08:26:20.477204 [ 282 ] {340b5c66-a4d6-4f64-90eb-b5e80a1abf94} <Debug> DynamicQueryHandler: Done processing query | ||
| 13073 | 2024.11.01 08:26:20.477266 [ 282 ] {340b5c66-a4d6-4f64-90eb-b5e80a1abf94} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13074 | 2024.11.01 08:26:20.477324 [ 282 ] {} <Debug> HTTP-Session: 7b7da122-c0ce-464a-b47d-00b5c9218da9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13075 | 2024.11.01 08:26:20.477579 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55259, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13076 | 2024.11.01 08:26:20.477684 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42594, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13077 | 2024.11.01 08:26:20.477797 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13078 | 2024.11.01 08:26:20.477824 [ 305 ] {} <Debug> HTTP-Session: 3581a21d-e179-4a3a-a44a-d791f368719f Authenticating user 'default' from [fd00:1122:3344:101::d]:42594 | ||
| 13079 | 2024.11.01 08:26:20.477847 [ 305 ] {} <Debug> HTTP-Session: 3581a21d-e179-4a3a-a44a-d791f368719f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13080 | 2024.11.01 08:26:20.477861 [ 305 ] {} <Debug> HTTP-Session: 3581a21d-e179-4a3a-a44a-d791f368719f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13081 | 2024.11.01 08:26:20.477915 [ 305 ] {} <Trace> HTTP-Session: 3581a21d-e179-4a3a-a44a-d791f368719f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13082 | 2024.11.01 08:26:20.478097 [ 305 ] {5732e266-dca1-4f8f-b463-18fabce52467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42594) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13083 | 2024.11.01 08:26:20.478164 [ 305 ] {5732e266-dca1-4f8f-b463-18fabce52467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13084 | 2024.11.01 08:26:20.478506 [ 305 ] {5732e266-dca1-4f8f-b463-18fabce52467} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13085 | 2024.11.01 08:26:20.478894 [ 305 ] {5732e266-dca1-4f8f-b463-18fabce52467} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13086 | 2024.11.01 08:26:20.478934 [ 305 ] {5732e266-dca1-4f8f-b463-18fabce52467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13087 | 2024.11.01 08:26:20.479351 [ 305 ] {5732e266-dca1-4f8f-b463-18fabce52467} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13088 | 2024.11.01 08:26:20.479748 [ 305 ] {5732e266-dca1-4f8f-b463-18fabce52467} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13089 | 2024.11.01 08:26:20.479897 [ 305 ] {5732e266-dca1-4f8f-b463-18fabce52467} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001863 sec., 22544.28341384863 rows/sec., 1.66 MiB/sec. | ||
| 13090 | 2024.11.01 08:26:20.480093 [ 305 ] {5732e266-dca1-4f8f-b463-18fabce52467} <Debug> DynamicQueryHandler: Done processing query | ||
| 13091 | 2024.11.01 08:26:20.480119 [ 305 ] {5732e266-dca1-4f8f-b463-18fabce52467} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13092 | 2024.11.01 08:26:20.480136 [ 305 ] {} <Debug> HTTP-Session: 3581a21d-e179-4a3a-a44a-d791f368719f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13093 | 2024.11.01 08:26:20.480348 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13094 | 2024.11.01 08:26:20.480419 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35324, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13095 | 2024.11.01 08:26:20.480508 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13096 | 2024.11.01 08:26:20.480534 [ 282 ] {} <Debug> HTTP-Session: 266e849e-9b90-4038-ab5c-d1bffb4f48f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35324 | ||
| 13097 | 2024.11.01 08:26:20.480555 [ 282 ] {} <Debug> HTTP-Session: 266e849e-9b90-4038-ab5c-d1bffb4f48f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13098 | 2024.11.01 08:26:20.480571 [ 282 ] {} <Debug> HTTP-Session: 266e849e-9b90-4038-ab5c-d1bffb4f48f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13099 | 2024.11.01 08:26:20.480618 [ 282 ] {} <Trace> HTTP-Session: 266e849e-9b90-4038-ab5c-d1bffb4f48f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13100 | 2024.11.01 08:26:20.480753 [ 282 ] {5d441130-0423-460e-b0c2-34ed7b2b3e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35324) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 13101 | 2024.11.01 08:26:20.480807 [ 282 ] {5d441130-0423-460e-b0c2-34ed7b2b3e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13102 | 2024.11.01 08:26:20.481071 [ 282 ] {5d441130-0423-460e-b0c2-34ed7b2b3e05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13103 | 2024.11.01 08:26:20.481404 [ 282 ] {5d441130-0423-460e-b0c2-34ed7b2b3e05} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13104 | 2024.11.01 08:26:20.481442 [ 282 ] {5d441130-0423-460e-b0c2-34ed7b2b3e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13105 | 2024.11.01 08:26:20.481804 [ 282 ] {5d441130-0423-460e-b0c2-34ed7b2b3e05} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 13106 | 2024.11.01 08:26:20.482169 [ 282 ] {5d441130-0423-460e-b0c2-34ed7b2b3e05} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13107 | 2024.11.01 08:26:20.482327 [ 282 ] {5d441130-0423-460e-b0c2-34ed7b2b3e05} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001605 sec., 8722.741433021807 rows/sec., 610.88 KiB/sec. | ||
| 13108 | 2024.11.01 08:26:20.482667 [ 282 ] {5d441130-0423-460e-b0c2-34ed7b2b3e05} <Debug> DynamicQueryHandler: Done processing query | ||
| 13109 | 2024.11.01 08:26:20.482737 [ 282 ] {5d441130-0423-460e-b0c2-34ed7b2b3e05} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13110 | 2024.11.01 08:26:20.482785 [ 282 ] {} <Debug> HTTP-Session: 266e849e-9b90-4038-ab5c-d1bffb4f48f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13111 | 2024.11.01 08:26:20.482954 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35324, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13112 | 2024.11.01 08:26:20.483025 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41896, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13113 | 2024.11.01 08:26:20.483094 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13114 | 2024.11.01 08:26:20.483122 [ 305 ] {} <Debug> HTTP-Session: bad9ba8b-cb1e-45ae-84ea-5602575226de Authenticating user 'default' from [fd00:1122:3344:101::d]:41896 | ||
| 13115 | 2024.11.01 08:26:20.483141 [ 305 ] {} <Debug> HTTP-Session: bad9ba8b-cb1e-45ae-84ea-5602575226de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13116 | 2024.11.01 08:26:20.483155 [ 305 ] {} <Debug> HTTP-Session: bad9ba8b-cb1e-45ae-84ea-5602575226de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13117 | 2024.11.01 08:26:20.483198 [ 305 ] {} <Trace> HTTP-Session: bad9ba8b-cb1e-45ae-84ea-5602575226de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13118 | 2024.11.01 08:26:20.483315 [ 305 ] {d00dcd1d-82eb-474b-bcb7-2504e632d13e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41896) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 13119 | 2024.11.01 08:26:20.483364 [ 305 ] {d00dcd1d-82eb-474b-bcb7-2504e632d13e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13120 | 2024.11.01 08:26:20.483629 [ 305 ] {d00dcd1d-82eb-474b-bcb7-2504e632d13e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13121 | 2024.11.01 08:26:20.483953 [ 305 ] {d00dcd1d-82eb-474b-bcb7-2504e632d13e} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13122 | 2024.11.01 08:26:20.483989 [ 305 ] {d00dcd1d-82eb-474b-bcb7-2504e632d13e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13123 | 2024.11.01 08:26:20.484344 [ 305 ] {d00dcd1d-82eb-474b-bcb7-2504e632d13e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 13124 | 2024.11.01 08:26:20.484707 [ 305 ] {d00dcd1d-82eb-474b-bcb7-2504e632d13e} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13125 | 2024.11.01 08:26:20.484850 [ 305 ] {d00dcd1d-82eb-474b-bcb7-2504e632d13e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001564 sec., 3836.317135549872 rows/sec., 226.66 KiB/sec. | ||
| 13126 | 2024.11.01 08:26:20.485023 [ 305 ] {d00dcd1d-82eb-474b-bcb7-2504e632d13e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13127 | 2024.11.01 08:26:20.485048 [ 305 ] {d00dcd1d-82eb-474b-bcb7-2504e632d13e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13128 | 2024.11.01 08:26:20.485065 [ 305 ] {} <Debug> HTTP-Session: bad9ba8b-cb1e-45ae-84ea-5602575226de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13129 | 2024.11.01 08:26:20.485269 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41896, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13130 | 2024.11.01 08:26:20.485386 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60556, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13131 | 2024.11.01 08:26:20.485457 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13132 | 2024.11.01 08:26:20.485481 [ 282 ] {} <Debug> HTTP-Session: 978465ef-1a6e-4ac9-a0c8-b624e035e0b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60556 | ||
| 13133 | 2024.11.01 08:26:20.485502 [ 282 ] {} <Debug> HTTP-Session: 978465ef-1a6e-4ac9-a0c8-b624e035e0b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13134 | 2024.11.01 08:26:20.485521 [ 282 ] {} <Debug> HTTP-Session: 978465ef-1a6e-4ac9-a0c8-b624e035e0b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13135 | 2024.11.01 08:26:20.485567 [ 282 ] {} <Trace> HTTP-Session: 978465ef-1a6e-4ac9-a0c8-b624e035e0b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13136 | 2024.11.01 08:26:20.485829 [ 282 ] {09d043a3-9f3e-45bd-9801-ebfe3eea6597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60556) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13137 | 2024.11.01 08:26:20.485878 [ 282 ] {09d043a3-9f3e-45bd-9801-ebfe3eea6597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13138 | 2024.11.01 08:26:20.486150 [ 282 ] {09d043a3-9f3e-45bd-9801-ebfe3eea6597} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13139 | 2024.11.01 08:26:20.486719 [ 282 ] {09d043a3-9f3e-45bd-9801-ebfe3eea6597} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13140 | 2024.11.01 08:26:20.486758 [ 282 ] {09d043a3-9f3e-45bd-9801-ebfe3eea6597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13141 | 2024.11.01 08:26:20.487136 [ 282 ] {09d043a3-9f3e-45bd-9801-ebfe3eea6597} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13142 | 2024.11.01 08:26:20.487507 [ 282 ] {09d043a3-9f3e-45bd-9801-ebfe3eea6597} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13143 | 2024.11.01 08:26:20.487665 [ 282 ] {09d043a3-9f3e-45bd-9801-ebfe3eea6597} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.00197 sec., 215228.42639593908 rows/sec., 15.39 MiB/sec. | ||
| 13144 | 2024.11.01 08:26:20.487874 [ 282 ] {09d043a3-9f3e-45bd-9801-ebfe3eea6597} <Debug> DynamicQueryHandler: Done processing query | ||
| 13145 | 2024.11.01 08:26:20.487907 [ 282 ] {09d043a3-9f3e-45bd-9801-ebfe3eea6597} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 13146 | 2024.11.01 08:26:20.487928 [ 282 ] {} <Debug> HTTP-Session: 978465ef-1a6e-4ac9-a0c8-b624e035e0b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13147 | 2024.11.01 08:26:20.488160 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41896, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13148 | 2024.11.01 08:26:20.488175 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60556, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13149 | 2024.11.01 08:26:20.488261 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13150 | 2024.11.01 08:26:20.488300 [ 305 ] {} <Debug> HTTP-Session: a471f0d9-c7ad-4e82-805e-241ef7e42ba5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41896 | ||
| 13151 | 2024.11.01 08:26:20.488333 [ 305 ] {} <Debug> HTTP-Session: a471f0d9-c7ad-4e82-805e-241ef7e42ba5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13152 | 2024.11.01 08:26:20.488361 [ 305 ] {} <Debug> HTTP-Session: a471f0d9-c7ad-4e82-805e-241ef7e42ba5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13153 | 2024.11.01 08:26:20.488413 [ 305 ] {} <Trace> HTTP-Session: a471f0d9-c7ad-4e82-805e-241ef7e42ba5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13154 | 2024.11.01 08:26:20.488546 [ 305 ] {0efb2672-2810-49d3-900b-6e442900e395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41896) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13155 | 2024.11.01 08:26:20.488603 [ 305 ] {0efb2672-2810-49d3-900b-6e442900e395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13156 | 2024.11.01 08:26:20.488792 [ 305 ] {0efb2672-2810-49d3-900b-6e442900e395} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13157 | 2024.11.01 08:26:20.489073 [ 305 ] {0efb2672-2810-49d3-900b-6e442900e395} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13158 | 2024.11.01 08:26:20.489108 [ 305 ] {0efb2672-2810-49d3-900b-6e442900e395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13159 | 2024.11.01 08:26:20.489463 [ 305 ] {0efb2672-2810-49d3-900b-6e442900e395} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 13160 | 2024.11.01 08:26:20.489790 [ 305 ] {0efb2672-2810-49d3-900b-6e442900e395} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13161 | 2024.11.01 08:26:20.489958 [ 305 ] {0efb2672-2810-49d3-900b-6e442900e395} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001438 sec., 4172.4617524339355 rows/sec., 217.99 KiB/sec. | ||
| 13162 | 2024.11.01 08:26:20.490267 [ 305 ] {0efb2672-2810-49d3-900b-6e442900e395} <Debug> DynamicQueryHandler: Done processing query | ||
| 13163 | 2024.11.01 08:26:20.490293 [ 305 ] {0efb2672-2810-49d3-900b-6e442900e395} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13164 | 2024.11.01 08:26:20.490309 [ 305 ] {} <Debug> HTTP-Session: a471f0d9-c7ad-4e82-805e-241ef7e42ba5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13165 | 2024.11.01 08:26:20.490491 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41896, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13166 | 2024.11.01 08:26:20.490558 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64481, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13167 | 2024.11.01 08:26:20.490641 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13168 | 2024.11.01 08:26:20.490668 [ 282 ] {} <Debug> HTTP-Session: ede00df1-3a3b-4e72-b06f-e9c71462a6b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64481 | ||
| 13169 | 2024.11.01 08:26:20.490688 [ 282 ] {} <Debug> HTTP-Session: ede00df1-3a3b-4e72-b06f-e9c71462a6b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13170 | 2024.11.01 08:26:20.490706 [ 282 ] {} <Debug> HTTP-Session: ede00df1-3a3b-4e72-b06f-e9c71462a6b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13171 | 2024.11.01 08:26:20.490751 [ 282 ] {} <Trace> HTTP-Session: ede00df1-3a3b-4e72-b06f-e9c71462a6b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13172 | 2024.11.01 08:26:20.490987 [ 282 ] {975c9660-3162-42fc-b681-3f69a5370ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64481) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13173 | 2024.11.01 08:26:20.491047 [ 282 ] {975c9660-3162-42fc-b681-3f69a5370ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13174 | 2024.11.01 08:26:20.491264 [ 282 ] {975c9660-3162-42fc-b681-3f69a5370ca8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13175 | 2024.11.01 08:26:20.491741 [ 282 ] {975c9660-3162-42fc-b681-3f69a5370ca8} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13176 | 2024.11.01 08:26:20.491786 [ 282 ] {975c9660-3162-42fc-b681-3f69a5370ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13177 | 2024.11.01 08:26:20.492184 [ 282 ] {975c9660-3162-42fc-b681-3f69a5370ca8} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13178 | 2024.11.01 08:26:20.492524 [ 282 ] {975c9660-3162-42fc-b681-3f69a5370ca8} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13179 | 2024.11.01 08:26:20.492684 [ 282 ] {975c9660-3162-42fc-b681-3f69a5370ca8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00181 sec., 130939.22651933701 rows/sec., 8.78 MiB/sec. | ||
| 13180 | 2024.11.01 08:26:20.492857 [ 282 ] {975c9660-3162-42fc-b681-3f69a5370ca8} <Debug> DynamicQueryHandler: Done processing query | ||
| 13181 | 2024.11.01 08:26:20.492880 [ 282 ] {975c9660-3162-42fc-b681-3f69a5370ca8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 13182 | 2024.11.01 08:26:20.492897 [ 282 ] {} <Debug> HTTP-Session: ede00df1-3a3b-4e72-b06f-e9c71462a6b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13183 | 2024.11.01 08:26:20.493027 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64481, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13184 | 2024.11.01 08:26:20.493116 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55148, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13185 | 2024.11.01 08:26:20.493197 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13186 | 2024.11.01 08:26:20.493223 [ 305 ] {} <Debug> HTTP-Session: 46e16856-bf32-41f1-9691-94662f30fdd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55148 | ||
| 13187 | 2024.11.01 08:26:20.493243 [ 305 ] {} <Debug> HTTP-Session: 46e16856-bf32-41f1-9691-94662f30fdd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13188 | 2024.11.01 08:26:20.493261 [ 305 ] {} <Debug> HTTP-Session: 46e16856-bf32-41f1-9691-94662f30fdd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13189 | 2024.11.01 08:26:20.493305 [ 305 ] {} <Trace> HTTP-Session: 46e16856-bf32-41f1-9691-94662f30fdd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13190 | 2024.11.01 08:26:20.493427 [ 305 ] {73f4ffa8-404a-4d35-9b04-eb28ed467a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55148) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 13191 | 2024.11.01 08:26:20.493484 [ 305 ] {73f4ffa8-404a-4d35-9b04-eb28ed467a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13192 | 2024.11.01 08:26:20.493670 [ 305 ] {73f4ffa8-404a-4d35-9b04-eb28ed467a18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13193 | 2024.11.01 08:26:20.493953 [ 305 ] {73f4ffa8-404a-4d35-9b04-eb28ed467a18} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13194 | 2024.11.01 08:26:20.493987 [ 305 ] {73f4ffa8-404a-4d35-9b04-eb28ed467a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13195 | 2024.11.01 08:26:20.494344 [ 305 ] {73f4ffa8-404a-4d35-9b04-eb28ed467a18} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 13196 | 2024.11.01 08:26:20.494671 [ 305 ] {73f4ffa8-404a-4d35-9b04-eb28ed467a18} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13197 | 2024.11.01 08:26:20.494825 [ 305 ] {73f4ffa8-404a-4d35-9b04-eb28ed467a18} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec. | ||
| 13198 | 2024.11.01 08:26:20.494980 [ 305 ] {73f4ffa8-404a-4d35-9b04-eb28ed467a18} <Debug> DynamicQueryHandler: Done processing query | ||
| 13199 | 2024.11.01 08:26:20.495005 [ 305 ] {73f4ffa8-404a-4d35-9b04-eb28ed467a18} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 13200 | 2024.11.01 08:26:20.495020 [ 305 ] {} <Debug> HTTP-Session: 46e16856-bf32-41f1-9691-94662f30fdd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13201 | 2024.11.01 08:26:20.495237 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13202 | 2024.11.01 08:26:20.495357 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55675, User-Agent: (none), Length: 70845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13203 | 2024.11.01 08:26:20.495426 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13204 | 2024.11.01 08:26:20.495450 [ 282 ] {} <Debug> HTTP-Session: 03a839d0-3a81-4164-b956-636c7c43a606 Authenticating user 'default' from [fd00:1122:3344:101::d]:55675 | ||
| 13205 | 2024.11.01 08:26:20.495470 [ 282 ] {} <Debug> HTTP-Session: 03a839d0-3a81-4164-b956-636c7c43a606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13206 | 2024.11.01 08:26:20.495487 [ 282 ] {} <Debug> HTTP-Session: 03a839d0-3a81-4164-b956-636c7c43a606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13207 | 2024.11.01 08:26:20.495531 [ 282 ] {} <Trace> HTTP-Session: 03a839d0-3a81-4164-b956-636c7c43a606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13208 | 2024.11.01 08:26:20.496003 [ 282 ] {3ee53d24-e08c-4563-b024-c6b7b539e355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55675) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13209 | 2024.11.01 08:26:20.496082 [ 282 ] {3ee53d24-e08c-4563-b024-c6b7b539e355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13210 | 2024.11.01 08:26:20.496563 [ 282 ] {3ee53d24-e08c-4563-b024-c6b7b539e355} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13211 | 2024.11.01 08:26:20.497667 [ 282 ] {3ee53d24-e08c-4563-b024-c6b7b539e355} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13212 | 2024.11.01 08:26:20.497705 [ 282 ] {3ee53d24-e08c-4563-b024-c6b7b539e355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13213 | 2024.11.01 08:26:20.498470 [ 282 ] {3ee53d24-e08c-4563-b024-c6b7b539e355} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 13214 | 2024.11.01 08:26:20.498908 [ 282 ] {3ee53d24-e08c-4563-b024-c6b7b539e355} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13215 | 2024.11.01 08:26:20.499126 [ 282 ] {3ee53d24-e08c-4563-b024-c6b7b539e355} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003458 sec., 12145.748987854251 rows/sec., 21.76 MiB/sec. | ||
| 13216 | 2024.11.01 08:26:20.499749 [ 282 ] {3ee53d24-e08c-4563-b024-c6b7b539e355} <Debug> DynamicQueryHandler: Done processing query | ||
| 13217 | 2024.11.01 08:26:20.499774 [ 282 ] {3ee53d24-e08c-4563-b024-c6b7b539e355} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 13218 | 2024.11.01 08:26:20.499791 [ 282 ] {} <Debug> HTTP-Session: 03a839d0-3a81-4164-b956-636c7c43a606 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13219 | 2024.11.01 08:26:20.499984 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55148, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13220 | 2024.11.01 08:26:20.500013 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55675, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13221 | 2024.11.01 08:26:20.500084 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13222 | 2024.11.01 08:26:20.500128 [ 305 ] {} <Debug> HTTP-Session: 6831f3ca-51b2-47e4-b06b-7272d6c762fb Authenticating user 'default' from [fd00:1122:3344:101::d]:55148 | ||
| 13223 | 2024.11.01 08:26:20.500162 [ 305 ] {} <Debug> HTTP-Session: 6831f3ca-51b2-47e4-b06b-7272d6c762fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13224 | 2024.11.01 08:26:20.500184 [ 305 ] {} <Debug> HTTP-Session: 6831f3ca-51b2-47e4-b06b-7272d6c762fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13225 | 2024.11.01 08:26:20.500236 [ 305 ] {} <Trace> HTTP-Session: 6831f3ca-51b2-47e4-b06b-7272d6c762fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13226 | 2024.11.01 08:26:20.500417 [ 305 ] {e04a0945-fa1c-41f5-a005-0d352c0000e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55148) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13227 | 2024.11.01 08:26:20.500473 [ 305 ] {e04a0945-fa1c-41f5-a005-0d352c0000e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13228 | 2024.11.01 08:26:20.500657 [ 305 ] {e04a0945-fa1c-41f5-a005-0d352c0000e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13229 | 2024.11.01 08:26:20.500992 [ 305 ] {e04a0945-fa1c-41f5-a005-0d352c0000e2} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13230 | 2024.11.01 08:26:20.501027 [ 305 ] {e04a0945-fa1c-41f5-a005-0d352c0000e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13231 | 2024.11.01 08:26:20.501396 [ 305 ] {e04a0945-fa1c-41f5-a005-0d352c0000e2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13232 | 2024.11.01 08:26:20.501721 [ 305 ] {e04a0945-fa1c-41f5-a005-0d352c0000e2} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13233 | 2024.11.01 08:26:20.501879 [ 305 ] {e04a0945-fa1c-41f5-a005-0d352c0000e2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001539 sec., 53281.35152696556 rows/sec., 3.38 MiB/sec. | ||
| 13234 | 2024.11.01 08:26:20.502054 [ 305 ] {e04a0945-fa1c-41f5-a005-0d352c0000e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 13235 | 2024.11.01 08:26:20.502078 [ 305 ] {e04a0945-fa1c-41f5-a005-0d352c0000e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13236 | 2024.11.01 08:26:20.502094 [ 305 ] {} <Debug> HTTP-Session: 6831f3ca-51b2-47e4-b06b-7272d6c762fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13237 | 2024.11.01 08:26:20.502449 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13238 | 2024.11.01 08:26:20.508019 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13239 | 2024.11.01 08:26:20.744236 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59012, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13240 | 2024.11.01 08:26:20.748577 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13241 | 2024.11.01 08:26:20.809839 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44770, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13242 | 2024.11.01 08:26:20.822209 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52478, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13243 | 2024.11.01 08:26:20.907619 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61145, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13244 | 2024.11.01 08:26:21.000165 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.90 MiB, peak 185.06 MiB, free memory in arenas 0.00 B, will set to 175.74 MiB (RSS), difference: -1.16 MiB | ||
| 13245 | 2024.11.01 08:26:21.093690 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64994, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13246 | 2024.11.01 08:26:21.501409 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50108, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13247 | 2024.11.01 08:26:21.584917 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13248 | 2024.11.01 08:26:21.767847 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34717, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13249 | 2024.11.01 08:26:21.893619 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51816, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13250 | 2024.11.01 08:26:21.915949 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61067, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13251 | 2024.11.01 08:26:21.947304 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53740, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13252 | 2024.11.01 08:26:21.993622 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57811, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13253 | 2024.11.01 08:26:22.183835 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33617, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13254 | 2024.11.01 08:26:22.576624 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49471, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13255 | 2024.11.01 08:26:22.582760 [ 34 ] {} <Debug> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 13256 | 2024.11.01 08:26:22.582872 [ 34 ] {} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13257 | 2024.11.01 08:26:22.582923 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13258 | 2024.11.01 08:26:22.583314 [ 195 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 13259 | 2024.11.01 08:26:22.583685 [ 195 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13260 | 2024.11.01 08:26:22.583751 [ 195 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part | ||
| 13261 | 2024.11.01 08:26:22.583919 [ 195 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 13262 | 2024.11.01 08:26:22.584135 [ 195 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 13263 | 2024.11.01 08:26:22.584300 [ 195 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
| 13264 | 2024.11.01 08:26:22.584499 [ 195 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
| 13265 | 2024.11.01 08:26:22.585622 [ 200 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002558103 sec., 14072.928259729964 rows/sec., 1.17 MiB/sec. | ||
| 13266 | 2024.11.01 08:26:22.585819 [ 189 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 13267 | 2024.11.01 08:26:22.586403 [ 189 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_21_5} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13268 | 2024.11.01 08:26:22.586512 [ 189 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_21_5} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 13269 | 2024.11.01 08:26:22.586632 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13270 | 2024.11.01 08:26:22.877582 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55473, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13271 | 2024.11.01 08:26:22.971603 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64519, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13272 | 2024.11.01 08:26:23.005312 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37166, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13273 | 2024.11.01 08:26:23.056885 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64170, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13274 | 2024.11.01 08:26:23.083426 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62952, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13275 | 2024.11.01 08:26:23.091934 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36742, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13276 | 2024.11.01 08:26:23.994545 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1208 | ||
| 13277 | 2024.11.01 08:26:23.997365 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13278 | 2024.11.01 08:26:23.997419 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13279 | 2024.11.01 08:26:23.998943 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 13280 | 2024.11.01 08:26:23.999957 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13281 | 2024.11.01 08:26:24.001866 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1208 | ||
| 13282 | 2024.11.01 08:26:25.466548 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57735, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13283 | 2024.11.01 08:26:25.466672 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13284 | 2024.11.01 08:26:25.466702 [ 306 ] {} <Debug> HTTP-Session: a59fdd78-0123-4ad4-ab17-3f10df597bce Authenticating user 'default' from [fd00:1122:3344:101::d]:57735 | ||
| 13285 | 2024.11.01 08:26:25.466730 [ 306 ] {} <Debug> HTTP-Session: a59fdd78-0123-4ad4-ab17-3f10df597bce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13286 | 2024.11.01 08:26:25.466747 [ 306 ] {} <Debug> HTTP-Session: a59fdd78-0123-4ad4-ab17-3f10df597bce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13287 | 2024.11.01 08:26:25.466807 [ 306 ] {} <Trace> HTTP-Session: a59fdd78-0123-4ad4-ab17-3f10df597bce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13288 | 2024.11.01 08:26:25.466995 [ 306 ] {35534cfb-178a-45b1-b27f-c2b0ad1cc3f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57735) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13289 | 2024.11.01 08:26:25.467065 [ 306 ] {35534cfb-178a-45b1-b27f-c2b0ad1cc3f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13290 | 2024.11.01 08:26:25.467403 [ 306 ] {35534cfb-178a-45b1-b27f-c2b0ad1cc3f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13291 | 2024.11.01 08:26:25.467868 [ 306 ] {35534cfb-178a-45b1-b27f-c2b0ad1cc3f6} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13292 | 2024.11.01 08:26:25.467910 [ 306 ] {35534cfb-178a-45b1-b27f-c2b0ad1cc3f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13293 | 2024.11.01 08:26:25.468325 [ 306 ] {35534cfb-178a-45b1-b27f-c2b0ad1cc3f6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 13294 | 2024.11.01 08:26:25.468735 [ 306 ] {35534cfb-178a-45b1-b27f-c2b0ad1cc3f6} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13295 | 2024.11.01 08:26:25.468912 [ 306 ] {35534cfb-178a-45b1-b27f-c2b0ad1cc3f6} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001966 sec., 3051.881993896236 rows/sec., 248.86 KiB/sec. | ||
| 13296 | 2024.11.01 08:26:25.469129 [ 306 ] {35534cfb-178a-45b1-b27f-c2b0ad1cc3f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 13297 | 2024.11.01 08:26:25.469156 [ 306 ] {35534cfb-178a-45b1-b27f-c2b0ad1cc3f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13298 | 2024.11.01 08:26:25.469172 [ 306 ] {} <Debug> HTTP-Session: a59fdd78-0123-4ad4-ab17-3f10df597bce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13299 | 2024.11.01 08:26:25.469377 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57735, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13300 | 2024.11.01 08:26:25.469440 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56166, User-Agent: (none), Length: 8195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13301 | 2024.11.01 08:26:25.469567 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13302 | 2024.11.01 08:26:25.469594 [ 286 ] {} <Debug> HTTP-Session: 5bfc7438-c0c0-4d0d-b0ca-069428009934 Authenticating user 'default' from [fd00:1122:3344:101::d]:56166 | ||
| 13303 | 2024.11.01 08:26:25.469621 [ 286 ] {} <Debug> HTTP-Session: 5bfc7438-c0c0-4d0d-b0ca-069428009934 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13304 | 2024.11.01 08:26:25.469636 [ 286 ] {} <Debug> HTTP-Session: 5bfc7438-c0c0-4d0d-b0ca-069428009934 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13305 | 2024.11.01 08:26:25.469693 [ 286 ] {} <Trace> HTTP-Session: 5bfc7438-c0c0-4d0d-b0ca-069428009934 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13306 | 2024.11.01 08:26:25.469891 [ 286 ] {b4788a33-d0d2-4d40-8fd1-10af2f335a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56166) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13307 | 2024.11.01 08:26:25.469959 [ 286 ] {b4788a33-d0d2-4d40-8fd1-10af2f335a6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13308 | 2024.11.01 08:26:25.470300 [ 286 ] {b4788a33-d0d2-4d40-8fd1-10af2f335a6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13309 | 2024.11.01 08:26:25.470728 [ 286 ] {b4788a33-d0d2-4d40-8fd1-10af2f335a6d} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13310 | 2024.11.01 08:26:25.470771 [ 286 ] {b4788a33-d0d2-4d40-8fd1-10af2f335a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13311 | 2024.11.01 08:26:25.471201 [ 286 ] {b4788a33-d0d2-4d40-8fd1-10af2f335a6d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 13312 | 2024.11.01 08:26:25.471607 [ 286 ] {b4788a33-d0d2-4d40-8fd1-10af2f335a6d} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13313 | 2024.11.01 08:26:25.471793 [ 286 ] {b4788a33-d0d2-4d40-8fd1-10af2f335a6d} <Debug> executeQuery: Read 59 rows, 4.60 KiB in 0.001963 sec., 30056.036678553235 rows/sec., 2.29 MiB/sec. | ||
| 13314 | 2024.11.01 08:26:25.471792 [ 39 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 13315 | 2024.11.01 08:26:25.471903 [ 39 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13316 | 2024.11.01 08:26:25.471968 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13317 | 2024.11.01 08:26:25.472112 [ 286 ] {b4788a33-d0d2-4d40-8fd1-10af2f335a6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 13318 | 2024.11.01 08:26:25.472151 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 13319 | 2024.11.01 08:26:25.472162 [ 286 ] {b4788a33-d0d2-4d40-8fd1-10af2f335a6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13320 | 2024.11.01 08:26:25.472214 [ 286 ] {} <Debug> HTTP-Session: 5bfc7438-c0c0-4d0d-b0ca-069428009934 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13321 | 2024.11.01 08:26:25.472343 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13322 | 2024.11.01 08:26:25.472383 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1423 rows starting from the beginning of the part | ||
| 13323 | 2024.11.01 08:26:25.472560 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56166, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13324 | 2024.11.01 08:26:25.472629 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 273 rows starting from the beginning of the part | ||
| 13325 | 2024.11.01 08:26:25.472663 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63409, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13326 | 2024.11.01 08:26:25.472925 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13327 | 2024.11.01 08:26:25.472981 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
| 13328 | 2024.11.01 08:26:25.473026 [ 286 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 13329 | |||
| 13330 | (version 23.8.7.1) | ||
| 13331 | 2024.11.01 08:26:25.473047 [ 306 ] {} <Debug> HTTP-Session: 089d2ba6-1fb8-40ef-87fb-6540da5dc7e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63409 | ||
| 13332 | 2024.11.01 08:26:25.473172 [ 306 ] {} <Debug> HTTP-Session: 089d2ba6-1fb8-40ef-87fb-6540da5dc7e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13333 | 2024.11.01 08:26:25.473223 [ 306 ] {} <Debug> HTTP-Session: 089d2ba6-1fb8-40ef-87fb-6540da5dc7e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13334 | 2024.11.01 08:26:25.473223 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
| 13335 | 2024.11.01 08:26:25.473307 [ 306 ] {} <Trace> HTTP-Session: 089d2ba6-1fb8-40ef-87fb-6540da5dc7e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13336 | 2024.11.01 08:26:25.473357 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 273 rows starting from the beginning of the part | ||
| 13337 | 2024.11.01 08:26:25.473527 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 59 rows starting from the beginning of the part | ||
| 13338 | 2024.11.01 08:26:25.473581 [ 306 ] {56f9ef5e-3fe6-4c92-8396-6bdf1b43e3df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63409) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13339 | 2024.11.01 08:26:25.473804 [ 306 ] {56f9ef5e-3fe6-4c92-8396-6bdf1b43e3df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13340 | 2024.11.01 08:26:25.474365 [ 306 ] {56f9ef5e-3fe6-4c92-8396-6bdf1b43e3df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13341 | 2024.11.01 08:26:25.474915 [ 306 ] {56f9ef5e-3fe6-4c92-8396-6bdf1b43e3df} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13342 | 2024.11.01 08:26:25.474959 [ 306 ] {56f9ef5e-3fe6-4c92-8396-6bdf1b43e3df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13343 | 2024.11.01 08:26:25.475425 [ 306 ] {56f9ef5e-3fe6-4c92-8396-6bdf1b43e3df} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13344 | 2024.11.01 08:26:25.475765 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2144 rows, containing 5 columns (5 merged, 0 gathered) in 0.003704221 sec., 578799.1591214455 rows/sec., 51.00 MiB/sec. | ||
| 13345 | 2024.11.01 08:26:25.475972 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 13346 | 2024.11.01 08:26:25.476002 [ 306 ] {56f9ef5e-3fe6-4c92-8396-6bdf1b43e3df} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13347 | 2024.11.01 08:26:25.476261 [ 306 ] {56f9ef5e-3fe6-4c92-8396-6bdf1b43e3df} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.002775 sec., 2162.162162162162 rows/sec., 150.97 KiB/sec. | ||
| 13348 | 2024.11.01 08:26:25.476936 [ 306 ] {56f9ef5e-3fe6-4c92-8396-6bdf1b43e3df} <Debug> DynamicQueryHandler: Done processing query | ||
| 13349 | 2024.11.01 08:26:25.477033 [ 306 ] {56f9ef5e-3fe6-4c92-8396-6bdf1b43e3df} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13350 | 2024.11.01 08:26:25.477125 [ 306 ] {} <Debug> HTTP-Session: 089d2ba6-1fb8-40ef-87fb-6540da5dc7e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13351 | 2024.11.01 08:26:25.477436 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63409, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13352 | 2024.11.01 08:26:25.477522 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_76_15} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13353 | 2024.11.01 08:26:25.477563 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46881, User-Agent: (none), Length: 11895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13354 | 2024.11.01 08:26:25.477673 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13355 | 2024.11.01 08:26:25.477689 [ 197 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_76_15} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 13356 | 2024.11.01 08:26:25.477713 [ 286 ] {} <Debug> HTTP-Session: 154b7888-8f0a-435b-b927-f221eb65c7ca Authenticating user 'default' from [fd00:1122:3344:101::d]:46881 | ||
| 13357 | 2024.11.01 08:26:25.477750 [ 286 ] {} <Debug> HTTP-Session: 154b7888-8f0a-435b-b927-f221eb65c7ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13358 | 2024.11.01 08:26:25.477807 [ 286 ] {} <Debug> HTTP-Session: 154b7888-8f0a-435b-b927-f221eb65c7ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13359 | 2024.11.01 08:26:25.477840 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 13360 | 2024.11.01 08:26:25.477892 [ 286 ] {} <Trace> HTTP-Session: 154b7888-8f0a-435b-b927-f221eb65c7ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13361 | 2024.11.01 08:26:25.478127 [ 286 ] {ae7f230f-cc18-46d3-aa1c-7a7d1cfe714b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46881) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13362 | 2024.11.01 08:26:25.478176 [ 286 ] {ae7f230f-cc18-46d3-aa1c-7a7d1cfe714b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13363 | 2024.11.01 08:26:25.478430 [ 286 ] {ae7f230f-cc18-46d3-aa1c-7a7d1cfe714b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13364 | 2024.11.01 08:26:25.478821 [ 286 ] {ae7f230f-cc18-46d3-aa1c-7a7d1cfe714b} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13365 | 2024.11.01 08:26:25.478859 [ 286 ] {ae7f230f-cc18-46d3-aa1c-7a7d1cfe714b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13366 | 2024.11.01 08:26:25.479233 [ 286 ] {ae7f230f-cc18-46d3-aa1c-7a7d1cfe714b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 13367 | 2024.11.01 08:26:25.479612 [ 286 ] {ae7f230f-cc18-46d3-aa1c-7a7d1cfe714b} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13368 | 2024.11.01 08:26:25.479774 [ 286 ] {ae7f230f-cc18-46d3-aa1c-7a7d1cfe714b} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001777 sec., 39392.23410241981 rows/sec., 3.08 MiB/sec. | ||
| 13369 | 2024.11.01 08:26:25.479794 [ 41 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 13370 | 2024.11.01 08:26:25.479868 [ 41 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13371 | 2024.11.01 08:26:25.479914 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13372 | 2024.11.01 08:26:25.480149 [ 286 ] {ae7f230f-cc18-46d3-aa1c-7a7d1cfe714b} <Debug> DynamicQueryHandler: Done processing query | ||
| 13373 | 2024.11.01 08:26:25.480208 [ 286 ] {ae7f230f-cc18-46d3-aa1c-7a7d1cfe714b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13374 | 2024.11.01 08:26:25.480261 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 13375 | 2024.11.01 08:26:25.480295 [ 286 ] {} <Debug> HTTP-Session: 154b7888-8f0a-435b-b927-f221eb65c7ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13376 | 2024.11.01 08:26:25.480829 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46881, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13377 | 2024.11.01 08:26:25.480843 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38315, User-Agent: (none), Length: 31169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13378 | 2024.11.01 08:26:25.481133 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13379 | 2024.11.01 08:26:25.481176 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13380 | 2024.11.01 08:26:25.481283 [ 306 ] {} <Debug> HTTP-Session: 940e6e8a-7849-429a-8225-e8998e7d7cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:38315 | ||
| 13381 | 2024.11.01 08:26:25.481394 [ 306 ] {} <Debug> HTTP-Session: 940e6e8a-7849-429a-8225-e8998e7d7cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13382 | 2024.11.01 08:26:25.481396 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 916 rows starting from the beginning of the part | ||
| 13383 | 2024.11.01 08:26:25.481477 [ 306 ] {} <Debug> HTTP-Session: 940e6e8a-7849-429a-8225-e8998e7d7cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13384 | 2024.11.01 08:26:25.481545 [ 286 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 13385 | |||
| 13386 | (version 23.8.7.1) | ||
| 13387 | 2024.11.01 08:26:25.481709 [ 306 ] {} <Trace> HTTP-Session: 940e6e8a-7849-429a-8225-e8998e7d7cbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13388 | 2024.11.01 08:26:25.481860 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 424 rows starting from the beginning of the part | ||
| 13389 | 2024.11.01 08:26:25.482148 [ 306 ] {38f3e46a-b079-4bbb-97bc-0258cdd9b1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38315) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13390 | 2024.11.01 08:26:25.482140 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 72 rows starting from the beginning of the part | ||
| 13391 | 2024.11.01 08:26:25.482289 [ 306 ] {38f3e46a-b079-4bbb-97bc-0258cdd9b1ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13392 | 2024.11.01 08:26:25.482475 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
| 13393 | 2024.11.01 08:26:25.482842 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 424 rows starting from the beginning of the part | ||
| 13394 | 2024.11.01 08:26:25.483190 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 70 rows starting from the beginning of the part | ||
| 13395 | 2024.11.01 08:26:25.483650 [ 306 ] {38f3e46a-b079-4bbb-97bc-0258cdd9b1ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13396 | 2024.11.01 08:26:25.484563 [ 306 ] {38f3e46a-b079-4bbb-97bc-0258cdd9b1ec} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13397 | 2024.11.01 08:26:25.484639 [ 306 ] {38f3e46a-b079-4bbb-97bc-0258cdd9b1ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13398 | 2024.11.01 08:26:25.485792 [ 306 ] {38f3e46a-b079-4bbb-97bc-0258cdd9b1ec} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 13399 | 2024.11.01 08:26:25.486541 [ 306 ] {38f3e46a-b079-4bbb-97bc-0258cdd9b1ec} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13400 | 2024.11.01 08:26:25.486582 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1970 rows, containing 5 columns (5 merged, 0 gathered) in 0.00655213 sec., 300665.585084545 rows/sec., 23.03 MiB/sec. | ||
| 13401 | 2024.11.01 08:26:25.486782 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 13402 | 2024.11.01 08:26:25.486803 [ 306 ] {38f3e46a-b079-4bbb-97bc-0258cdd9b1ec} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.004844 sec., 33649.876135425264 rows/sec., 2.34 MiB/sec. | ||
| 13403 | 2024.11.01 08:26:25.486843 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13404 | 2024.11.01 08:26:25.486928 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13405 | 2024.11.01 08:26:25.486979 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 13406 | 2024.11.01 08:26:25.487381 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 13407 | 2024.11.01 08:26:25.487508 [ 306 ] {38f3e46a-b079-4bbb-97bc-0258cdd9b1ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 13408 | 2024.11.01 08:26:25.487646 [ 306 ] {38f3e46a-b079-4bbb-97bc-0258cdd9b1ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13409 | 2024.11.01 08:26:25.487832 [ 306 ] {} <Debug> HTTP-Session: 940e6e8a-7849-429a-8225-e8998e7d7cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13410 | 2024.11.01 08:26:25.488133 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13411 | 2024.11.01 08:26:25.488257 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 14342 rows starting from the beginning of the part | ||
| 13412 | 2024.11.01 08:26:25.488356 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13413 | 2024.11.01 08:26:25.488595 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 237 rows starting from the beginning of the part | ||
| 13414 | 2024.11.01 08:26:25.488672 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42933, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13415 | 2024.11.01 08:26:25.488775 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_76_15} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13416 | 2024.11.01 08:26:25.488986 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13417 | 2024.11.01 08:26:25.489106 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 132 rows starting from the beginning of the part | ||
| 13418 | 2024.11.01 08:26:25.489200 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_76_15} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 13419 | 2024.11.01 08:26:25.489228 [ 306 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 13420 | |||
| 13421 | (version 23.8.7.1) | ||
| 13422 | 2024.11.01 08:26:25.489446 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
| 13423 | 2024.11.01 08:26:25.489189 [ 286 ] {} <Debug> HTTP-Session: 46debed9-7767-4317-85bb-975d1ddfccab Authenticating user 'default' from [fd00:1122:3344:101::d]:42933 | ||
| 13424 | 2024.11.01 08:26:25.489594 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 13425 | 2024.11.01 08:26:25.489634 [ 286 ] {} <Debug> HTTP-Session: 46debed9-7767-4317-85bb-975d1ddfccab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13426 | 2024.11.01 08:26:25.489782 [ 286 ] {} <Debug> HTTP-Session: 46debed9-7767-4317-85bb-975d1ddfccab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13427 | 2024.11.01 08:26:25.489835 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part | ||
| 13428 | 2024.11.01 08:26:25.490048 [ 286 ] {} <Trace> HTTP-Session: 46debed9-7767-4317-85bb-975d1ddfccab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13429 | 2024.11.01 08:26:25.490244 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 163 rows starting from the beginning of the part | ||
| 13430 | 2024.11.01 08:26:25.490471 [ 286 ] {456f891f-b35f-4248-b392-5a2f11e08f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42933) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13431 | 2024.11.01 08:26:25.490654 [ 286 ] {456f891f-b35f-4248-b392-5a2f11e08f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13432 | 2024.11.01 08:26:25.491161 [ 286 ] {456f891f-b35f-4248-b392-5a2f11e08f76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13433 | 2024.11.01 08:26:25.491672 [ 286 ] {456f891f-b35f-4248-b392-5a2f11e08f76} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13434 | 2024.11.01 08:26:25.491728 [ 286 ] {456f891f-b35f-4248-b392-5a2f11e08f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13435 | 2024.11.01 08:26:25.492324 [ 286 ] {456f891f-b35f-4248-b392-5a2f11e08f76} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 13436 | 2024.11.01 08:26:25.492882 [ 286 ] {456f891f-b35f-4248-b392-5a2f11e08f76} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13437 | 2024.11.01 08:26:25.493194 [ 41 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 13438 | 2024.11.01 08:26:25.493253 [ 286 ] {456f891f-b35f-4248-b392-5a2f11e08f76} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002903 sec., 20668.274199104373 rows/sec., 1.39 MiB/sec. | ||
| 13439 | 2024.11.01 08:26:25.493304 [ 41 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13440 | 2024.11.01 08:26:25.493424 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13441 | 2024.11.01 08:26:25.493911 [ 286 ] {456f891f-b35f-4248-b392-5a2f11e08f76} <Debug> DynamicQueryHandler: Done processing query | ||
| 13442 | 2024.11.01 08:26:25.493939 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 13443 | 2024.11.01 08:26:25.493972 [ 286 ] {456f891f-b35f-4248-b392-5a2f11e08f76} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13444 | 2024.11.01 08:26:25.494051 [ 286 ] {} <Debug> HTTP-Session: 46debed9-7767-4317-85bb-975d1ddfccab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13445 | 2024.11.01 08:26:25.494410 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13446 | 2024.11.01 08:26:25.494447 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13447 | 2024.11.01 08:26:25.494533 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4470 rows starting from the beginning of the part | ||
| 13448 | 2024.11.01 08:26:25.494829 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part | ||
| 13449 | 2024.11.01 08:26:25.495184 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 48 rows starting from the beginning of the part | ||
| 13450 | 2024.11.01 08:26:25.495350 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 13451 | 2024.11.01 08:26:25.495505 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
| 13452 | 2024.11.01 08:26:25.495652 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 13453 | 2024.11.01 08:26:25.498024 [ 192 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15271 rows, containing 5 columns (5 merged, 0 gathered) in 0.010938289 sec., 1396105.0032596504 rows/sec., 95.25 MiB/sec. | ||
| 13454 | 2024.11.01 08:26:25.498351 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4802 rows, containing 4 columns (4 merged, 0 gathered) in 0.004728956 sec., 1015446.1153793775 rows/sec., 66.71 MiB/sec. | ||
| 13455 | 2024.11.01 08:26:25.498630 [ 198 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 13456 | 2024.11.01 08:26:25.498860 [ 188 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 13457 | 2024.11.01 08:26:25.499536 [ 198 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13458 | 2024.11.01 08:26:25.499696 [ 198 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 13459 | 2024.11.01 08:26:25.499857 [ 186 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_76_15} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13460 | 2024.11.01 08:26:25.499869 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.03 MiB. | ||
| 13461 | 2024.11.01 08:26:25.499971 [ 186 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_76_15} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 13462 | 2024.11.01 08:26:25.500059 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 13463 | 2024.11.01 08:26:28.639548 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13464 | 2024.11.01 08:26:28.639626 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13465 | 2024.11.01 08:26:30.467767 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53296, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13466 | 2024.11.01 08:26:30.467877 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13467 | 2024.11.01 08:26:30.467903 [ 306 ] {} <Debug> HTTP-Session: 1df16d76-7ca6-4d5e-bfaf-99ca6a6cc041 Authenticating user 'default' from [fd00:1122:3344:101::d]:53296 | ||
| 13468 | 2024.11.01 08:26:30.467928 [ 306 ] {} <Debug> HTTP-Session: 1df16d76-7ca6-4d5e-bfaf-99ca6a6cc041 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13469 | 2024.11.01 08:26:30.467942 [ 306 ] {} <Debug> HTTP-Session: 1df16d76-7ca6-4d5e-bfaf-99ca6a6cc041 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13470 | 2024.11.01 08:26:30.467994 [ 306 ] {} <Trace> HTTP-Session: 1df16d76-7ca6-4d5e-bfaf-99ca6a6cc041 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13471 | 2024.11.01 08:26:30.468197 [ 306 ] {3f19d122-33ab-42c6-baa8-2e7ded43732a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53296) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13472 | 2024.11.01 08:26:30.468267 [ 306 ] {3f19d122-33ab-42c6-baa8-2e7ded43732a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13473 | 2024.11.01 08:26:30.468608 [ 306 ] {3f19d122-33ab-42c6-baa8-2e7ded43732a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13474 | 2024.11.01 08:26:30.469057 [ 306 ] {3f19d122-33ab-42c6-baa8-2e7ded43732a} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13475 | 2024.11.01 08:26:30.469101 [ 306 ] {3f19d122-33ab-42c6-baa8-2e7ded43732a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13476 | 2024.11.01 08:26:30.469529 [ 306 ] {3f19d122-33ab-42c6-baa8-2e7ded43732a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 13477 | 2024.11.01 08:26:30.469935 [ 306 ] {3f19d122-33ab-42c6-baa8-2e7ded43732a} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13478 | 2024.11.01 08:26:30.470115 [ 306 ] {3f19d122-33ab-42c6-baa8-2e7ded43732a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001981 sec., 28268.551236749114 rows/sec., 2.16 MiB/sec. | ||
| 13479 | 2024.11.01 08:26:30.470331 [ 306 ] {3f19d122-33ab-42c6-baa8-2e7ded43732a} <Debug> DynamicQueryHandler: Done processing query | ||
| 13480 | 2024.11.01 08:26:30.470359 [ 306 ] {3f19d122-33ab-42c6-baa8-2e7ded43732a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13481 | 2024.11.01 08:26:30.470375 [ 306 ] {} <Debug> HTTP-Session: 1df16d76-7ca6-4d5e-bfaf-99ca6a6cc041 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13482 | 2024.11.01 08:26:30.470723 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53296, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13483 | 2024.11.01 08:26:30.470785 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58057, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13484 | 2024.11.01 08:26:30.470909 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13485 | 2024.11.01 08:26:30.470939 [ 286 ] {} <Debug> HTTP-Session: ec37478c-298d-49f3-b327-01315e4b6f8d Authenticating user 'default' from [fd00:1122:3344:101::d]:58057 | ||
| 13486 | 2024.11.01 08:26:30.470967 [ 286 ] {} <Debug> HTTP-Session: ec37478c-298d-49f3-b327-01315e4b6f8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13487 | 2024.11.01 08:26:30.470985 [ 286 ] {} <Debug> HTTP-Session: ec37478c-298d-49f3-b327-01315e4b6f8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13488 | 2024.11.01 08:26:30.471046 [ 286 ] {} <Trace> HTTP-Session: ec37478c-298d-49f3-b327-01315e4b6f8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13489 | 2024.11.01 08:26:30.471249 [ 286 ] {24673157-51b7-4d75-b6c4-18e73420cee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58057) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13490 | 2024.11.01 08:26:30.471316 [ 286 ] {24673157-51b7-4d75-b6c4-18e73420cee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13491 | 2024.11.01 08:26:30.471658 [ 286 ] {24673157-51b7-4d75-b6c4-18e73420cee3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13492 | 2024.11.01 08:26:30.472062 [ 286 ] {24673157-51b7-4d75-b6c4-18e73420cee3} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13493 | 2024.11.01 08:26:30.472100 [ 286 ] {24673157-51b7-4d75-b6c4-18e73420cee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13494 | 2024.11.01 08:26:30.472516 [ 286 ] {24673157-51b7-4d75-b6c4-18e73420cee3} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 13495 | 2024.11.01 08:26:30.472912 [ 286 ] {24673157-51b7-4d75-b6c4-18e73420cee3} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13496 | 2024.11.01 08:26:30.473063 [ 286 ] {24673157-51b7-4d75-b6c4-18e73420cee3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001886 sec., 33934.25238600212 rows/sec., 2.65 MiB/sec. | ||
| 13497 | 2024.11.01 08:26:30.473280 [ 286 ] {24673157-51b7-4d75-b6c4-18e73420cee3} <Debug> DynamicQueryHandler: Done processing query | ||
| 13498 | 2024.11.01 08:26:30.473305 [ 286 ] {24673157-51b7-4d75-b6c4-18e73420cee3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13499 | 2024.11.01 08:26:30.473322 [ 286 ] {} <Debug> HTTP-Session: ec37478c-298d-49f3-b327-01315e4b6f8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13500 | 2024.11.01 08:26:30.473571 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58057, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13501 | 2024.11.01 08:26:30.473656 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47563, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13502 | 2024.11.01 08:26:30.473742 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13503 | 2024.11.01 08:26:30.473771 [ 306 ] {} <Debug> HTTP-Session: bda4cb83-a014-4bf5-9d7c-3f7882e80526 Authenticating user 'default' from [fd00:1122:3344:101::d]:47563 | ||
| 13504 | 2024.11.01 08:26:30.473796 [ 306 ] {} <Debug> HTTP-Session: bda4cb83-a014-4bf5-9d7c-3f7882e80526 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13505 | 2024.11.01 08:26:30.473813 [ 306 ] {} <Debug> HTTP-Session: bda4cb83-a014-4bf5-9d7c-3f7882e80526 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13506 | 2024.11.01 08:26:30.473863 [ 306 ] {} <Trace> HTTP-Session: bda4cb83-a014-4bf5-9d7c-3f7882e80526 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13507 | 2024.11.01 08:26:30.474074 [ 306 ] {08ad054f-0f20-4cb0-936f-6f8fc75152d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47563) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13508 | 2024.11.01 08:26:30.474129 [ 306 ] {08ad054f-0f20-4cb0-936f-6f8fc75152d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13509 | 2024.11.01 08:26:30.474320 [ 306 ] {08ad054f-0f20-4cb0-936f-6f8fc75152d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13510 | 2024.11.01 08:26:30.474708 [ 306 ] {08ad054f-0f20-4cb0-936f-6f8fc75152d2} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13511 | 2024.11.01 08:26:30.474745 [ 306 ] {08ad054f-0f20-4cb0-936f-6f8fc75152d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13512 | 2024.11.01 08:26:30.475156 [ 306 ] {08ad054f-0f20-4cb0-936f-6f8fc75152d2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 13513 | 2024.11.01 08:26:30.475515 [ 306 ] {08ad054f-0f20-4cb0-936f-6f8fc75152d2} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13514 | 2024.11.01 08:26:30.475673 [ 306 ] {08ad054f-0f20-4cb0-936f-6f8fc75152d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001693 sec., 94506.79267572357 rows/sec., 6.58 MiB/sec. | ||
| 13515 | 2024.11.01 08:26:30.475883 [ 306 ] {08ad054f-0f20-4cb0-936f-6f8fc75152d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 13516 | 2024.11.01 08:26:30.475921 [ 306 ] {08ad054f-0f20-4cb0-936f-6f8fc75152d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13517 | 2024.11.01 08:26:30.475952 [ 306 ] {} <Debug> HTTP-Session: bda4cb83-a014-4bf5-9d7c-3f7882e80526 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13518 | 2024.11.01 08:26:30.476159 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13519 | 2024.11.01 08:26:30.476316 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50959, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13520 | 2024.11.01 08:26:30.476440 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13521 | 2024.11.01 08:26:30.476481 [ 286 ] {} <Debug> HTTP-Session: 62dce5af-6a60-426f-b3ae-f9d9ceffbaf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50959 | ||
| 13522 | 2024.11.01 08:26:30.476515 [ 286 ] {} <Debug> HTTP-Session: 62dce5af-6a60-426f-b3ae-f9d9ceffbaf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13523 | 2024.11.01 08:26:30.476542 [ 286 ] {} <Debug> HTTP-Session: 62dce5af-6a60-426f-b3ae-f9d9ceffbaf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13524 | 2024.11.01 08:26:30.476611 [ 286 ] {} <Trace> HTTP-Session: 62dce5af-6a60-426f-b3ae-f9d9ceffbaf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13525 | 2024.11.01 08:26:30.476872 [ 286 ] {16c45120-2522-43d5-8fc9-5b58eb98416c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50959) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13526 | 2024.11.01 08:26:30.476963 [ 286 ] {16c45120-2522-43d5-8fc9-5b58eb98416c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13527 | 2024.11.01 08:26:30.477201 [ 286 ] {16c45120-2522-43d5-8fc9-5b58eb98416c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13528 | 2024.11.01 08:26:30.477505 [ 286 ] {16c45120-2522-43d5-8fc9-5b58eb98416c} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13529 | 2024.11.01 08:26:30.477541 [ 286 ] {16c45120-2522-43d5-8fc9-5b58eb98416c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13530 | 2024.11.01 08:26:30.477924 [ 286 ] {16c45120-2522-43d5-8fc9-5b58eb98416c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 13531 | 2024.11.01 08:26:30.478282 [ 286 ] {16c45120-2522-43d5-8fc9-5b58eb98416c} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13532 | 2024.11.01 08:26:30.478446 [ 286 ] {16c45120-2522-43d5-8fc9-5b58eb98416c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001672 sec., 35885.16746411483 rows/sec., 2.42 MiB/sec. | ||
| 13533 | 2024.11.01 08:26:30.478720 [ 286 ] {16c45120-2522-43d5-8fc9-5b58eb98416c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13534 | 2024.11.01 08:26:30.478774 [ 286 ] {16c45120-2522-43d5-8fc9-5b58eb98416c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13535 | 2024.11.01 08:26:30.478825 [ 286 ] {} <Debug> HTTP-Session: 62dce5af-6a60-426f-b3ae-f9d9ceffbaf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13536 | 2024.11.01 08:26:30.479158 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13537 | 2024.11.01 08:26:34.002947 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1228 | ||
| 13538 | 2024.11.01 08:26:34.005585 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13539 | 2024.11.01 08:26:34.005626 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13540 | 2024.11.01 08:26:34.007106 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 13541 | 2024.11.01 08:26:34.008103 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13542 | 2024.11.01 08:26:34.008659 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1228 | ||
| 13543 | 2024.11.01 08:26:35.473915 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38155, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13544 | 2024.11.01 08:26:35.474048 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13545 | 2024.11.01 08:26:35.474079 [ 305 ] {} <Debug> HTTP-Session: ee7c1bb6-b34c-413f-a682-40b03f54fe01 Authenticating user 'default' from [fd00:1122:3344:101::d]:38155 | ||
| 13546 | 2024.11.01 08:26:35.474106 [ 305 ] {} <Debug> HTTP-Session: ee7c1bb6-b34c-413f-a682-40b03f54fe01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13547 | 2024.11.01 08:26:35.474123 [ 305 ] {} <Debug> HTTP-Session: ee7c1bb6-b34c-413f-a682-40b03f54fe01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13548 | 2024.11.01 08:26:35.474181 [ 305 ] {} <Trace> HTTP-Session: ee7c1bb6-b34c-413f-a682-40b03f54fe01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13549 | 2024.11.01 08:26:35.474455 [ 305 ] {cf5ce482-4fbe-4b96-9a21-4a8cf3ce2f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38155) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13550 | 2024.11.01 08:26:35.474525 [ 305 ] {cf5ce482-4fbe-4b96-9a21-4a8cf3ce2f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13551 | 2024.11.01 08:26:35.474866 [ 305 ] {cf5ce482-4fbe-4b96-9a21-4a8cf3ce2f1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13552 | 2024.11.01 08:26:35.475530 [ 305 ] {cf5ce482-4fbe-4b96-9a21-4a8cf3ce2f1c} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13553 | 2024.11.01 08:26:35.475578 [ 305 ] {cf5ce482-4fbe-4b96-9a21-4a8cf3ce2f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13554 | 2024.11.01 08:26:35.476044 [ 305 ] {cf5ce482-4fbe-4b96-9a21-4a8cf3ce2f1c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 13555 | 2024.11.01 08:26:35.476455 [ 305 ] {cf5ce482-4fbe-4b96-9a21-4a8cf3ce2f1c} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13556 | 2024.11.01 08:26:35.476614 [ 305 ] {cf5ce482-4fbe-4b96-9a21-4a8cf3ce2f1c} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002278 sec., 119841.96663740123 rows/sec., 10.65 MiB/sec. | ||
| 13557 | 2024.11.01 08:26:35.476862 [ 305 ] {cf5ce482-4fbe-4b96-9a21-4a8cf3ce2f1c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13558 | 2024.11.01 08:26:35.476903 [ 305 ] {cf5ce482-4fbe-4b96-9a21-4a8cf3ce2f1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13559 | 2024.11.01 08:26:35.476927 [ 305 ] {} <Debug> HTTP-Session: ee7c1bb6-b34c-413f-a682-40b03f54fe01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13560 | 2024.11.01 08:26:35.477116 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38155, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13561 | 2024.11.01 08:26:35.477265 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62605, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13562 | 2024.11.01 08:26:35.477379 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13563 | 2024.11.01 08:26:35.477406 [ 306 ] {} <Debug> HTTP-Session: 5abe49e8-6f8a-4ed9-b21d-290d7006c032 Authenticating user 'default' from [fd00:1122:3344:101::d]:62605 | ||
| 13564 | 2024.11.01 08:26:35.477432 [ 306 ] {} <Debug> HTTP-Session: 5abe49e8-6f8a-4ed9-b21d-290d7006c032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13565 | 2024.11.01 08:26:35.477448 [ 306 ] {} <Debug> HTTP-Session: 5abe49e8-6f8a-4ed9-b21d-290d7006c032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13566 | 2024.11.01 08:26:35.477506 [ 306 ] {} <Trace> HTTP-Session: 5abe49e8-6f8a-4ed9-b21d-290d7006c032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13567 | 2024.11.01 08:26:35.477716 [ 306 ] {22a1b877-58f0-4e92-a179-771c5109aff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62605) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13568 | 2024.11.01 08:26:35.477788 [ 306 ] {22a1b877-58f0-4e92-a179-771c5109aff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13569 | 2024.11.01 08:26:35.478154 [ 306 ] {22a1b877-58f0-4e92-a179-771c5109aff6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13570 | 2024.11.01 08:26:35.478592 [ 306 ] {22a1b877-58f0-4e92-a179-771c5109aff6} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13571 | 2024.11.01 08:26:35.478641 [ 306 ] {22a1b877-58f0-4e92-a179-771c5109aff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13572 | 2024.11.01 08:26:35.479107 [ 306 ] {22a1b877-58f0-4e92-a179-771c5109aff6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13573 | 2024.11.01 08:26:35.479529 [ 306 ] {22a1b877-58f0-4e92-a179-771c5109aff6} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13574 | 2024.11.01 08:26:35.479715 [ 36 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13575 | 2024.11.01 08:26:35.479719 [ 306 ] {22a1b877-58f0-4e92-a179-771c5109aff6} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.002064 sec., 20348.837209302328 rows/sec., 1.49 MiB/sec. | ||
| 13576 | 2024.11.01 08:26:35.479784 [ 36 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13577 | 2024.11.01 08:26:35.479850 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13578 | 2024.11.01 08:26:35.480195 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 13579 | 2024.11.01 08:26:35.480338 [ 306 ] {22a1b877-58f0-4e92-a179-771c5109aff6} <Debug> DynamicQueryHandler: Done processing query | ||
| 13580 | 2024.11.01 08:26:35.480469 [ 306 ] {22a1b877-58f0-4e92-a179-771c5109aff6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13581 | 2024.11.01 08:26:35.480613 [ 306 ] {} <Debug> HTTP-Session: 5abe49e8-6f8a-4ed9-b21d-290d7006c032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13582 | 2024.11.01 08:26:35.480958 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13583 | 2024.11.01 08:26:35.481035 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38155, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13584 | 2024.11.01 08:26:35.481090 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 60 rows starting from the beginning of the part | ||
| 13585 | 2024.11.01 08:26:35.481341 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13586 | 2024.11.01 08:26:35.481336 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62605, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13587 | 2024.11.01 08:26:35.481488 [ 305 ] {} <Debug> HTTP-Session: 6ac287cc-bda6-4ec4-9109-0e429eacec56 Authenticating user 'default' from [fd00:1122:3344:101::d]:38155 | ||
| 13588 | 2024.11.01 08:26:35.481612 [ 305 ] {} <Debug> HTTP-Session: 6ac287cc-bda6-4ec4-9109-0e429eacec56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13589 | 2024.11.01 08:26:35.481636 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 42 rows starting from the beginning of the part | ||
| 13590 | 2024.11.01 08:26:35.481669 [ 305 ] {} <Debug> HTTP-Session: 6ac287cc-bda6-4ec4-9109-0e429eacec56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13591 | 2024.11.01 08:26:35.481812 [ 305 ] {} <Trace> HTTP-Session: 6ac287cc-bda6-4ec4-9109-0e429eacec56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13592 | 2024.11.01 08:26:35.481960 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part | ||
| 13593 | 2024.11.01 08:26:35.482235 [ 305 ] {2f61452f-d43f-40e4-b17b-511672e05cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38155) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 13594 | 2024.11.01 08:26:35.482295 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 42 rows starting from the beginning of the part | ||
| 13595 | 2024.11.01 08:26:35.482376 [ 305 ] {2f61452f-d43f-40e4-b17b-511672e05cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13596 | 2024.11.01 08:26:35.482644 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 13597 | 2024.11.01 08:26:35.482947 [ 188 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 42 rows starting from the beginning of the part | ||
| 13598 | 2024.11.01 08:26:35.483766 [ 305 ] {2f61452f-d43f-40e4-b17b-511672e05cd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13599 | 2024.11.01 08:26:35.484364 [ 305 ] {2f61452f-d43f-40e4-b17b-511672e05cd6} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13600 | 2024.11.01 08:26:35.484413 [ 305 ] {2f61452f-d43f-40e4-b17b-511672e05cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13601 | 2024.11.01 08:26:35.485135 [ 305 ] {2f61452f-d43f-40e4-b17b-511672e05cd6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 13602 | 2024.11.01 08:26:35.485202 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.005234868 sec., 38205.35684949458 rows/sec., 2.92 MiB/sec. | ||
| 13603 | 2024.11.01 08:26:35.485504 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13604 | 2024.11.01 08:26:35.485831 [ 305 ] {2f61452f-d43f-40e4-b17b-511672e05cd6} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13605 | 2024.11.01 08:26:35.486418 [ 305 ] {2f61452f-d43f-40e4-b17b-511672e05cd6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004363 sec., 3208.8012835205136 rows/sec., 224.72 KiB/sec. | ||
| 13606 | 2024.11.01 08:26:35.487007 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_51_10} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13607 | 2024.11.01 08:26:35.487086 [ 305 ] {2f61452f-d43f-40e4-b17b-511672e05cd6} <Debug> DynamicQueryHandler: Done processing query | ||
| 13608 | 2024.11.01 08:26:35.487143 [ 305 ] {2f61452f-d43f-40e4-b17b-511672e05cd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13609 | 2024.11.01 08:26:35.487168 [ 305 ] {} <Debug> HTTP-Session: 6ac287cc-bda6-4ec4-9109-0e429eacec56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13610 | 2024.11.01 08:26:35.487190 [ 186 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_51_10} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13611 | 2024.11.01 08:26:35.487333 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13612 | 2024.11.01 08:26:35.487382 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38155, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13613 | 2024.11.01 08:26:35.487482 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57439, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13614 | 2024.11.01 08:26:35.487574 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13615 | 2024.11.01 08:26:35.487601 [ 306 ] {} <Debug> HTTP-Session: 5d1db927-d4f9-4751-aba1-627ece019a6f Authenticating user 'default' from [fd00:1122:3344:101::d]:57439 | ||
| 13616 | 2024.11.01 08:26:35.487626 [ 306 ] {} <Debug> HTTP-Session: 5d1db927-d4f9-4751-aba1-627ece019a6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13617 | 2024.11.01 08:26:35.487643 [ 306 ] {} <Debug> HTTP-Session: 5d1db927-d4f9-4751-aba1-627ece019a6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13618 | 2024.11.01 08:26:35.487694 [ 306 ] {} <Trace> HTTP-Session: 5d1db927-d4f9-4751-aba1-627ece019a6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13619 | 2024.11.01 08:26:35.487842 [ 306 ] {1e31230e-9ebc-4992-b686-06440fbadbad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57439) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 13620 | 2024.11.01 08:26:35.487905 [ 306 ] {1e31230e-9ebc-4992-b686-06440fbadbad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13621 | 2024.11.01 08:26:35.488238 [ 306 ] {1e31230e-9ebc-4992-b686-06440fbadbad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13622 | 2024.11.01 08:26:35.488656 [ 306 ] {1e31230e-9ebc-4992-b686-06440fbadbad} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13623 | 2024.11.01 08:26:35.488696 [ 306 ] {1e31230e-9ebc-4992-b686-06440fbadbad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13624 | 2024.11.01 08:26:35.489091 [ 306 ] {1e31230e-9ebc-4992-b686-06440fbadbad} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 13625 | 2024.11.01 08:26:35.489488 [ 306 ] {1e31230e-9ebc-4992-b686-06440fbadbad} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13626 | 2024.11.01 08:26:35.489661 [ 306 ] {1e31230e-9ebc-4992-b686-06440fbadbad} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001855 sec., 3234.5013477088946 rows/sec., 191.10 KiB/sec. | ||
| 13627 | 2024.11.01 08:26:35.489866 [ 306 ] {1e31230e-9ebc-4992-b686-06440fbadbad} <Debug> DynamicQueryHandler: Done processing query | ||
| 13628 | 2024.11.01 08:26:35.489893 [ 306 ] {1e31230e-9ebc-4992-b686-06440fbadbad} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13629 | 2024.11.01 08:26:35.489909 [ 306 ] {} <Debug> HTTP-Session: 5d1db927-d4f9-4751-aba1-627ece019a6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13630 | 2024.11.01 08:26:35.490205 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57439, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13631 | 2024.11.01 08:26:35.490315 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39851, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13632 | 2024.11.01 08:26:35.490392 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13633 | 2024.11.01 08:26:35.490417 [ 305 ] {} <Debug> HTTP-Session: ae8a0454-4310-47d6-be93-62c67dcda324 Authenticating user 'default' from [fd00:1122:3344:101::d]:39851 | ||
| 13634 | 2024.11.01 08:26:35.490438 [ 305 ] {} <Debug> HTTP-Session: ae8a0454-4310-47d6-be93-62c67dcda324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13635 | 2024.11.01 08:26:35.490456 [ 305 ] {} <Debug> HTTP-Session: ae8a0454-4310-47d6-be93-62c67dcda324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13636 | 2024.11.01 08:26:35.490504 [ 305 ] {} <Trace> HTTP-Session: ae8a0454-4310-47d6-be93-62c67dcda324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13637 | 2024.11.01 08:26:35.490789 [ 305 ] {c15a0beb-b6bb-49c7-9e15-32bfc05f97bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39851) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13638 | 2024.11.01 08:26:35.490847 [ 305 ] {c15a0beb-b6bb-49c7-9e15-32bfc05f97bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13639 | 2024.11.01 08:26:35.491165 [ 305 ] {c15a0beb-b6bb-49c7-9e15-32bfc05f97bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13640 | 2024.11.01 08:26:35.491771 [ 305 ] {c15a0beb-b6bb-49c7-9e15-32bfc05f97bc} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13641 | 2024.11.01 08:26:35.491808 [ 305 ] {c15a0beb-b6bb-49c7-9e15-32bfc05f97bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13642 | 2024.11.01 08:26:35.492194 [ 305 ] {c15a0beb-b6bb-49c7-9e15-32bfc05f97bc} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 13643 | 2024.11.01 08:26:35.492565 [ 305 ] {c15a0beb-b6bb-49c7-9e15-32bfc05f97bc} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13644 | 2024.11.01 08:26:35.492703 [ 305 ] {c15a0beb-b6bb-49c7-9e15-32bfc05f97bc} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.002063 sec., 205525.93310712551 rows/sec., 14.70 MiB/sec. | ||
| 13645 | 2024.11.01 08:26:35.492888 [ 305 ] {c15a0beb-b6bb-49c7-9e15-32bfc05f97bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 13646 | 2024.11.01 08:26:35.492913 [ 305 ] {c15a0beb-b6bb-49c7-9e15-32bfc05f97bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 13647 | 2024.11.01 08:26:35.492929 [ 305 ] {} <Debug> HTTP-Session: ae8a0454-4310-47d6-be93-62c67dcda324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13648 | 2024.11.01 08:26:35.493140 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57439, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13649 | 2024.11.01 08:26:35.493155 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39851, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13650 | 2024.11.01 08:26:35.493243 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13651 | 2024.11.01 08:26:35.493285 [ 306 ] {} <Debug> HTTP-Session: e43df92e-20f6-413d-96c5-b49101a653f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57439 | ||
| 13652 | 2024.11.01 08:26:35.493320 [ 306 ] {} <Debug> HTTP-Session: e43df92e-20f6-413d-96c5-b49101a653f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13653 | 2024.11.01 08:26:35.493343 [ 306 ] {} <Debug> HTTP-Session: e43df92e-20f6-413d-96c5-b49101a653f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13654 | 2024.11.01 08:26:35.493392 [ 306 ] {} <Trace> HTTP-Session: e43df92e-20f6-413d-96c5-b49101a653f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13655 | 2024.11.01 08:26:35.493531 [ 306 ] {9e2edd90-c899-48bd-9557-2a806cf04621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57439) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13656 | 2024.11.01 08:26:35.493593 [ 306 ] {9e2edd90-c899-48bd-9557-2a806cf04621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13657 | 2024.11.01 08:26:35.493790 [ 306 ] {9e2edd90-c899-48bd-9557-2a806cf04621} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13658 | 2024.11.01 08:26:35.494093 [ 306 ] {9e2edd90-c899-48bd-9557-2a806cf04621} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13659 | 2024.11.01 08:26:35.494139 [ 306 ] {9e2edd90-c899-48bd-9557-2a806cf04621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13660 | 2024.11.01 08:26:35.494531 [ 306 ] {9e2edd90-c899-48bd-9557-2a806cf04621} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 13661 | 2024.11.01 08:26:35.494889 [ 306 ] {9e2edd90-c899-48bd-9557-2a806cf04621} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13662 | 2024.11.01 08:26:35.495055 [ 306 ] {9e2edd90-c899-48bd-9557-2a806cf04621} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 201.72 KiB/sec. | ||
| 13663 | 2024.11.01 08:26:35.495363 [ 306 ] {9e2edd90-c899-48bd-9557-2a806cf04621} <Debug> DynamicQueryHandler: Done processing query | ||
| 13664 | 2024.11.01 08:26:35.495395 [ 306 ] {9e2edd90-c899-48bd-9557-2a806cf04621} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13665 | 2024.11.01 08:26:35.495411 [ 306 ] {} <Debug> HTTP-Session: e43df92e-20f6-413d-96c5-b49101a653f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13666 | 2024.11.01 08:26:35.495636 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57439, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13667 | 2024.11.01 08:26:35.495732 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63309, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13668 | 2024.11.01 08:26:35.495805 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13669 | 2024.11.01 08:26:35.495829 [ 305 ] {} <Debug> HTTP-Session: a1fc46b3-f552-487d-819a-a3ab8864e38a Authenticating user 'default' from [fd00:1122:3344:101::d]:63309 | ||
| 13670 | 2024.11.01 08:26:35.495850 [ 305 ] {} <Debug> HTTP-Session: a1fc46b3-f552-487d-819a-a3ab8864e38a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13671 | 2024.11.01 08:26:35.495869 [ 305 ] {} <Debug> HTTP-Session: a1fc46b3-f552-487d-819a-a3ab8864e38a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13672 | 2024.11.01 08:26:35.495914 [ 305 ] {} <Trace> HTTP-Session: a1fc46b3-f552-487d-819a-a3ab8864e38a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13673 | 2024.11.01 08:26:35.496180 [ 305 ] {5f18aa4c-9392-4546-85fa-0d00bb85595a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63309) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13674 | 2024.11.01 08:26:35.496239 [ 305 ] {5f18aa4c-9392-4546-85fa-0d00bb85595a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13675 | 2024.11.01 08:26:35.496424 [ 305 ] {5f18aa4c-9392-4546-85fa-0d00bb85595a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13676 | 2024.11.01 08:26:35.496876 [ 305 ] {5f18aa4c-9392-4546-85fa-0d00bb85595a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13677 | 2024.11.01 08:26:35.496912 [ 305 ] {5f18aa4c-9392-4546-85fa-0d00bb85595a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13678 | 2024.11.01 08:26:35.497315 [ 305 ] {5f18aa4c-9392-4546-85fa-0d00bb85595a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 13679 | 2024.11.01 08:26:35.497663 [ 305 ] {5f18aa4c-9392-4546-85fa-0d00bb85595a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13680 | 2024.11.01 08:26:35.497796 [ 305 ] {5f18aa4c-9392-4546-85fa-0d00bb85595a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001765 sec., 134277.62039660057 rows/sec., 9.00 MiB/sec. | ||
| 13681 | 2024.11.01 08:26:35.497953 [ 305 ] {5f18aa4c-9392-4546-85fa-0d00bb85595a} <Debug> DynamicQueryHandler: Done processing query | ||
| 13682 | 2024.11.01 08:26:35.497979 [ 305 ] {5f18aa4c-9392-4546-85fa-0d00bb85595a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 13683 | 2024.11.01 08:26:35.497995 [ 305 ] {} <Debug> HTTP-Session: a1fc46b3-f552-487d-819a-a3ab8864e38a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13684 | 2024.11.01 08:26:35.498178 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63309, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13685 | 2024.11.01 08:26:35.498193 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57439, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13686 | 2024.11.01 08:26:35.498286 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13687 | 2024.11.01 08:26:35.498322 [ 306 ] {} <Debug> HTTP-Session: 7c6809f5-2dfc-4f3c-a3a0-fe67cd5a7459 Authenticating user 'default' from [fd00:1122:3344:101::d]:57439 | ||
| 13688 | 2024.11.01 08:26:35.498347 [ 306 ] {} <Debug> HTTP-Session: 7c6809f5-2dfc-4f3c-a3a0-fe67cd5a7459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13689 | 2024.11.01 08:26:35.498364 [ 306 ] {} <Debug> HTTP-Session: 7c6809f5-2dfc-4f3c-a3a0-fe67cd5a7459 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13690 | 2024.11.01 08:26:35.498409 [ 306 ] {} <Trace> HTTP-Session: 7c6809f5-2dfc-4f3c-a3a0-fe67cd5a7459 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13691 | 2024.11.01 08:26:35.498533 [ 306 ] {46933ffd-6f3e-4447-bd42-9c77ba5374ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57439) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 13692 | 2024.11.01 08:26:35.498592 [ 306 ] {46933ffd-6f3e-4447-bd42-9c77ba5374ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13693 | 2024.11.01 08:26:35.498790 [ 306 ] {46933ffd-6f3e-4447-bd42-9c77ba5374ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13694 | 2024.11.01 08:26:35.499105 [ 306 ] {46933ffd-6f3e-4447-bd42-9c77ba5374ee} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13695 | 2024.11.01 08:26:35.499149 [ 306 ] {46933ffd-6f3e-4447-bd42-9c77ba5374ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13696 | 2024.11.01 08:26:35.499525 [ 306 ] {46933ffd-6f3e-4447-bd42-9c77ba5374ee} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 13697 | 2024.11.01 08:26:35.499875 [ 306 ] {46933ffd-6f3e-4447-bd42-9c77ba5374ee} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13698 | 2024.11.01 08:26:35.500042 [ 306 ] {46933ffd-6f3e-4447-bd42-9c77ba5374ee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001527 sec., 654.8788474132285 rows/sec., 44.13 KiB/sec. | ||
| 13699 | 2024.11.01 08:26:35.500382 [ 306 ] {46933ffd-6f3e-4447-bd42-9c77ba5374ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 13700 | 2024.11.01 08:26:35.500409 [ 306 ] {46933ffd-6f3e-4447-bd42-9c77ba5374ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 13701 | 2024.11.01 08:26:35.500425 [ 306 ] {} <Debug> HTTP-Session: 7c6809f5-2dfc-4f3c-a3a0-fe67cd5a7459 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13702 | 2024.11.01 08:26:35.500600 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57439, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13703 | 2024.11.01 08:26:35.500714 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53445, User-Agent: (none), Length: 70827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13704 | 2024.11.01 08:26:35.500778 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13705 | 2024.11.01 08:26:35.500798 [ 305 ] {} <Debug> HTTP-Session: c99a8ec3-8dce-465a-a9e4-f47b01b3a5a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53445 | ||
| 13706 | 2024.11.01 08:26:35.500817 [ 305 ] {} <Debug> HTTP-Session: c99a8ec3-8dce-465a-a9e4-f47b01b3a5a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13707 | 2024.11.01 08:26:35.500831 [ 305 ] {} <Debug> HTTP-Session: c99a8ec3-8dce-465a-a9e4-f47b01b3a5a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13708 | 2024.11.01 08:26:35.500871 [ 305 ] {} <Trace> HTTP-Session: c99a8ec3-8dce-465a-a9e4-f47b01b3a5a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13709 | 2024.11.01 08:26:35.501458 [ 305 ] {877a13c1-6ac1-41da-9572-6ef2abc13edd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53445) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13710 | 2024.11.01 08:26:35.501534 [ 305 ] {877a13c1-6ac1-41da-9572-6ef2abc13edd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13711 | 2024.11.01 08:26:35.502010 [ 305 ] {877a13c1-6ac1-41da-9572-6ef2abc13edd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13712 | 2024.11.01 08:26:35.502724 [ 305 ] {877a13c1-6ac1-41da-9572-6ef2abc13edd} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13713 | 2024.11.01 08:26:35.502761 [ 305 ] {877a13c1-6ac1-41da-9572-6ef2abc13edd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13714 | 2024.11.01 08:26:35.503418 [ 305 ] {877a13c1-6ac1-41da-9572-6ef2abc13edd} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 13715 | 2024.11.01 08:26:35.503836 [ 305 ] {877a13c1-6ac1-41da-9572-6ef2abc13edd} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13716 | 2024.11.01 08:26:35.503992 [ 305 ] {877a13c1-6ac1-41da-9572-6ef2abc13edd} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003 sec., 14000 rows/sec., 25.09 MiB/sec. | ||
| 13717 | 2024.11.01 08:26:35.504540 [ 305 ] {877a13c1-6ac1-41da-9572-6ef2abc13edd} <Debug> DynamicQueryHandler: Done processing query | ||
| 13718 | 2024.11.01 08:26:35.504566 [ 305 ] {877a13c1-6ac1-41da-9572-6ef2abc13edd} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 13719 | 2024.11.01 08:26:35.504583 [ 305 ] {} <Debug> HTTP-Session: c99a8ec3-8dce-465a-a9e4-f47b01b3a5a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13720 | 2024.11.01 08:26:35.504772 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57439, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13721 | 2024.11.01 08:26:35.504789 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13722 | 2024.11.01 08:26:35.504866 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13723 | 2024.11.01 08:26:35.504907 [ 306 ] {} <Debug> HTTP-Session: 6dbb6241-9237-4a8c-b96d-26e7c32ede24 Authenticating user 'default' from [fd00:1122:3344:101::d]:57439 | ||
| 13724 | 2024.11.01 08:26:35.504938 [ 306 ] {} <Debug> HTTP-Session: 6dbb6241-9237-4a8c-b96d-26e7c32ede24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13725 | 2024.11.01 08:26:35.504972 [ 306 ] {} <Debug> HTTP-Session: 6dbb6241-9237-4a8c-b96d-26e7c32ede24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13726 | 2024.11.01 08:26:35.505025 [ 306 ] {} <Trace> HTTP-Session: 6dbb6241-9237-4a8c-b96d-26e7c32ede24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13727 | 2024.11.01 08:26:35.505201 [ 306 ] {382d3af9-adf7-4e9f-8fc0-18ecfc501fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57439) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13728 | 2024.11.01 08:26:35.505253 [ 306 ] {382d3af9-adf7-4e9f-8fc0-18ecfc501fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13729 | 2024.11.01 08:26:35.505420 [ 306 ] {382d3af9-adf7-4e9f-8fc0-18ecfc501fe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13730 | 2024.11.01 08:26:35.505736 [ 306 ] {382d3af9-adf7-4e9f-8fc0-18ecfc501fe0} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13731 | 2024.11.01 08:26:35.505773 [ 306 ] {382d3af9-adf7-4e9f-8fc0-18ecfc501fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13732 | 2024.11.01 08:26:35.506157 [ 306 ] {382d3af9-adf7-4e9f-8fc0-18ecfc501fe0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 13733 | 2024.11.01 08:26:35.506508 [ 306 ] {382d3af9-adf7-4e9f-8fc0-18ecfc501fe0} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13734 | 2024.11.01 08:26:35.506683 [ 306 ] {382d3af9-adf7-4e9f-8fc0-18ecfc501fe0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00155 sec., 52903.22580645161 rows/sec., 3.36 MiB/sec. | ||
| 13735 | 2024.11.01 08:26:35.506953 [ 306 ] {382d3af9-adf7-4e9f-8fc0-18ecfc501fe0} <Debug> DynamicQueryHandler: Done processing query | ||
| 13736 | 2024.11.01 08:26:35.507021 [ 306 ] {382d3af9-adf7-4e9f-8fc0-18ecfc501fe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13737 | 2024.11.01 08:26:35.507082 [ 306 ] {} <Debug> HTTP-Session: 6dbb6241-9237-4a8c-b96d-26e7c32ede24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13738 | 2024.11.01 08:26:35.507501 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57439, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13739 | 2024.11.01 08:26:40.465775 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34442, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13740 | 2024.11.01 08:26:40.465921 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13741 | 2024.11.01 08:26:40.465952 [ 306 ] {} <Debug> HTTP-Session: f844a2f9-9710-489e-b484-7606febe429e Authenticating user 'default' from [fd00:1122:3344:101::d]:34442 | ||
| 13742 | 2024.11.01 08:26:40.465982 [ 306 ] {} <Debug> HTTP-Session: f844a2f9-9710-489e-b484-7606febe429e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13743 | 2024.11.01 08:26:40.466000 [ 306 ] {} <Debug> HTTP-Session: f844a2f9-9710-489e-b484-7606febe429e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13744 | 2024.11.01 08:26:40.466058 [ 306 ] {} <Trace> HTTP-Session: f844a2f9-9710-489e-b484-7606febe429e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13745 | 2024.11.01 08:26:40.466265 [ 306 ] {a8090882-a607-4716-8823-bc63c93d8ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34442) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13746 | 2024.11.01 08:26:40.466343 [ 306 ] {a8090882-a607-4716-8823-bc63c93d8ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13747 | 2024.11.01 08:26:40.466693 [ 306 ] {a8090882-a607-4716-8823-bc63c93d8ea6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13748 | 2024.11.01 08:26:40.467130 [ 306 ] {a8090882-a607-4716-8823-bc63c93d8ea6} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13749 | 2024.11.01 08:26:40.467174 [ 306 ] {a8090882-a607-4716-8823-bc63c93d8ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13750 | 2024.11.01 08:26:40.467591 [ 306 ] {a8090882-a607-4716-8823-bc63c93d8ea6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 13751 | 2024.11.01 08:26:40.468002 [ 306 ] {a8090882-a607-4716-8823-bc63c93d8ea6} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13752 | 2024.11.01 08:26:40.468160 [ 306 ] {a8090882-a607-4716-8823-bc63c93d8ea6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001956 sec., 1022.4948875255625 rows/sec., 83.38 KiB/sec. | ||
| 13753 | 2024.11.01 08:26:40.468380 [ 306 ] {a8090882-a607-4716-8823-bc63c93d8ea6} <Debug> DynamicQueryHandler: Done processing query | ||
| 13754 | 2024.11.01 08:26:40.468407 [ 306 ] {a8090882-a607-4716-8823-bc63c93d8ea6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13755 | 2024.11.01 08:26:40.468424 [ 306 ] {} <Debug> HTTP-Session: f844a2f9-9710-489e-b484-7606febe429e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13756 | 2024.11.01 08:26:40.468654 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13757 | 2024.11.01 08:26:40.468877 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34621, User-Agent: (none), Length: 7928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13758 | 2024.11.01 08:26:40.469045 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13759 | 2024.11.01 08:26:40.469089 [ 305 ] {} <Debug> HTTP-Session: fb41cdae-9cff-4331-b630-f39bed2fd949 Authenticating user 'default' from [fd00:1122:3344:101::d]:34621 | ||
| 13760 | 2024.11.01 08:26:40.469130 [ 305 ] {} <Debug> HTTP-Session: fb41cdae-9cff-4331-b630-f39bed2fd949 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13761 | 2024.11.01 08:26:40.469158 [ 305 ] {} <Debug> HTTP-Session: fb41cdae-9cff-4331-b630-f39bed2fd949 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13762 | 2024.11.01 08:26:40.469244 [ 305 ] {} <Trace> HTTP-Session: fb41cdae-9cff-4331-b630-f39bed2fd949 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13763 | 2024.11.01 08:26:40.469511 [ 305 ] {d3380025-75c9-4c7e-9c1c-06cb65fb7787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34621) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13764 | 2024.11.01 08:26:40.469580 [ 305 ] {d3380025-75c9-4c7e-9c1c-06cb65fb7787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13765 | 2024.11.01 08:26:40.469925 [ 305 ] {d3380025-75c9-4c7e-9c1c-06cb65fb7787} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13766 | 2024.11.01 08:26:40.470299 [ 305 ] {d3380025-75c9-4c7e-9c1c-06cb65fb7787} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13767 | 2024.11.01 08:26:40.470343 [ 305 ] {d3380025-75c9-4c7e-9c1c-06cb65fb7787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13768 | 2024.11.01 08:26:40.470763 [ 305 ] {d3380025-75c9-4c7e-9c1c-06cb65fb7787} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 13769 | 2024.11.01 08:26:40.471156 [ 305 ] {d3380025-75c9-4c7e-9c1c-06cb65fb7787} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13770 | 2024.11.01 08:26:40.471335 [ 305 ] {d3380025-75c9-4c7e-9c1c-06cb65fb7787} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001893 sec., 30110.93502377179 rows/sec., 2.30 MiB/sec. | ||
| 13771 | 2024.11.01 08:26:40.471534 [ 305 ] {d3380025-75c9-4c7e-9c1c-06cb65fb7787} <Debug> DynamicQueryHandler: Done processing query | ||
| 13772 | 2024.11.01 08:26:40.471561 [ 305 ] {d3380025-75c9-4c7e-9c1c-06cb65fb7787} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 13773 | 2024.11.01 08:26:40.471577 [ 305 ] {} <Debug> HTTP-Session: fb41cdae-9cff-4331-b630-f39bed2fd949 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13774 | 2024.11.01 08:26:40.471747 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34442, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13775 | 2024.11.01 08:26:40.471821 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34621, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13776 | 2024.11.01 08:26:40.471840 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13777 | 2024.11.01 08:26:40.471892 [ 306 ] {} <Debug> HTTP-Session: 33547af8-08a8-4fbb-8b0c-841dba2f14dc Authenticating user 'default' from [fd00:1122:3344:101::d]:34442 | ||
| 13778 | 2024.11.01 08:26:40.471921 [ 306 ] {} <Debug> HTTP-Session: 33547af8-08a8-4fbb-8b0c-841dba2f14dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13779 | 2024.11.01 08:26:40.471944 [ 306 ] {} <Debug> HTTP-Session: 33547af8-08a8-4fbb-8b0c-841dba2f14dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13780 | 2024.11.01 08:26:40.472000 [ 306 ] {} <Trace> HTTP-Session: 33547af8-08a8-4fbb-8b0c-841dba2f14dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13781 | 2024.11.01 08:26:40.472135 [ 306 ] {51a06a21-969c-4b92-925c-b4b7b776639a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34442) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13782 | 2024.11.01 08:26:40.472192 [ 306 ] {51a06a21-969c-4b92-925c-b4b7b776639a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13783 | 2024.11.01 08:26:40.472493 [ 306 ] {51a06a21-969c-4b92-925c-b4b7b776639a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13784 | 2024.11.01 08:26:40.472885 [ 306 ] {51a06a21-969c-4b92-925c-b4b7b776639a} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13785 | 2024.11.01 08:26:40.472923 [ 306 ] {51a06a21-969c-4b92-925c-b4b7b776639a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13786 | 2024.11.01 08:26:40.473280 [ 306 ] {51a06a21-969c-4b92-925c-b4b7b776639a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13787 | 2024.11.01 08:26:40.473656 [ 306 ] {51a06a21-969c-4b92-925c-b4b7b776639a} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13788 | 2024.11.01 08:26:40.473810 [ 306 ] {51a06a21-969c-4b92-925c-b4b7b776639a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001707 sec., 1171.6461628588168 rows/sec., 81.81 KiB/sec. | ||
| 13789 | 2024.11.01 08:26:40.474024 [ 306 ] {51a06a21-969c-4b92-925c-b4b7b776639a} <Debug> DynamicQueryHandler: Done processing query | ||
| 13790 | 2024.11.01 08:26:40.474058 [ 306 ] {51a06a21-969c-4b92-925c-b4b7b776639a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13791 | 2024.11.01 08:26:40.474083 [ 306 ] {} <Debug> HTTP-Session: 33547af8-08a8-4fbb-8b0c-841dba2f14dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13792 | 2024.11.01 08:26:40.474248 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13793 | 2024.11.01 08:26:40.474348 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57957, User-Agent: (none), Length: 11211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13794 | 2024.11.01 08:26:40.474458 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13795 | 2024.11.01 08:26:40.474496 [ 305 ] {} <Debug> HTTP-Session: 91de15d6-4590-4a4d-afd9-6990ebd35610 Authenticating user 'default' from [fd00:1122:3344:101::d]:57957 | ||
| 13796 | 2024.11.01 08:26:40.474530 [ 305 ] {} <Debug> HTTP-Session: 91de15d6-4590-4a4d-afd9-6990ebd35610 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13797 | 2024.11.01 08:26:40.474557 [ 305 ] {} <Debug> HTTP-Session: 91de15d6-4590-4a4d-afd9-6990ebd35610 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13798 | 2024.11.01 08:26:40.474625 [ 305 ] {} <Trace> HTTP-Session: 91de15d6-4590-4a4d-afd9-6990ebd35610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13799 | 2024.11.01 08:26:40.474882 [ 305 ] {0651b9b7-348f-431b-9207-7ded44f4f416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57957) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13800 | 2024.11.01 08:26:40.474971 [ 305 ] {0651b9b7-348f-431b-9207-7ded44f4f416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13801 | 2024.11.01 08:26:40.475441 [ 305 ] {0651b9b7-348f-431b-9207-7ded44f4f416} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13802 | 2024.11.01 08:26:40.475811 [ 305 ] {0651b9b7-348f-431b-9207-7ded44f4f416} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13803 | 2024.11.01 08:26:40.475848 [ 305 ] {0651b9b7-348f-431b-9207-7ded44f4f416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13804 | 2024.11.01 08:26:40.476209 [ 305 ] {0651b9b7-348f-431b-9207-7ded44f4f416} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 13805 | 2024.11.01 08:26:40.476574 [ 305 ] {0651b9b7-348f-431b-9207-7ded44f4f416} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13806 | 2024.11.01 08:26:40.476726 [ 305 ] {0651b9b7-348f-431b-9207-7ded44f4f416} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001939 sec., 34038.16400206292 rows/sec., 2.66 MiB/sec. | ||
| 13807 | 2024.11.01 08:26:40.476897 [ 305 ] {0651b9b7-348f-431b-9207-7ded44f4f416} <Debug> DynamicQueryHandler: Done processing query | ||
| 13808 | 2024.11.01 08:26:40.476921 [ 305 ] {0651b9b7-348f-431b-9207-7ded44f4f416} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13809 | 2024.11.01 08:26:40.476939 [ 305 ] {} <Debug> HTTP-Session: 91de15d6-4590-4a4d-afd9-6990ebd35610 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13810 | 2024.11.01 08:26:40.477134 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57957, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13811 | 2024.11.01 08:26:40.477197 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34442, User-Agent: (none), Length: 24681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13812 | 2024.11.01 08:26:40.477280 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13813 | 2024.11.01 08:26:40.477306 [ 306 ] {} <Debug> HTTP-Session: c9973d48-797e-40f0-803b-7b774f9d7d98 Authenticating user 'default' from [fd00:1122:3344:101::d]:34442 | ||
| 13814 | 2024.11.01 08:26:40.477327 [ 306 ] {} <Debug> HTTP-Session: c9973d48-797e-40f0-803b-7b774f9d7d98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13815 | 2024.11.01 08:26:40.477345 [ 306 ] {} <Debug> HTTP-Session: c9973d48-797e-40f0-803b-7b774f9d7d98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13816 | 2024.11.01 08:26:40.477391 [ 306 ] {} <Trace> HTTP-Session: c9973d48-797e-40f0-803b-7b774f9d7d98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13817 | 2024.11.01 08:26:40.477581 [ 306 ] {c5531489-7e26-4508-bb70-f57915c26290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34442) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13818 | 2024.11.01 08:26:40.477643 [ 306 ] {c5531489-7e26-4508-bb70-f57915c26290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13819 | 2024.11.01 08:26:40.477865 [ 306 ] {c5531489-7e26-4508-bb70-f57915c26290} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13820 | 2024.11.01 08:26:40.478320 [ 306 ] {c5531489-7e26-4508-bb70-f57915c26290} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13821 | 2024.11.01 08:26:40.478364 [ 306 ] {c5531489-7e26-4508-bb70-f57915c26290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13822 | 2024.11.01 08:26:40.478774 [ 306 ] {c5531489-7e26-4508-bb70-f57915c26290} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 13823 | 2024.11.01 08:26:40.479130 [ 306 ] {c5531489-7e26-4508-bb70-f57915c26290} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13824 | 2024.11.01 08:26:40.479294 [ 306 ] {c5531489-7e26-4508-bb70-f57915c26290} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001796 sec., 71826.28062360802 rows/sec., 5.00 MiB/sec. | ||
| 13825 | 2024.11.01 08:26:40.479500 [ 306 ] {c5531489-7e26-4508-bb70-f57915c26290} <Debug> DynamicQueryHandler: Done processing query | ||
| 13826 | 2024.11.01 08:26:40.479539 [ 306 ] {c5531489-7e26-4508-bb70-f57915c26290} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13827 | 2024.11.01 08:26:40.479571 [ 306 ] {} <Debug> HTTP-Session: c9973d48-797e-40f0-803b-7b774f9d7d98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13828 | 2024.11.01 08:26:40.479815 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13829 | 2024.11.01 08:26:40.479882 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52191, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13830 | 2024.11.01 08:26:40.479975 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13831 | 2024.11.01 08:26:40.480005 [ 305 ] {} <Debug> HTTP-Session: 98e71eb5-77c1-4bc9-920b-f1d7d418e7d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52191 | ||
| 13832 | 2024.11.01 08:26:40.480031 [ 305 ] {} <Debug> HTTP-Session: 98e71eb5-77c1-4bc9-920b-f1d7d418e7d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13833 | 2024.11.01 08:26:40.480048 [ 305 ] {} <Debug> HTTP-Session: 98e71eb5-77c1-4bc9-920b-f1d7d418e7d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13834 | 2024.11.01 08:26:40.480093 [ 305 ] {} <Trace> HTTP-Session: 98e71eb5-77c1-4bc9-920b-f1d7d418e7d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13835 | 2024.11.01 08:26:40.480247 [ 305 ] {6f58ddbc-012f-4d6d-a8fd-2f0e977f952e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52191) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13836 | 2024.11.01 08:26:40.480306 [ 305 ] {6f58ddbc-012f-4d6d-a8fd-2f0e977f952e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13837 | 2024.11.01 08:26:40.480483 [ 305 ] {6f58ddbc-012f-4d6d-a8fd-2f0e977f952e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13838 | 2024.11.01 08:26:40.480780 [ 305 ] {6f58ddbc-012f-4d6d-a8fd-2f0e977f952e} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13839 | 2024.11.01 08:26:40.480816 [ 305 ] {6f58ddbc-012f-4d6d-a8fd-2f0e977f952e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 13840 | 2024.11.01 08:26:40.481200 [ 305 ] {6f58ddbc-012f-4d6d-a8fd-2f0e977f952e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 13841 | 2024.11.01 08:26:40.481534 [ 305 ] {6f58ddbc-012f-4d6d-a8fd-2f0e977f952e} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13842 | 2024.11.01 08:26:40.481684 [ 305 ] {6f58ddbc-012f-4d6d-a8fd-2f0e977f952e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001493 sec., 32150.033489618218 rows/sec., 2.17 MiB/sec. | ||
| 13843 | 2024.11.01 08:26:40.481849 [ 305 ] {6f58ddbc-012f-4d6d-a8fd-2f0e977f952e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13844 | 2024.11.01 08:26:40.481874 [ 305 ] {6f58ddbc-012f-4d6d-a8fd-2f0e977f952e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13845 | 2024.11.01 08:26:40.481889 [ 305 ] {} <Debug> HTTP-Session: 98e71eb5-77c1-4bc9-920b-f1d7d418e7d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13846 | 2024.11.01 08:26:40.482336 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52191, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13847 | 2024.11.01 08:26:43.639662 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13848 | 2024.11.01 08:26:43.639731 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13849 | 2024.11.01 08:26:44.009719 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1260 | ||
| 13850 | 2024.11.01 08:26:44.012520 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13851 | 2024.11.01 08:26:44.012562 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13852 | 2024.11.01 08:26:44.014038 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13853 | 2024.11.01 08:26:44.015020 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13854 | 2024.11.01 08:26:44.015260 [ 23 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 13855 | 2024.11.01 08:26:44.015396 [ 23 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13856 | 2024.11.01 08:26:44.015491 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13857 | 2024.11.01 08:26:44.016291 [ 199 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 13858 | 2024.11.01 08:26:44.017438 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1260 | ||
| 13859 | 2024.11.01 08:26:44.018148 [ 199 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13860 | 2024.11.01 08:26:44.018342 [ 199 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1128 rows starting from the beginning of the part | ||
| 13861 | 2024.11.01 08:26:44.018973 [ 199 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 20 rows starting from the beginning of the part | ||
| 13862 | 2024.11.01 08:26:44.019522 [ 199 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 32 rows starting from the beginning of the part | ||
| 13863 | 2024.11.01 08:26:44.020084 [ 199 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part | ||
| 13864 | 2024.11.01 08:26:44.020613 [ 199 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 20 rows starting from the beginning of the part | ||
| 13865 | 2024.11.01 08:26:44.021126 [ 199 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part | ||
| 13866 | 2024.11.01 08:26:44.029808 [ 196 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1260 rows, containing 72 columns (72 merged, 0 gathered) in 0.014145158 sec., 89076.41752746771 rows/sec., 60.84 MiB/sec. | ||
| 13867 | 2024.11.01 08:26:44.031588 [ 201 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 13868 | 2024.11.01 08:26:44.033344 [ 201 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_41_8} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13869 | 2024.11.01 08:26:44.033453 [ 201 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_41_8} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 13870 | 2024.11.01 08:26:44.033807 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
| 13871 | 2024.11.01 08:26:45.467052 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38342, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13872 | 2024.11.01 08:26:45.467186 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13873 | 2024.11.01 08:26:45.467216 [ 305 ] {} <Debug> HTTP-Session: f8601d13-056c-476b-9ea9-91cdeb2dad99 Authenticating user 'default' from [fd00:1122:3344:101::d]:38342 | ||
| 13874 | 2024.11.01 08:26:45.467245 [ 305 ] {} <Debug> HTTP-Session: f8601d13-056c-476b-9ea9-91cdeb2dad99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13875 | 2024.11.01 08:26:45.467263 [ 305 ] {} <Debug> HTTP-Session: f8601d13-056c-476b-9ea9-91cdeb2dad99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13876 | 2024.11.01 08:26:45.467322 [ 305 ] {} <Trace> HTTP-Session: f8601d13-056c-476b-9ea9-91cdeb2dad99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13877 | 2024.11.01 08:26:45.467564 [ 305 ] {6fad516e-7774-4289-af6c-d1fa9bddbaab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38342) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13878 | 2024.11.01 08:26:45.467634 [ 305 ] {6fad516e-7774-4289-af6c-d1fa9bddbaab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13879 | 2024.11.01 08:26:45.467971 [ 305 ] {6fad516e-7774-4289-af6c-d1fa9bddbaab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13880 | 2024.11.01 08:26:45.468436 [ 305 ] {6fad516e-7774-4289-af6c-d1fa9bddbaab} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13881 | 2024.11.01 08:26:45.468479 [ 305 ] {6fad516e-7774-4289-af6c-d1fa9bddbaab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13882 | 2024.11.01 08:26:45.468917 [ 305 ] {6fad516e-7774-4289-af6c-d1fa9bddbaab} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 13883 | 2024.11.01 08:26:45.469322 [ 305 ] {6fad516e-7774-4289-af6c-d1fa9bddbaab} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13884 | 2024.11.01 08:26:45.469504 [ 305 ] {6fad516e-7774-4289-af6c-d1fa9bddbaab} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002011 sec., 27846.8423669816 rows/sec., 2.13 MiB/sec. | ||
| 13885 | 2024.11.01 08:26:45.469719 [ 305 ] {6fad516e-7774-4289-af6c-d1fa9bddbaab} <Debug> DynamicQueryHandler: Done processing query | ||
| 13886 | 2024.11.01 08:26:45.469745 [ 305 ] {6fad516e-7774-4289-af6c-d1fa9bddbaab} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13887 | 2024.11.01 08:26:45.469761 [ 305 ] {} <Debug> HTTP-Session: f8601d13-056c-476b-9ea9-91cdeb2dad99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13888 | 2024.11.01 08:26:45.469980 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13889 | 2024.11.01 08:26:45.470148 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41529, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13890 | 2024.11.01 08:26:45.470311 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13891 | 2024.11.01 08:26:45.470356 [ 286 ] {} <Debug> HTTP-Session: 639402dd-8f97-426f-bdba-62165bf4b03f Authenticating user 'default' from [fd00:1122:3344:101::d]:41529 | ||
| 13892 | 2024.11.01 08:26:45.470398 [ 286 ] {} <Debug> HTTP-Session: 639402dd-8f97-426f-bdba-62165bf4b03f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13893 | 2024.11.01 08:26:45.470426 [ 286 ] {} <Debug> HTTP-Session: 639402dd-8f97-426f-bdba-62165bf4b03f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13894 | 2024.11.01 08:26:45.470516 [ 286 ] {} <Trace> HTTP-Session: 639402dd-8f97-426f-bdba-62165bf4b03f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13895 | 2024.11.01 08:26:45.470735 [ 286 ] {cec01cec-ee24-4323-b7f8-eeb3b7abfe82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41529) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13896 | 2024.11.01 08:26:45.470804 [ 286 ] {cec01cec-ee24-4323-b7f8-eeb3b7abfe82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13897 | 2024.11.01 08:26:45.471160 [ 286 ] {cec01cec-ee24-4323-b7f8-eeb3b7abfe82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13898 | 2024.11.01 08:26:45.471667 [ 286 ] {cec01cec-ee24-4323-b7f8-eeb3b7abfe82} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13899 | 2024.11.01 08:26:45.471712 [ 286 ] {cec01cec-ee24-4323-b7f8-eeb3b7abfe82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13900 | 2024.11.01 08:26:45.472176 [ 286 ] {cec01cec-ee24-4323-b7f8-eeb3b7abfe82} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 13901 | 2024.11.01 08:26:45.472590 [ 286 ] {cec01cec-ee24-4323-b7f8-eeb3b7abfe82} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13902 | 2024.11.01 08:26:45.472770 [ 286 ] {cec01cec-ee24-4323-b7f8-eeb3b7abfe82} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002102 sec., 30447.19314938154 rows/sec., 2.38 MiB/sec. | ||
| 13903 | 2024.11.01 08:26:45.473169 [ 286 ] {cec01cec-ee24-4323-b7f8-eeb3b7abfe82} <Debug> DynamicQueryHandler: Done processing query | ||
| 13904 | 2024.11.01 08:26:45.473222 [ 286 ] {cec01cec-ee24-4323-b7f8-eeb3b7abfe82} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13905 | 2024.11.01 08:26:45.473254 [ 286 ] {} <Debug> HTTP-Session: 639402dd-8f97-426f-bdba-62165bf4b03f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13906 | 2024.11.01 08:26:45.473505 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13907 | 2024.11.01 08:26:45.473525 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38342, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13908 | 2024.11.01 08:26:45.473614 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13909 | 2024.11.01 08:26:45.473638 [ 305 ] {} <Debug> HTTP-Session: 832e503c-f757-49ae-a375-f892800e9dc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38342 | ||
| 13910 | 2024.11.01 08:26:45.473667 [ 305 ] {} <Debug> HTTP-Session: 832e503c-f757-49ae-a375-f892800e9dc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13911 | 2024.11.01 08:26:45.473688 [ 305 ] {} <Debug> HTTP-Session: 832e503c-f757-49ae-a375-f892800e9dc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13912 | 2024.11.01 08:26:45.473737 [ 305 ] {} <Trace> HTTP-Session: 832e503c-f757-49ae-a375-f892800e9dc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13913 | 2024.11.01 08:26:45.473942 [ 305 ] {0317da51-dfa5-4a8e-a241-facbd27fae8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38342) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13914 | 2024.11.01 08:26:45.474006 [ 305 ] {0317da51-dfa5-4a8e-a241-facbd27fae8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13915 | 2024.11.01 08:26:45.474221 [ 305 ] {0317da51-dfa5-4a8e-a241-facbd27fae8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13916 | 2024.11.01 08:26:45.474646 [ 305 ] {0317da51-dfa5-4a8e-a241-facbd27fae8c} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13917 | 2024.11.01 08:26:45.474683 [ 305 ] {0317da51-dfa5-4a8e-a241-facbd27fae8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13918 | 2024.11.01 08:26:45.475093 [ 305 ] {0317da51-dfa5-4a8e-a241-facbd27fae8c} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 13919 | 2024.11.01 08:26:45.475454 [ 305 ] {0317da51-dfa5-4a8e-a241-facbd27fae8c} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13920 | 2024.11.01 08:26:45.475620 [ 305 ] {0317da51-dfa5-4a8e-a241-facbd27fae8c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001772 sec., 90293.45372460497 rows/sec., 6.29 MiB/sec. | ||
| 13921 | 2024.11.01 08:26:45.475797 [ 305 ] {0317da51-dfa5-4a8e-a241-facbd27fae8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13922 | 2024.11.01 08:26:45.475822 [ 305 ] {0317da51-dfa5-4a8e-a241-facbd27fae8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13923 | 2024.11.01 08:26:45.475838 [ 305 ] {} <Debug> HTTP-Session: 832e503c-f757-49ae-a375-f892800e9dc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13924 | 2024.11.01 08:26:45.476086 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13925 | 2024.11.01 08:26:45.476213 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54461, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13926 | 2024.11.01 08:26:45.476327 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13927 | 2024.11.01 08:26:45.476366 [ 286 ] {} <Debug> HTTP-Session: 8dfabc83-056b-4312-9b66-22839e914640 Authenticating user 'default' from [fd00:1122:3344:101::d]:54461 | ||
| 13928 | 2024.11.01 08:26:45.476401 [ 286 ] {} <Debug> HTTP-Session: 8dfabc83-056b-4312-9b66-22839e914640 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13929 | 2024.11.01 08:26:45.476428 [ 286 ] {} <Debug> HTTP-Session: 8dfabc83-056b-4312-9b66-22839e914640 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13930 | 2024.11.01 08:26:45.476501 [ 286 ] {} <Trace> HTTP-Session: 8dfabc83-056b-4312-9b66-22839e914640 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13931 | 2024.11.01 08:26:45.476669 [ 286 ] {6def4571-cec7-49e3-8a46-02a34570a361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54461) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13932 | 2024.11.01 08:26:45.476723 [ 286 ] {6def4571-cec7-49e3-8a46-02a34570a361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13933 | 2024.11.01 08:26:45.476892 [ 286 ] {6def4571-cec7-49e3-8a46-02a34570a361} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13934 | 2024.11.01 08:26:45.477215 [ 286 ] {6def4571-cec7-49e3-8a46-02a34570a361} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13935 | 2024.11.01 08:26:45.477253 [ 286 ] {6def4571-cec7-49e3-8a46-02a34570a361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13936 | 2024.11.01 08:26:45.477647 [ 286 ] {6def4571-cec7-49e3-8a46-02a34570a361} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 13937 | 2024.11.01 08:26:45.477985 [ 286 ] {6def4571-cec7-49e3-8a46-02a34570a361} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13938 | 2024.11.01 08:26:45.478151 [ 286 ] {6def4571-cec7-49e3-8a46-02a34570a361} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001527 sec., 39292.73084479372 rows/sec., 2.65 MiB/sec. | ||
| 13939 | 2024.11.01 08:26:45.478353 [ 286 ] {6def4571-cec7-49e3-8a46-02a34570a361} <Debug> DynamicQueryHandler: Done processing query | ||
| 13940 | 2024.11.01 08:26:45.478389 [ 286 ] {6def4571-cec7-49e3-8a46-02a34570a361} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13941 | 2024.11.01 08:26:45.478419 [ 286 ] {} <Debug> HTTP-Session: 8dfabc83-056b-4312-9b66-22839e914640 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13942 | 2024.11.01 08:26:45.478674 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13943 | 2024.11.01 08:26:49.692699 [ 114 ] {} <Debug> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 | ||
| 13944 | 2024.11.01 08:26:49.692818 [ 114 ] {} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13945 | 2024.11.01 08:26:49.692862 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13946 | 2024.11.01 08:26:49.693101 [ 193 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_30_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full | ||
| 13947 | 2024.11.01 08:26:49.693579 [ 193 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13948 | 2024.11.01 08:26:49.693622 [ 193 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 243 rows starting from the beginning of the part | ||
| 13949 | 2024.11.01 08:26:49.693713 [ 193 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 13950 | 2024.11.01 08:26:49.693799 [ 193 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 13951 | 2024.11.01 08:26:49.694059 [ 193 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 13952 | 2024.11.01 08:26:49.694203 [ 193 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 13953 | 2024.11.01 08:26:49.695164 [ 201 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002205814 sec., 135550.8669361968 rows/sec., 9.23 MiB/sec. | ||
| 13954 | 2024.11.01 08:26:49.695303 [ 201 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) | ||
| 13955 | 2024.11.01 08:26:49.695719 [ 201 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_30_7} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13956 | 2024.11.01 08:26:49.695808 [ 201 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_30_7} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 | ||
| 13957 | 2024.11.01 08:26:49.695890 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13958 | 2024.11.01 08:26:50.007028 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13959 | 2024.11.01 08:26:50.133294 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52779, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13960 | 2024.11.01 08:26:50.230490 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60755, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13961 | 2024.11.01 08:26:50.242898 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13962 | 2024.11.01 08:26:50.251215 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52539, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13963 | 2024.11.01 08:26:50.321531 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13964 | 2024.11.01 08:26:50.328796 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37590, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13965 | 2024.11.01 08:26:50.342099 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51084, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13966 | 2024.11.01 08:26:50.372409 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65482, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13967 | 2024.11.01 08:26:50.457170 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33007, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13968 | 2024.11.01 08:26:50.473255 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44740, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13969 | 2024.11.01 08:26:50.473333 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13970 | 2024.11.01 08:26:50.473357 [ 305 ] {} <Debug> HTTP-Session: 2ce1250b-742c-45fc-b830-f7568c331678 Authenticating user 'default' from [fd00:1122:3344:101::d]:44740 | ||
| 13971 | 2024.11.01 08:26:50.473380 [ 305 ] {} <Debug> HTTP-Session: 2ce1250b-742c-45fc-b830-f7568c331678 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13972 | 2024.11.01 08:26:50.473395 [ 305 ] {} <Debug> HTTP-Session: 2ce1250b-742c-45fc-b830-f7568c331678 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13973 | 2024.11.01 08:26:50.473446 [ 305 ] {} <Trace> HTTP-Session: 2ce1250b-742c-45fc-b830-f7568c331678 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13974 | 2024.11.01 08:26:50.473762 [ 305 ] {e2eeb523-1d84-446c-946a-9883634b2053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44740) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13975 | 2024.11.01 08:26:50.473831 [ 305 ] {e2eeb523-1d84-446c-946a-9883634b2053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13976 | 2024.11.01 08:26:50.474170 [ 305 ] {e2eeb523-1d84-446c-946a-9883634b2053} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13977 | 2024.11.01 08:26:50.474797 [ 305 ] {e2eeb523-1d84-446c-946a-9883634b2053} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13978 | 2024.11.01 08:26:50.474842 [ 305 ] {e2eeb523-1d84-446c-946a-9883634b2053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13979 | 2024.11.01 08:26:50.475310 [ 305 ] {e2eeb523-1d84-446c-946a-9883634b2053} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 13980 | 2024.11.01 08:26:50.475705 [ 305 ] {e2eeb523-1d84-446c-946a-9883634b2053} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13981 | 2024.11.01 08:26:50.475886 [ 305 ] {e2eeb523-1d84-446c-946a-9883634b2053} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002283 sec., 119579.50065703024 rows/sec., 10.63 MiB/sec. | ||
| 13982 | 2024.11.01 08:26:50.475912 [ 114 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 13983 | 2024.11.01 08:26:50.476021 [ 114 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13984 | 2024.11.01 08:26:50.476072 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 13985 | 2024.11.01 08:26:50.476198 [ 305 ] {e2eeb523-1d84-446c-946a-9883634b2053} <Debug> DynamicQueryHandler: Done processing query | ||
| 13986 | 2024.11.01 08:26:50.476245 [ 305 ] {e2eeb523-1d84-446c-946a-9883634b2053} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13987 | 2024.11.01 08:26:50.476274 [ 305 ] {} <Debug> HTTP-Session: 2ce1250b-742c-45fc-b830-f7568c331678 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13988 | 2024.11.01 08:26:50.476281 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 13989 | 2024.11.01 08:26:50.476547 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44740, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13990 | 2024.11.01 08:26:50.476744 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58765, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13991 | 2024.11.01 08:26:50.476913 [ 305 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 13992 | |||
| 13993 | (version 23.8.7.1) | ||
| 13994 | 2024.11.01 08:26:50.476957 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13995 | 2024.11.01 08:26:50.477125 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1423 rows starting from the beginning of the part | ||
| 13996 | 2024.11.01 08:26:50.477138 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13997 | 2024.11.01 08:26:50.477258 [ 286 ] {} <Debug> HTTP-Session: 6e6b496b-99a5-4f6e-bad0-5101b8778c75 Authenticating user 'default' from [fd00:1122:3344:101::d]:58765 | ||
| 13998 | 2024.11.01 08:26:50.477522 [ 286 ] {} <Debug> HTTP-Session: 6e6b496b-99a5-4f6e-bad0-5101b8778c75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13999 | 2024.11.01 08:26:50.477566 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part | ||
| 14000 | 2024.11.01 08:26:50.477695 [ 286 ] {} <Debug> HTTP-Session: 6e6b496b-99a5-4f6e-bad0-5101b8778c75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14001 | 2024.11.01 08:26:50.477919 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 273 rows starting from the beginning of the part | ||
| 14002 | 2024.11.01 08:26:50.477947 [ 286 ] {} <Trace> HTTP-Session: 6e6b496b-99a5-4f6e-bad0-5101b8778c75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14003 | 2024.11.01 08:26:50.478234 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 57 rows starting from the beginning of the part | ||
| 14004 | 2024.11.01 08:26:50.478471 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part | ||
| 14005 | 2024.11.01 08:26:50.478518 [ 286 ] {ce2a98c6-1909-4d4e-9bbd-3a1c9e1a9590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58765) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14006 | 2024.11.01 08:26:50.478751 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 273 rows starting from the beginning of the part | ||
| 14007 | 2024.11.01 08:26:50.478767 [ 286 ] {ce2a98c6-1909-4d4e-9bbd-3a1c9e1a9590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14008 | 2024.11.01 08:26:50.480060 [ 286 ] {ce2a98c6-1909-4d4e-9bbd-3a1c9e1a9590} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14009 | 2024.11.01 08:26:50.481188 [ 286 ] {ce2a98c6-1909-4d4e-9bbd-3a1c9e1a9590} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14010 | 2024.11.01 08:26:50.481267 [ 286 ] {ce2a98c6-1909-4d4e-9bbd-3a1c9e1a9590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14011 | 2024.11.01 08:26:50.482088 [ 286 ] {ce2a98c6-1909-4d4e-9bbd-3a1c9e1a9590} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14012 | 2024.11.01 08:26:50.482279 [ 201 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2138 rows, containing 5 columns (5 merged, 0 gathered) in 0.00610488 sec., 350211.6339715113 rows/sec., 30.87 MiB/sec. | ||
| 14013 | 2024.11.01 08:26:50.482723 [ 201 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 14014 | 2024.11.01 08:26:50.482753 [ 286 ] {ce2a98c6-1909-4d4e-9bbd-3a1c9e1a9590} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14015 | 2024.11.01 08:26:50.483157 [ 286 ] {ce2a98c6-1909-4d4e-9bbd-3a1c9e1a9590} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.004863 sec., 8636.64404688464 rows/sec., 649.44 KiB/sec. | ||
| 14016 | 2024.11.01 08:26:50.485180 [ 201 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_81_16} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14017 | 2024.11.01 08:26:50.485258 [ 286 ] {ce2a98c6-1909-4d4e-9bbd-3a1c9e1a9590} <Debug> DynamicQueryHandler: Done processing query | ||
| 14018 | 2024.11.01 08:26:50.485309 [ 286 ] {ce2a98c6-1909-4d4e-9bbd-3a1c9e1a9590} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14019 | 2024.11.01 08:26:50.485330 [ 201 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_81_16} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 14020 | 2024.11.01 08:26:50.485341 [ 286 ] {} <Debug> HTTP-Session: 6e6b496b-99a5-4f6e-bad0-5101b8778c75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14021 | 2024.11.01 08:26:50.485481 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 14022 | 2024.11.01 08:26:50.485546 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58765, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14023 | 2024.11.01 08:26:50.485665 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49932, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14024 | 2024.11.01 08:26:50.485739 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14025 | 2024.11.01 08:26:50.485764 [ 305 ] {} <Debug> HTTP-Session: 96587997-8c74-48ff-bb7b-a5b39b784f08 Authenticating user 'default' from [fd00:1122:3344:101::d]:49932 | ||
| 14026 | 2024.11.01 08:26:50.485787 [ 305 ] {} <Debug> HTTP-Session: 96587997-8c74-48ff-bb7b-a5b39b784f08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14027 | 2024.11.01 08:26:50.485804 [ 305 ] {} <Debug> HTTP-Session: 96587997-8c74-48ff-bb7b-a5b39b784f08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14028 | 2024.11.01 08:26:50.485854 [ 305 ] {} <Trace> HTTP-Session: 96587997-8c74-48ff-bb7b-a5b39b784f08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14029 | 2024.11.01 08:26:50.486011 [ 305 ] {a565b7ad-5ad7-48a8-9d71-5d2b89e5517a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49932) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 14030 | 2024.11.01 08:26:50.486068 [ 305 ] {a565b7ad-5ad7-48a8-9d71-5d2b89e5517a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14031 | 2024.11.01 08:26:50.486384 [ 305 ] {a565b7ad-5ad7-48a8-9d71-5d2b89e5517a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14032 | 2024.11.01 08:26:50.486736 [ 305 ] {a565b7ad-5ad7-48a8-9d71-5d2b89e5517a} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14033 | 2024.11.01 08:26:50.486774 [ 305 ] {a565b7ad-5ad7-48a8-9d71-5d2b89e5517a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14034 | 2024.11.01 08:26:50.487160 [ 305 ] {a565b7ad-5ad7-48a8-9d71-5d2b89e5517a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 14035 | 2024.11.01 08:26:50.487538 [ 305 ] {a565b7ad-5ad7-48a8-9d71-5d2b89e5517a} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14036 | 2024.11.01 08:26:50.487704 [ 305 ] {a565b7ad-5ad7-48a8-9d71-5d2b89e5517a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001738 sec., 8055.2359033371695 rows/sec., 564.14 KiB/sec. | ||
| 14037 | 2024.11.01 08:26:50.487952 [ 305 ] {a565b7ad-5ad7-48a8-9d71-5d2b89e5517a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14038 | 2024.11.01 08:26:50.487988 [ 305 ] {a565b7ad-5ad7-48a8-9d71-5d2b89e5517a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14039 | 2024.11.01 08:26:50.488007 [ 305 ] {} <Debug> HTTP-Session: 96587997-8c74-48ff-bb7b-a5b39b784f08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14040 | 2024.11.01 08:26:50.488219 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14041 | 2024.11.01 08:26:50.488229 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58765, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14042 | 2024.11.01 08:26:50.488368 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14043 | 2024.11.01 08:26:50.488419 [ 286 ] {} <Debug> HTTP-Session: c7d3470a-4ead-4fe2-858b-a83ea0e95c1f Authenticating user 'default' from [fd00:1122:3344:101::d]:58765 | ||
| 14044 | 2024.11.01 08:26:50.488453 [ 286 ] {} <Debug> HTTP-Session: c7d3470a-4ead-4fe2-858b-a83ea0e95c1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14045 | 2024.11.01 08:26:50.488480 [ 286 ] {} <Debug> HTTP-Session: c7d3470a-4ead-4fe2-858b-a83ea0e95c1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14046 | 2024.11.01 08:26:50.488547 [ 286 ] {} <Trace> HTTP-Session: c7d3470a-4ead-4fe2-858b-a83ea0e95c1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14047 | 2024.11.01 08:26:50.488722 [ 286 ] {bfb7a3d6-11e3-444a-95ed-e4b57ce84adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58765) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 14048 | 2024.11.01 08:26:50.488771 [ 286 ] {bfb7a3d6-11e3-444a-95ed-e4b57ce84adb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14049 | 2024.11.01 08:26:50.489037 [ 286 ] {bfb7a3d6-11e3-444a-95ed-e4b57ce84adb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14050 | 2024.11.01 08:26:50.489355 [ 286 ] {bfb7a3d6-11e3-444a-95ed-e4b57ce84adb} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14051 | 2024.11.01 08:26:50.489392 [ 286 ] {bfb7a3d6-11e3-444a-95ed-e4b57ce84adb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14052 | 2024.11.01 08:26:50.489750 [ 286 ] {bfb7a3d6-11e3-444a-95ed-e4b57ce84adb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 14053 | 2024.11.01 08:26:50.490139 [ 286 ] {bfb7a3d6-11e3-444a-95ed-e4b57ce84adb} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14054 | 2024.11.01 08:26:50.490276 [ 286 ] {bfb7a3d6-11e3-444a-95ed-e4b57ce84adb} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001593 sec., 3766.478342749529 rows/sec., 222.53 KiB/sec. | ||
| 14055 | 2024.11.01 08:26:50.490609 [ 286 ] {bfb7a3d6-11e3-444a-95ed-e4b57ce84adb} <Debug> DynamicQueryHandler: Done processing query | ||
| 14056 | 2024.11.01 08:26:50.490647 [ 286 ] {bfb7a3d6-11e3-444a-95ed-e4b57ce84adb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14057 | 2024.11.01 08:26:50.490664 [ 286 ] {} <Debug> HTTP-Session: c7d3470a-4ead-4fe2-858b-a83ea0e95c1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14058 | 2024.11.01 08:26:50.490867 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58765, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14059 | 2024.11.01 08:26:50.491049 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43241, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14060 | 2024.11.01 08:26:50.491132 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14061 | 2024.11.01 08:26:50.491158 [ 305 ] {} <Debug> HTTP-Session: 0c9bf19c-fc4f-4718-abec-3a4f8f622893 Authenticating user 'default' from [fd00:1122:3344:101::d]:43241 | ||
| 14062 | 2024.11.01 08:26:50.491179 [ 305 ] {} <Debug> HTTP-Session: 0c9bf19c-fc4f-4718-abec-3a4f8f622893 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14063 | 2024.11.01 08:26:50.491197 [ 305 ] {} <Debug> HTTP-Session: 0c9bf19c-fc4f-4718-abec-3a4f8f622893 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14064 | 2024.11.01 08:26:50.491244 [ 305 ] {} <Trace> HTTP-Session: 0c9bf19c-fc4f-4718-abec-3a4f8f622893 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14065 | 2024.11.01 08:26:50.491521 [ 305 ] {5aefc9c9-6a7e-4f36-99e2-a4d73f1317fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43241) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14066 | 2024.11.01 08:26:50.491579 [ 305 ] {5aefc9c9-6a7e-4f36-99e2-a4d73f1317fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14067 | 2024.11.01 08:26:50.491857 [ 305 ] {5aefc9c9-6a7e-4f36-99e2-a4d73f1317fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14068 | 2024.11.01 08:26:50.492455 [ 305 ] {5aefc9c9-6a7e-4f36-99e2-a4d73f1317fe} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14069 | 2024.11.01 08:26:50.492492 [ 305 ] {5aefc9c9-6a7e-4f36-99e2-a4d73f1317fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14070 | 2024.11.01 08:26:50.492888 [ 305 ] {5aefc9c9-6a7e-4f36-99e2-a4d73f1317fe} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 14071 | 2024.11.01 08:26:50.493267 [ 305 ] {5aefc9c9-6a7e-4f36-99e2-a4d73f1317fe} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14072 | 2024.11.01 08:26:50.493441 [ 305 ] {5aefc9c9-6a7e-4f36-99e2-a4d73f1317fe} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.002063 sec., 205525.93310712551 rows/sec., 14.70 MiB/sec. | ||
| 14073 | 2024.11.01 08:26:50.493465 [ 114 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 14074 | 2024.11.01 08:26:50.493598 [ 114 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14075 | 2024.11.01 08:26:50.493669 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14076 | 2024.11.01 08:26:50.493782 [ 305 ] {5aefc9c9-6a7e-4f36-99e2-a4d73f1317fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 14077 | 2024.11.01 08:26:50.493846 [ 305 ] {5aefc9c9-6a7e-4f36-99e2-a4d73f1317fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 14078 | 2024.11.01 08:26:50.493903 [ 305 ] {} <Debug> HTTP-Session: 0c9bf19c-fc4f-4718-abec-3a4f8f622893 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14079 | 2024.11.01 08:26:50.494041 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 14080 | 2024.11.01 08:26:50.494267 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43241, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14081 | 2024.11.01 08:26:50.494434 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49142, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14082 | 2024.11.01 08:26:50.494689 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14083 | 2024.11.01 08:26:50.494700 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14084 | 2024.11.01 08:26:50.494723 [ 286 ] {} <Debug> HTTP-Session: ff0b67a6-d199-4548-88ab-8998c159d45b Authenticating user 'default' from [fd00:1122:3344:101::d]:49142 | ||
| 14085 | 2024.11.01 08:26:50.494767 [ 286 ] {} <Debug> HTTP-Session: ff0b67a6-d199-4548-88ab-8998c159d45b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14086 | 2024.11.01 08:26:50.494771 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 916 rows starting from the beginning of the part | ||
| 14087 | 2024.11.01 08:26:50.494786 [ 286 ] {} <Debug> HTTP-Session: ff0b67a6-d199-4548-88ab-8998c159d45b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14088 | 2024.11.01 08:26:50.494930 [ 286 ] {} <Trace> HTTP-Session: ff0b67a6-d199-4548-88ab-8998c159d45b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14089 | 2024.11.01 08:26:50.495009 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part | ||
| 14090 | 2024.11.01 08:26:50.495316 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 424 rows starting from the beginning of the part | ||
| 14091 | 2024.11.01 08:26:50.495501 [ 286 ] {264e02cb-8518-4e03-abac-bb2a5382aed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49142) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14092 | 2024.11.01 08:26:50.495604 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 66 rows starting from the beginning of the part | ||
| 14093 | 2024.11.01 08:26:50.495735 [ 286 ] {264e02cb-8518-4e03-abac-bb2a5382aed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14094 | 2024.11.01 08:26:50.495921 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part | ||
| 14095 | 2024.11.01 08:26:50.496213 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 424 rows starting from the beginning of the part | ||
| 14096 | 2024.11.01 08:26:50.496946 [ 286 ] {264e02cb-8518-4e03-abac-bb2a5382aed9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14097 | 2024.11.01 08:26:50.497553 [ 286 ] {264e02cb-8518-4e03-abac-bb2a5382aed9} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14098 | 2024.11.01 08:26:50.497607 [ 286 ] {264e02cb-8518-4e03-abac-bb2a5382aed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14099 | 2024.11.01 08:26:50.498554 [ 286 ] {264e02cb-8518-4e03-abac-bb2a5382aed9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 14100 | 2024.11.01 08:26:50.499234 [ 286 ] {264e02cb-8518-4e03-abac-bb2a5382aed9} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14101 | 2024.11.01 08:26:50.499507 [ 195 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1958 rows, containing 5 columns (5 merged, 0 gathered) in 0.005689749 sec., 344127.65835540375 rows/sec., 26.35 MiB/sec. | ||
| 14102 | 2024.11.01 08:26:50.499651 [ 286 ] {264e02cb-8518-4e03-abac-bb2a5382aed9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004394 sec., 1365.4984069185252 rows/sec., 71.34 KiB/sec. | ||
| 14103 | 2024.11.01 08:26:50.500009 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 14104 | 2024.11.01 08:26:50.500402 [ 286 ] {264e02cb-8518-4e03-abac-bb2a5382aed9} <Debug> DynamicQueryHandler: Done processing query | ||
| 14105 | 2024.11.01 08:26:50.500434 [ 286 ] {264e02cb-8518-4e03-abac-bb2a5382aed9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14106 | 2024.11.01 08:26:50.500458 [ 286 ] {} <Debug> HTTP-Session: ff0b67a6-d199-4548-88ab-8998c159d45b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14107 | 2024.11.01 08:26:50.500720 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14108 | 2024.11.01 08:26:50.500843 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56151, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14109 | 2024.11.01 08:26:50.500962 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14110 | 2024.11.01 08:26:50.501020 [ 305 ] {} <Debug> HTTP-Session: 974be23f-3511-499e-be83-4d51bdff923b Authenticating user 'default' from [fd00:1122:3344:101::d]:56151 | ||
| 14111 | 2024.11.01 08:26:50.501071 [ 305 ] {} <Debug> HTTP-Session: 974be23f-3511-499e-be83-4d51bdff923b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14112 | 2024.11.01 08:26:50.501097 [ 305 ] {} <Debug> HTTP-Session: 974be23f-3511-499e-be83-4d51bdff923b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14113 | 2024.11.01 08:26:50.501169 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_81_16} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14114 | 2024.11.01 08:26:50.501179 [ 305 ] {} <Trace> HTTP-Session: 974be23f-3511-499e-be83-4d51bdff923b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14115 | 2024.11.01 08:26:50.501358 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_81_16} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 14116 | 2024.11.01 08:26:50.501482 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 14117 | 2024.11.01 08:26:50.501546 [ 305 ] {9ef54f2c-d613-463f-9db9-5fc8544780db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56151) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14118 | 2024.11.01 08:26:50.501602 [ 305 ] {9ef54f2c-d613-463f-9db9-5fc8544780db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14119 | 2024.11.01 08:26:50.501778 [ 305 ] {9ef54f2c-d613-463f-9db9-5fc8544780db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14120 | 2024.11.01 08:26:50.502225 [ 305 ] {9ef54f2c-d613-463f-9db9-5fc8544780db} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14121 | 2024.11.01 08:26:50.502262 [ 305 ] {9ef54f2c-d613-463f-9db9-5fc8544780db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14122 | 2024.11.01 08:26:50.502670 [ 305 ] {9ef54f2c-d613-463f-9db9-5fc8544780db} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 14123 | 2024.11.01 08:26:50.503025 [ 305 ] {9ef54f2c-d613-463f-9db9-5fc8544780db} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14124 | 2024.11.01 08:26:50.503186 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 14125 | 2024.11.01 08:26:50.503186 [ 305 ] {9ef54f2c-d613-463f-9db9-5fc8544780db} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001823 sec., 130005.48546352168 rows/sec., 8.71 MiB/sec. | ||
| 14126 | 2024.11.01 08:26:50.503232 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14127 | 2024.11.01 08:26:50.503298 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14128 | 2024.11.01 08:26:50.503519 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 14129 | 2024.11.01 08:26:50.503564 [ 305 ] {9ef54f2c-d613-463f-9db9-5fc8544780db} <Debug> DynamicQueryHandler: Done processing query | ||
| 14130 | 2024.11.01 08:26:50.503616 [ 305 ] {9ef54f2c-d613-463f-9db9-5fc8544780db} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 14131 | 2024.11.01 08:26:50.503661 [ 305 ] {} <Debug> HTTP-Session: 974be23f-3511-499e-be83-4d51bdff923b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14132 | 2024.11.01 08:26:50.503776 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14133 | 2024.11.01 08:26:50.503820 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 15271 rows starting from the beginning of the part | ||
| 14134 | 2024.11.01 08:26:50.503926 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56151, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14135 | 2024.11.01 08:26:50.504117 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
| 14136 | 2024.11.01 08:26:50.504249 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59295, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14137 | 2024.11.01 08:26:50.504483 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 237 rows starting from the beginning of the part | ||
| 14138 | 2024.11.01 08:26:50.504498 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14139 | 2024.11.01 08:26:50.504574 [ 286 ] {} <Debug> HTTP-Session: 07af65a9-21f4-458b-94b3-40032f26aff3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59295 | ||
| 14140 | 2024.11.01 08:26:50.504690 [ 286 ] {} <Debug> HTTP-Session: 07af65a9-21f4-458b-94b3-40032f26aff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14141 | 2024.11.01 08:26:50.504750 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 129 rows starting from the beginning of the part | ||
| 14142 | 2024.11.01 08:26:50.504756 [ 286 ] {} <Debug> HTTP-Session: 07af65a9-21f4-458b-94b3-40032f26aff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14143 | 2024.11.01 08:26:50.504904 [ 286 ] {} <Trace> HTTP-Session: 07af65a9-21f4-458b-94b3-40032f26aff3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14144 | 2024.11.01 08:26:50.505042 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part | ||
| 14145 | 2024.11.01 08:26:50.505313 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 237 rows starting from the beginning of the part | ||
| 14146 | 2024.11.01 08:26:50.505347 [ 286 ] {8b7b36cc-21b6-4eb6-86e5-64a51cb41597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59295) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 14147 | 2024.11.01 08:26:50.505601 [ 286 ] {8b7b36cc-21b6-4eb6-86e5-64a51cb41597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14148 | 2024.11.01 08:26:50.506184 [ 286 ] {8b7b36cc-21b6-4eb6-86e5-64a51cb41597} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14149 | 2024.11.01 08:26:50.506685 [ 286 ] {8b7b36cc-21b6-4eb6-86e5-64a51cb41597} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14150 | 2024.11.01 08:26:50.506722 [ 286 ] {8b7b36cc-21b6-4eb6-86e5-64a51cb41597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14151 | 2024.11.01 08:26:50.507248 [ 286 ] {8b7b36cc-21b6-4eb6-86e5-64a51cb41597} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 14152 | 2024.11.01 08:26:50.507804 [ 286 ] {8b7b36cc-21b6-4eb6-86e5-64a51cb41597} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14153 | 2024.11.01 08:26:50.508262 [ 286 ] {8b7b36cc-21b6-4eb6-86e5-64a51cb41597} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003081 sec., 324.5699448231094 rows/sec., 21.87 KiB/sec. | ||
| 14154 | 2024.11.01 08:26:50.509351 [ 286 ] {8b7b36cc-21b6-4eb6-86e5-64a51cb41597} <Debug> DynamicQueryHandler: Done processing query | ||
| 14155 | 2024.11.01 08:26:50.509472 [ 286 ] {8b7b36cc-21b6-4eb6-86e5-64a51cb41597} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 14156 | 2024.11.01 08:26:50.509618 [ 286 ] {} <Debug> HTTP-Session: 07af65a9-21f4-458b-94b3-40032f26aff3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14157 | 2024.11.01 08:26:50.509997 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14158 | 2024.11.01 08:26:50.510088 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62818, User-Agent: (none), Length: 70783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14159 | 2024.11.01 08:26:50.510256 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14160 | 2024.11.01 08:26:50.510338 [ 305 ] {} <Debug> HTTP-Session: 26362bc1-6fa9-47db-8357-0793f35ec306 Authenticating user 'default' from [fd00:1122:3344:101::d]:62818 | ||
| 14161 | 2024.11.01 08:26:50.510362 [ 305 ] {} <Debug> HTTP-Session: 26362bc1-6fa9-47db-8357-0793f35ec306 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14162 | 2024.11.01 08:26:50.510379 [ 305 ] {} <Debug> HTTP-Session: 26362bc1-6fa9-47db-8357-0793f35ec306 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14163 | 2024.11.01 08:26:50.510432 [ 305 ] {} <Trace> HTTP-Session: 26362bc1-6fa9-47db-8357-0793f35ec306 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14164 | 2024.11.01 08:26:50.511565 [ 305 ] {810f286f-1b01-458c-86e3-377827142cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62818) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14165 | 2024.11.01 08:26:50.511675 [ 305 ] {810f286f-1b01-458c-86e3-377827142cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14166 | 2024.11.01 08:26:50.512180 [ 305 ] {810f286f-1b01-458c-86e3-377827142cfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14167 | 2024.11.01 08:26:50.513117 [ 305 ] {810f286f-1b01-458c-86e3-377827142cfb} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14168 | 2024.11.01 08:26:50.513152 [ 305 ] {810f286f-1b01-458c-86e3-377827142cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14169 | 2024.11.01 08:26:50.513768 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16194 rows, containing 5 columns (5 merged, 0 gathered) in 0.010363224 sec., 1562641.1240363037 rows/sec., 106.62 MiB/sec. | ||
| 14170 | 2024.11.01 08:26:50.514284 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 14171 | 2024.11.01 08:26:50.514601 [ 305 ] {810f286f-1b01-458c-86e3-377827142cfb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 14172 | 2024.11.01 08:26:50.515184 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14173 | 2024.11.01 08:26:50.515372 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 14174 | 2024.11.01 08:26:50.515545 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.10 MiB. | ||
| 14175 | 2024.11.01 08:26:50.515661 [ 305 ] {810f286f-1b01-458c-86e3-377827142cfb} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14176 | 2024.11.01 08:26:50.515861 [ 114 ] {} <Debug> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 14177 | 2024.11.01 08:26:50.515876 [ 305 ] {810f286f-1b01-458c-86e3-377827142cfb} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.005325 sec., 7887.323943661972 rows/sec., 14.13 MiB/sec. | ||
| 14178 | 2024.11.01 08:26:50.515914 [ 114 ] {} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14179 | 2024.11.01 08:26:50.515979 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14180 | 2024.11.01 08:26:50.516458 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 14181 | 2024.11.01 08:26:50.516901 [ 305 ] {810f286f-1b01-458c-86e3-377827142cfb} <Debug> DynamicQueryHandler: Done processing query | ||
| 14182 | 2024.11.01 08:26:50.516987 [ 305 ] {810f286f-1b01-458c-86e3-377827142cfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 14183 | 2024.11.01 08:26:50.517053 [ 305 ] {} <Debug> HTTP-Session: 26362bc1-6fa9-47db-8357-0793f35ec306 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14184 | 2024.11.01 08:26:50.517340 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62818, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14185 | 2024.11.01 08:26:50.517473 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14186 | 2024.11.01 08:26:50.517515 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14187 | 2024.11.01 08:26:50.517613 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14188 | 2024.11.01 08:26:50.517656 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 863 rows starting from the beginning of the part | ||
| 14189 | 2024.11.01 08:26:50.517670 [ 286 ] {} <Debug> HTTP-Session: c09ddc87-bb1f-4cf2-b6cc-69ef11db69b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 | ||
| 14190 | 2024.11.01 08:26:50.517737 [ 286 ] {} <Debug> HTTP-Session: c09ddc87-bb1f-4cf2-b6cc-69ef11db69b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14191 | 2024.11.01 08:26:50.517787 [ 286 ] {} <Debug> HTTP-Session: c09ddc87-bb1f-4cf2-b6cc-69ef11db69b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14192 | 2024.11.01 08:26:50.518007 [ 286 ] {} <Trace> HTTP-Session: c09ddc87-bb1f-4cf2-b6cc-69ef11db69b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14193 | 2024.11.01 08:26:50.518239 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 42 rows starting from the beginning of the part | ||
| 14194 | 2024.11.01 08:26:50.518542 [ 286 ] {9f6793ad-93de-4f18-9b79-80e8f1cf7f3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14195 | 2024.11.01 08:26:50.518793 [ 286 ] {9f6793ad-93de-4f18-9b79-80e8f1cf7f3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14196 | 2024.11.01 08:26:50.518860 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 42 rows starting from the beginning of the part | ||
| 14197 | 2024.11.01 08:26:50.519076 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37036, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14198 | 2024.11.01 08:26:50.519875 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 42 rows starting from the beginning of the part | ||
| 14199 | 2024.11.01 08:26:50.519884 [ 286 ] {9f6793ad-93de-4f18-9b79-80e8f1cf7f3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14200 | 2024.11.01 08:26:50.520452 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 42 rows starting from the beginning of the part | ||
| 14201 | 2024.11.01 08:26:50.521001 [ 192 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 42 rows starting from the beginning of the part | ||
| 14202 | 2024.11.01 08:26:50.521266 [ 286 ] {9f6793ad-93de-4f18-9b79-80e8f1cf7f3f} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14203 | 2024.11.01 08:26:50.521404 [ 286 ] {9f6793ad-93de-4f18-9b79-80e8f1cf7f3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14204 | 2024.11.01 08:26:50.522616 [ 286 ] {9f6793ad-93de-4f18-9b79-80e8f1cf7f3f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 14205 | 2024.11.01 08:26:50.523445 [ 286 ] {9f6793ad-93de-4f18-9b79-80e8f1cf7f3f} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14206 | 2024.11.01 08:26:50.523609 [ 114 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 14207 | 2024.11.01 08:26:50.523613 [ 286 ] {9f6793ad-93de-4f18-9b79-80e8f1cf7f3f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00532 sec., 15413.533834586466 rows/sec., 1002.45 KiB/sec. | ||
| 14208 | 2024.11.01 08:26:50.523644 [ 114 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14209 | 2024.11.01 08:26:50.523683 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14210 | 2024.11.01 08:26:50.523854 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 14211 | 2024.11.01 08:26:50.523946 [ 286 ] {9f6793ad-93de-4f18-9b79-80e8f1cf7f3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 14212 | 2024.11.01 08:26:50.524016 [ 286 ] {9f6793ad-93de-4f18-9b79-80e8f1cf7f3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14213 | 2024.11.01 08:26:50.524091 [ 286 ] {} <Debug> HTTP-Session: c09ddc87-bb1f-4cf2-b6cc-69ef11db69b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14214 | 2024.11.01 08:26:50.524422 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14215 | 2024.11.01 08:26:50.524508 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4802 rows starting from the beginning of the part | ||
| 14216 | 2024.11.01 08:26:50.524648 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14217 | 2024.11.01 08:26:50.525181 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 14218 | 2024.11.01 08:26:50.525209 [ 286 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 14219 | |||
| 14220 | (version 23.8.7.1) | ||
| 14221 | 2024.11.01 08:26:50.525745 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 82 rows starting from the beginning of the part | ||
| 14222 | 2024.11.01 08:26:50.526217 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 48 rows starting from the beginning of the part | ||
| 14223 | 2024.11.01 08:26:50.526531 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
| 14224 | 2024.11.01 08:26:50.526868 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part | ||
| 14225 | 2024.11.01 08:26:50.531634 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5134 rows, containing 4 columns (4 merged, 0 gathered) in 0.007889485 sec., 650739.5603135059 rows/sec., 42.74 MiB/sec. | ||
| 14226 | 2024.11.01 08:26:50.532550 [ 197 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 14227 | 2024.11.01 08:26:50.533169 [ 197 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_81_16} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14228 | 2024.11.01 08:26:50.533340 [ 197 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_81_16} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 14229 | 2024.11.01 08:26:50.533442 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 14230 | 2024.11.01 08:26:50.534517 [ 198 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1073 rows, containing 19 columns (19 merged, 0 gathered) in 0.018399022 sec., 58318.31713663911 rows/sec., 104.50 MiB/sec. | ||
| 14231 | 2024.11.01 08:26:50.536075 [ 200 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 14232 | 2024.11.01 08:26:50.536676 [ 200 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14233 | 2024.11.01 08:26:50.536765 [ 200 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 14234 | 2024.11.01 08:26:50.536897 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.52 MiB. | ||
| 14235 | 2024.11.01 08:26:50.760390 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36739, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14236 | 2024.11.01 08:26:50.764877 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45194, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14237 | 2024.11.01 08:26:50.823303 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37449, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14238 | 2024.11.01 08:26:50.826726 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14239 | 2024.11.01 08:26:50.928232 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62954, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14240 | 2024.11.01 08:26:51.000148 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.52 MiB, peak 190.11 MiB, free memory in arenas 0.00 B, will set to 182.55 MiB (RSS), difference: 4.03 MiB | ||
| 14241 | 2024.11.01 08:26:51.102312 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49577, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14242 | 2024.11.01 08:26:51.502616 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43304, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14243 | 2024.11.01 08:26:51.587097 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40779, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14244 | 2024.11.01 08:26:51.771092 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52468, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14245 | 2024.11.01 08:26:51.909825 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45927, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14246 | 2024.11.01 08:26:51.930181 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45387, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14247 | 2024.11.01 08:26:51.964478 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61576, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14248 | 2024.11.01 08:26:52.013776 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58503, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14249 | 2024.11.01 08:26:52.196505 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45433, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14250 | 2024.11.01 08:26:52.592536 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37778, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14251 | 2024.11.01 08:26:52.889284 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14252 | 2024.11.01 08:26:52.991031 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57273, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14253 | 2024.11.01 08:26:53.025766 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49115, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14254 | 2024.11.01 08:26:53.058101 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61825, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14255 | 2024.11.01 08:26:53.098814 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54408, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14256 | 2024.11.01 08:26:53.110432 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48889, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14257 | 2024.11.01 08:26:54.018597 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1288 | ||
| 14258 | 2024.11.01 08:26:54.021453 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14259 | 2024.11.01 08:26:54.021505 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14260 | 2024.11.01 08:26:54.023049 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 14261 | 2024.11.01 08:26:54.024069 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14262 | 2024.11.01 08:26:54.024605 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1288 | ||
| 14263 | 2024.11.01 08:26:55.465116 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34665, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14264 | 2024.11.01 08:26:55.465246 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14265 | 2024.11.01 08:26:55.465273 [ 302 ] {} <Debug> HTTP-Session: 9a8d5c54-33ad-495b-9c1c-ed326b25fed4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34665 | ||
| 14266 | 2024.11.01 08:26:55.465299 [ 302 ] {} <Debug> HTTP-Session: 9a8d5c54-33ad-495b-9c1c-ed326b25fed4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14267 | 2024.11.01 08:26:55.465315 [ 302 ] {} <Debug> HTTP-Session: 9a8d5c54-33ad-495b-9c1c-ed326b25fed4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14268 | 2024.11.01 08:26:55.465369 [ 302 ] {} <Trace> HTTP-Session: 9a8d5c54-33ad-495b-9c1c-ed326b25fed4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14269 | 2024.11.01 08:26:55.465557 [ 302 ] {24684139-3358-4868-96cc-8ad8d7725a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34665) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14270 | 2024.11.01 08:26:55.465625 [ 302 ] {24684139-3358-4868-96cc-8ad8d7725a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14271 | 2024.11.01 08:26:55.465965 [ 302 ] {24684139-3358-4868-96cc-8ad8d7725a4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14272 | 2024.11.01 08:26:55.466403 [ 302 ] {24684139-3358-4868-96cc-8ad8d7725a4d} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14273 | 2024.11.01 08:26:55.466445 [ 302 ] {24684139-3358-4868-96cc-8ad8d7725a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14274 | 2024.11.01 08:26:55.466868 [ 302 ] {24684139-3358-4868-96cc-8ad8d7725a4d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 14275 | 2024.11.01 08:26:55.467322 [ 302 ] {24684139-3358-4868-96cc-8ad8d7725a4d} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14276 | 2024.11.01 08:26:55.467496 [ 302 ] {24684139-3358-4868-96cc-8ad8d7725a4d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001984 sec., 1008.0645161290322 rows/sec., 82.20 KiB/sec. | ||
| 14277 | 2024.11.01 08:26:55.467697 [ 302 ] {24684139-3358-4868-96cc-8ad8d7725a4d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14278 | 2024.11.01 08:26:55.467724 [ 302 ] {24684139-3358-4868-96cc-8ad8d7725a4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14279 | 2024.11.01 08:26:55.467741 [ 302 ] {} <Debug> HTTP-Session: 9a8d5c54-33ad-495b-9c1c-ed326b25fed4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14280 | 2024.11.01 08:26:55.467949 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14281 | 2024.11.01 08:26:55.468088 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64305, User-Agent: (none), Length: 7929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14282 | 2024.11.01 08:26:55.468205 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14283 | 2024.11.01 08:26:55.468231 [ 303 ] {} <Debug> HTTP-Session: a4049304-d33f-4898-8f85-eb6167a6a506 Authenticating user 'default' from [fd00:1122:3344:101::d]:64305 | ||
| 14284 | 2024.11.01 08:26:55.468255 [ 303 ] {} <Debug> HTTP-Session: a4049304-d33f-4898-8f85-eb6167a6a506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14285 | 2024.11.01 08:26:55.468269 [ 303 ] {} <Debug> HTTP-Session: a4049304-d33f-4898-8f85-eb6167a6a506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14286 | 2024.11.01 08:26:55.468326 [ 303 ] {} <Trace> HTTP-Session: a4049304-d33f-4898-8f85-eb6167a6a506 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14287 | 2024.11.01 08:26:55.468520 [ 303 ] {9b469261-52a1-4b17-99a1-e2dad82c2691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64305) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14288 | 2024.11.01 08:26:55.468595 [ 303 ] {9b469261-52a1-4b17-99a1-e2dad82c2691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14289 | 2024.11.01 08:26:55.468955 [ 303 ] {9b469261-52a1-4b17-99a1-e2dad82c2691} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14290 | 2024.11.01 08:26:55.469368 [ 303 ] {9b469261-52a1-4b17-99a1-e2dad82c2691} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14291 | 2024.11.01 08:26:55.469410 [ 303 ] {9b469261-52a1-4b17-99a1-e2dad82c2691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14292 | 2024.11.01 08:26:55.469834 [ 303 ] {9b469261-52a1-4b17-99a1-e2dad82c2691} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 14293 | 2024.11.01 08:26:55.470234 [ 303 ] {9b469261-52a1-4b17-99a1-e2dad82c2691} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14294 | 2024.11.01 08:26:55.470404 [ 303 ] {9b469261-52a1-4b17-99a1-e2dad82c2691} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001952 sec., 29200.819672131147 rows/sec., 2.23 MiB/sec. | ||
| 14295 | 2024.11.01 08:26:55.470614 [ 303 ] {9b469261-52a1-4b17-99a1-e2dad82c2691} <Debug> DynamicQueryHandler: Done processing query | ||
| 14296 | 2024.11.01 08:26:55.470641 [ 303 ] {9b469261-52a1-4b17-99a1-e2dad82c2691} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 14297 | 2024.11.01 08:26:55.470657 [ 303 ] {} <Debug> HTTP-Session: a4049304-d33f-4898-8f85-eb6167a6a506 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14298 | 2024.11.01 08:26:55.470837 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34665, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14299 | 2024.11.01 08:26:55.470846 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64305, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14300 | 2024.11.01 08:26:55.470940 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14301 | 2024.11.01 08:26:55.470984 [ 302 ] {} <Debug> HTTP-Session: 235143e1-9ead-4754-80a6-3d32264703de Authenticating user 'default' from [fd00:1122:3344:101::d]:34665 | ||
| 14302 | 2024.11.01 08:26:55.471005 [ 302 ] {} <Debug> HTTP-Session: 235143e1-9ead-4754-80a6-3d32264703de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14303 | 2024.11.01 08:26:55.471034 [ 302 ] {} <Debug> HTTP-Session: 235143e1-9ead-4754-80a6-3d32264703de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14304 | 2024.11.01 08:26:55.471085 [ 302 ] {} <Trace> HTTP-Session: 235143e1-9ead-4754-80a6-3d32264703de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14305 | 2024.11.01 08:26:55.471211 [ 302 ] {c9700137-4165-4458-9d8f-e95c32fdc985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34665) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14306 | 2024.11.01 08:26:55.471265 [ 302 ] {c9700137-4165-4458-9d8f-e95c32fdc985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14307 | 2024.11.01 08:26:55.471582 [ 302 ] {c9700137-4165-4458-9d8f-e95c32fdc985} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14308 | 2024.11.01 08:26:55.471911 [ 302 ] {c9700137-4165-4458-9d8f-e95c32fdc985} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14309 | 2024.11.01 08:26:55.471947 [ 302 ] {c9700137-4165-4458-9d8f-e95c32fdc985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14310 | 2024.11.01 08:26:55.472308 [ 302 ] {c9700137-4165-4458-9d8f-e95c32fdc985} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14311 | 2024.11.01 08:26:55.472691 [ 302 ] {c9700137-4165-4458-9d8f-e95c32fdc985} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14312 | 2024.11.01 08:26:55.472846 [ 302 ] {c9700137-4165-4458-9d8f-e95c32fdc985} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001665 sec., 1201.2012012012012 rows/sec., 83.87 KiB/sec. | ||
| 14313 | 2024.11.01 08:26:55.473160 [ 302 ] {c9700137-4165-4458-9d8f-e95c32fdc985} <Debug> DynamicQueryHandler: Done processing query | ||
| 14314 | 2024.11.01 08:26:55.473221 [ 302 ] {c9700137-4165-4458-9d8f-e95c32fdc985} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14315 | 2024.11.01 08:26:55.473263 [ 302 ] {} <Debug> HTTP-Session: 235143e1-9ead-4754-80a6-3d32264703de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14316 | 2024.11.01 08:26:55.473470 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14317 | 2024.11.01 08:26:55.473624 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58069, User-Agent: (none), Length: 11213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14318 | 2024.11.01 08:26:55.473697 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14319 | 2024.11.01 08:26:55.473727 [ 303 ] {} <Debug> HTTP-Session: 609ef59f-31ca-4439-a4a5-e9e5119e8456 Authenticating user 'default' from [fd00:1122:3344:101::d]:58069 | ||
| 14320 | 2024.11.01 08:26:55.473750 [ 303 ] {} <Debug> HTTP-Session: 609ef59f-31ca-4439-a4a5-e9e5119e8456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14321 | 2024.11.01 08:26:55.473768 [ 303 ] {} <Debug> HTTP-Session: 609ef59f-31ca-4439-a4a5-e9e5119e8456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14322 | 2024.11.01 08:26:55.473835 [ 303 ] {} <Trace> HTTP-Session: 609ef59f-31ca-4439-a4a5-e9e5119e8456 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14323 | 2024.11.01 08:26:55.473977 [ 303 ] {44d8aee5-c2b2-4ba2-878c-a831686f8d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58069) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14324 | 2024.11.01 08:26:55.474027 [ 303 ] {44d8aee5-c2b2-4ba2-878c-a831686f8d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14325 | 2024.11.01 08:26:55.474296 [ 303 ] {44d8aee5-c2b2-4ba2-878c-a831686f8d03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14326 | 2024.11.01 08:26:55.474694 [ 303 ] {44d8aee5-c2b2-4ba2-878c-a831686f8d03} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14327 | 2024.11.01 08:26:55.474734 [ 303 ] {44d8aee5-c2b2-4ba2-878c-a831686f8d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14328 | 2024.11.01 08:26:55.475106 [ 303 ] {44d8aee5-c2b2-4ba2-878c-a831686f8d03} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 14329 | 2024.11.01 08:26:55.475533 [ 303 ] {44d8aee5-c2b2-4ba2-878c-a831686f8d03} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14330 | 2024.11.01 08:26:55.475695 [ 303 ] {44d8aee5-c2b2-4ba2-878c-a831686f8d03} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001764 sec., 37414.965986394556 rows/sec., 2.92 MiB/sec. | ||
| 14331 | 2024.11.01 08:26:55.475886 [ 303 ] {44d8aee5-c2b2-4ba2-878c-a831686f8d03} <Debug> DynamicQueryHandler: Done processing query | ||
| 14332 | 2024.11.01 08:26:55.475911 [ 303 ] {44d8aee5-c2b2-4ba2-878c-a831686f8d03} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14333 | 2024.11.01 08:26:55.475928 [ 303 ] {} <Debug> HTTP-Session: 609ef59f-31ca-4439-a4a5-e9e5119e8456 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14334 | 2024.11.01 08:26:55.476123 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34665, User-Agent: (none), Length: 24682, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14335 | 2024.11.01 08:26:55.476142 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58069, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14336 | 2024.11.01 08:26:55.476224 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14337 | 2024.11.01 08:26:55.476253 [ 302 ] {} <Debug> HTTP-Session: b82c56bf-922e-40ff-a81e-b23537162672 Authenticating user 'default' from [fd00:1122:3344:101::d]:34665 | ||
| 14338 | 2024.11.01 08:26:55.476284 [ 302 ] {} <Debug> HTTP-Session: b82c56bf-922e-40ff-a81e-b23537162672 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14339 | 2024.11.01 08:26:55.476302 [ 302 ] {} <Debug> HTTP-Session: b82c56bf-922e-40ff-a81e-b23537162672 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14340 | 2024.11.01 08:26:55.476351 [ 302 ] {} <Trace> HTTP-Session: b82c56bf-922e-40ff-a81e-b23537162672 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14341 | 2024.11.01 08:26:55.476520 [ 302 ] {e8b174ca-2dce-4640-84eb-9948c75f9fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14342 | 2024.11.01 08:26:55.476572 [ 302 ] {e8b174ca-2dce-4640-84eb-9948c75f9fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14343 | 2024.11.01 08:26:55.476759 [ 302 ] {e8b174ca-2dce-4640-84eb-9948c75f9fbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14344 | 2024.11.01 08:26:55.477174 [ 302 ] {e8b174ca-2dce-4640-84eb-9948c75f9fbd} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14345 | 2024.11.01 08:26:55.477212 [ 302 ] {e8b174ca-2dce-4640-84eb-9948c75f9fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14346 | 2024.11.01 08:26:55.477634 [ 302 ] {e8b174ca-2dce-4640-84eb-9948c75f9fbd} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 14347 | 2024.11.01 08:26:55.477999 [ 302 ] {e8b174ca-2dce-4640-84eb-9948c75f9fbd} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14348 | 2024.11.01 08:26:55.478151 [ 302 ] {e8b174ca-2dce-4640-84eb-9948c75f9fbd} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001701 sec., 75837.74250440917 rows/sec., 5.28 MiB/sec. | ||
| 14349 | 2024.11.01 08:26:55.478332 [ 302 ] {e8b174ca-2dce-4640-84eb-9948c75f9fbd} <Debug> DynamicQueryHandler: Done processing query | ||
| 14350 | 2024.11.01 08:26:55.478356 [ 302 ] {e8b174ca-2dce-4640-84eb-9948c75f9fbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14351 | 2024.11.01 08:26:55.478373 [ 302 ] {} <Debug> HTTP-Session: b82c56bf-922e-40ff-a81e-b23537162672 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14352 | 2024.11.01 08:26:55.478564 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14353 | 2024.11.01 08:26:55.478660 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61517, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14354 | 2024.11.01 08:26:55.478748 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14355 | 2024.11.01 08:26:55.478774 [ 303 ] {} <Debug> HTTP-Session: e170c80a-1201-4393-aa1b-bb899401c9c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61517 | ||
| 14356 | 2024.11.01 08:26:55.478792 [ 303 ] {} <Debug> HTTP-Session: e170c80a-1201-4393-aa1b-bb899401c9c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14357 | 2024.11.01 08:26:55.478806 [ 303 ] {} <Debug> HTTP-Session: e170c80a-1201-4393-aa1b-bb899401c9c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14358 | 2024.11.01 08:26:55.478846 [ 303 ] {} <Trace> HTTP-Session: e170c80a-1201-4393-aa1b-bb899401c9c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14359 | 2024.11.01 08:26:55.478979 [ 303 ] {e77b05b8-16d5-487e-adf2-63b1d38dd75c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61517) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14360 | 2024.11.01 08:26:55.479031 [ 303 ] {e77b05b8-16d5-487e-adf2-63b1d38dd75c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14361 | 2024.11.01 08:26:55.479223 [ 303 ] {e77b05b8-16d5-487e-adf2-63b1d38dd75c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14362 | 2024.11.01 08:26:55.479597 [ 303 ] {e77b05b8-16d5-487e-adf2-63b1d38dd75c} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14363 | 2024.11.01 08:26:55.479644 [ 303 ] {e77b05b8-16d5-487e-adf2-63b1d38dd75c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14364 | 2024.11.01 08:26:55.480094 [ 303 ] {e77b05b8-16d5-487e-adf2-63b1d38dd75c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 14365 | 2024.11.01 08:26:55.480441 [ 303 ] {e77b05b8-16d5-487e-adf2-63b1d38dd75c} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14366 | 2024.11.01 08:26:55.480598 [ 303 ] {e77b05b8-16d5-487e-adf2-63b1d38dd75c} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001663 sec., 28863.499699338547 rows/sec., 1.95 MiB/sec. | ||
| 14367 | 2024.11.01 08:26:55.480776 [ 303 ] {e77b05b8-16d5-487e-adf2-63b1d38dd75c} <Debug> DynamicQueryHandler: Done processing query | ||
| 14368 | 2024.11.01 08:26:55.480804 [ 303 ] {e77b05b8-16d5-487e-adf2-63b1d38dd75c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14369 | 2024.11.01 08:26:55.480820 [ 303 ] {} <Debug> HTTP-Session: e170c80a-1201-4393-aa1b-bb899401c9c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14370 | 2024.11.01 08:26:55.481014 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14371 | 2024.11.01 08:26:58.639982 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14372 | 2024.11.01 08:26:58.640061 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14373 | 2024.11.01 08:27:00.467256 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49550, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14374 | 2024.11.01 08:27:00.467383 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14375 | 2024.11.01 08:27:00.467408 [ 302 ] {} <Debug> HTTP-Session: f8aac4fe-6e84-44b8-ac27-21fda460d216 Authenticating user 'default' from [fd00:1122:3344:101::d]:49550 | ||
| 14376 | 2024.11.01 08:27:00.467432 [ 302 ] {} <Debug> HTTP-Session: f8aac4fe-6e84-44b8-ac27-21fda460d216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14377 | 2024.11.01 08:27:00.467446 [ 302 ] {} <Debug> HTTP-Session: f8aac4fe-6e84-44b8-ac27-21fda460d216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14378 | 2024.11.01 08:27:00.467497 [ 302 ] {} <Trace> HTTP-Session: f8aac4fe-6e84-44b8-ac27-21fda460d216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14379 | 2024.11.01 08:27:00.467706 [ 302 ] {69858e71-8a7e-43f6-8c4a-70b00a02dfa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49550) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14380 | 2024.11.01 08:27:00.467775 [ 302 ] {69858e71-8a7e-43f6-8c4a-70b00a02dfa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14381 | 2024.11.01 08:27:00.468118 [ 302 ] {69858e71-8a7e-43f6-8c4a-70b00a02dfa5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14382 | 2024.11.01 08:27:00.468602 [ 302 ] {69858e71-8a7e-43f6-8c4a-70b00a02dfa5} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14383 | 2024.11.01 08:27:00.468644 [ 302 ] {69858e71-8a7e-43f6-8c4a-70b00a02dfa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14384 | 2024.11.01 08:27:00.469068 [ 302 ] {69858e71-8a7e-43f6-8c4a-70b00a02dfa5} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 14385 | 2024.11.01 08:27:00.469464 [ 302 ] {69858e71-8a7e-43f6-8c4a-70b00a02dfa5} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14386 | 2024.11.01 08:27:00.469654 [ 302 ] {69858e71-8a7e-43f6-8c4a-70b00a02dfa5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002006 sec., 27916.251246261218 rows/sec., 2.13 MiB/sec. | ||
| 14387 | 2024.11.01 08:27:00.469877 [ 302 ] {69858e71-8a7e-43f6-8c4a-70b00a02dfa5} <Debug> DynamicQueryHandler: Done processing query | ||
| 14388 | 2024.11.01 08:27:00.469903 [ 302 ] {69858e71-8a7e-43f6-8c4a-70b00a02dfa5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14389 | 2024.11.01 08:27:00.469920 [ 302 ] {} <Debug> HTTP-Session: f8aac4fe-6e84-44b8-ac27-21fda460d216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14390 | 2024.11.01 08:27:00.470145 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49550, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14391 | 2024.11.01 08:27:00.470280 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38536, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14392 | 2024.11.01 08:27:00.470407 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14393 | 2024.11.01 08:27:00.470437 [ 303 ] {} <Debug> HTTP-Session: 89016b7c-c784-4222-bfda-37fbdf68668b Authenticating user 'default' from [fd00:1122:3344:101::d]:38536 | ||
| 14394 | 2024.11.01 08:27:00.470466 [ 303 ] {} <Debug> HTTP-Session: 89016b7c-c784-4222-bfda-37fbdf68668b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14395 | 2024.11.01 08:27:00.470484 [ 303 ] {} <Debug> HTTP-Session: 89016b7c-c784-4222-bfda-37fbdf68668b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14396 | 2024.11.01 08:27:00.470545 [ 303 ] {} <Trace> HTTP-Session: 89016b7c-c784-4222-bfda-37fbdf68668b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14397 | 2024.11.01 08:27:00.470775 [ 303 ] {adf9e862-ba2b-42ee-9334-f9759b75afad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38536) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14398 | 2024.11.01 08:27:00.470853 [ 303 ] {adf9e862-ba2b-42ee-9334-f9759b75afad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14399 | 2024.11.01 08:27:00.471215 [ 303 ] {adf9e862-ba2b-42ee-9334-f9759b75afad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14400 | 2024.11.01 08:27:00.471637 [ 303 ] {adf9e862-ba2b-42ee-9334-f9759b75afad} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14401 | 2024.11.01 08:27:00.471675 [ 303 ] {adf9e862-ba2b-42ee-9334-f9759b75afad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14402 | 2024.11.01 08:27:00.472106 [ 303 ] {adf9e862-ba2b-42ee-9334-f9759b75afad} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 14403 | 2024.11.01 08:27:00.472507 [ 303 ] {adf9e862-ba2b-42ee-9334-f9759b75afad} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14404 | 2024.11.01 08:27:00.472650 [ 303 ] {adf9e862-ba2b-42ee-9334-f9759b75afad} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001963 sec., 32603.158430973002 rows/sec., 2.54 MiB/sec. | ||
| 14405 | 2024.11.01 08:27:00.472880 [ 303 ] {adf9e862-ba2b-42ee-9334-f9759b75afad} <Debug> DynamicQueryHandler: Done processing query | ||
| 14406 | 2024.11.01 08:27:00.472919 [ 303 ] {adf9e862-ba2b-42ee-9334-f9759b75afad} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14407 | 2024.11.01 08:27:00.472953 [ 303 ] {} <Debug> HTTP-Session: 89016b7c-c784-4222-bfda-37fbdf68668b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14408 | 2024.11.01 08:27:00.473179 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38536, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14409 | 2024.11.01 08:27:00.473213 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49550, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14410 | 2024.11.01 08:27:00.473299 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14411 | 2024.11.01 08:27:00.473337 [ 302 ] {} <Debug> HTTP-Session: 29ef525d-eef7-48e1-810b-1d6761bb1d54 Authenticating user 'default' from [fd00:1122:3344:101::d]:49550 | ||
| 14412 | 2024.11.01 08:27:00.473364 [ 302 ] {} <Debug> HTTP-Session: 29ef525d-eef7-48e1-810b-1d6761bb1d54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14413 | 2024.11.01 08:27:00.473384 [ 302 ] {} <Debug> HTTP-Session: 29ef525d-eef7-48e1-810b-1d6761bb1d54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14414 | 2024.11.01 08:27:00.473430 [ 302 ] {} <Trace> HTTP-Session: 29ef525d-eef7-48e1-810b-1d6761bb1d54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14415 | 2024.11.01 08:27:00.473634 [ 302 ] {4e12d324-89e4-439e-b4c6-9067b9bc9add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49550) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14416 | 2024.11.01 08:27:00.473696 [ 302 ] {4e12d324-89e4-439e-b4c6-9067b9bc9add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14417 | 2024.11.01 08:27:00.473921 [ 302 ] {4e12d324-89e4-439e-b4c6-9067b9bc9add} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14418 | 2024.11.01 08:27:00.474337 [ 302 ] {4e12d324-89e4-439e-b4c6-9067b9bc9add} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14419 | 2024.11.01 08:27:00.474374 [ 302 ] {4e12d324-89e4-439e-b4c6-9067b9bc9add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14420 | 2024.11.01 08:27:00.474782 [ 302 ] {4e12d324-89e4-439e-b4c6-9067b9bc9add} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 14421 | 2024.11.01 08:27:00.475153 [ 302 ] {4e12d324-89e4-439e-b4c6-9067b9bc9add} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14422 | 2024.11.01 08:27:00.475311 [ 302 ] {4e12d324-89e4-439e-b4c6-9067b9bc9add} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001772 sec., 90293.45372460497 rows/sec., 6.29 MiB/sec. | ||
| 14423 | 2024.11.01 08:27:00.475493 [ 302 ] {4e12d324-89e4-439e-b4c6-9067b9bc9add} <Debug> DynamicQueryHandler: Done processing query | ||
| 14424 | 2024.11.01 08:27:00.475519 [ 302 ] {4e12d324-89e4-439e-b4c6-9067b9bc9add} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14425 | 2024.11.01 08:27:00.475535 [ 302 ] {} <Debug> HTTP-Session: 29ef525d-eef7-48e1-810b-1d6761bb1d54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14426 | 2024.11.01 08:27:00.475695 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49550, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14427 | 2024.11.01 08:27:00.475807 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56318, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14428 | 2024.11.01 08:27:00.475919 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14429 | 2024.11.01 08:27:00.475960 [ 303 ] {} <Debug> HTTP-Session: c6232cb7-556f-4070-a529-b1c2f0c0b0a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56318 | ||
| 14430 | 2024.11.01 08:27:00.475991 [ 303 ] {} <Debug> HTTP-Session: c6232cb7-556f-4070-a529-b1c2f0c0b0a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14431 | 2024.11.01 08:27:00.476009 [ 303 ] {} <Debug> HTTP-Session: c6232cb7-556f-4070-a529-b1c2f0c0b0a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14432 | 2024.11.01 08:27:00.476055 [ 303 ] {} <Trace> HTTP-Session: c6232cb7-556f-4070-a529-b1c2f0c0b0a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14433 | 2024.11.01 08:27:00.476214 [ 303 ] {56630349-0477-4a8d-83ed-2604b0599bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14434 | 2024.11.01 08:27:00.476273 [ 303 ] {56630349-0477-4a8d-83ed-2604b0599bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14435 | 2024.11.01 08:27:00.476470 [ 303 ] {56630349-0477-4a8d-83ed-2604b0599bb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14436 | 2024.11.01 08:27:00.476811 [ 303 ] {56630349-0477-4a8d-83ed-2604b0599bb5} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14437 | 2024.11.01 08:27:00.476856 [ 303 ] {56630349-0477-4a8d-83ed-2604b0599bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14438 | 2024.11.01 08:27:00.477267 [ 303 ] {56630349-0477-4a8d-83ed-2604b0599bb5} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 14439 | 2024.11.01 08:27:00.477608 [ 303 ] {56630349-0477-4a8d-83ed-2604b0599bb5} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14440 | 2024.11.01 08:27:00.477737 [ 303 ] {56630349-0477-4a8d-83ed-2604b0599bb5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001581 sec., 37950.66413662239 rows/sec., 2.56 MiB/sec. | ||
| 14441 | 2024.11.01 08:27:00.477930 [ 303 ] {56630349-0477-4a8d-83ed-2604b0599bb5} <Debug> DynamicQueryHandler: Done processing query | ||
| 14442 | 2024.11.01 08:27:00.477959 [ 303 ] {56630349-0477-4a8d-83ed-2604b0599bb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14443 | 2024.11.01 08:27:00.477976 [ 303 ] {} <Debug> HTTP-Session: c6232cb7-556f-4070-a529-b1c2f0c0b0a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14444 | 2024.11.01 08:27:00.478185 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56318, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14445 | 2024.11.01 08:27:01.005027 [ 106 ] {} <Debug> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 | ||
| 14446 | 2024.11.01 08:27:01.005096 [ 106 ] {} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14447 | 2024.11.01 08:27:01.005123 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14448 | 2024.11.01 08:27:01.005289 [ 186 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_30_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full | ||
| 14449 | 2024.11.01 08:27:01.005821 [ 186 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14450 | 2024.11.01 08:27:01.005908 [ 186 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 26 rows starting from the beginning of the part | ||
| 14451 | 2024.11.01 08:27:01.006053 [ 186 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 14452 | 2024.11.01 08:27:01.006142 [ 186 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 14453 | 2024.11.01 08:27:01.006335 [ 186 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 14454 | 2024.11.01 08:27:01.006571 [ 186 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 14455 | 2024.11.01 08:27:01.007659 [ 188 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002466611 sec., 12162.436638772793 rows/sec., 816.37 KiB/sec. | ||
| 14456 | 2024.11.01 08:27:01.007857 [ 188 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) | ||
| 14457 | 2024.11.01 08:27:01.008335 [ 188 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_30_7} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14458 | 2024.11.01 08:27:01.008433 [ 188 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_30_7} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 | ||
| 14459 | 2024.11.01 08:27:01.008537 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 14460 | 2024.11.01 08:27:04.025678 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1308 | ||
| 14461 | 2024.11.01 08:27:04.028323 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14462 | 2024.11.01 08:27:04.028372 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14463 | 2024.11.01 08:27:04.029927 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 14464 | 2024.11.01 08:27:04.030950 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14465 | 2024.11.01 08:27:04.031535 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1308 | ||
| 14466 | 2024.11.01 08:27:05.473431 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49550, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14467 | 2024.11.01 08:27:05.473604 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14468 | 2024.11.01 08:27:05.473648 [ 302 ] {} <Debug> HTTP-Session: a36fa5d1-f9da-4dc2-8531-6dce69a674e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49550 | ||
| 14469 | 2024.11.01 08:27:05.473688 [ 302 ] {} <Debug> HTTP-Session: a36fa5d1-f9da-4dc2-8531-6dce69a674e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14470 | 2024.11.01 08:27:05.473716 [ 302 ] {} <Debug> HTTP-Session: a36fa5d1-f9da-4dc2-8531-6dce69a674e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14471 | 2024.11.01 08:27:05.473800 [ 302 ] {} <Trace> HTTP-Session: a36fa5d1-f9da-4dc2-8531-6dce69a674e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14472 | 2024.11.01 08:27:05.474188 [ 302 ] {6c9105e5-b59c-4b76-9f1c-0fa068c88b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49550) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14473 | 2024.11.01 08:27:05.474255 [ 302 ] {6c9105e5-b59c-4b76-9f1c-0fa068c88b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14474 | 2024.11.01 08:27:05.474595 [ 302 ] {6c9105e5-b59c-4b76-9f1c-0fa068c88b5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14475 | 2024.11.01 08:27:05.475248 [ 302 ] {6c9105e5-b59c-4b76-9f1c-0fa068c88b5b} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14476 | 2024.11.01 08:27:05.475296 [ 302 ] {6c9105e5-b59c-4b76-9f1c-0fa068c88b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14477 | 2024.11.01 08:27:05.475765 [ 302 ] {6c9105e5-b59c-4b76-9f1c-0fa068c88b5b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 14478 | 2024.11.01 08:27:05.476171 [ 302 ] {6c9105e5-b59c-4b76-9f1c-0fa068c88b5b} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14479 | 2024.11.01 08:27:05.476350 [ 302 ] {6c9105e5-b59c-4b76-9f1c-0fa068c88b5b} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.00233 sec., 117167.38197424893 rows/sec., 10.42 MiB/sec. | ||
| 14480 | 2024.11.01 08:27:05.476701 [ 302 ] {6c9105e5-b59c-4b76-9f1c-0fa068c88b5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14481 | 2024.11.01 08:27:05.476764 [ 302 ] {6c9105e5-b59c-4b76-9f1c-0fa068c88b5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 14482 | 2024.11.01 08:27:05.476814 [ 302 ] {} <Debug> HTTP-Session: a36fa5d1-f9da-4dc2-8531-6dce69a674e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14483 | 2024.11.01 08:27:05.477115 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49550, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14484 | 2024.11.01 08:27:05.477244 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57573, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14485 | 2024.11.01 08:27:05.477371 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14486 | 2024.11.01 08:27:05.477400 [ 305 ] {} <Debug> HTTP-Session: 7f372958-3aa6-489a-b192-5a761ef16a84 Authenticating user 'default' from [fd00:1122:3344:101::d]:57573 | ||
| 14487 | 2024.11.01 08:27:05.477428 [ 305 ] {} <Debug> HTTP-Session: 7f372958-3aa6-489a-b192-5a761ef16a84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14488 | 2024.11.01 08:27:05.477446 [ 305 ] {} <Debug> HTTP-Session: 7f372958-3aa6-489a-b192-5a761ef16a84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14489 | 2024.11.01 08:27:05.477508 [ 305 ] {} <Trace> HTTP-Session: 7f372958-3aa6-489a-b192-5a761ef16a84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14490 | 2024.11.01 08:27:05.477725 [ 305 ] {2adb9958-9a7c-40a0-99ca-5c200e56adc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57573) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14491 | 2024.11.01 08:27:05.477809 [ 305 ] {2adb9958-9a7c-40a0-99ca-5c200e56adc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14492 | 2024.11.01 08:27:05.478195 [ 305 ] {2adb9958-9a7c-40a0-99ca-5c200e56adc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14493 | 2024.11.01 08:27:05.478594 [ 305 ] {2adb9958-9a7c-40a0-99ca-5c200e56adc8} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14494 | 2024.11.01 08:27:05.478639 [ 305 ] {2adb9958-9a7c-40a0-99ca-5c200e56adc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14495 | 2024.11.01 08:27:05.479070 [ 305 ] {2adb9958-9a7c-40a0-99ca-5c200e56adc8} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14496 | 2024.11.01 08:27:05.479470 [ 305 ] {2adb9958-9a7c-40a0-99ca-5c200e56adc8} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14497 | 2024.11.01 08:27:05.479654 [ 305 ] {2adb9958-9a7c-40a0-99ca-5c200e56adc8} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001994 sec., 21063.18956870612 rows/sec., 1.55 MiB/sec. | ||
| 14498 | 2024.11.01 08:27:05.479894 [ 305 ] {2adb9958-9a7c-40a0-99ca-5c200e56adc8} <Debug> DynamicQueryHandler: Done processing query | ||
| 14499 | 2024.11.01 08:27:05.479930 [ 305 ] {2adb9958-9a7c-40a0-99ca-5c200e56adc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14500 | 2024.11.01 08:27:05.479955 [ 305 ] {} <Debug> HTTP-Session: 7f372958-3aa6-489a-b192-5a761ef16a84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14501 | 2024.11.01 08:27:05.480159 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14502 | 2024.11.01 08:27:05.480265 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43538, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14503 | 2024.11.01 08:27:05.480342 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14504 | 2024.11.01 08:27:05.480368 [ 302 ] {} <Debug> HTTP-Session: 399d241f-4313-4269-9967-de62f8e39860 Authenticating user 'default' from [fd00:1122:3344:101::d]:43538 | ||
| 14505 | 2024.11.01 08:27:05.480390 [ 302 ] {} <Debug> HTTP-Session: 399d241f-4313-4269-9967-de62f8e39860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14506 | 2024.11.01 08:27:05.480407 [ 302 ] {} <Debug> HTTP-Session: 399d241f-4313-4269-9967-de62f8e39860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14507 | 2024.11.01 08:27:05.480457 [ 302 ] {} <Trace> HTTP-Session: 399d241f-4313-4269-9967-de62f8e39860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14508 | 2024.11.01 08:27:05.480607 [ 302 ] {48037a46-d188-4cb8-be82-56db6e10657b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43538) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 14509 | 2024.11.01 08:27:05.480665 [ 302 ] {48037a46-d188-4cb8-be82-56db6e10657b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14510 | 2024.11.01 08:27:05.480997 [ 302 ] {48037a46-d188-4cb8-be82-56db6e10657b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14511 | 2024.11.01 08:27:05.481336 [ 302 ] {48037a46-d188-4cb8-be82-56db6e10657b} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14512 | 2024.11.01 08:27:05.481374 [ 302 ] {48037a46-d188-4cb8-be82-56db6e10657b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14513 | 2024.11.01 08:27:05.481750 [ 302 ] {48037a46-d188-4cb8-be82-56db6e10657b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 14514 | 2024.11.01 08:27:05.482132 [ 302 ] {48037a46-d188-4cb8-be82-56db6e10657b} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14515 | 2024.11.01 08:27:05.482295 [ 302 ] {48037a46-d188-4cb8-be82-56db6e10657b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001733 sec., 8078.476630121178 rows/sec., 565.76 KiB/sec. | ||
| 14516 | 2024.11.01 08:27:05.482485 [ 302 ] {48037a46-d188-4cb8-be82-56db6e10657b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14517 | 2024.11.01 08:27:05.482511 [ 302 ] {48037a46-d188-4cb8-be82-56db6e10657b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14518 | 2024.11.01 08:27:05.482527 [ 302 ] {} <Debug> HTTP-Session: 399d241f-4313-4269-9967-de62f8e39860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14519 | 2024.11.01 08:27:05.482729 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14520 | 2024.11.01 08:27:05.482740 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57573, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14521 | 2024.11.01 08:27:05.482868 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14522 | 2024.11.01 08:27:05.482909 [ 305 ] {} <Debug> HTTP-Session: 551c4c3d-fd0d-406e-9214-cdae1707cca6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57573 | ||
| 14523 | 2024.11.01 08:27:05.482945 [ 305 ] {} <Debug> HTTP-Session: 551c4c3d-fd0d-406e-9214-cdae1707cca6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14524 | 2024.11.01 08:27:05.482973 [ 305 ] {} <Debug> HTTP-Session: 551c4c3d-fd0d-406e-9214-cdae1707cca6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14525 | 2024.11.01 08:27:05.483045 [ 305 ] {} <Trace> HTTP-Session: 551c4c3d-fd0d-406e-9214-cdae1707cca6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14526 | 2024.11.01 08:27:05.483204 [ 305 ] {4adf6d75-42b9-4602-bee6-d2b946eee6c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57573) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 14527 | 2024.11.01 08:27:05.483254 [ 305 ] {4adf6d75-42b9-4602-bee6-d2b946eee6c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14528 | 2024.11.01 08:27:05.483527 [ 305 ] {4adf6d75-42b9-4602-bee6-d2b946eee6c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14529 | 2024.11.01 08:27:05.483850 [ 305 ] {4adf6d75-42b9-4602-bee6-d2b946eee6c4} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14530 | 2024.11.01 08:27:05.483889 [ 305 ] {4adf6d75-42b9-4602-bee6-d2b946eee6c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14531 | 2024.11.01 08:27:05.484249 [ 305 ] {4adf6d75-42b9-4602-bee6-d2b946eee6c4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 14532 | 2024.11.01 08:27:05.484636 [ 305 ] {4adf6d75-42b9-4602-bee6-d2b946eee6c4} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14533 | 2024.11.01 08:27:05.484800 [ 85 ] {} <Debug> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 14534 | 2024.11.01 08:27:05.484810 [ 305 ] {4adf6d75-42b9-4602-bee6-d2b946eee6c4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001625 sec., 3692.3076923076924 rows/sec., 218.15 KiB/sec. | ||
| 14535 | 2024.11.01 08:27:05.484892 [ 85 ] {} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14536 | 2024.11.01 08:27:05.484968 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14537 | 2024.11.01 08:27:05.485204 [ 305 ] {4adf6d75-42b9-4602-bee6-d2b946eee6c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14538 | 2024.11.01 08:27:05.485269 [ 305 ] {4adf6d75-42b9-4602-bee6-d2b946eee6c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14539 | 2024.11.01 08:27:05.485298 [ 305 ] {} <Debug> HTTP-Session: 551c4c3d-fd0d-406e-9214-cdae1707cca6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14540 | 2024.11.01 08:27:05.485298 [ 186 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 14541 | 2024.11.01 08:27:05.485561 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43538, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14542 | 2024.11.01 08:27:05.485589 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14543 | 2024.11.01 08:27:05.485765 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14544 | 2024.11.01 08:27:05.485861 [ 302 ] {} <Debug> HTTP-Session: f6cabd92-7a59-420a-92f1-6e73fae58188 Authenticating user 'default' from [fd00:1122:3344:101::d]:43538 | ||
| 14545 | 2024.11.01 08:27:05.485925 [ 302 ] {} <Debug> HTTP-Session: f6cabd92-7a59-420a-92f1-6e73fae58188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14546 | 2024.11.01 08:27:05.485979 [ 302 ] {} <Debug> HTTP-Session: f6cabd92-7a59-420a-92f1-6e73fae58188 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14547 | 2024.11.01 08:27:05.486003 [ 186 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14548 | 2024.11.01 08:27:05.486051 [ 302 ] {} <Trace> HTTP-Session: f6cabd92-7a59-420a-92f1-6e73fae58188 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14549 | 2024.11.01 08:27:05.486114 [ 186 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 6 rows starting from the beginning of the part | ||
| 14550 | 2024.11.01 08:27:05.486351 [ 186 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 14551 | 2024.11.01 08:27:05.486547 [ 186 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 14552 | 2024.11.01 08:27:05.486574 [ 302 ] {caca1337-db69-4a29-a8da-3a2adde73ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43538) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14553 | 2024.11.01 08:27:05.486773 [ 302 ] {caca1337-db69-4a29-a8da-3a2adde73ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14554 | 2024.11.01 08:27:05.486951 [ 186 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 14555 | 2024.11.01 08:27:05.487311 [ 186 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 14556 | 2024.11.01 08:27:05.488101 [ 302 ] {caca1337-db69-4a29-a8da-3a2adde73ad4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14557 | 2024.11.01 08:27:05.489427 [ 302 ] {caca1337-db69-4a29-a8da-3a2adde73ad4} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14558 | 2024.11.01 08:27:05.489529 [ 302 ] {caca1337-db69-4a29-a8da-3a2adde73ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14559 | 2024.11.01 08:27:05.489680 [ 199 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004581802 sec., 6547.642172228307 rows/sec., 415.62 KiB/sec. | ||
| 14560 | 2024.11.01 08:27:05.489904 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 14561 | 2024.11.01 08:27:05.490274 [ 302 ] {caca1337-db69-4a29-a8da-3a2adde73ad4} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 14562 | 2024.11.01 08:27:05.490942 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_29_7} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14563 | 2024.11.01 08:27:05.491101 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_29_7} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 14564 | 2024.11.01 08:27:05.491179 [ 302 ] {caca1337-db69-4a29-a8da-3a2adde73ad4} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14565 | 2024.11.01 08:27:05.491272 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14566 | 2024.11.01 08:27:05.491419 [ 302 ] {caca1337-db69-4a29-a8da-3a2adde73ad4} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.005154 sec., 82266.20100892511 rows/sec., 5.88 MiB/sec. | ||
| 14567 | 2024.11.01 08:27:05.491646 [ 302 ] {caca1337-db69-4a29-a8da-3a2adde73ad4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14568 | 2024.11.01 08:27:05.491671 [ 302 ] {caca1337-db69-4a29-a8da-3a2adde73ad4} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 14569 | 2024.11.01 08:27:05.491688 [ 302 ] {} <Debug> HTTP-Session: f6cabd92-7a59-420a-92f1-6e73fae58188 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14570 | 2024.11.01 08:27:05.491852 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14571 | 2024.11.01 08:27:05.491938 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48010, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14572 | 2024.11.01 08:27:05.492015 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14573 | 2024.11.01 08:27:05.492047 [ 305 ] {} <Debug> HTTP-Session: d6b8dfa7-5d9b-4b57-a8bb-bef62ccc2a9c Authenticating user 'default' from [fd00:1122:3344:101::d]:48010 | ||
| 14574 | 2024.11.01 08:27:05.492069 [ 305 ] {} <Debug> HTTP-Session: d6b8dfa7-5d9b-4b57-a8bb-bef62ccc2a9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14575 | 2024.11.01 08:27:05.492087 [ 305 ] {} <Debug> HTTP-Session: d6b8dfa7-5d9b-4b57-a8bb-bef62ccc2a9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14576 | 2024.11.01 08:27:05.492136 [ 305 ] {} <Trace> HTTP-Session: d6b8dfa7-5d9b-4b57-a8bb-bef62ccc2a9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14577 | 2024.11.01 08:27:05.492270 [ 305 ] {cfcf1e8e-278e-4b9c-b9cd-f31dc82f992c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48010) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14578 | 2024.11.01 08:27:05.492329 [ 305 ] {cfcf1e8e-278e-4b9c-b9cd-f31dc82f992c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14579 | 2024.11.01 08:27:05.492523 [ 305 ] {cfcf1e8e-278e-4b9c-b9cd-f31dc82f992c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14580 | 2024.11.01 08:27:05.492855 [ 305 ] {cfcf1e8e-278e-4b9c-b9cd-f31dc82f992c} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14581 | 2024.11.01 08:27:05.492900 [ 305 ] {cfcf1e8e-278e-4b9c-b9cd-f31dc82f992c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14582 | 2024.11.01 08:27:05.493294 [ 305 ] {cfcf1e8e-278e-4b9c-b9cd-f31dc82f992c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 14583 | 2024.11.01 08:27:05.493642 [ 305 ] {cfcf1e8e-278e-4b9c-b9cd-f31dc82f992c} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14584 | 2024.11.01 08:27:05.493801 [ 305 ] {cfcf1e8e-278e-4b9c-b9cd-f31dc82f992c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001563 sec., 3838.7715930902114 rows/sec., 200.56 KiB/sec. | ||
| 14585 | 2024.11.01 08:27:05.494155 [ 305 ] {cfcf1e8e-278e-4b9c-b9cd-f31dc82f992c} <Debug> DynamicQueryHandler: Done processing query | ||
| 14586 | 2024.11.01 08:27:05.494190 [ 305 ] {cfcf1e8e-278e-4b9c-b9cd-f31dc82f992c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14587 | 2024.11.01 08:27:05.494207 [ 305 ] {} <Debug> HTTP-Session: d6b8dfa7-5d9b-4b57-a8bb-bef62ccc2a9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14588 | 2024.11.01 08:27:05.494416 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48010, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14589 | 2024.11.01 08:27:05.494583 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46914, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14590 | 2024.11.01 08:27:05.494691 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14591 | 2024.11.01 08:27:05.494732 [ 302 ] {} <Debug> HTTP-Session: 3fb250b0-85d8-4db5-a145-c65ec929dacb Authenticating user 'default' from [fd00:1122:3344:101::d]:46914 | ||
| 14592 | 2024.11.01 08:27:05.494766 [ 302 ] {} <Debug> HTTP-Session: 3fb250b0-85d8-4db5-a145-c65ec929dacb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14593 | 2024.11.01 08:27:05.494795 [ 302 ] {} <Debug> HTTP-Session: 3fb250b0-85d8-4db5-a145-c65ec929dacb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14594 | 2024.11.01 08:27:05.494864 [ 302 ] {} <Trace> HTTP-Session: 3fb250b0-85d8-4db5-a145-c65ec929dacb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14595 | 2024.11.01 08:27:05.495202 [ 302 ] {bf5dd4d0-aeba-4465-bf73-a279451d98ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46914) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14596 | 2024.11.01 08:27:05.495254 [ 302 ] {bf5dd4d0-aeba-4465-bf73-a279451d98ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14597 | 2024.11.01 08:27:05.495440 [ 302 ] {bf5dd4d0-aeba-4465-bf73-a279451d98ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14598 | 2024.11.01 08:27:05.495904 [ 302 ] {bf5dd4d0-aeba-4465-bf73-a279451d98ac} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14599 | 2024.11.01 08:27:05.495940 [ 302 ] {bf5dd4d0-aeba-4465-bf73-a279451d98ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14600 | 2024.11.01 08:27:05.496347 [ 302 ] {bf5dd4d0-aeba-4465-bf73-a279451d98ac} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 14601 | 2024.11.01 08:27:05.496696 [ 302 ] {bf5dd4d0-aeba-4465-bf73-a279451d98ac} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14602 | 2024.11.01 08:27:05.496856 [ 302 ] {bf5dd4d0-aeba-4465-bf73-a279451d98ac} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001826 sec., 129791.89485213583 rows/sec., 8.70 MiB/sec. | ||
| 14603 | 2024.11.01 08:27:05.497155 [ 302 ] {bf5dd4d0-aeba-4465-bf73-a279451d98ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 14604 | 2024.11.01 08:27:05.497222 [ 302 ] {bf5dd4d0-aeba-4465-bf73-a279451d98ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 14605 | 2024.11.01 08:27:05.497280 [ 302 ] {} <Debug> HTTP-Session: 3fb250b0-85d8-4db5-a145-c65ec929dacb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14606 | 2024.11.01 08:27:05.497593 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48010, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14607 | 2024.11.01 08:27:05.497631 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14608 | 2024.11.01 08:27:05.497731 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14609 | 2024.11.01 08:27:05.497791 [ 305 ] {} <Debug> HTTP-Session: 5bc7ba03-1990-44c7-90e1-91a4a726358e Authenticating user 'default' from [fd00:1122:3344:101::d]:48010 | ||
| 14610 | 2024.11.01 08:27:05.497833 [ 305 ] {} <Debug> HTTP-Session: 5bc7ba03-1990-44c7-90e1-91a4a726358e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14611 | 2024.11.01 08:27:05.497863 [ 305 ] {} <Debug> HTTP-Session: 5bc7ba03-1990-44c7-90e1-91a4a726358e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14612 | 2024.11.01 08:27:05.497932 [ 305 ] {} <Trace> HTTP-Session: 5bc7ba03-1990-44c7-90e1-91a4a726358e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14613 | 2024.11.01 08:27:05.498126 [ 305 ] {1f03d48e-117e-4c6b-801f-c50ee78760a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48010) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 14614 | 2024.11.01 08:27:05.498176 [ 305 ] {1f03d48e-117e-4c6b-801f-c50ee78760a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14615 | 2024.11.01 08:27:05.498331 [ 305 ] {1f03d48e-117e-4c6b-801f-c50ee78760a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14616 | 2024.11.01 08:27:05.498609 [ 305 ] {1f03d48e-117e-4c6b-801f-c50ee78760a0} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14617 | 2024.11.01 08:27:05.498646 [ 305 ] {1f03d48e-117e-4c6b-801f-c50ee78760a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14618 | 2024.11.01 08:27:05.499009 [ 305 ] {1f03d48e-117e-4c6b-801f-c50ee78760a0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 14619 | 2024.11.01 08:27:05.499347 [ 305 ] {1f03d48e-117e-4c6b-801f-c50ee78760a0} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14620 | 2024.11.01 08:27:05.499507 [ 305 ] {1f03d48e-117e-4c6b-801f-c50ee78760a0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001431 sec., 698.8120195667366 rows/sec., 47.09 KiB/sec. | ||
| 14621 | 2024.11.01 08:27:05.499683 [ 305 ] {1f03d48e-117e-4c6b-801f-c50ee78760a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 14622 | 2024.11.01 08:27:05.499708 [ 305 ] {1f03d48e-117e-4c6b-801f-c50ee78760a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 14623 | 2024.11.01 08:27:05.499725 [ 305 ] {} <Debug> HTTP-Session: 5bc7ba03-1990-44c7-90e1-91a4a726358e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14624 | 2024.11.01 08:27:05.499915 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48010, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14625 | 2024.11.01 08:27:05.499976 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36777, User-Agent: (none), Length: 70781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14626 | 2024.11.01 08:27:05.500046 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14627 | 2024.11.01 08:27:05.500069 [ 302 ] {} <Debug> HTTP-Session: 1adacb31-c8b6-42d4-82ba-a27d6d5fd9b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36777 | ||
| 14628 | 2024.11.01 08:27:05.500090 [ 302 ] {} <Debug> HTTP-Session: 1adacb31-c8b6-42d4-82ba-a27d6d5fd9b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14629 | 2024.11.01 08:27:05.500107 [ 302 ] {} <Debug> HTTP-Session: 1adacb31-c8b6-42d4-82ba-a27d6d5fd9b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14630 | 2024.11.01 08:27:05.500153 [ 302 ] {} <Trace> HTTP-Session: 1adacb31-c8b6-42d4-82ba-a27d6d5fd9b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14631 | 2024.11.01 08:27:05.500702 [ 302 ] {5b8c56a4-36fb-466f-92a8-add867e03ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36777) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14632 | 2024.11.01 08:27:05.500796 [ 302 ] {5b8c56a4-36fb-466f-92a8-add867e03ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14633 | 2024.11.01 08:27:05.501336 [ 302 ] {5b8c56a4-36fb-466f-92a8-add867e03ff1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14634 | 2024.11.01 08:27:05.502161 [ 302 ] {5b8c56a4-36fb-466f-92a8-add867e03ff1} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14635 | 2024.11.01 08:27:05.502198 [ 302 ] {5b8c56a4-36fb-466f-92a8-add867e03ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14636 | 2024.11.01 08:27:05.502929 [ 302 ] {5b8c56a4-36fb-466f-92a8-add867e03ff1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 14637 | 2024.11.01 08:27:05.503366 [ 302 ] {5b8c56a4-36fb-466f-92a8-add867e03ff1} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14638 | 2024.11.01 08:27:05.503552 [ 302 ] {5b8c56a4-36fb-466f-92a8-add867e03ff1} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003267 sec., 12855.831037649219 rows/sec., 23.04 MiB/sec. | ||
| 14639 | 2024.11.01 08:27:05.503806 [ 302 ] {5b8c56a4-36fb-466f-92a8-add867e03ff1} <Debug> DynamicQueryHandler: Done processing query | ||
| 14640 | 2024.11.01 08:27:05.503831 [ 302 ] {5b8c56a4-36fb-466f-92a8-add867e03ff1} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 14641 | 2024.11.01 08:27:05.503848 [ 302 ] {} <Debug> HTTP-Session: 1adacb31-c8b6-42d4-82ba-a27d6d5fd9b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14642 | 2024.11.01 08:27:05.504072 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48010, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14643 | 2024.11.01 08:27:05.504080 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36777, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14644 | 2024.11.01 08:27:05.504164 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14645 | 2024.11.01 08:27:05.504205 [ 305 ] {} <Debug> HTTP-Session: 1b108a93-507f-4d1f-9d2d-55c85996843e Authenticating user 'default' from [fd00:1122:3344:101::d]:48010 | ||
| 14646 | 2024.11.01 08:27:05.504223 [ 305 ] {} <Debug> HTTP-Session: 1b108a93-507f-4d1f-9d2d-55c85996843e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14647 | 2024.11.01 08:27:05.504245 [ 305 ] {} <Debug> HTTP-Session: 1b108a93-507f-4d1f-9d2d-55c85996843e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14648 | 2024.11.01 08:27:05.504288 [ 305 ] {} <Trace> HTTP-Session: 1b108a93-507f-4d1f-9d2d-55c85996843e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14649 | 2024.11.01 08:27:05.504442 [ 305 ] {89911c24-0a20-4ec7-aacd-55263a161bf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48010) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14650 | 2024.11.01 08:27:05.504493 [ 305 ] {89911c24-0a20-4ec7-aacd-55263a161bf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14651 | 2024.11.01 08:27:05.504655 [ 305 ] {89911c24-0a20-4ec7-aacd-55263a161bf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14652 | 2024.11.01 08:27:05.504982 [ 305 ] {89911c24-0a20-4ec7-aacd-55263a161bf5} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14653 | 2024.11.01 08:27:05.505019 [ 305 ] {89911c24-0a20-4ec7-aacd-55263a161bf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 14654 | 2024.11.01 08:27:05.505391 [ 305 ] {89911c24-0a20-4ec7-aacd-55263a161bf5} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 14655 | 2024.11.01 08:27:05.505753 [ 305 ] {89911c24-0a20-4ec7-aacd-55263a161bf5} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14656 | 2024.11.01 08:27:05.505916 [ 305 ] {89911c24-0a20-4ec7-aacd-55263a161bf5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001532 sec., 53524.804177545695 rows/sec., 3.40 MiB/sec. | ||
| 14657 | 2024.11.01 08:27:05.506106 [ 305 ] {89911c24-0a20-4ec7-aacd-55263a161bf5} <Debug> DynamicQueryHandler: Done processing query | ||
| 14658 | 2024.11.01 08:27:05.506132 [ 305 ] {89911c24-0a20-4ec7-aacd-55263a161bf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14659 | 2024.11.01 08:27:05.506148 [ 305 ] {} <Debug> HTTP-Session: 1b108a93-507f-4d1f-9d2d-55c85996843e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14660 | 2024.11.01 08:27:05.506548 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48010, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14661 | 2024.11.01 08:27:10.466630 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60059, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14662 | 2024.11.01 08:27:10.466765 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14663 | 2024.11.01 08:27:10.466793 [ 305 ] {} <Debug> HTTP-Session: fe941e09-2896-4abd-b87e-7ff4582e1fa4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60059 | ||
| 14664 | 2024.11.01 08:27:10.466816 [ 305 ] {} <Debug> HTTP-Session: fe941e09-2896-4abd-b87e-7ff4582e1fa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14665 | 2024.11.01 08:27:10.466831 [ 305 ] {} <Debug> HTTP-Session: fe941e09-2896-4abd-b87e-7ff4582e1fa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14666 | 2024.11.01 08:27:10.466882 [ 305 ] {} <Trace> HTTP-Session: fe941e09-2896-4abd-b87e-7ff4582e1fa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14667 | 2024.11.01 08:27:10.467073 [ 305 ] {d9fb3383-9022-4ba1-9ad9-5fe6a3c5dc27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60059) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14668 | 2024.11.01 08:27:10.467145 [ 305 ] {d9fb3383-9022-4ba1-9ad9-5fe6a3c5dc27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14669 | 2024.11.01 08:27:10.467489 [ 305 ] {d9fb3383-9022-4ba1-9ad9-5fe6a3c5dc27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14670 | 2024.11.01 08:27:10.467962 [ 305 ] {d9fb3383-9022-4ba1-9ad9-5fe6a3c5dc27} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14671 | 2024.11.01 08:27:10.468010 [ 305 ] {d9fb3383-9022-4ba1-9ad9-5fe6a3c5dc27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14672 | 2024.11.01 08:27:10.468424 [ 305 ] {d9fb3383-9022-4ba1-9ad9-5fe6a3c5dc27} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 14673 | 2024.11.01 08:27:10.468819 [ 305 ] {d9fb3383-9022-4ba1-9ad9-5fe6a3c5dc27} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14674 | 2024.11.01 08:27:10.469011 [ 305 ] {d9fb3383-9022-4ba1-9ad9-5fe6a3c5dc27} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001983 sec., 4034.291477559254 rows/sec., 328.97 KiB/sec. | ||
| 14675 | 2024.11.01 08:27:10.469232 [ 305 ] {d9fb3383-9022-4ba1-9ad9-5fe6a3c5dc27} <Debug> DynamicQueryHandler: Done processing query | ||
| 14676 | 2024.11.01 08:27:10.469261 [ 305 ] {d9fb3383-9022-4ba1-9ad9-5fe6a3c5dc27} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14677 | 2024.11.01 08:27:10.469278 [ 305 ] {} <Debug> HTTP-Session: fe941e09-2896-4abd-b87e-7ff4582e1fa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14678 | 2024.11.01 08:27:10.469490 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60059, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14679 | 2024.11.01 08:27:10.469706 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46591, User-Agent: (none), Length: 8329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14680 | 2024.11.01 08:27:10.469887 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14681 | 2024.11.01 08:27:10.469934 [ 302 ] {} <Debug> HTTP-Session: d75d443c-d027-400c-888d-b6df4c3e43be Authenticating user 'default' from [fd00:1122:3344:101::d]:46591 | ||
| 14682 | 2024.11.01 08:27:10.469975 [ 302 ] {} <Debug> HTTP-Session: d75d443c-d027-400c-888d-b6df4c3e43be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14683 | 2024.11.01 08:27:10.470003 [ 302 ] {} <Debug> HTTP-Session: d75d443c-d027-400c-888d-b6df4c3e43be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14684 | 2024.11.01 08:27:10.470088 [ 302 ] {} <Trace> HTTP-Session: d75d443c-d027-400c-888d-b6df4c3e43be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14685 | 2024.11.01 08:27:10.470361 [ 302 ] {39ef65b3-5a43-4b40-b4d1-07fd7d8528c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46591) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14686 | 2024.11.01 08:27:10.470430 [ 302 ] {39ef65b3-5a43-4b40-b4d1-07fd7d8528c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14687 | 2024.11.01 08:27:10.470779 [ 302 ] {39ef65b3-5a43-4b40-b4d1-07fd7d8528c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14688 | 2024.11.01 08:27:10.471223 [ 302 ] {39ef65b3-5a43-4b40-b4d1-07fd7d8528c4} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14689 | 2024.11.01 08:27:10.471271 [ 302 ] {39ef65b3-5a43-4b40-b4d1-07fd7d8528c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14690 | 2024.11.01 08:27:10.471711 [ 302 ] {39ef65b3-5a43-4b40-b4d1-07fd7d8528c4} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 14691 | 2024.11.01 08:27:10.472117 [ 302 ] {39ef65b3-5a43-4b40-b4d1-07fd7d8528c4} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14692 | 2024.11.01 08:27:10.472318 [ 302 ] {39ef65b3-5a43-4b40-b4d1-07fd7d8528c4} <Debug> executeQuery: Read 60 rows, 4.67 KiB in 0.00202 sec., 29702.9702970297 rows/sec., 2.26 MiB/sec. | ||
| 14693 | 2024.11.01 08:27:10.472564 [ 302 ] {39ef65b3-5a43-4b40-b4d1-07fd7d8528c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14694 | 2024.11.01 08:27:10.472593 [ 302 ] {39ef65b3-5a43-4b40-b4d1-07fd7d8528c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14695 | 2024.11.01 08:27:10.472611 [ 302 ] {} <Debug> HTTP-Session: d75d443c-d027-400c-888d-b6df4c3e43be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14696 | 2024.11.01 08:27:10.472810 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60059, User-Agent: (none), Length: 1170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14697 | 2024.11.01 08:27:10.472832 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14698 | 2024.11.01 08:27:10.472937 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14699 | 2024.11.01 08:27:10.472992 [ 305 ] {} <Debug> HTTP-Session: f4285127-86d0-42b7-b5c4-e22993d5f15b Authenticating user 'default' from [fd00:1122:3344:101::d]:60059 | ||
| 14700 | 2024.11.01 08:27:10.473035 [ 305 ] {} <Debug> HTTP-Session: f4285127-86d0-42b7-b5c4-e22993d5f15b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14701 | 2024.11.01 08:27:10.473067 [ 305 ] {} <Debug> HTTP-Session: f4285127-86d0-42b7-b5c4-e22993d5f15b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14702 | 2024.11.01 08:27:10.473139 [ 305 ] {} <Trace> HTTP-Session: f4285127-86d0-42b7-b5c4-e22993d5f15b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14703 | 2024.11.01 08:27:10.473318 [ 305 ] {b739775a-84f9-4f70-9b3f-bf0631d6aa8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60059) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14704 | 2024.11.01 08:27:10.473370 [ 305 ] {b739775a-84f9-4f70-9b3f-bf0631d6aa8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14705 | 2024.11.01 08:27:10.473639 [ 305 ] {b739775a-84f9-4f70-9b3f-bf0631d6aa8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14706 | 2024.11.01 08:27:10.474001 [ 305 ] {b739775a-84f9-4f70-9b3f-bf0631d6aa8d} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14707 | 2024.11.01 08:27:10.474039 [ 305 ] {b739775a-84f9-4f70-9b3f-bf0631d6aa8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14708 | 2024.11.01 08:27:10.474399 [ 305 ] {b739775a-84f9-4f70-9b3f-bf0631d6aa8d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14709 | 2024.11.01 08:27:10.474771 [ 305 ] {b739775a-84f9-4f70-9b3f-bf0631d6aa8d} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14710 | 2024.11.01 08:27:10.474938 [ 49 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14711 | 2024.11.01 08:27:10.474947 [ 305 ] {b739775a-84f9-4f70-9b3f-bf0631d6aa8d} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001654 sec., 4836.759371221281 rows/sec., 337.72 KiB/sec. | ||
| 14712 | 2024.11.01 08:27:10.475033 [ 49 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14713 | 2024.11.01 08:27:10.475102 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14714 | 2024.11.01 08:27:10.475345 [ 305 ] {b739775a-84f9-4f70-9b3f-bf0631d6aa8d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14715 | 2024.11.01 08:27:10.475387 [ 305 ] {b739775a-84f9-4f70-9b3f-bf0631d6aa8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14716 | 2024.11.01 08:27:10.475417 [ 305 ] {} <Debug> HTTP-Session: f4285127-86d0-42b7-b5c4-e22993d5f15b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14717 | 2024.11.01 08:27:10.475411 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 14718 | 2024.11.01 08:27:10.475638 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60059, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14719 | 2024.11.01 08:27:10.475752 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44497, User-Agent: (none), Length: 12238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14720 | 2024.11.01 08:27:10.475977 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14721 | 2024.11.01 08:27:10.476054 [ 302 ] {} <Debug> HTTP-Session: 74db757d-b560-4d5f-8496-8464ff7ef968 Authenticating user 'default' from [fd00:1122:3344:101::d]:44497 | ||
| 14722 | 2024.11.01 08:27:10.476102 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14723 | 2024.11.01 08:27:10.476117 [ 302 ] {} <Debug> HTTP-Session: 74db757d-b560-4d5f-8496-8464ff7ef968 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14724 | 2024.11.01 08:27:10.476188 [ 302 ] {} <Debug> HTTP-Session: 74db757d-b560-4d5f-8496-8464ff7ef968 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14725 | 2024.11.01 08:27:10.476217 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 60 rows starting from the beginning of the part | ||
| 14726 | 2024.11.01 08:27:10.476279 [ 302 ] {} <Trace> HTTP-Session: 74db757d-b560-4d5f-8496-8464ff7ef968 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14727 | 2024.11.01 08:27:10.476448 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 2 rows starting from the beginning of the part | ||
| 14728 | 2024.11.01 08:27:10.476746 [ 302 ] {ce06279e-704c-4b27-9573-32d172182204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44497) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14729 | 2024.11.01 08:27:10.476819 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 42 rows starting from the beginning of the part | ||
| 14730 | 2024.11.01 08:27:10.476883 [ 302 ] {ce06279e-704c-4b27-9573-32d172182204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14731 | 2024.11.01 08:27:10.477268 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 2 rows starting from the beginning of the part | ||
| 14732 | 2024.11.01 08:27:10.477598 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 42 rows starting from the beginning of the part | ||
| 14733 | 2024.11.01 08:27:10.477995 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
| 14734 | 2024.11.01 08:27:10.478413 [ 302 ] {ce06279e-704c-4b27-9573-32d172182204} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14735 | 2024.11.01 08:27:10.479484 [ 302 ] {ce06279e-704c-4b27-9573-32d172182204} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14736 | 2024.11.01 08:27:10.479565 [ 302 ] {ce06279e-704c-4b27-9573-32d172182204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14737 | 2024.11.01 08:27:10.480720 [ 302 ] {ce06279e-704c-4b27-9573-32d172182204} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 14738 | 2024.11.01 08:27:10.480916 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 5 columns (5 merged, 0 gathered) in 0.00568415 sec., 27444.7366800665 rows/sec., 2.09 MiB/sec. | ||
| 14739 | 2024.11.01 08:27:10.481202 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14740 | 2024.11.01 08:27:10.481769 [ 302 ] {ce06279e-704c-4b27-9573-32d172182204} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14741 | 2024.11.01 08:27:10.482164 [ 302 ] {ce06279e-704c-4b27-9573-32d172182204} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.005625 sec., 12800 rows/sec., 1.00 MiB/sec. | ||
| 14742 | 2024.11.01 08:27:10.482388 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_56_11} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14743 | 2024.11.01 08:27:10.482760 [ 302 ] {ce06279e-704c-4b27-9573-32d172182204} <Debug> DynamicQueryHandler: Done processing query | ||
| 14744 | 2024.11.01 08:27:10.482793 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_56_11} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14745 | 2024.11.01 08:27:10.482836 [ 302 ] {ce06279e-704c-4b27-9573-32d172182204} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14746 | 2024.11.01 08:27:10.482907 [ 302 ] {} <Debug> HTTP-Session: 74db757d-b560-4d5f-8496-8464ff7ef968 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14747 | 2024.11.01 08:27:10.483123 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14748 | 2024.11.01 08:27:10.483236 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44497, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14749 | 2024.11.01 08:27:10.483403 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38940, User-Agent: (none), Length: 25254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14750 | 2024.11.01 08:27:10.483514 [ 302 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 14751 | |||
| 14752 | (version 23.8.7.1) | ||
| 14753 | 2024.11.01 08:27:10.483560 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14754 | 2024.11.01 08:27:10.483597 [ 305 ] {} <Debug> HTTP-Session: ffff564f-547b-4e1e-8ec6-e9a8e43fa44e Authenticating user 'default' from [fd00:1122:3344:101::d]:38940 | ||
| 14755 | 2024.11.01 08:27:10.483618 [ 305 ] {} <Debug> HTTP-Session: ffff564f-547b-4e1e-8ec6-e9a8e43fa44e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14756 | 2024.11.01 08:27:10.483636 [ 305 ] {} <Debug> HTTP-Session: ffff564f-547b-4e1e-8ec6-e9a8e43fa44e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14757 | 2024.11.01 08:27:10.483682 [ 305 ] {} <Trace> HTTP-Session: ffff564f-547b-4e1e-8ec6-e9a8e43fa44e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14758 | 2024.11.01 08:27:10.483896 [ 305 ] {b49ba5af-cea2-47ca-b1cb-b61b2b29ed31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38940) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14759 | 2024.11.01 08:27:10.483958 [ 305 ] {b49ba5af-cea2-47ca-b1cb-b61b2b29ed31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14760 | 2024.11.01 08:27:10.484180 [ 305 ] {b49ba5af-cea2-47ca-b1cb-b61b2b29ed31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14761 | 2024.11.01 08:27:10.484593 [ 305 ] {b49ba5af-cea2-47ca-b1cb-b61b2b29ed31} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14762 | 2024.11.01 08:27:10.484629 [ 305 ] {b49ba5af-cea2-47ca-b1cb-b61b2b29ed31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14763 | 2024.11.01 08:27:10.485045 [ 305 ] {b49ba5af-cea2-47ca-b1cb-b61b2b29ed31} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 14764 | 2024.11.01 08:27:10.485412 [ 305 ] {b49ba5af-cea2-47ca-b1cb-b61b2b29ed31} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14765 | 2024.11.01 08:27:10.485581 [ 305 ] {b49ba5af-cea2-47ca-b1cb-b61b2b29ed31} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001772 sec., 74492.0993227991 rows/sec., 5.19 MiB/sec. | ||
| 14766 | 2024.11.01 08:27:10.485746 [ 305 ] {b49ba5af-cea2-47ca-b1cb-b61b2b29ed31} <Debug> DynamicQueryHandler: Done processing query | ||
| 14767 | 2024.11.01 08:27:10.485771 [ 305 ] {b49ba5af-cea2-47ca-b1cb-b61b2b29ed31} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14768 | 2024.11.01 08:27:10.485787 [ 305 ] {} <Debug> HTTP-Session: ffff564f-547b-4e1e-8ec6-e9a8e43fa44e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14769 | 2024.11.01 08:27:10.485972 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38940, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14770 | 2024.11.01 08:27:10.486077 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55255, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14771 | 2024.11.01 08:27:10.486181 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14772 | 2024.11.01 08:27:10.486220 [ 302 ] {} <Debug> HTTP-Session: 19f54807-047d-4dba-872d-8e342475cd13 Authenticating user 'default' from [fd00:1122:3344:101::d]:55255 | ||
| 14773 | 2024.11.01 08:27:10.486254 [ 302 ] {} <Debug> HTTP-Session: 19f54807-047d-4dba-872d-8e342475cd13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14774 | 2024.11.01 08:27:10.486277 [ 302 ] {} <Debug> HTTP-Session: 19f54807-047d-4dba-872d-8e342475cd13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14775 | 2024.11.01 08:27:10.486323 [ 302 ] {} <Trace> HTTP-Session: 19f54807-047d-4dba-872d-8e342475cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14776 | 2024.11.01 08:27:10.486480 [ 302 ] {8985214b-ecea-4a74-95ae-7224b17d9bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55255) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14777 | 2024.11.01 08:27:10.486540 [ 302 ] {8985214b-ecea-4a74-95ae-7224b17d9bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14778 | 2024.11.01 08:27:10.486732 [ 302 ] {8985214b-ecea-4a74-95ae-7224b17d9bdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14779 | 2024.11.01 08:27:10.487128 [ 302 ] {8985214b-ecea-4a74-95ae-7224b17d9bdb} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14780 | 2024.11.01 08:27:10.487172 [ 302 ] {8985214b-ecea-4a74-95ae-7224b17d9bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14781 | 2024.11.01 08:27:10.487559 [ 302 ] {8985214b-ecea-4a74-95ae-7224b17d9bdb} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 14782 | 2024.11.01 08:27:10.487903 [ 302 ] {8985214b-ecea-4a74-95ae-7224b17d9bdb} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14783 | 2024.11.01 08:27:10.488072 [ 302 ] {8985214b-ecea-4a74-95ae-7224b17d9bdb} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001641 sec., 29250.45703839122 rows/sec., 1.97 MiB/sec. | ||
| 14784 | 2024.11.01 08:27:10.488334 [ 302 ] {8985214b-ecea-4a74-95ae-7224b17d9bdb} <Debug> DynamicQueryHandler: Done processing query | ||
| 14785 | 2024.11.01 08:27:10.488393 [ 302 ] {8985214b-ecea-4a74-95ae-7224b17d9bdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14786 | 2024.11.01 08:27:10.488450 [ 302 ] {} <Debug> HTTP-Session: 19f54807-047d-4dba-872d-8e342475cd13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14787 | 2024.11.01 08:27:10.488740 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55255, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14788 | 2024.11.01 08:27:13.640110 [ 185 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14789 | 2024.11.01 08:27:13.640184 [ 185 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14790 | 2024.11.01 08:27:14.032597 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1340 | ||
| 14791 | 2024.11.01 08:27:14.035474 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14792 | 2024.11.01 08:27:14.035524 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14793 | 2024.11.01 08:27:14.037046 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14794 | 2024.11.01 08:27:14.038069 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14795 | 2024.11.01 08:27:14.039570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1340 | ||
| 14796 | 2024.11.01 08:27:15.467543 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38940, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14797 | 2024.11.01 08:27:15.467665 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14798 | 2024.11.01 08:27:15.467696 [ 305 ] {} <Debug> HTTP-Session: 6aa3f2e5-cf1d-4e97-972b-23f2e925128c Authenticating user 'default' from [fd00:1122:3344:101::d]:38940 | ||
| 14799 | 2024.11.01 08:27:15.467724 [ 305 ] {} <Debug> HTTP-Session: 6aa3f2e5-cf1d-4e97-972b-23f2e925128c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14800 | 2024.11.01 08:27:15.467744 [ 305 ] {} <Debug> HTTP-Session: 6aa3f2e5-cf1d-4e97-972b-23f2e925128c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14801 | 2024.11.01 08:27:15.467802 [ 305 ] {} <Trace> HTTP-Session: 6aa3f2e5-cf1d-4e97-972b-23f2e925128c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14802 | 2024.11.01 08:27:15.468023 [ 305 ] {b87e2f82-71bd-44dd-8c43-56f90e2e5f92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38940) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14803 | 2024.11.01 08:27:15.468098 [ 305 ] {b87e2f82-71bd-44dd-8c43-56f90e2e5f92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14804 | 2024.11.01 08:27:15.468469 [ 305 ] {b87e2f82-71bd-44dd-8c43-56f90e2e5f92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14805 | 2024.11.01 08:27:15.468949 [ 305 ] {b87e2f82-71bd-44dd-8c43-56f90e2e5f92} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14806 | 2024.11.01 08:27:15.468993 [ 305 ] {b87e2f82-71bd-44dd-8c43-56f90e2e5f92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14807 | 2024.11.01 08:27:15.469426 [ 305 ] {b87e2f82-71bd-44dd-8c43-56f90e2e5f92} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 14808 | 2024.11.01 08:27:15.469825 [ 305 ] {b87e2f82-71bd-44dd-8c43-56f90e2e5f92} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14809 | 2024.11.01 08:27:15.469974 [ 305 ] {b87e2f82-71bd-44dd-8c43-56f90e2e5f92} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002027 sec., 27627.035027133694 rows/sec., 2.11 MiB/sec. | ||
| 14810 | 2024.11.01 08:27:15.469991 [ 56 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 14811 | 2024.11.01 08:27:15.470053 [ 56 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14812 | 2024.11.01 08:27:15.470088 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14813 | 2024.11.01 08:27:15.470204 [ 305 ] {b87e2f82-71bd-44dd-8c43-56f90e2e5f92} <Debug> DynamicQueryHandler: Done processing query | ||
| 14814 | 2024.11.01 08:27:15.470210 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 14815 | 2024.11.01 08:27:15.470232 [ 305 ] {b87e2f82-71bd-44dd-8c43-56f90e2e5f92} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14816 | 2024.11.01 08:27:15.470266 [ 305 ] {} <Debug> HTTP-Session: 6aa3f2e5-cf1d-4e97-972b-23f2e925128c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14817 | 2024.11.01 08:27:15.470374 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14818 | 2024.11.01 08:27:15.470410 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1423 rows starting from the beginning of the part | ||
| 14819 | 2024.11.01 08:27:15.470491 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 57 rows starting from the beginning of the part | ||
| 14820 | 2024.11.01 08:27:15.470494 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38940, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14821 | 2024.11.01 08:27:15.470789 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49077, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14822 | 2024.11.01 08:27:15.470833 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part | ||
| 14823 | 2024.11.01 08:27:15.471028 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14824 | 2024.11.01 08:27:15.471172 [ 302 ] {} <Debug> HTTP-Session: 0b7a22c9-13bc-4714-93fd-c57b563b2223 Authenticating user 'default' from [fd00:1122:3344:101::d]:49077 | ||
| 14825 | 2024.11.01 08:27:15.471247 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 273 rows starting from the beginning of the part | ||
| 14826 | 2024.11.01 08:27:15.471264 [ 302 ] {} <Debug> HTTP-Session: 0b7a22c9-13bc-4714-93fd-c57b563b2223 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14827 | 2024.11.01 08:27:15.471337 [ 302 ] {} <Debug> HTTP-Session: 0b7a22c9-13bc-4714-93fd-c57b563b2223 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14828 | 2024.11.01 08:27:15.471537 [ 302 ] {} <Trace> HTTP-Session: 0b7a22c9-13bc-4714-93fd-c57b563b2223 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14829 | 2024.11.01 08:27:15.471594 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
| 14830 | 2024.11.01 08:27:15.471964 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part | ||
| 14831 | 2024.11.01 08:27:15.472088 [ 302 ] {ddf4106b-c668-4ed1-9f93-8da5244c2f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49077) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14832 | 2024.11.01 08:27:15.472299 [ 302 ] {ddf4106b-c668-4ed1-9f93-8da5244c2f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14833 | 2024.11.01 08:27:15.473448 [ 302 ] {ddf4106b-c668-4ed1-9f93-8da5244c2f9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14834 | 2024.11.01 08:27:15.474551 [ 302 ] {ddf4106b-c668-4ed1-9f93-8da5244c2f9f} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14835 | 2024.11.01 08:27:15.474618 [ 302 ] {ddf4106b-c668-4ed1-9f93-8da5244c2f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14836 | 2024.11.01 08:27:15.475321 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1925 rows, containing 5 columns (5 merged, 0 gathered) in 0.005166027 sec., 372626.7787605446 rows/sec., 32.51 MiB/sec. | ||
| 14837 | 2024.11.01 08:27:15.475447 [ 302 ] {ddf4106b-c668-4ed1-9f93-8da5244c2f9f} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 14838 | 2024.11.01 08:27:15.475613 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 14839 | 2024.11.01 08:27:15.476363 [ 302 ] {ddf4106b-c668-4ed1-9f93-8da5244c2f9f} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14840 | 2024.11.01 08:27:15.476541 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_86_17} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14841 | 2024.11.01 08:27:15.476669 [ 56 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 14842 | 2024.11.01 08:27:15.476755 [ 56 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14843 | 2024.11.01 08:27:15.476769 [ 302 ] {ddf4106b-c668-4ed1-9f93-8da5244c2f9f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004888 sec., 13093.289689034369 rows/sec., 1.02 MiB/sec. | ||
| 14844 | 2024.11.01 08:27:15.476790 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_86_17} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 14845 | 2024.11.01 08:27:15.476807 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14846 | 2024.11.01 08:27:15.477449 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 14847 | 2024.11.01 08:27:15.477562 [ 302 ] {ddf4106b-c668-4ed1-9f93-8da5244c2f9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 14848 | 2024.11.01 08:27:15.477601 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 14849 | 2024.11.01 08:27:15.477629 [ 302 ] {ddf4106b-c668-4ed1-9f93-8da5244c2f9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14850 | 2024.11.01 08:27:15.477729 [ 302 ] {} <Debug> HTTP-Session: 0b7a22c9-13bc-4714-93fd-c57b563b2223 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14851 | 2024.11.01 08:27:15.478080 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14852 | 2024.11.01 08:27:15.478418 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14853 | 2024.11.01 08:27:15.478438 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53258, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14854 | 2024.11.01 08:27:15.478493 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 916 rows starting from the beginning of the part | ||
| 14855 | 2024.11.01 08:27:15.478552 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14856 | 2024.11.01 08:27:15.478636 [ 305 ] {} <Debug> HTTP-Session: ce4c800c-42e5-4d98-976b-d253283b4af4 Authenticating user 'default' from [fd00:1122:3344:101::d]:53258 | ||
| 14857 | 2024.11.01 08:27:15.478716 [ 305 ] {} <Debug> HTTP-Session: ce4c800c-42e5-4d98-976b-d253283b4af4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14858 | 2024.11.01 08:27:15.478775 [ 305 ] {} <Debug> HTTP-Session: ce4c800c-42e5-4d98-976b-d253283b4af4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14859 | 2024.11.01 08:27:15.478780 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 66 rows starting from the beginning of the part | ||
| 14860 | 2024.11.01 08:27:15.478910 [ 305 ] {} <Trace> HTTP-Session: ce4c800c-42e5-4d98-976b-d253283b4af4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14861 | 2024.11.01 08:27:15.479072 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part | ||
| 14862 | 2024.11.01 08:27:15.479342 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 424 rows starting from the beginning of the part | ||
| 14863 | 2024.11.01 08:27:15.479421 [ 305 ] {d025c24a-0b05-4c95-8b45-361315a430c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53258) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14864 | 2024.11.01 08:27:15.479609 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 72 rows starting from the beginning of the part | ||
| 14865 | 2024.11.01 08:27:15.479656 [ 305 ] {d025c24a-0b05-4c95-8b45-361315a430c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14866 | 2024.11.01 08:27:15.479918 [ 189 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part | ||
| 14867 | 2024.11.01 08:27:15.480669 [ 305 ] {d025c24a-0b05-4c95-8b45-361315a430c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14868 | 2024.11.01 08:27:15.481825 [ 305 ] {d025c24a-0b05-4c95-8b45-361315a430c4} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14869 | 2024.11.01 08:27:15.481887 [ 305 ] {d025c24a-0b05-4c95-8b45-361315a430c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14870 | 2024.11.01 08:27:15.482760 [ 305 ] {d025c24a-0b05-4c95-8b45-361315a430c4} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 14871 | 2024.11.01 08:27:15.483075 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1606 rows, containing 5 columns (5 merged, 0 gathered) in 0.005998497 sec., 267733.7339670254 rows/sec., 20.65 MiB/sec. | ||
| 14872 | 2024.11.01 08:27:15.483400 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 14873 | 2024.11.01 08:27:15.483578 [ 305 ] {d025c24a-0b05-4c95-8b45-361315a430c4} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14874 | 2024.11.01 08:27:15.483820 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 14875 | 2024.11.01 08:27:15.483915 [ 305 ] {d025c24a-0b05-4c95-8b45-361315a430c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004718 sec., 33912.67486222976 rows/sec., 2.36 MiB/sec. | ||
| 14876 | 2024.11.01 08:27:15.483922 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14877 | 2024.11.01 08:27:15.484029 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14878 | 2024.11.01 08:27:15.484656 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 14879 | 2024.11.01 08:27:15.484799 [ 305 ] {d025c24a-0b05-4c95-8b45-361315a430c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14880 | 2024.11.01 08:27:15.484856 [ 305 ] {d025c24a-0b05-4c95-8b45-361315a430c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14881 | 2024.11.01 08:27:15.484906 [ 305 ] {} <Debug> HTTP-Session: ce4c800c-42e5-4d98-976b-d253283b4af4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14882 | 2024.11.01 08:27:15.485072 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14883 | 2024.11.01 08:27:15.485134 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 16194 rows starting from the beginning of the part | ||
| 14884 | 2024.11.01 08:27:15.485166 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_86_17} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14885 | 2024.11.01 08:27:15.485318 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14886 | 2024.11.01 08:27:15.485536 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 129 rows starting from the beginning of the part | ||
| 14887 | 2024.11.01 08:27:15.485575 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_86_17} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 14888 | 2024.11.01 08:27:15.485656 [ 305 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 14889 | |||
| 14890 | (version 23.8.7.1) | ||
| 14891 | 2024.11.01 08:27:15.486019 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 14892 | 2024.11.01 08:27:15.486031 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 14893 | 2024.11.01 08:27:15.486202 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35395, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14894 | 2024.11.01 08:27:15.486323 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 237 rows starting from the beginning of the part | ||
| 14895 | 2024.11.01 08:27:15.486379 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14896 | 2024.11.01 08:27:15.486470 [ 305 ] {} <Debug> HTTP-Session: dc88a9e8-d9e5-414e-9a27-5b7cd6054dbb Authenticating user 'default' from [fd00:1122:3344:101::d]:35395 | ||
| 14897 | 2024.11.01 08:27:15.486563 [ 305 ] {} <Debug> HTTP-Session: dc88a9e8-d9e5-414e-9a27-5b7cd6054dbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14898 | 2024.11.01 08:27:15.486657 [ 305 ] {} <Debug> HTTP-Session: dc88a9e8-d9e5-414e-9a27-5b7cd6054dbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14899 | 2024.11.01 08:27:15.486665 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 132 rows starting from the beginning of the part | ||
| 14900 | 2024.11.01 08:27:15.486770 [ 305 ] {} <Trace> HTTP-Session: dc88a9e8-d9e5-414e-9a27-5b7cd6054dbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14901 | 2024.11.01 08:27:15.486903 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
| 14902 | 2024.11.01 08:27:15.487204 [ 305 ] {7849dbe3-62ea-4574-a368-e4781a1fa0b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35395) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14903 | 2024.11.01 08:27:15.487344 [ 305 ] {7849dbe3-62ea-4574-a368-e4781a1fa0b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14904 | 2024.11.01 08:27:15.487603 [ 305 ] {7849dbe3-62ea-4574-a368-e4781a1fa0b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14905 | 2024.11.01 08:27:15.488032 [ 305 ] {7849dbe3-62ea-4574-a368-e4781a1fa0b3} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14906 | 2024.11.01 08:27:15.488068 [ 305 ] {7849dbe3-62ea-4574-a368-e4781a1fa0b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14907 | 2024.11.01 08:27:15.488495 [ 305 ] {7849dbe3-62ea-4574-a368-e4781a1fa0b3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 14908 | 2024.11.01 08:27:15.488981 [ 305 ] {7849dbe3-62ea-4574-a368-e4781a1fa0b3} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14909 | 2024.11.01 08:27:15.489191 [ 56 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 14910 | 2024.11.01 08:27:15.489242 [ 305 ] {7849dbe3-62ea-4574-a368-e4781a1fa0b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002253 sec., 26631.15845539281 rows/sec., 1.79 MiB/sec. | ||
| 14911 | 2024.11.01 08:27:15.489252 [ 56 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14912 | 2024.11.01 08:27:15.489302 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14913 | 2024.11.01 08:27:15.489818 [ 305 ] {7849dbe3-62ea-4574-a368-e4781a1fa0b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 14914 | 2024.11.01 08:27:15.489837 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 14915 | 2024.11.01 08:27:15.489853 [ 305 ] {7849dbe3-62ea-4574-a368-e4781a1fa0b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14916 | 2024.11.01 08:27:15.489933 [ 305 ] {} <Debug> HTTP-Session: dc88a9e8-d9e5-414e-9a27-5b7cd6054dbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14917 | 2024.11.01 08:27:15.490166 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14918 | 2024.11.01 08:27:15.490262 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5134 rows starting from the beginning of the part | ||
| 14919 | 2024.11.01 08:27:15.490273 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35395, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14920 | 2024.11.01 08:27:15.490603 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 48 rows starting from the beginning of the part | ||
| 14921 | 2024.11.01 08:27:15.490955 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 14922 | 2024.11.01 08:27:15.491095 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part | ||
| 14923 | 2024.11.01 08:27:15.491261 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 48 rows starting from the beginning of the part | ||
| 14924 | 2024.11.01 08:27:15.491481 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 14925 | 2024.11.01 08:27:15.493349 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17012 rows, containing 5 columns (5 merged, 0 gathered) in 0.009136365 sec., 1862009.6723368648 rows/sec., 127.10 MiB/sec. | ||
| 14926 | 2024.11.01 08:27:15.493623 [ 194 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 14927 | 2024.11.01 08:27:15.494359 [ 194 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14928 | 2024.11.01 08:27:15.494502 [ 194 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 14929 | 2024.11.01 08:27:15.494842 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.60 MiB. | ||
| 14930 | 2024.11.01 08:27:15.494906 [ 191 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5432 rows, containing 4 columns (4 merged, 0 gathered) in 0.005409173 sec., 1004220.0536015395 rows/sec., 65.99 MiB/sec. | ||
| 14931 | 2024.11.01 08:27:15.495308 [ 195 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 14932 | 2024.11.01 08:27:15.495706 [ 195 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_86_17} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14933 | 2024.11.01 08:27:15.495787 [ 195 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_86_17} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 14934 | 2024.11.01 08:27:15.495870 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 14935 | 2024.11.01 08:27:18.666096 [ 172 ] {} <Debug> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 14936 | 2024.11.01 08:27:18.666218 [ 172 ] {} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14937 | 2024.11.01 08:27:18.666260 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14938 | 2024.11.01 08:27:18.666535 [ 192 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 14939 | 2024.11.01 08:27:18.666839 [ 192 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14940 | 2024.11.01 08:27:18.666886 [ 192 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 150 rows starting from the beginning of the part | ||
| 14941 | 2024.11.01 08:27:18.666978 [ 192 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 14942 | 2024.11.01 08:27:18.667212 [ 192 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 14943 | 2024.11.01 08:27:18.667428 [ 192 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 14944 | 2024.11.01 08:27:18.667578 [ 192 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 14945 | 2024.11.01 08:27:18.668759 [ 195 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.002395368 sec., 72640.1955774645 rows/sec., 3.71 MiB/sec. | ||
| 14946 | 2024.11.01 08:27:18.668974 [ 195 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 14947 | 2024.11.01 08:27:18.669486 [ 195 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_29_7} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14948 | 2024.11.01 08:27:18.669580 [ 195 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_29_7} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 14949 | 2024.11.01 08:27:18.669682 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 14950 | 2024.11.01 08:27:20.016030 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63855, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14951 | 2024.11.01 08:27:20.145128 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14952 | 2024.11.01 08:27:20.244166 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54215, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14953 | 2024.11.01 08:27:20.253547 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52526, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14954 | 2024.11.01 08:27:20.254849 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65120, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14955 | 2024.11.01 08:27:20.325143 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41948, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14956 | 2024.11.01 08:27:20.334510 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37340, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14957 | 2024.11.01 08:27:20.352906 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48823, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14958 | 2024.11.01 08:27:20.388392 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62388, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14959 | 2024.11.01 08:27:20.463348 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60926, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14960 | 2024.11.01 08:27:20.473893 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42228, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14961 | 2024.11.01 08:27:20.473973 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14962 | 2024.11.01 08:27:20.473997 [ 302 ] {} <Debug> HTTP-Session: d1240f49-dc3a-4feb-89e2-e0b94d0ab5cf Authenticating user 'default' from [fd00:1122:3344:101::d]:42228 | ||
| 14963 | 2024.11.01 08:27:20.474020 [ 302 ] {} <Debug> HTTP-Session: d1240f49-dc3a-4feb-89e2-e0b94d0ab5cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14964 | 2024.11.01 08:27:20.474034 [ 302 ] {} <Debug> HTTP-Session: d1240f49-dc3a-4feb-89e2-e0b94d0ab5cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14965 | 2024.11.01 08:27:20.474087 [ 302 ] {} <Trace> HTTP-Session: d1240f49-dc3a-4feb-89e2-e0b94d0ab5cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14966 | 2024.11.01 08:27:20.474358 [ 302 ] {6cb0f14f-a57a-4276-af10-5b589d537aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42228) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14967 | 2024.11.01 08:27:20.474425 [ 302 ] {6cb0f14f-a57a-4276-af10-5b589d537aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14968 | 2024.11.01 08:27:20.474768 [ 302 ] {6cb0f14f-a57a-4276-af10-5b589d537aae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14969 | 2024.11.01 08:27:20.475358 [ 302 ] {6cb0f14f-a57a-4276-af10-5b589d537aae} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14970 | 2024.11.01 08:27:20.475401 [ 302 ] {6cb0f14f-a57a-4276-af10-5b589d537aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14971 | 2024.11.01 08:27:20.475856 [ 302 ] {6cb0f14f-a57a-4276-af10-5b589d537aae} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 14972 | 2024.11.01 08:27:20.476257 [ 302 ] {6cb0f14f-a57a-4276-af10-5b589d537aae} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14973 | 2024.11.01 08:27:20.476440 [ 302 ] {6cb0f14f-a57a-4276-af10-5b589d537aae} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002201 sec., 124034.52975920038 rows/sec., 11.03 MiB/sec. | ||
| 14974 | 2024.11.01 08:27:20.476636 [ 302 ] {6cb0f14f-a57a-4276-af10-5b589d537aae} <Debug> DynamicQueryHandler: Done processing query | ||
| 14975 | 2024.11.01 08:27:20.476663 [ 302 ] {6cb0f14f-a57a-4276-af10-5b589d537aae} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 14976 | 2024.11.01 08:27:20.476680 [ 302 ] {} <Debug> HTTP-Session: d1240f49-dc3a-4feb-89e2-e0b94d0ab5cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14977 | 2024.11.01 08:27:20.476883 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42228, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14978 | 2024.11.01 08:27:20.477020 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54535, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14979 | 2024.11.01 08:27:20.477152 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14980 | 2024.11.01 08:27:20.477181 [ 303 ] {} <Debug> HTTP-Session: f45029d3-c73b-4b25-9f6f-b91655a5a20b Authenticating user 'default' from [fd00:1122:3344:101::d]:54535 | ||
| 14981 | 2024.11.01 08:27:20.477209 [ 303 ] {} <Debug> HTTP-Session: f45029d3-c73b-4b25-9f6f-b91655a5a20b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14982 | 2024.11.01 08:27:20.477227 [ 303 ] {} <Debug> HTTP-Session: f45029d3-c73b-4b25-9f6f-b91655a5a20b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14983 | 2024.11.01 08:27:20.477289 [ 303 ] {} <Trace> HTTP-Session: f45029d3-c73b-4b25-9f6f-b91655a5a20b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14984 | 2024.11.01 08:27:20.477510 [ 303 ] {f25232f4-b530-49c1-856b-b287dfedc2c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54535) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14985 | 2024.11.01 08:27:20.477580 [ 303 ] {f25232f4-b530-49c1-856b-b287dfedc2c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14986 | 2024.11.01 08:27:20.477932 [ 303 ] {f25232f4-b530-49c1-856b-b287dfedc2c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14987 | 2024.11.01 08:27:20.478312 [ 303 ] {f25232f4-b530-49c1-856b-b287dfedc2c6} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14988 | 2024.11.01 08:27:20.478351 [ 303 ] {f25232f4-b530-49c1-856b-b287dfedc2c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 14989 | 2024.11.01 08:27:20.478791 [ 303 ] {f25232f4-b530-49c1-856b-b287dfedc2c6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14990 | 2024.11.01 08:27:20.479194 [ 303 ] {f25232f4-b530-49c1-856b-b287dfedc2c6} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14991 | 2024.11.01 08:27:20.479338 [ 303 ] {f25232f4-b530-49c1-856b-b287dfedc2c6} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001909 sec., 22001.047668936615 rows/sec., 1.62 MiB/sec. | ||
| 14992 | 2024.11.01 08:27:20.479650 [ 303 ] {f25232f4-b530-49c1-856b-b287dfedc2c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 14993 | 2024.11.01 08:27:20.479714 [ 303 ] {f25232f4-b530-49c1-856b-b287dfedc2c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14994 | 2024.11.01 08:27:20.479765 [ 303 ] {} <Debug> HTTP-Session: f45029d3-c73b-4b25-9f6f-b91655a5a20b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14995 | 2024.11.01 08:27:20.479944 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42228, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14996 | 2024.11.01 08:27:20.479962 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54535, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14997 | 2024.11.01 08:27:20.480039 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14998 | 2024.11.01 08:27:20.480083 [ 302 ] {} <Debug> HTTP-Session: d3f40589-2584-4038-92b8-4bb389ff386a Authenticating user 'default' from [fd00:1122:3344:101::d]:42228 | ||
| 14999 | 2024.11.01 08:27:20.480116 [ 302 ] {} <Debug> HTTP-Session: d3f40589-2584-4038-92b8-4bb389ff386a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15000 | 2024.11.01 08:27:20.480140 [ 302 ] {} <Debug> HTTP-Session: d3f40589-2584-4038-92b8-4bb389ff386a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15001 | 2024.11.01 08:27:20.480191 [ 302 ] {} <Trace> HTTP-Session: d3f40589-2584-4038-92b8-4bb389ff386a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15002 | 2024.11.01 08:27:20.480334 [ 302 ] {bb8e8709-bef8-4884-8c1d-7d93609d0d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42228) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 15003 | 2024.11.01 08:27:20.480395 [ 302 ] {bb8e8709-bef8-4884-8c1d-7d93609d0d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15004 | 2024.11.01 08:27:20.480689 [ 302 ] {bb8e8709-bef8-4884-8c1d-7d93609d0d6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15005 | 2024.11.01 08:27:20.480990 [ 302 ] {bb8e8709-bef8-4884-8c1d-7d93609d0d6b} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15006 | 2024.11.01 08:27:20.481029 [ 302 ] {bb8e8709-bef8-4884-8c1d-7d93609d0d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15007 | 2024.11.01 08:27:20.481397 [ 302 ] {bb8e8709-bef8-4884-8c1d-7d93609d0d6b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 15008 | 2024.11.01 08:27:20.481778 [ 302 ] {bb8e8709-bef8-4884-8c1d-7d93609d0d6b} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15009 | 2024.11.01 08:27:20.481943 [ 302 ] {bb8e8709-bef8-4884-8c1d-7d93609d0d6b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001641 sec., 8531.383302864107 rows/sec., 597.48 KiB/sec. | ||
| 15010 | 2024.11.01 08:27:20.482287 [ 302 ] {bb8e8709-bef8-4884-8c1d-7d93609d0d6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 15011 | 2024.11.01 08:27:20.482330 [ 302 ] {bb8e8709-bef8-4884-8c1d-7d93609d0d6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15012 | 2024.11.01 08:27:20.482349 [ 302 ] {} <Debug> HTTP-Session: d3f40589-2584-4038-92b8-4bb389ff386a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15013 | 2024.11.01 08:27:20.482493 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42228, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15014 | 2024.11.01 08:27:20.482581 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38150, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15015 | 2024.11.01 08:27:20.482677 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15016 | 2024.11.01 08:27:20.482703 [ 303 ] {} <Debug> HTTP-Session: e33b3ff4-771f-4839-b80a-0eb93188fe9d Authenticating user 'default' from [fd00:1122:3344:101::d]:38150 | ||
| 15017 | 2024.11.01 08:27:20.482725 [ 303 ] {} <Debug> HTTP-Session: e33b3ff4-771f-4839-b80a-0eb93188fe9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15018 | 2024.11.01 08:27:20.482742 [ 303 ] {} <Debug> HTTP-Session: e33b3ff4-771f-4839-b80a-0eb93188fe9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15019 | 2024.11.01 08:27:20.482788 [ 303 ] {} <Trace> HTTP-Session: e33b3ff4-771f-4839-b80a-0eb93188fe9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15020 | 2024.11.01 08:27:20.482917 [ 303 ] {307803f5-0262-4cc4-ac2c-b23adea31709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 15021 | 2024.11.01 08:27:20.482974 [ 303 ] {307803f5-0262-4cc4-ac2c-b23adea31709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15022 | 2024.11.01 08:27:20.483317 [ 303 ] {307803f5-0262-4cc4-ac2c-b23adea31709} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15023 | 2024.11.01 08:27:20.483660 [ 303 ] {307803f5-0262-4cc4-ac2c-b23adea31709} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15024 | 2024.11.01 08:27:20.483697 [ 303 ] {307803f5-0262-4cc4-ac2c-b23adea31709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15025 | 2024.11.01 08:27:20.484063 [ 303 ] {307803f5-0262-4cc4-ac2c-b23adea31709} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 15026 | 2024.11.01 08:27:20.484453 [ 303 ] {307803f5-0262-4cc4-ac2c-b23adea31709} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15027 | 2024.11.01 08:27:20.484593 [ 303 ] {307803f5-0262-4cc4-ac2c-b23adea31709} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001713 sec., 3502.626970227671 rows/sec., 206.94 KiB/sec. | ||
| 15028 | 2024.11.01 08:27:20.484777 [ 303 ] {307803f5-0262-4cc4-ac2c-b23adea31709} <Debug> DynamicQueryHandler: Done processing query | ||
| 15029 | 2024.11.01 08:27:20.484802 [ 303 ] {307803f5-0262-4cc4-ac2c-b23adea31709} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15030 | 2024.11.01 08:27:20.484818 [ 303 ] {} <Debug> HTTP-Session: e33b3ff4-771f-4839-b80a-0eb93188fe9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15031 | 2024.11.01 08:27:20.485011 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15032 | 2024.11.01 08:27:20.485104 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39465, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15033 | 2024.11.01 08:27:20.485176 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15034 | 2024.11.01 08:27:20.485201 [ 302 ] {} <Debug> HTTP-Session: 7a358d12-e63c-477f-98a3-577390f71137 Authenticating user 'default' from [fd00:1122:3344:101::d]:39465 | ||
| 15035 | 2024.11.01 08:27:20.485222 [ 302 ] {} <Debug> HTTP-Session: 7a358d12-e63c-477f-98a3-577390f71137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15036 | 2024.11.01 08:27:20.485240 [ 302 ] {} <Debug> HTTP-Session: 7a358d12-e63c-477f-98a3-577390f71137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15037 | 2024.11.01 08:27:20.485286 [ 302 ] {} <Trace> HTTP-Session: 7a358d12-e63c-477f-98a3-577390f71137 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15038 | 2024.11.01 08:27:20.485549 [ 302 ] {34daeba9-3f74-4483-8dd1-e7aa84835f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39465) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15039 | 2024.11.01 08:27:20.485598 [ 302 ] {34daeba9-3f74-4483-8dd1-e7aa84835f48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15040 | 2024.11.01 08:27:20.485871 [ 302 ] {34daeba9-3f74-4483-8dd1-e7aa84835f48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15041 | 2024.11.01 08:27:20.486409 [ 302 ] {34daeba9-3f74-4483-8dd1-e7aa84835f48} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15042 | 2024.11.01 08:27:20.486446 [ 302 ] {34daeba9-3f74-4483-8dd1-e7aa84835f48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15043 | 2024.11.01 08:27:20.486843 [ 302 ] {34daeba9-3f74-4483-8dd1-e7aa84835f48} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 15044 | 2024.11.01 08:27:20.487214 [ 302 ] {34daeba9-3f74-4483-8dd1-e7aa84835f48} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15045 | 2024.11.01 08:27:20.487380 [ 302 ] {34daeba9-3f74-4483-8dd1-e7aa84835f48} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001962 sec., 216106.01427115186 rows/sec., 15.45 MiB/sec. | ||
| 15046 | 2024.11.01 08:27:20.487555 [ 302 ] {34daeba9-3f74-4483-8dd1-e7aa84835f48} <Debug> DynamicQueryHandler: Done processing query | ||
| 15047 | 2024.11.01 08:27:20.487579 [ 302 ] {34daeba9-3f74-4483-8dd1-e7aa84835f48} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 15048 | 2024.11.01 08:27:20.487594 [ 302 ] {} <Debug> HTTP-Session: 7a358d12-e63c-477f-98a3-577390f71137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15049 | 2024.11.01 08:27:20.487812 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39465, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15050 | 2024.11.01 08:27:20.487807 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38150, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15051 | 2024.11.01 08:27:20.487964 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15052 | 2024.11.01 08:27:20.488008 [ 303 ] {} <Debug> HTTP-Session: 8d9c5b48-3f99-4524-bf18-c9222b19789d Authenticating user 'default' from [fd00:1122:3344:101::d]:38150 | ||
| 15053 | 2024.11.01 08:27:20.488041 [ 303 ] {} <Debug> HTTP-Session: 8d9c5b48-3f99-4524-bf18-c9222b19789d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15054 | 2024.11.01 08:27:20.488067 [ 303 ] {} <Debug> HTTP-Session: 8d9c5b48-3f99-4524-bf18-c9222b19789d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15055 | 2024.11.01 08:27:20.488134 [ 303 ] {} <Trace> HTTP-Session: 8d9c5b48-3f99-4524-bf18-c9222b19789d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15056 | 2024.11.01 08:27:20.488338 [ 303 ] {f76164c1-6f04-4ebe-967f-87fe08d24ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15057 | 2024.11.01 08:27:20.488428 [ 303 ] {f76164c1-6f04-4ebe-967f-87fe08d24ff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15058 | 2024.11.01 08:27:20.488652 [ 303 ] {f76164c1-6f04-4ebe-967f-87fe08d24ff3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15059 | 2024.11.01 08:27:20.488937 [ 303 ] {f76164c1-6f04-4ebe-967f-87fe08d24ff3} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15060 | 2024.11.01 08:27:20.488972 [ 303 ] {f76164c1-6f04-4ebe-967f-87fe08d24ff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15061 | 2024.11.01 08:27:20.489340 [ 303 ] {f76164c1-6f04-4ebe-967f-87fe08d24ff3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 15062 | 2024.11.01 08:27:20.489678 [ 303 ] {f76164c1-6f04-4ebe-967f-87fe08d24ff3} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15063 | 2024.11.01 08:27:20.489818 [ 303 ] {f76164c1-6f04-4ebe-967f-87fe08d24ff3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec. | ||
| 15064 | 2024.11.01 08:27:20.490027 [ 303 ] {f76164c1-6f04-4ebe-967f-87fe08d24ff3} <Debug> DynamicQueryHandler: Done processing query | ||
| 15065 | 2024.11.01 08:27:20.490057 [ 303 ] {f76164c1-6f04-4ebe-967f-87fe08d24ff3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15066 | 2024.11.01 08:27:20.490073 [ 303 ] {} <Debug> HTTP-Session: 8d9c5b48-3f99-4524-bf18-c9222b19789d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15067 | 2024.11.01 08:27:20.490255 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15068 | 2024.11.01 08:27:20.490356 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65008, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15069 | 2024.11.01 08:27:20.490425 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15070 | 2024.11.01 08:27:20.490449 [ 302 ] {} <Debug> HTTP-Session: ac4fab53-c044-46dd-8a8f-38bdbc951d51 Authenticating user 'default' from [fd00:1122:3344:101::d]:65008 | ||
| 15071 | 2024.11.01 08:27:20.490469 [ 302 ] {} <Debug> HTTP-Session: ac4fab53-c044-46dd-8a8f-38bdbc951d51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15072 | 2024.11.01 08:27:20.490488 [ 302 ] {} <Debug> HTTP-Session: ac4fab53-c044-46dd-8a8f-38bdbc951d51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15073 | 2024.11.01 08:27:20.490533 [ 302 ] {} <Trace> HTTP-Session: ac4fab53-c044-46dd-8a8f-38bdbc951d51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15074 | 2024.11.01 08:27:20.490751 [ 302 ] {da63579f-a29d-4eee-acfc-5d7f84e48e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15075 | 2024.11.01 08:27:20.490809 [ 302 ] {da63579f-a29d-4eee-acfc-5d7f84e48e62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15076 | 2024.11.01 08:27:20.491022 [ 302 ] {da63579f-a29d-4eee-acfc-5d7f84e48e62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15077 | 2024.11.01 08:27:20.491467 [ 302 ] {da63579f-a29d-4eee-acfc-5d7f84e48e62} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15078 | 2024.11.01 08:27:20.491508 [ 302 ] {da63579f-a29d-4eee-acfc-5d7f84e48e62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15079 | 2024.11.01 08:27:20.491913 [ 302 ] {da63579f-a29d-4eee-acfc-5d7f84e48e62} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 15080 | 2024.11.01 08:27:20.492256 [ 302 ] {da63579f-a29d-4eee-acfc-5d7f84e48e62} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15081 | 2024.11.01 08:27:20.492413 [ 302 ] {da63579f-a29d-4eee-acfc-5d7f84e48e62} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001766 sec., 134201.58550396375 rows/sec., 9.00 MiB/sec. | ||
| 15082 | 2024.11.01 08:27:20.492579 [ 302 ] {da63579f-a29d-4eee-acfc-5d7f84e48e62} <Debug> DynamicQueryHandler: Done processing query | ||
| 15083 | 2024.11.01 08:27:20.492603 [ 302 ] {da63579f-a29d-4eee-acfc-5d7f84e48e62} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 15084 | 2024.11.01 08:27:20.492619 [ 302 ] {} <Debug> HTTP-Session: ac4fab53-c044-46dd-8a8f-38bdbc951d51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15085 | 2024.11.01 08:27:20.492808 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65008, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15086 | 2024.11.01 08:27:20.492826 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15087 | 2024.11.01 08:27:20.492961 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15088 | 2024.11.01 08:27:20.493010 [ 303 ] {} <Debug> HTTP-Session: 6f1af0a4-0bec-41be-8b9a-5fefb7a3365d Authenticating user 'default' from [fd00:1122:3344:101::d]:38150 | ||
| 15089 | 2024.11.01 08:27:20.493044 [ 303 ] {} <Debug> HTTP-Session: 6f1af0a4-0bec-41be-8b9a-5fefb7a3365d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15090 | 2024.11.01 08:27:20.493070 [ 303 ] {} <Debug> HTTP-Session: 6f1af0a4-0bec-41be-8b9a-5fefb7a3365d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15091 | 2024.11.01 08:27:20.493137 [ 303 ] {} <Trace> HTTP-Session: 6f1af0a4-0bec-41be-8b9a-5fefb7a3365d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15092 | 2024.11.01 08:27:20.493332 [ 303 ] {cc413108-2f40-4a5f-bec4-80d79e4121d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 15093 | 2024.11.01 08:27:20.493424 [ 303 ] {cc413108-2f40-4a5f-bec4-80d79e4121d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15094 | 2024.11.01 08:27:20.493648 [ 303 ] {cc413108-2f40-4a5f-bec4-80d79e4121d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15095 | 2024.11.01 08:27:20.493919 [ 303 ] {cc413108-2f40-4a5f-bec4-80d79e4121d7} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15096 | 2024.11.01 08:27:20.493954 [ 303 ] {cc413108-2f40-4a5f-bec4-80d79e4121d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15097 | 2024.11.01 08:27:20.494312 [ 303 ] {cc413108-2f40-4a5f-bec4-80d79e4121d7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 15098 | 2024.11.01 08:27:20.494644 [ 303 ] {cc413108-2f40-4a5f-bec4-80d79e4121d7} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15099 | 2024.11.01 08:27:20.494774 [ 303 ] {cc413108-2f40-4a5f-bec4-80d79e4121d7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0015 sec., 666.6666666666666 rows/sec., 44.92 KiB/sec. | ||
| 15100 | 2024.11.01 08:27:20.494943 [ 303 ] {cc413108-2f40-4a5f-bec4-80d79e4121d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 15101 | 2024.11.01 08:27:20.494968 [ 303 ] {cc413108-2f40-4a5f-bec4-80d79e4121d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 15102 | 2024.11.01 08:27:20.494984 [ 303 ] {} <Debug> HTTP-Session: 6f1af0a4-0bec-41be-8b9a-5fefb7a3365d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15103 | 2024.11.01 08:27:20.495146 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15104 | 2024.11.01 08:27:20.495242 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35163, User-Agent: (none), Length: 70814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15105 | 2024.11.01 08:27:20.495310 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15106 | 2024.11.01 08:27:20.495334 [ 302 ] {} <Debug> HTTP-Session: 2def9d03-70a6-4427-a4b4-9cf2127ea5c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35163 | ||
| 15107 | 2024.11.01 08:27:20.495354 [ 302 ] {} <Debug> HTTP-Session: 2def9d03-70a6-4427-a4b4-9cf2127ea5c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15108 | 2024.11.01 08:27:20.495371 [ 302 ] {} <Debug> HTTP-Session: 2def9d03-70a6-4427-a4b4-9cf2127ea5c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15109 | 2024.11.01 08:27:20.495417 [ 302 ] {} <Trace> HTTP-Session: 2def9d03-70a6-4427-a4b4-9cf2127ea5c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15110 | 2024.11.01 08:27:20.495908 [ 302 ] {15f58b3f-6d1b-44d1-961c-1cbcb238b2c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35163) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15111 | 2024.11.01 08:27:20.495999 [ 302 ] {15f58b3f-6d1b-44d1-961c-1cbcb238b2c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15112 | 2024.11.01 08:27:20.496563 [ 302 ] {15f58b3f-6d1b-44d1-961c-1cbcb238b2c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15113 | 2024.11.01 08:27:20.497441 [ 302 ] {15f58b3f-6d1b-44d1-961c-1cbcb238b2c7} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15114 | 2024.11.01 08:27:20.497477 [ 302 ] {15f58b3f-6d1b-44d1-961c-1cbcb238b2c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15115 | 2024.11.01 08:27:20.498306 [ 302 ] {15f58b3f-6d1b-44d1-961c-1cbcb238b2c7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 15116 | 2024.11.01 08:27:20.498785 [ 302 ] {15f58b3f-6d1b-44d1-961c-1cbcb238b2c7} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15117 | 2024.11.01 08:27:20.499002 [ 302 ] {15f58b3f-6d1b-44d1-961c-1cbcb238b2c7} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003461 sec., 12135.221034383127 rows/sec., 21.75 MiB/sec. | ||
| 15118 | 2024.11.01 08:27:20.499584 [ 302 ] {15f58b3f-6d1b-44d1-961c-1cbcb238b2c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 15119 | 2024.11.01 08:27:20.499612 [ 302 ] {15f58b3f-6d1b-44d1-961c-1cbcb238b2c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 15120 | 2024.11.01 08:27:20.499628 [ 302 ] {} <Debug> HTTP-Session: 2def9d03-70a6-4427-a4b4-9cf2127ea5c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15121 | 2024.11.01 08:27:20.499794 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38150, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15122 | 2024.11.01 08:27:20.499813 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35163, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15123 | 2024.11.01 08:27:20.499895 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15124 | 2024.11.01 08:27:20.499935 [ 303 ] {} <Debug> HTTP-Session: f6c29d41-69f4-4d5c-8603-d75b1ebfe734 Authenticating user 'default' from [fd00:1122:3344:101::d]:38150 | ||
| 15125 | 2024.11.01 08:27:20.499962 [ 303 ] {} <Debug> HTTP-Session: f6c29d41-69f4-4d5c-8603-d75b1ebfe734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15126 | 2024.11.01 08:27:20.499979 [ 303 ] {} <Debug> HTTP-Session: f6c29d41-69f4-4d5c-8603-d75b1ebfe734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15127 | 2024.11.01 08:27:20.500041 [ 303 ] {} <Trace> HTTP-Session: f6c29d41-69f4-4d5c-8603-d75b1ebfe734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15128 | 2024.11.01 08:27:20.500222 [ 303 ] {441131be-83de-455d-b1cf-addf07c84769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15129 | 2024.11.01 08:27:20.500278 [ 303 ] {441131be-83de-455d-b1cf-addf07c84769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15130 | 2024.11.01 08:27:20.500468 [ 303 ] {441131be-83de-455d-b1cf-addf07c84769} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15131 | 2024.11.01 08:27:20.500804 [ 303 ] {441131be-83de-455d-b1cf-addf07c84769} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15132 | 2024.11.01 08:27:20.500840 [ 303 ] {441131be-83de-455d-b1cf-addf07c84769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15133 | 2024.11.01 08:27:20.501218 [ 303 ] {441131be-83de-455d-b1cf-addf07c84769} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 15134 | 2024.11.01 08:27:20.501560 [ 303 ] {441131be-83de-455d-b1cf-addf07c84769} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15135 | 2024.11.01 08:27:20.501689 [ 303 ] {441131be-83de-455d-b1cf-addf07c84769} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001546 sec., 53040.10349288486 rows/sec., 3.37 MiB/sec. | ||
| 15136 | 2024.11.01 08:27:20.501882 [ 303 ] {441131be-83de-455d-b1cf-addf07c84769} <Debug> DynamicQueryHandler: Done processing query | ||
| 15137 | 2024.11.01 08:27:20.501918 [ 303 ] {441131be-83de-455d-b1cf-addf07c84769} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15138 | 2024.11.01 08:27:20.501952 [ 303 ] {} <Debug> HTTP-Session: f6c29d41-69f4-4d5c-8603-d75b1ebfe734 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15139 | 2024.11.01 08:27:20.502334 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15140 | 2024.11.01 08:27:20.524716 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15141 | 2024.11.01 08:27:20.771456 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59467, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15142 | 2024.11.01 08:27:20.782803 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41423, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15143 | 2024.11.01 08:27:20.834108 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41633, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15144 | 2024.11.01 08:27:20.835638 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57237, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15145 | 2024.11.01 08:27:20.930150 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15146 | 2024.11.01 08:27:21.000150 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.09 MiB, peak 191.84 MiB, free memory in arenas 0.00 B, will set to 182.93 MiB (RSS), difference: -1.16 MiB | ||
| 15147 | 2024.11.01 08:27:21.115361 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15148 | 2024.11.01 08:27:21.505353 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40041, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15149 | 2024.11.01 08:27:21.598825 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46024, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15150 | 2024.11.01 08:27:21.778525 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15151 | 2024.11.01 08:27:21.918195 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15152 | 2024.11.01 08:27:21.937622 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43666, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15153 | 2024.11.01 08:27:21.972985 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54236, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15154 | 2024.11.01 08:27:22.026147 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56630, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15155 | 2024.11.01 08:27:22.205445 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48625, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15156 | 2024.11.01 08:27:22.608697 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52744, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15157 | 2024.11.01 08:27:22.894390 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15158 | 2024.11.01 08:27:22.996922 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43115, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15159 | 2024.11.01 08:27:23.045071 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53009, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15160 | 2024.11.01 08:27:23.059379 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37555, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15161 | 2024.11.01 08:27:23.106572 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43603, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15162 | 2024.11.01 08:27:23.121021 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50574, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15163 | 2024.11.01 08:27:23.692912 [ 89 ] {} <Debug> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 15164 | 2024.11.01 08:27:23.692986 [ 89 ] {} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15165 | 2024.11.01 08:27:23.693013 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15166 | 2024.11.01 08:27:23.693185 [ 188 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 15167 | 2024.11.01 08:27:23.693391 [ 188 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15168 | 2024.11.01 08:27:23.693435 [ 188 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part | ||
| 15169 | 2024.11.01 08:27:23.693527 [ 188 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 15170 | 2024.11.01 08:27:23.693777 [ 188 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 15171 | 2024.11.01 08:27:23.693978 [ 188 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 15172 | 2024.11.01 08:27:23.694175 [ 188 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
| 15173 | 2024.11.01 08:27:23.695334 [ 195 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002235685 sec., 16102.447348351849 rows/sec., 1.34 MiB/sec. | ||
| 15174 | 2024.11.01 08:27:23.695661 [ 198 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 15175 | 2024.11.01 08:27:23.696172 [ 198 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_25_6} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15176 | 2024.11.01 08:27:23.696268 [ 198 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_25_6} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 15177 | 2024.11.01 08:27:23.696377 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15178 | 2024.11.01 08:27:24.040665 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1368 | ||
| 15179 | 2024.11.01 08:27:24.043517 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15180 | 2024.11.01 08:27:24.043566 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15181 | 2024.11.01 08:27:24.045071 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 15182 | 2024.11.01 08:27:24.046074 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15183 | 2024.11.01 08:27:24.046622 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1368 | ||
| 15184 | 2024.11.01 08:27:25.465632 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34538, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15185 | 2024.11.01 08:27:25.465759 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15186 | 2024.11.01 08:27:25.465788 [ 282 ] {} <Debug> HTTP-Session: 32c5faf6-7ff3-413b-ae5a-940992ee9fc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34538 | ||
| 15187 | 2024.11.01 08:27:25.465815 [ 282 ] {} <Debug> HTTP-Session: 32c5faf6-7ff3-413b-ae5a-940992ee9fc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15188 | 2024.11.01 08:27:25.465832 [ 282 ] {} <Debug> HTTP-Session: 32c5faf6-7ff3-413b-ae5a-940992ee9fc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15189 | 2024.11.01 08:27:25.465887 [ 282 ] {} <Trace> HTTP-Session: 32c5faf6-7ff3-413b-ae5a-940992ee9fc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15190 | 2024.11.01 08:27:25.466083 [ 282 ] {f0aeb7ec-c083-4ca7-bc7e-7ddc52d9c42d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34538) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15191 | 2024.11.01 08:27:25.466158 [ 282 ] {f0aeb7ec-c083-4ca7-bc7e-7ddc52d9c42d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15192 | 2024.11.01 08:27:25.466542 [ 282 ] {f0aeb7ec-c083-4ca7-bc7e-7ddc52d9c42d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15193 | 2024.11.01 08:27:25.466986 [ 282 ] {f0aeb7ec-c083-4ca7-bc7e-7ddc52d9c42d} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15194 | 2024.11.01 08:27:25.467029 [ 282 ] {f0aeb7ec-c083-4ca7-bc7e-7ddc52d9c42d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15195 | 2024.11.01 08:27:25.467429 [ 282 ] {f0aeb7ec-c083-4ca7-bc7e-7ddc52d9c42d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 15196 | 2024.11.01 08:27:25.467813 [ 282 ] {f0aeb7ec-c083-4ca7-bc7e-7ddc52d9c42d} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15197 | 2024.11.01 08:27:25.467977 [ 282 ] {f0aeb7ec-c083-4ca7-bc7e-7ddc52d9c42d} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001948 sec., 3080.082135523614 rows/sec., 251.16 KiB/sec. | ||
| 15198 | 2024.11.01 08:27:25.468178 [ 282 ] {f0aeb7ec-c083-4ca7-bc7e-7ddc52d9c42d} <Debug> DynamicQueryHandler: Done processing query | ||
| 15199 | 2024.11.01 08:27:25.468203 [ 282 ] {f0aeb7ec-c083-4ca7-bc7e-7ddc52d9c42d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15200 | 2024.11.01 08:27:25.468220 [ 282 ] {} <Debug> HTTP-Session: 32c5faf6-7ff3-413b-ae5a-940992ee9fc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15201 | 2024.11.01 08:27:25.468370 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15202 | 2024.11.01 08:27:25.468529 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63456, User-Agent: (none), Length: 8195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15203 | 2024.11.01 08:27:25.468640 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15204 | 2024.11.01 08:27:25.468665 [ 290 ] {} <Debug> HTTP-Session: 2e5317f0-18b1-4632-988c-9a6c07013827 Authenticating user 'default' from [fd00:1122:3344:101::d]:63456 | ||
| 15205 | 2024.11.01 08:27:25.468690 [ 290 ] {} <Debug> HTTP-Session: 2e5317f0-18b1-4632-988c-9a6c07013827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15206 | 2024.11.01 08:27:25.468705 [ 290 ] {} <Debug> HTTP-Session: 2e5317f0-18b1-4632-988c-9a6c07013827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15207 | 2024.11.01 08:27:25.468758 [ 290 ] {} <Trace> HTTP-Session: 2e5317f0-18b1-4632-988c-9a6c07013827 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15208 | 2024.11.01 08:27:25.468950 [ 290 ] {00daad0e-0407-49e5-b7bc-8af7b2ca8c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63456) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15209 | 2024.11.01 08:27:25.469013 [ 290 ] {00daad0e-0407-49e5-b7bc-8af7b2ca8c2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15210 | 2024.11.01 08:27:25.469356 [ 290 ] {00daad0e-0407-49e5-b7bc-8af7b2ca8c2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15211 | 2024.11.01 08:27:25.469783 [ 290 ] {00daad0e-0407-49e5-b7bc-8af7b2ca8c2a} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15212 | 2024.11.01 08:27:25.469823 [ 290 ] {00daad0e-0407-49e5-b7bc-8af7b2ca8c2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15213 | 2024.11.01 08:27:25.470258 [ 290 ] {00daad0e-0407-49e5-b7bc-8af7b2ca8c2a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 15214 | 2024.11.01 08:27:25.470660 [ 290 ] {00daad0e-0407-49e5-b7bc-8af7b2ca8c2a} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15215 | 2024.11.01 08:27:25.470807 [ 290 ] {00daad0e-0407-49e5-b7bc-8af7b2ca8c2a} <Debug> executeQuery: Read 59 rows, 4.60 KiB in 0.001925 sec., 30649.350649350647 rows/sec., 2.33 MiB/sec. | ||
| 15216 | 2024.11.01 08:27:25.471018 [ 290 ] {00daad0e-0407-49e5-b7bc-8af7b2ca8c2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 15217 | 2024.11.01 08:27:25.471045 [ 290 ] {00daad0e-0407-49e5-b7bc-8af7b2ca8c2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15218 | 2024.11.01 08:27:25.471062 [ 290 ] {} <Debug> HTTP-Session: 2e5317f0-18b1-4632-988c-9a6c07013827 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15219 | 2024.11.01 08:27:25.471222 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63456, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15220 | 2024.11.01 08:27:25.471239 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34538, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15221 | 2024.11.01 08:27:25.471339 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15222 | 2024.11.01 08:27:25.471363 [ 282 ] {} <Debug> HTTP-Session: 56b01066-f382-40ab-8462-4beeb4174806 Authenticating user 'default' from [fd00:1122:3344:101::d]:34538 | ||
| 15223 | 2024.11.01 08:27:25.471390 [ 282 ] {} <Debug> HTTP-Session: 56b01066-f382-40ab-8462-4beeb4174806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15224 | 2024.11.01 08:27:25.471408 [ 282 ] {} <Debug> HTTP-Session: 56b01066-f382-40ab-8462-4beeb4174806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15225 | 2024.11.01 08:27:25.471447 [ 290 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 15226 | |||
| 15227 | (version 23.8.7.1) | ||
| 15228 | 2024.11.01 08:27:25.471473 [ 282 ] {} <Trace> HTTP-Session: 56b01066-f382-40ab-8462-4beeb4174806 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15229 | 2024.11.01 08:27:25.471625 [ 282 ] {54d0577b-9fb8-46b2-8df9-012d91a7ed60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34538) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15230 | 2024.11.01 08:27:25.471679 [ 282 ] {54d0577b-9fb8-46b2-8df9-012d91a7ed60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15231 | 2024.11.01 08:27:25.471938 [ 282 ] {54d0577b-9fb8-46b2-8df9-012d91a7ed60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15232 | 2024.11.01 08:27:25.472258 [ 282 ] {54d0577b-9fb8-46b2-8df9-012d91a7ed60} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15233 | 2024.11.01 08:27:25.472296 [ 282 ] {54d0577b-9fb8-46b2-8df9-012d91a7ed60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15234 | 2024.11.01 08:27:25.472647 [ 282 ] {54d0577b-9fb8-46b2-8df9-012d91a7ed60} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15235 | 2024.11.01 08:27:25.473007 [ 282 ] {54d0577b-9fb8-46b2-8df9-012d91a7ed60} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15236 | 2024.11.01 08:27:25.473165 [ 282 ] {54d0577b-9fb8-46b2-8df9-012d91a7ed60} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001565 sec., 3833.865814696486 rows/sec., 267.70 KiB/sec. | ||
| 15237 | 2024.11.01 08:27:25.473341 [ 282 ] {54d0577b-9fb8-46b2-8df9-012d91a7ed60} <Debug> DynamicQueryHandler: Done processing query | ||
| 15238 | 2024.11.01 08:27:25.473366 [ 282 ] {54d0577b-9fb8-46b2-8df9-012d91a7ed60} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15239 | 2024.11.01 08:27:25.473381 [ 282 ] {} <Debug> HTTP-Session: 56b01066-f382-40ab-8462-4beeb4174806 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15240 | 2024.11.01 08:27:25.473509 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15241 | 2024.11.01 08:27:25.473602 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57515, User-Agent: (none), Length: 11895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15242 | 2024.11.01 08:27:25.473678 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15243 | 2024.11.01 08:27:25.473704 [ 290 ] {} <Debug> HTTP-Session: 5d821a26-58f8-44b3-aef1-81da8c963e22 Authenticating user 'default' from [fd00:1122:3344:101::d]:57515 | ||
| 15244 | 2024.11.01 08:27:25.473727 [ 290 ] {} <Debug> HTTP-Session: 5d821a26-58f8-44b3-aef1-81da8c963e22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15245 | 2024.11.01 08:27:25.473746 [ 290 ] {} <Debug> HTTP-Session: 5d821a26-58f8-44b3-aef1-81da8c963e22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15246 | 2024.11.01 08:27:25.473796 [ 290 ] {} <Trace> HTTP-Session: 5d821a26-58f8-44b3-aef1-81da8c963e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15247 | 2024.11.01 08:27:25.473965 [ 290 ] {f88f401c-4102-471e-904e-11557e8bae39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57515) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15248 | 2024.11.01 08:27:25.474024 [ 290 ] {f88f401c-4102-471e-904e-11557e8bae39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15249 | 2024.11.01 08:27:25.474345 [ 290 ] {f88f401c-4102-471e-904e-11557e8bae39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15250 | 2024.11.01 08:27:25.474757 [ 290 ] {f88f401c-4102-471e-904e-11557e8bae39} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15251 | 2024.11.01 08:27:25.474794 [ 290 ] {f88f401c-4102-471e-904e-11557e8bae39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15252 | 2024.11.01 08:27:25.475163 [ 290 ] {f88f401c-4102-471e-904e-11557e8bae39} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 15253 | 2024.11.01 08:27:25.475540 [ 290 ] {f88f401c-4102-471e-904e-11557e8bae39} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15254 | 2024.11.01 08:27:25.475673 [ 290 ] {f88f401c-4102-471e-904e-11557e8bae39} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001771 sec., 39525.691699604744 rows/sec., 3.09 MiB/sec. | ||
| 15255 | 2024.11.01 08:27:25.475847 [ 290 ] {f88f401c-4102-471e-904e-11557e8bae39} <Debug> DynamicQueryHandler: Done processing query | ||
| 15256 | 2024.11.01 08:27:25.475872 [ 290 ] {f88f401c-4102-471e-904e-11557e8bae39} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15257 | 2024.11.01 08:27:25.475889 [ 290 ] {} <Debug> HTTP-Session: 5d821a26-58f8-44b3-aef1-81da8c963e22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15258 | 2024.11.01 08:27:25.476080 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57515, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15259 | 2024.11.01 08:27:25.476093 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34538, User-Agent: (none), Length: 25063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15260 | 2024.11.01 08:27:25.476184 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15261 | 2024.11.01 08:27:25.476204 [ 282 ] {} <Debug> HTTP-Session: 27117b17-7553-4c61-b49e-f07fd0772a55 Authenticating user 'default' from [fd00:1122:3344:101::d]:34538 | ||
| 15262 | 2024.11.01 08:27:25.476239 [ 282 ] {} <Debug> HTTP-Session: 27117b17-7553-4c61-b49e-f07fd0772a55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15263 | 2024.11.01 08:27:25.476259 [ 282 ] {} <Debug> HTTP-Session: 27117b17-7553-4c61-b49e-f07fd0772a55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15264 | 2024.11.01 08:27:25.476299 [ 282 ] {} <Trace> HTTP-Session: 27117b17-7553-4c61-b49e-f07fd0772a55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15265 | 2024.11.01 08:27:25.476455 [ 282 ] {69c087a8-6047-4fde-a48c-048280c7bbb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34538) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15266 | 2024.11.01 08:27:25.476505 [ 282 ] {69c087a8-6047-4fde-a48c-048280c7bbb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15267 | 2024.11.01 08:27:25.476685 [ 282 ] {69c087a8-6047-4fde-a48c-048280c7bbb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15268 | 2024.11.01 08:27:25.477069 [ 282 ] {69c087a8-6047-4fde-a48c-048280c7bbb3} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15269 | 2024.11.01 08:27:25.477106 [ 282 ] {69c087a8-6047-4fde-a48c-048280c7bbb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15270 | 2024.11.01 08:27:25.477500 [ 282 ] {69c087a8-6047-4fde-a48c-048280c7bbb3} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 15271 | 2024.11.01 08:27:25.477839 [ 282 ] {69c087a8-6047-4fde-a48c-048280c7bbb3} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15272 | 2024.11.01 08:27:25.478010 [ 282 ] {69c087a8-6047-4fde-a48c-048280c7bbb3} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.001615 sec., 81114.55108359133 rows/sec., 5.65 MiB/sec. | ||
| 15273 | 2024.11.01 08:27:25.478180 [ 282 ] {69c087a8-6047-4fde-a48c-048280c7bbb3} <Debug> DynamicQueryHandler: Done processing query | ||
| 15274 | 2024.11.01 08:27:25.478204 [ 282 ] {69c087a8-6047-4fde-a48c-048280c7bbb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15275 | 2024.11.01 08:27:25.478220 [ 282 ] {} <Debug> HTTP-Session: 27117b17-7553-4c61-b49e-f07fd0772a55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15276 | 2024.11.01 08:27:25.478364 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15277 | 2024.11.01 08:27:25.478453 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41218, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15278 | 2024.11.01 08:27:25.478533 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15279 | 2024.11.01 08:27:25.478559 [ 290 ] {} <Debug> HTTP-Session: 29c19dda-7349-45e3-a5c0-8e0a69069fda Authenticating user 'default' from [fd00:1122:3344:101::d]:41218 | ||
| 15280 | 2024.11.01 08:27:25.478582 [ 290 ] {} <Debug> HTTP-Session: 29c19dda-7349-45e3-a5c0-8e0a69069fda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15281 | 2024.11.01 08:27:25.478599 [ 290 ] {} <Debug> HTTP-Session: 29c19dda-7349-45e3-a5c0-8e0a69069fda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15282 | 2024.11.01 08:27:25.478646 [ 290 ] {} <Trace> HTTP-Session: 29c19dda-7349-45e3-a5c0-8e0a69069fda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15283 | 2024.11.01 08:27:25.478811 [ 290 ] {57fd2829-3ccf-4599-8d1e-952122bf6bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41218) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15284 | 2024.11.01 08:27:25.478871 [ 290 ] {57fd2829-3ccf-4599-8d1e-952122bf6bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15285 | 2024.11.01 08:27:25.479063 [ 290 ] {57fd2829-3ccf-4599-8d1e-952122bf6bf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15286 | 2024.11.01 08:27:25.479394 [ 290 ] {57fd2829-3ccf-4599-8d1e-952122bf6bf9} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15287 | 2024.11.01 08:27:25.479437 [ 290 ] {57fd2829-3ccf-4599-8d1e-952122bf6bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15288 | 2024.11.01 08:27:25.479851 [ 290 ] {57fd2829-3ccf-4599-8d1e-952122bf6bf9} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 15289 | 2024.11.01 08:27:25.480184 [ 290 ] {57fd2829-3ccf-4599-8d1e-952122bf6bf9} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15290 | 2024.11.01 08:27:25.480313 [ 290 ] {57fd2829-3ccf-4599-8d1e-952122bf6bf9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001559 sec., 30788.967286722258 rows/sec., 2.07 MiB/sec. | ||
| 15291 | 2024.11.01 08:27:25.480480 [ 290 ] {57fd2829-3ccf-4599-8d1e-952122bf6bf9} <Debug> DynamicQueryHandler: Done processing query | ||
| 15292 | 2024.11.01 08:27:25.480504 [ 290 ] {57fd2829-3ccf-4599-8d1e-952122bf6bf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15293 | 2024.11.01 08:27:25.480521 [ 290 ] {} <Debug> HTTP-Session: 29c19dda-7349-45e3-a5c0-8e0a69069fda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15294 | 2024.11.01 08:27:25.480695 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15295 | 2024.11.01 08:27:28.640446 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15296 | 2024.11.01 08:27:28.640545 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15297 | 2024.11.01 08:27:30.466363 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55180, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15298 | 2024.11.01 08:27:30.466538 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15299 | 2024.11.01 08:27:30.466583 [ 282 ] {} <Debug> HTTP-Session: 7ccef195-5a1e-41f4-8f52-bd2b5cfdb2ea Authenticating user 'default' from [fd00:1122:3344:101::d]:55180 | ||
| 15300 | 2024.11.01 08:27:30.466624 [ 282 ] {} <Debug> HTTP-Session: 7ccef195-5a1e-41f4-8f52-bd2b5cfdb2ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15301 | 2024.11.01 08:27:30.466653 [ 282 ] {} <Debug> HTTP-Session: 7ccef195-5a1e-41f4-8f52-bd2b5cfdb2ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15302 | 2024.11.01 08:27:30.466738 [ 282 ] {} <Trace> HTTP-Session: 7ccef195-5a1e-41f4-8f52-bd2b5cfdb2ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15303 | 2024.11.01 08:27:30.466993 [ 282 ] {a01e3355-8bd4-4b7b-bcf3-f1ddfae0d08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55180) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15304 | 2024.11.01 08:27:30.467062 [ 282 ] {a01e3355-8bd4-4b7b-bcf3-f1ddfae0d08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15305 | 2024.11.01 08:27:30.467401 [ 282 ] {a01e3355-8bd4-4b7b-bcf3-f1ddfae0d08d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15306 | 2024.11.01 08:27:30.467906 [ 282 ] {a01e3355-8bd4-4b7b-bcf3-f1ddfae0d08d} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15307 | 2024.11.01 08:27:30.467954 [ 282 ] {a01e3355-8bd4-4b7b-bcf3-f1ddfae0d08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15308 | 2024.11.01 08:27:30.468380 [ 282 ] {a01e3355-8bd4-4b7b-bcf3-f1ddfae0d08d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 15309 | 2024.11.01 08:27:30.468784 [ 282 ] {a01e3355-8bd4-4b7b-bcf3-f1ddfae0d08d} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15310 | 2024.11.01 08:27:30.468967 [ 282 ] {a01e3355-8bd4-4b7b-bcf3-f1ddfae0d08d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002034 sec., 27531.956735496562 rows/sec., 2.10 MiB/sec. | ||
| 15311 | 2024.11.01 08:27:30.469183 [ 282 ] {a01e3355-8bd4-4b7b-bcf3-f1ddfae0d08d} <Debug> DynamicQueryHandler: Done processing query | ||
| 15312 | 2024.11.01 08:27:30.469211 [ 282 ] {a01e3355-8bd4-4b7b-bcf3-f1ddfae0d08d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15313 | 2024.11.01 08:27:30.469228 [ 282 ] {} <Debug> HTTP-Session: 7ccef195-5a1e-41f4-8f52-bd2b5cfdb2ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15314 | 2024.11.01 08:27:30.469424 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15315 | 2024.11.01 08:27:30.469495 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41218, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15316 | 2024.11.01 08:27:30.469630 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15317 | 2024.11.01 08:27:30.469665 [ 290 ] {} <Debug> HTTP-Session: 391c486e-62c6-49f5-8a3b-2a008eab489a Authenticating user 'default' from [fd00:1122:3344:101::d]:41218 | ||
| 15318 | 2024.11.01 08:27:30.469693 [ 290 ] {} <Debug> HTTP-Session: 391c486e-62c6-49f5-8a3b-2a008eab489a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15319 | 2024.11.01 08:27:30.469711 [ 290 ] {} <Debug> HTTP-Session: 391c486e-62c6-49f5-8a3b-2a008eab489a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15320 | 2024.11.01 08:27:30.469774 [ 290 ] {} <Trace> HTTP-Session: 391c486e-62c6-49f5-8a3b-2a008eab489a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15321 | 2024.11.01 08:27:30.469986 [ 290 ] {1a8f789e-eadc-4d91-b03c-efda1cc33004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41218) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15322 | 2024.11.01 08:27:30.470056 [ 290 ] {1a8f789e-eadc-4d91-b03c-efda1cc33004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15323 | 2024.11.01 08:27:30.470405 [ 290 ] {1a8f789e-eadc-4d91-b03c-efda1cc33004} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15324 | 2024.11.01 08:27:30.470843 [ 290 ] {1a8f789e-eadc-4d91-b03c-efda1cc33004} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15325 | 2024.11.01 08:27:30.470890 [ 290 ] {1a8f789e-eadc-4d91-b03c-efda1cc33004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15326 | 2024.11.01 08:27:30.471325 [ 290 ] {1a8f789e-eadc-4d91-b03c-efda1cc33004} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 15327 | 2024.11.01 08:27:30.471715 [ 290 ] {1a8f789e-eadc-4d91-b03c-efda1cc33004} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15328 | 2024.11.01 08:27:30.471905 [ 290 ] {1a8f789e-eadc-4d91-b03c-efda1cc33004} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001995 sec., 32080.200501253137 rows/sec., 2.50 MiB/sec. | ||
| 15329 | 2024.11.01 08:27:30.472132 [ 290 ] {1a8f789e-eadc-4d91-b03c-efda1cc33004} <Debug> DynamicQueryHandler: Done processing query | ||
| 15330 | 2024.11.01 08:27:30.472159 [ 290 ] {1a8f789e-eadc-4d91-b03c-efda1cc33004} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15331 | 2024.11.01 08:27:30.472176 [ 290 ] {} <Debug> HTTP-Session: 391c486e-62c6-49f5-8a3b-2a008eab489a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15332 | 2024.11.01 08:27:30.472353 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15333 | 2024.11.01 08:27:30.472511 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53592, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15334 | 2024.11.01 08:27:30.472627 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15335 | 2024.11.01 08:27:30.472669 [ 282 ] {} <Debug> HTTP-Session: b7591682-2949-48b2-9029-38375dd26937 Authenticating user 'default' from [fd00:1122:3344:101::d]:53592 | ||
| 15336 | 2024.11.01 08:27:30.472703 [ 282 ] {} <Debug> HTTP-Session: b7591682-2949-48b2-9029-38375dd26937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15337 | 2024.11.01 08:27:30.472731 [ 282 ] {} <Debug> HTTP-Session: b7591682-2949-48b2-9029-38375dd26937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15338 | 2024.11.01 08:27:30.472802 [ 282 ] {} <Trace> HTTP-Session: b7591682-2949-48b2-9029-38375dd26937 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15339 | 2024.11.01 08:27:30.473012 [ 282 ] {25c4aca9-89af-46d4-b3a8-17a4162c2d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53592) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15340 | 2024.11.01 08:27:30.473068 [ 282 ] {25c4aca9-89af-46d4-b3a8-17a4162c2d75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15341 | 2024.11.01 08:27:30.473256 [ 282 ] {25c4aca9-89af-46d4-b3a8-17a4162c2d75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15342 | 2024.11.01 08:27:30.473719 [ 282 ] {25c4aca9-89af-46d4-b3a8-17a4162c2d75} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15343 | 2024.11.01 08:27:30.473759 [ 282 ] {25c4aca9-89af-46d4-b3a8-17a4162c2d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15344 | 2024.11.01 08:27:30.474177 [ 282 ] {25c4aca9-89af-46d4-b3a8-17a4162c2d75} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 15345 | 2024.11.01 08:27:30.474532 [ 282 ] {25c4aca9-89af-46d4-b3a8-17a4162c2d75} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15346 | 2024.11.01 08:27:30.474662 [ 282 ] {25c4aca9-89af-46d4-b3a8-17a4162c2d75} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001736 sec., 92165.89861751153 rows/sec., 6.42 MiB/sec. | ||
| 15347 | 2024.11.01 08:27:30.474839 [ 282 ] {25c4aca9-89af-46d4-b3a8-17a4162c2d75} <Debug> DynamicQueryHandler: Done processing query | ||
| 15348 | 2024.11.01 08:27:30.474864 [ 282 ] {25c4aca9-89af-46d4-b3a8-17a4162c2d75} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15349 | 2024.11.01 08:27:30.474881 [ 282 ] {} <Debug> HTTP-Session: b7591682-2949-48b2-9029-38375dd26937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15350 | 2024.11.01 08:27:30.475054 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53592, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15351 | 2024.11.01 08:27:30.475087 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41218, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15352 | 2024.11.01 08:27:30.475169 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15353 | 2024.11.01 08:27:30.475204 [ 290 ] {} <Debug> HTTP-Session: cc650205-1336-4f8a-a2ff-91acc4b82e9f Authenticating user 'default' from [fd00:1122:3344:101::d]:41218 | ||
| 15354 | 2024.11.01 08:27:30.475230 [ 290 ] {} <Debug> HTTP-Session: cc650205-1336-4f8a-a2ff-91acc4b82e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15355 | 2024.11.01 08:27:30.475248 [ 290 ] {} <Debug> HTTP-Session: cc650205-1336-4f8a-a2ff-91acc4b82e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15356 | 2024.11.01 08:27:30.475297 [ 290 ] {} <Trace> HTTP-Session: cc650205-1336-4f8a-a2ff-91acc4b82e9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15357 | 2024.11.01 08:27:30.475478 [ 290 ] {2981e35a-596c-459a-8a07-8ed5460827bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41218) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15358 | 2024.11.01 08:27:30.475540 [ 290 ] {2981e35a-596c-459a-8a07-8ed5460827bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15359 | 2024.11.01 08:27:30.475734 [ 290 ] {2981e35a-596c-459a-8a07-8ed5460827bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15360 | 2024.11.01 08:27:30.476049 [ 290 ] {2981e35a-596c-459a-8a07-8ed5460827bd} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15361 | 2024.11.01 08:27:30.476085 [ 290 ] {2981e35a-596c-459a-8a07-8ed5460827bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15362 | 2024.11.01 08:27:30.476470 [ 290 ] {2981e35a-596c-459a-8a07-8ed5460827bd} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 15363 | 2024.11.01 08:27:30.476815 [ 290 ] {2981e35a-596c-459a-8a07-8ed5460827bd} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15364 | 2024.11.01 08:27:30.476969 [ 290 ] {2981e35a-596c-459a-8a07-8ed5460827bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001566 sec., 38314.17624521073 rows/sec., 2.58 MiB/sec. | ||
| 15365 | 2024.11.01 08:27:30.477154 [ 290 ] {2981e35a-596c-459a-8a07-8ed5460827bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 15366 | 2024.11.01 08:27:30.477179 [ 290 ] {2981e35a-596c-459a-8a07-8ed5460827bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15367 | 2024.11.01 08:27:30.477195 [ 290 ] {} <Debug> HTTP-Session: cc650205-1336-4f8a-a2ff-91acc4b82e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15368 | 2024.11.01 08:27:30.477406 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15369 | 2024.11.01 08:27:34.047749 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1388 | ||
| 15370 | 2024.11.01 08:27:34.050458 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15371 | 2024.11.01 08:27:34.050510 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15372 | 2024.11.01 08:27:34.052033 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 15373 | 2024.11.01 08:27:34.053028 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15374 | 2024.11.01 08:27:34.053265 [ 124 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 15375 | 2024.11.01 08:27:34.053393 [ 124 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15376 | 2024.11.01 08:27:34.053459 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15377 | 2024.11.01 08:27:34.053975 [ 193 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 15378 | 2024.11.01 08:27:34.055538 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1388 | ||
| 15379 | 2024.11.01 08:27:34.056141 [ 193 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15380 | 2024.11.01 08:27:34.056318 [ 193 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1260 rows starting from the beginning of the part | ||
| 15381 | 2024.11.01 08:27:34.056821 [ 193 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 28 rows starting from the beginning of the part | ||
| 15382 | 2024.11.01 08:27:34.057291 [ 193 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 20 rows starting from the beginning of the part | ||
| 15383 | 2024.11.01 08:27:34.057768 [ 193 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part | ||
| 15384 | 2024.11.01 08:27:34.058218 [ 193 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 28 rows starting from the beginning of the part | ||
| 15385 | 2024.11.01 08:27:34.058630 [ 193 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 20 rows starting from the beginning of the part | ||
| 15386 | 2024.11.01 08:27:34.067545 [ 195 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1388 rows, containing 72 columns (72 merged, 0 gathered) in 0.013907012 sec., 99805.76704758721 rows/sec., 67.43 MiB/sec. | ||
| 15387 | 2024.11.01 08:27:34.069159 [ 186 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 15388 | 2024.11.01 08:27:34.070837 [ 186 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_46_9} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15389 | 2024.11.01 08:27:34.070924 [ 186 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_46_9} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 15390 | 2024.11.01 08:27:34.071244 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 15391 | 2024.11.01 08:27:35.472724 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56130, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15392 | 2024.11.01 08:27:35.472854 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15393 | 2024.11.01 08:27:35.472885 [ 302 ] {} <Debug> HTTP-Session: a5b4899d-1258-439f-b8e2-b246fdc212c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56130 | ||
| 15394 | 2024.11.01 08:27:35.472914 [ 302 ] {} <Debug> HTTP-Session: a5b4899d-1258-439f-b8e2-b246fdc212c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15395 | 2024.11.01 08:27:35.472931 [ 302 ] {} <Debug> HTTP-Session: a5b4899d-1258-439f-b8e2-b246fdc212c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15396 | 2024.11.01 08:27:35.472984 [ 302 ] {} <Trace> HTTP-Session: a5b4899d-1258-439f-b8e2-b246fdc212c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15397 | 2024.11.01 08:27:35.473264 [ 302 ] {2c493c06-db4a-4f78-80f1-e8499a082373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56130) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15398 | 2024.11.01 08:27:35.473334 [ 302 ] {2c493c06-db4a-4f78-80f1-e8499a082373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15399 | 2024.11.01 08:27:35.473668 [ 302 ] {2c493c06-db4a-4f78-80f1-e8499a082373} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15400 | 2024.11.01 08:27:35.474338 [ 302 ] {2c493c06-db4a-4f78-80f1-e8499a082373} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15401 | 2024.11.01 08:27:35.474387 [ 302 ] {2c493c06-db4a-4f78-80f1-e8499a082373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15402 | 2024.11.01 08:27:35.474851 [ 302 ] {2c493c06-db4a-4f78-80f1-e8499a082373} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 15403 | 2024.11.01 08:27:35.475258 [ 302 ] {2c493c06-db4a-4f78-80f1-e8499a082373} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15404 | 2024.11.01 08:27:35.475428 [ 302 ] {2c493c06-db4a-4f78-80f1-e8499a082373} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002281 sec., 119684.3489697501 rows/sec., 10.64 MiB/sec. | ||
| 15405 | 2024.11.01 08:27:35.475670 [ 302 ] {2c493c06-db4a-4f78-80f1-e8499a082373} <Debug> DynamicQueryHandler: Done processing query | ||
| 15406 | 2024.11.01 08:27:35.475699 [ 302 ] {2c493c06-db4a-4f78-80f1-e8499a082373} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 15407 | 2024.11.01 08:27:35.475716 [ 302 ] {} <Debug> HTTP-Session: a5b4899d-1258-439f-b8e2-b246fdc212c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15408 | 2024.11.01 08:27:35.475987 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56130, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15409 | 2024.11.01 08:27:35.476073 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41218, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15410 | 2024.11.01 08:27:35.476249 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15411 | 2024.11.01 08:27:35.476296 [ 290 ] {} <Debug> HTTP-Session: 5d8b1746-3ae2-4b3d-8b46-9dd46ea154c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41218 | ||
| 15412 | 2024.11.01 08:27:35.476337 [ 290 ] {} <Debug> HTTP-Session: 5d8b1746-3ae2-4b3d-8b46-9dd46ea154c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15413 | 2024.11.01 08:27:35.476365 [ 290 ] {} <Debug> HTTP-Session: 5d8b1746-3ae2-4b3d-8b46-9dd46ea154c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15414 | 2024.11.01 08:27:35.476450 [ 290 ] {} <Trace> HTTP-Session: 5d8b1746-3ae2-4b3d-8b46-9dd46ea154c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15415 | 2024.11.01 08:27:35.476747 [ 290 ] {42d72d9b-ce2e-44c3-86c6-d36507e0ea07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41218) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15416 | 2024.11.01 08:27:35.476858 [ 290 ] {42d72d9b-ce2e-44c3-86c6-d36507e0ea07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15417 | 2024.11.01 08:27:35.477261 [ 290 ] {42d72d9b-ce2e-44c3-86c6-d36507e0ea07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15418 | 2024.11.01 08:27:35.477696 [ 290 ] {42d72d9b-ce2e-44c3-86c6-d36507e0ea07} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15419 | 2024.11.01 08:27:35.477739 [ 290 ] {42d72d9b-ce2e-44c3-86c6-d36507e0ea07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15420 | 2024.11.01 08:27:35.478173 [ 290 ] {42d72d9b-ce2e-44c3-86c6-d36507e0ea07} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15421 | 2024.11.01 08:27:35.478575 [ 290 ] {42d72d9b-ce2e-44c3-86c6-d36507e0ea07} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15422 | 2024.11.01 08:27:35.478766 [ 290 ] {42d72d9b-ce2e-44c3-86c6-d36507e0ea07} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.002124 sec., 19774.011299435027 rows/sec., 1.45 MiB/sec. | ||
| 15423 | 2024.11.01 08:27:35.478976 [ 290 ] {42d72d9b-ce2e-44c3-86c6-d36507e0ea07} <Debug> DynamicQueryHandler: Done processing query | ||
| 15424 | 2024.11.01 08:27:35.479002 [ 290 ] {42d72d9b-ce2e-44c3-86c6-d36507e0ea07} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15425 | 2024.11.01 08:27:35.479018 [ 290 ] {} <Debug> HTTP-Session: 5d8b1746-3ae2-4b3d-8b46-9dd46ea154c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15426 | 2024.11.01 08:27:35.479176 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15427 | 2024.11.01 08:27:35.479282 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38082, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15428 | 2024.11.01 08:27:35.479361 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15429 | 2024.11.01 08:27:35.479386 [ 302 ] {} <Debug> HTTP-Session: e777175f-892b-4946-a47a-bc172f8a8fdc Authenticating user 'default' from [fd00:1122:3344:101::d]:38082 | ||
| 15430 | 2024.11.01 08:27:35.479410 [ 302 ] {} <Debug> HTTP-Session: e777175f-892b-4946-a47a-bc172f8a8fdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15431 | 2024.11.01 08:27:35.479427 [ 302 ] {} <Debug> HTTP-Session: e777175f-892b-4946-a47a-bc172f8a8fdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15432 | 2024.11.01 08:27:35.479478 [ 302 ] {} <Trace> HTTP-Session: e777175f-892b-4946-a47a-bc172f8a8fdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15433 | 2024.11.01 08:27:35.479625 [ 302 ] {6c0662ba-01bb-4c3f-8c68-dba9347270cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38082) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 15434 | 2024.11.01 08:27:35.479685 [ 302 ] {6c0662ba-01bb-4c3f-8c68-dba9347270cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15435 | 2024.11.01 08:27:35.479995 [ 302 ] {6c0662ba-01bb-4c3f-8c68-dba9347270cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15436 | 2024.11.01 08:27:35.480333 [ 302 ] {6c0662ba-01bb-4c3f-8c68-dba9347270cb} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15437 | 2024.11.01 08:27:35.480372 [ 302 ] {6c0662ba-01bb-4c3f-8c68-dba9347270cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15438 | 2024.11.01 08:27:35.480745 [ 302 ] {6c0662ba-01bb-4c3f-8c68-dba9347270cb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 15439 | 2024.11.01 08:27:35.481114 [ 302 ] {6c0662ba-01bb-4c3f-8c68-dba9347270cb} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15440 | 2024.11.01 08:27:35.481288 [ 302 ] {6c0662ba-01bb-4c3f-8c68-dba9347270cb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001699 sec., 8240.14125956445 rows/sec., 577.09 KiB/sec. | ||
| 15441 | 2024.11.01 08:27:35.481645 [ 302 ] {6c0662ba-01bb-4c3f-8c68-dba9347270cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 15442 | 2024.11.01 08:27:35.481686 [ 302 ] {6c0662ba-01bb-4c3f-8c68-dba9347270cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15443 | 2024.11.01 08:27:35.481704 [ 302 ] {} <Debug> HTTP-Session: e777175f-892b-4946-a47a-bc172f8a8fdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15444 | 2024.11.01 08:27:35.481866 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41218, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15445 | 2024.11.01 08:27:35.481875 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38082, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15446 | 2024.11.01 08:27:35.481971 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15447 | 2024.11.01 08:27:35.482021 [ 290 ] {} <Debug> HTTP-Session: 4a401bc4-81ce-4662-9c4c-7d8f29be261d Authenticating user 'default' from [fd00:1122:3344:101::d]:41218 | ||
| 15448 | 2024.11.01 08:27:35.482066 [ 290 ] {} <Debug> HTTP-Session: 4a401bc4-81ce-4662-9c4c-7d8f29be261d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15449 | 2024.11.01 08:27:35.482097 [ 290 ] {} <Debug> HTTP-Session: 4a401bc4-81ce-4662-9c4c-7d8f29be261d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15450 | 2024.11.01 08:27:35.482168 [ 290 ] {} <Trace> HTTP-Session: 4a401bc4-81ce-4662-9c4c-7d8f29be261d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15451 | 2024.11.01 08:27:35.482380 [ 290 ] {772e6c05-2ec3-4c62-8ec3-9b4854b74894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41218) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 15452 | 2024.11.01 08:27:35.482469 [ 290 ] {772e6c05-2ec3-4c62-8ec3-9b4854b74894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15453 | 2024.11.01 08:27:35.482964 [ 290 ] {772e6c05-2ec3-4c62-8ec3-9b4854b74894} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15454 | 2024.11.01 08:27:35.483299 [ 290 ] {772e6c05-2ec3-4c62-8ec3-9b4854b74894} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15455 | 2024.11.01 08:27:35.483337 [ 290 ] {772e6c05-2ec3-4c62-8ec3-9b4854b74894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15456 | 2024.11.01 08:27:35.483702 [ 290 ] {772e6c05-2ec3-4c62-8ec3-9b4854b74894} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 15457 | 2024.11.01 08:27:35.484071 [ 290 ] {772e6c05-2ec3-4c62-8ec3-9b4854b74894} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15458 | 2024.11.01 08:27:35.484238 [ 290 ] {772e6c05-2ec3-4c62-8ec3-9b4854b74894} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001923 sec., 3120.1248049921996 rows/sec., 184.34 KiB/sec. | ||
| 15459 | 2024.11.01 08:27:35.484412 [ 290 ] {772e6c05-2ec3-4c62-8ec3-9b4854b74894} <Debug> DynamicQueryHandler: Done processing query | ||
| 15460 | 2024.11.01 08:27:35.484437 [ 290 ] {772e6c05-2ec3-4c62-8ec3-9b4854b74894} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15461 | 2024.11.01 08:27:35.484453 [ 290 ] {} <Debug> HTTP-Session: 4a401bc4-81ce-4662-9c4c-7d8f29be261d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15462 | 2024.11.01 08:27:35.484730 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15463 | 2024.11.01 08:27:35.484899 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51700, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15464 | 2024.11.01 08:27:35.485016 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15465 | 2024.11.01 08:27:35.485038 [ 302 ] {} <Debug> HTTP-Session: 7189bbed-4b8b-44a5-ad39-31b83d00382f Authenticating user 'default' from [fd00:1122:3344:101::d]:51700 | ||
| 15466 | 2024.11.01 08:27:35.485055 [ 302 ] {} <Debug> HTTP-Session: 7189bbed-4b8b-44a5-ad39-31b83d00382f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15467 | 2024.11.01 08:27:35.485069 [ 302 ] {} <Debug> HTTP-Session: 7189bbed-4b8b-44a5-ad39-31b83d00382f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15468 | 2024.11.01 08:27:35.485110 [ 302 ] {} <Trace> HTTP-Session: 7189bbed-4b8b-44a5-ad39-31b83d00382f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15469 | 2024.11.01 08:27:35.485362 [ 302 ] {090cba1f-cfd4-405d-8535-2756ec1c7217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51700) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15470 | 2024.11.01 08:27:35.485413 [ 302 ] {090cba1f-cfd4-405d-8535-2756ec1c7217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15471 | 2024.11.01 08:27:35.485679 [ 302 ] {090cba1f-cfd4-405d-8535-2756ec1c7217} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15472 | 2024.11.01 08:27:35.486336 [ 302 ] {090cba1f-cfd4-405d-8535-2756ec1c7217} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15473 | 2024.11.01 08:27:35.486375 [ 302 ] {090cba1f-cfd4-405d-8535-2756ec1c7217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15474 | 2024.11.01 08:27:35.486762 [ 302 ] {090cba1f-cfd4-405d-8535-2756ec1c7217} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 15475 | 2024.11.01 08:27:35.487140 [ 302 ] {090cba1f-cfd4-405d-8535-2756ec1c7217} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15476 | 2024.11.01 08:27:35.487295 [ 302 ] {090cba1f-cfd4-405d-8535-2756ec1c7217} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.002052 sec., 206627.68031189084 rows/sec., 14.77 MiB/sec. | ||
| 15477 | 2024.11.01 08:27:35.487489 [ 302 ] {090cba1f-cfd4-405d-8535-2756ec1c7217} <Debug> DynamicQueryHandler: Done processing query | ||
| 15478 | 2024.11.01 08:27:35.487513 [ 302 ] {090cba1f-cfd4-405d-8535-2756ec1c7217} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 15479 | 2024.11.01 08:27:35.487529 [ 302 ] {} <Debug> HTTP-Session: 7189bbed-4b8b-44a5-ad39-31b83d00382f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15480 | 2024.11.01 08:27:35.487795 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41218, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15481 | 2024.11.01 08:27:35.487809 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51700, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15482 | 2024.11.01 08:27:35.487883 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15483 | 2024.11.01 08:27:35.487922 [ 290 ] {} <Debug> HTTP-Session: 695caaf4-0735-4f5a-b9f7-413acf07306c Authenticating user 'default' from [fd00:1122:3344:101::d]:41218 | ||
| 15484 | 2024.11.01 08:27:35.487956 [ 290 ] {} <Debug> HTTP-Session: 695caaf4-0735-4f5a-b9f7-413acf07306c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15485 | 2024.11.01 08:27:35.487980 [ 290 ] {} <Debug> HTTP-Session: 695caaf4-0735-4f5a-b9f7-413acf07306c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15486 | 2024.11.01 08:27:35.488025 [ 290 ] {} <Trace> HTTP-Session: 695caaf4-0735-4f5a-b9f7-413acf07306c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15487 | 2024.11.01 08:27:35.488155 [ 290 ] {81225a43-3478-47e7-b6ca-fd2b900fa5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41218) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15488 | 2024.11.01 08:27:35.488212 [ 290 ] {81225a43-3478-47e7-b6ca-fd2b900fa5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15489 | 2024.11.01 08:27:35.488401 [ 290 ] {81225a43-3478-47e7-b6ca-fd2b900fa5f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15490 | 2024.11.01 08:27:35.488744 [ 290 ] {81225a43-3478-47e7-b6ca-fd2b900fa5f8} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15491 | 2024.11.01 08:27:35.488788 [ 290 ] {81225a43-3478-47e7-b6ca-fd2b900fa5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15492 | 2024.11.01 08:27:35.489195 [ 290 ] {81225a43-3478-47e7-b6ca-fd2b900fa5f8} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 15493 | 2024.11.01 08:27:35.489529 [ 290 ] {81225a43-3478-47e7-b6ca-fd2b900fa5f8} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15494 | 2024.11.01 08:27:35.489689 [ 290 ] {81225a43-3478-47e7-b6ca-fd2b900fa5f8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001566 sec., 3831.417624521073 rows/sec., 200.18 KiB/sec. | ||
| 15495 | 2024.11.01 08:27:35.489989 [ 290 ] {81225a43-3478-47e7-b6ca-fd2b900fa5f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 15496 | 2024.11.01 08:27:35.490019 [ 290 ] {81225a43-3478-47e7-b6ca-fd2b900fa5f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15497 | 2024.11.01 08:27:35.490036 [ 290 ] {} <Debug> HTTP-Session: 695caaf4-0735-4f5a-b9f7-413acf07306c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15498 | 2024.11.01 08:27:35.490231 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15499 | 2024.11.01 08:27:35.490292 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53128, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15500 | 2024.11.01 08:27:35.490382 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15501 | 2024.11.01 08:27:35.490410 [ 302 ] {} <Debug> HTTP-Session: 4a0371bf-7bae-4165-ad2d-deb2604f0e6c Authenticating user 'default' from [fd00:1122:3344:101::d]:53128 | ||
| 15502 | 2024.11.01 08:27:35.490431 [ 302 ] {} <Debug> HTTP-Session: 4a0371bf-7bae-4165-ad2d-deb2604f0e6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15503 | 2024.11.01 08:27:35.490449 [ 302 ] {} <Debug> HTTP-Session: 4a0371bf-7bae-4165-ad2d-deb2604f0e6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15504 | 2024.11.01 08:27:35.490494 [ 302 ] {} <Trace> HTTP-Session: 4a0371bf-7bae-4165-ad2d-deb2604f0e6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15505 | 2024.11.01 08:27:35.490759 [ 302 ] {632635e4-0026-4de9-96aa-ddcb41b69268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53128) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15506 | 2024.11.01 08:27:35.490820 [ 302 ] {632635e4-0026-4de9-96aa-ddcb41b69268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15507 | 2024.11.01 08:27:35.491018 [ 302 ] {632635e4-0026-4de9-96aa-ddcb41b69268} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15508 | 2024.11.01 08:27:35.491492 [ 302 ] {632635e4-0026-4de9-96aa-ddcb41b69268} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15509 | 2024.11.01 08:27:35.491529 [ 302 ] {632635e4-0026-4de9-96aa-ddcb41b69268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15510 | 2024.11.01 08:27:35.491929 [ 302 ] {632635e4-0026-4de9-96aa-ddcb41b69268} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 15511 | 2024.11.01 08:27:35.492272 [ 302 ] {632635e4-0026-4de9-96aa-ddcb41b69268} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15512 | 2024.11.01 08:27:35.492430 [ 302 ] {632635e4-0026-4de9-96aa-ddcb41b69268} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001819 sec., 130291.3688840022 rows/sec., 8.73 MiB/sec. | ||
| 15513 | 2024.11.01 08:27:35.492701 [ 302 ] {632635e4-0026-4de9-96aa-ddcb41b69268} <Debug> DynamicQueryHandler: Done processing query | ||
| 15514 | 2024.11.01 08:27:35.492758 [ 302 ] {632635e4-0026-4de9-96aa-ddcb41b69268} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 15515 | 2024.11.01 08:27:35.492820 [ 302 ] {} <Debug> HTTP-Session: 4a0371bf-7bae-4165-ad2d-deb2604f0e6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15516 | 2024.11.01 08:27:35.493066 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53128, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15517 | 2024.11.01 08:27:35.493203 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35391, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15518 | 2024.11.01 08:27:35.493366 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15519 | 2024.11.01 08:27:35.493414 [ 303 ] {} <Debug> HTTP-Session: fb67d268-effe-4705-b2e6-4f0e2f8532e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35391 | ||
| 15520 | 2024.11.01 08:27:35.493455 [ 303 ] {} <Debug> HTTP-Session: fb67d268-effe-4705-b2e6-4f0e2f8532e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15521 | 2024.11.01 08:27:35.493483 [ 303 ] {} <Debug> HTTP-Session: fb67d268-effe-4705-b2e6-4f0e2f8532e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15522 | 2024.11.01 08:27:35.493569 [ 303 ] {} <Trace> HTTP-Session: fb67d268-effe-4705-b2e6-4f0e2f8532e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15523 | 2024.11.01 08:27:35.493849 [ 303 ] {b803ba77-45f2-448c-b22c-3dcbc2698a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35391) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 15524 | 2024.11.01 08:27:35.493965 [ 303 ] {b803ba77-45f2-448c-b22c-3dcbc2698a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15525 | 2024.11.01 08:27:35.494171 [ 303 ] {b803ba77-45f2-448c-b22c-3dcbc2698a4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15526 | 2024.11.01 08:27:35.494510 [ 303 ] {b803ba77-45f2-448c-b22c-3dcbc2698a4e} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15527 | 2024.11.01 08:27:35.494555 [ 303 ] {b803ba77-45f2-448c-b22c-3dcbc2698a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15528 | 2024.11.01 08:27:35.495003 [ 303 ] {b803ba77-45f2-448c-b22c-3dcbc2698a4e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 15529 | 2024.11.01 08:27:35.495371 [ 303 ] {b803ba77-45f2-448c-b22c-3dcbc2698a4e} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15530 | 2024.11.01 08:27:35.495558 [ 303 ] {b803ba77-45f2-448c-b22c-3dcbc2698a4e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001791 sec., 558.3472920156337 rows/sec., 37.62 KiB/sec. | ||
| 15531 | 2024.11.01 08:27:35.495807 [ 303 ] {b803ba77-45f2-448c-b22c-3dcbc2698a4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15532 | 2024.11.01 08:27:35.495835 [ 303 ] {b803ba77-45f2-448c-b22c-3dcbc2698a4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 15533 | 2024.11.01 08:27:35.495853 [ 303 ] {} <Debug> HTTP-Session: fb67d268-effe-4705-b2e6-4f0e2f8532e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15534 | 2024.11.01 08:27:35.496049 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53128, User-Agent: (none), Length: 70845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15535 | 2024.11.01 08:27:35.496069 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15536 | 2024.11.01 08:27:35.496147 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15537 | 2024.11.01 08:27:35.496194 [ 302 ] {} <Debug> HTTP-Session: 3936ca2f-a195-4041-adf0-f217b57f81b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:53128 | ||
| 15538 | 2024.11.01 08:27:35.496215 [ 302 ] {} <Debug> HTTP-Session: 3936ca2f-a195-4041-adf0-f217b57f81b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15539 | 2024.11.01 08:27:35.496240 [ 302 ] {} <Debug> HTTP-Session: 3936ca2f-a195-4041-adf0-f217b57f81b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15540 | 2024.11.01 08:27:35.496287 [ 302 ] {} <Trace> HTTP-Session: 3936ca2f-a195-4041-adf0-f217b57f81b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15541 | 2024.11.01 08:27:35.497003 [ 302 ] {d0111c97-6bce-48c7-a7c6-69f0c31516dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53128) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15542 | 2024.11.01 08:27:35.497083 [ 302 ] {d0111c97-6bce-48c7-a7c6-69f0c31516dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15543 | 2024.11.01 08:27:35.497668 [ 302 ] {d0111c97-6bce-48c7-a7c6-69f0c31516dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15544 | 2024.11.01 08:27:35.498465 [ 302 ] {d0111c97-6bce-48c7-a7c6-69f0c31516dd} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15545 | 2024.11.01 08:27:35.498504 [ 302 ] {d0111c97-6bce-48c7-a7c6-69f0c31516dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15546 | 2024.11.01 08:27:35.499163 [ 302 ] {d0111c97-6bce-48c7-a7c6-69f0c31516dd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 15547 | 2024.11.01 08:27:35.499586 [ 302 ] {d0111c97-6bce-48c7-a7c6-69f0c31516dd} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15548 | 2024.11.01 08:27:35.499773 [ 302 ] {d0111c97-6bce-48c7-a7c6-69f0c31516dd} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003351 sec., 12533.572068039392 rows/sec., 22.46 MiB/sec. | ||
| 15549 | 2024.11.01 08:27:35.499984 [ 302 ] {d0111c97-6bce-48c7-a7c6-69f0c31516dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 15550 | 2024.11.01 08:27:35.500009 [ 302 ] {d0111c97-6bce-48c7-a7c6-69f0c31516dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 15551 | 2024.11.01 08:27:35.500025 [ 302 ] {} <Debug> HTTP-Session: 3936ca2f-a195-4041-adf0-f217b57f81b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15552 | 2024.11.01 08:27:35.500185 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53128, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15553 | 2024.11.01 08:27:35.500288 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41757, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15554 | 2024.11.01 08:27:35.500363 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15555 | 2024.11.01 08:27:35.500389 [ 303 ] {} <Debug> HTTP-Session: ccfef96a-7824-4e4d-8221-b95fe985a0b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41757 | ||
| 15556 | 2024.11.01 08:27:35.500412 [ 303 ] {} <Debug> HTTP-Session: ccfef96a-7824-4e4d-8221-b95fe985a0b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15557 | 2024.11.01 08:27:35.500429 [ 303 ] {} <Debug> HTTP-Session: ccfef96a-7824-4e4d-8221-b95fe985a0b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15558 | 2024.11.01 08:27:35.500479 [ 303 ] {} <Trace> HTTP-Session: ccfef96a-7824-4e4d-8221-b95fe985a0b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15559 | 2024.11.01 08:27:35.500666 [ 303 ] {f7442054-6ec3-4ad1-b4f4-68b94909d068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41757) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15560 | 2024.11.01 08:27:35.500727 [ 303 ] {f7442054-6ec3-4ad1-b4f4-68b94909d068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15561 | 2024.11.01 08:27:35.500923 [ 303 ] {f7442054-6ec3-4ad1-b4f4-68b94909d068} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15562 | 2024.11.01 08:27:35.501281 [ 303 ] {f7442054-6ec3-4ad1-b4f4-68b94909d068} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15563 | 2024.11.01 08:27:35.501320 [ 303 ] {f7442054-6ec3-4ad1-b4f4-68b94909d068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 15564 | 2024.11.01 08:27:35.501724 [ 303 ] {f7442054-6ec3-4ad1-b4f4-68b94909d068} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 15565 | 2024.11.01 08:27:35.502071 [ 303 ] {f7442054-6ec3-4ad1-b4f4-68b94909d068} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15566 | 2024.11.01 08:27:35.502229 [ 303 ] {f7442054-6ec3-4ad1-b4f4-68b94909d068} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001643 sec., 49908.70359099209 rows/sec., 3.17 MiB/sec. | ||
| 15567 | 2024.11.01 08:27:35.502415 [ 303 ] {f7442054-6ec3-4ad1-b4f4-68b94909d068} <Debug> DynamicQueryHandler: Done processing query | ||
| 15568 | 2024.11.01 08:27:35.502441 [ 303 ] {f7442054-6ec3-4ad1-b4f4-68b94909d068} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15569 | 2024.11.01 08:27:35.502457 [ 303 ] {} <Debug> HTTP-Session: ccfef96a-7824-4e4d-8221-b95fe985a0b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15570 | 2024.11.01 08:27:35.502838 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41757, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15571 | 2024.11.01 08:27:40.464677 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53128, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15572 | 2024.11.01 08:27:40.464809 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15573 | 2024.11.01 08:27:40.464835 [ 302 ] {} <Debug> HTTP-Session: c2fc78a0-2c65-42e6-80ff-ab48e15a1eb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:53128 | ||
| 15574 | 2024.11.01 08:27:40.464858 [ 302 ] {} <Debug> HTTP-Session: c2fc78a0-2c65-42e6-80ff-ab48e15a1eb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15575 | 2024.11.01 08:27:40.464873 [ 302 ] {} <Debug> HTTP-Session: c2fc78a0-2c65-42e6-80ff-ab48e15a1eb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15576 | 2024.11.01 08:27:40.464922 [ 302 ] {} <Trace> HTTP-Session: c2fc78a0-2c65-42e6-80ff-ab48e15a1eb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15577 | 2024.11.01 08:27:40.465101 [ 302 ] {9dbf40a6-687d-4f52-bb88-1b800ba2e59c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53128) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15578 | 2024.11.01 08:27:40.465167 [ 302 ] {9dbf40a6-687d-4f52-bb88-1b800ba2e59c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15579 | 2024.11.01 08:27:40.465511 [ 302 ] {9dbf40a6-687d-4f52-bb88-1b800ba2e59c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15580 | 2024.11.01 08:27:40.465931 [ 302 ] {9dbf40a6-687d-4f52-bb88-1b800ba2e59c} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15581 | 2024.11.01 08:27:40.465969 [ 302 ] {9dbf40a6-687d-4f52-bb88-1b800ba2e59c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15582 | 2024.11.01 08:27:40.466371 [ 302 ] {9dbf40a6-687d-4f52-bb88-1b800ba2e59c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 15583 | 2024.11.01 08:27:40.466774 [ 302 ] {9dbf40a6-687d-4f52-bb88-1b800ba2e59c} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15584 | 2024.11.01 08:27:40.466925 [ 302 ] {9dbf40a6-687d-4f52-bb88-1b800ba2e59c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001879 sec., 1064.39595529537 rows/sec., 86.79 KiB/sec. | ||
| 15585 | 2024.11.01 08:27:40.467109 [ 302 ] {9dbf40a6-687d-4f52-bb88-1b800ba2e59c} <Debug> DynamicQueryHandler: Done processing query | ||
| 15586 | 2024.11.01 08:27:40.467136 [ 302 ] {9dbf40a6-687d-4f52-bb88-1b800ba2e59c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15587 | 2024.11.01 08:27:40.467153 [ 302 ] {} <Debug> HTTP-Session: c2fc78a0-2c65-42e6-80ff-ab48e15a1eb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15588 | 2024.11.01 08:27:40.467344 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53128, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15589 | 2024.11.01 08:27:40.467513 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49444, User-Agent: (none), Length: 7928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15590 | 2024.11.01 08:27:40.467722 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15591 | 2024.11.01 08:27:40.467777 [ 303 ] {} <Debug> HTTP-Session: 7144bc23-b2ea-4db2-becb-4ff6bb6e4e2c Authenticating user 'default' from [fd00:1122:3344:101::d]:49444 | ||
| 15592 | 2024.11.01 08:27:40.467818 [ 303 ] {} <Debug> HTTP-Session: 7144bc23-b2ea-4db2-becb-4ff6bb6e4e2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15593 | 2024.11.01 08:27:40.467846 [ 303 ] {} <Debug> HTTP-Session: 7144bc23-b2ea-4db2-becb-4ff6bb6e4e2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15594 | 2024.11.01 08:27:40.467931 [ 303 ] {} <Trace> HTTP-Session: 7144bc23-b2ea-4db2-becb-4ff6bb6e4e2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15595 | 2024.11.01 08:27:40.468201 [ 303 ] {232f5e33-78ba-467b-80cb-618323cbf715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49444) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15596 | 2024.11.01 08:27:40.468268 [ 303 ] {232f5e33-78ba-467b-80cb-618323cbf715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15597 | 2024.11.01 08:27:40.468618 [ 303 ] {232f5e33-78ba-467b-80cb-618323cbf715} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15598 | 2024.11.01 08:27:40.469059 [ 303 ] {232f5e33-78ba-467b-80cb-618323cbf715} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15599 | 2024.11.01 08:27:40.469099 [ 303 ] {232f5e33-78ba-467b-80cb-618323cbf715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15600 | 2024.11.01 08:27:40.469553 [ 303 ] {232f5e33-78ba-467b-80cb-618323cbf715} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 15601 | 2024.11.01 08:27:40.469952 [ 303 ] {232f5e33-78ba-467b-80cb-618323cbf715} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15602 | 2024.11.01 08:27:40.470137 [ 303 ] {232f5e33-78ba-467b-80cb-618323cbf715} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002006 sec., 28414.755732801597 rows/sec., 2.17 MiB/sec. | ||
| 15603 | 2024.11.01 08:27:40.470158 [ 147 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 15604 | 2024.11.01 08:27:40.470247 [ 147 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15605 | 2024.11.01 08:27:40.470303 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15606 | 2024.11.01 08:27:40.470472 [ 303 ] {232f5e33-78ba-467b-80cb-618323cbf715} <Debug> DynamicQueryHandler: Done processing query | ||
| 15607 | 2024.11.01 08:27:40.470472 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 15608 | 2024.11.01 08:27:40.470511 [ 303 ] {232f5e33-78ba-467b-80cb-618323cbf715} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 15609 | 2024.11.01 08:27:40.470562 [ 303 ] {} <Debug> HTTP-Session: 7144bc23-b2ea-4db2-becb-4ff6bb6e4e2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15610 | 2024.11.01 08:27:40.470689 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15611 | 2024.11.01 08:27:40.470729 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1423 rows starting from the beginning of the part | ||
| 15612 | 2024.11.01 08:27:40.470820 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 273 rows starting from the beginning of the part | ||
| 15613 | 2024.11.01 08:27:40.470944 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48793, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15614 | 2024.11.01 08:27:40.471226 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15615 | 2024.11.01 08:27:40.471266 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 59 rows starting from the beginning of the part | ||
| 15616 | 2024.11.01 08:27:40.471335 [ 302 ] {} <Debug> HTTP-Session: e373af20-4bea-4477-8992-8276e7fbcafe Authenticating user 'default' from [fd00:1122:3344:101::d]:48793 | ||
| 15617 | 2024.11.01 08:27:40.471392 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49444, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15618 | 2024.11.01 08:27:40.471499 [ 302 ] {} <Debug> HTTP-Session: e373af20-4bea-4477-8992-8276e7fbcafe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15619 | 2024.11.01 08:27:40.471662 [ 302 ] {} <Debug> HTTP-Session: e373af20-4bea-4477-8992-8276e7fbcafe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15620 | 2024.11.01 08:27:40.471831 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 56 rows starting from the beginning of the part | ||
| 15621 | 2024.11.01 08:27:40.471898 [ 302 ] {} <Trace> HTTP-Session: e373af20-4bea-4477-8992-8276e7fbcafe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15622 | 2024.11.01 08:27:40.471947 [ 303 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 15623 | |||
| 15624 | (version 23.8.7.1) | ||
| 15625 | 2024.11.01 08:27:40.472223 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 273 rows starting from the beginning of the part | ||
| 15626 | 2024.11.01 08:27:40.472297 [ 302 ] {74a7cc33-60d9-4846-ac16-bd118bc06a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48793) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15627 | 2024.11.01 08:27:40.472454 [ 302 ] {74a7cc33-60d9-4846-ac16-bd118bc06a48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15628 | 2024.11.01 08:27:40.472467 [ 195 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 57 rows starting from the beginning of the part | ||
| 15629 | 2024.11.01 08:27:40.473281 [ 302 ] {74a7cc33-60d9-4846-ac16-bd118bc06a48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15630 | 2024.11.01 08:27:40.473887 [ 302 ] {74a7cc33-60d9-4846-ac16-bd118bc06a48} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15631 | 2024.11.01 08:27:40.473937 [ 302 ] {74a7cc33-60d9-4846-ac16-bd118bc06a48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15632 | 2024.11.01 08:27:40.474516 [ 302 ] {74a7cc33-60d9-4846-ac16-bd118bc06a48} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15633 | 2024.11.01 08:27:40.475021 [ 190 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2141 rows, containing 5 columns (5 merged, 0 gathered) in 0.004636474 sec., 461773.3217095578 rows/sec., 40.69 MiB/sec. | ||
| 15634 | 2024.11.01 08:27:40.475096 [ 302 ] {74a7cc33-60d9-4846-ac16-bd118bc06a48} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15635 | 2024.11.01 08:27:40.475346 [ 302 ] {74a7cc33-60d9-4846-ac16-bd118bc06a48} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003165 sec., 631.9115323854661 rows/sec., 44.12 KiB/sec. | ||
| 15636 | 2024.11.01 08:27:40.475475 [ 201 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 15637 | 2024.11.01 08:27:40.475900 [ 302 ] {74a7cc33-60d9-4846-ac16-bd118bc06a48} <Debug> DynamicQueryHandler: Done processing query | ||
| 15638 | 2024.11.01 08:27:40.475963 [ 302 ] {74a7cc33-60d9-4846-ac16-bd118bc06a48} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15639 | 2024.11.01 08:27:40.476044 [ 302 ] {} <Debug> HTTP-Session: e373af20-4bea-4477-8992-8276e7fbcafe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15640 | 2024.11.01 08:27:40.476433 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48793, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15641 | 2024.11.01 08:27:40.476681 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33482, User-Agent: (none), Length: 11211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15642 | 2024.11.01 08:27:40.476813 [ 302 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 15643 | |||
| 15644 | (version 23.8.7.1) | ||
| 15645 | 2024.11.01 08:27:40.476859 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15646 | 2024.11.01 08:27:40.476942 [ 303 ] {} <Debug> HTTP-Session: f9e4c072-d8e9-4271-bcdd-b6e3a60bcc9c Authenticating user 'default' from [fd00:1122:3344:101::d]:33482 | ||
| 15647 | 2024.11.01 08:27:40.476979 [ 303 ] {} <Debug> HTTP-Session: f9e4c072-d8e9-4271-bcdd-b6e3a60bcc9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15648 | 2024.11.01 08:27:40.477004 [ 303 ] {} <Debug> HTTP-Session: f9e4c072-d8e9-4271-bcdd-b6e3a60bcc9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15649 | 2024.11.01 08:27:40.477089 [ 303 ] {} <Trace> HTTP-Session: f9e4c072-d8e9-4271-bcdd-b6e3a60bcc9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15650 | 2024.11.01 08:27:40.477256 [ 201 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_91_18} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15651 | 2024.11.01 08:27:40.477364 [ 303 ] {3a8160d2-2d96-4d75-a35f-31605b0a4d8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33482) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15652 | 2024.11.01 08:27:40.477449 [ 201 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_91_18} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 15653 | 2024.11.01 08:27:40.477449 [ 303 ] {3a8160d2-2d96-4d75-a35f-31605b0a4d8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15654 | 2024.11.01 08:27:40.477693 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 15655 | 2024.11.01 08:27:40.477915 [ 303 ] {3a8160d2-2d96-4d75-a35f-31605b0a4d8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15656 | 2024.11.01 08:27:40.478323 [ 303 ] {3a8160d2-2d96-4d75-a35f-31605b0a4d8d} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15657 | 2024.11.01 08:27:40.478363 [ 303 ] {3a8160d2-2d96-4d75-a35f-31605b0a4d8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15658 | 2024.11.01 08:27:40.478759 [ 303 ] {3a8160d2-2d96-4d75-a35f-31605b0a4d8d} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 15659 | 2024.11.01 08:27:40.479154 [ 303 ] {3a8160d2-2d96-4d75-a35f-31605b0a4d8d} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15660 | 2024.11.01 08:27:40.479322 [ 303 ] {3a8160d2-2d96-4d75-a35f-31605b0a4d8d} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002082 sec., 31700.28818443804 rows/sec., 2.48 MiB/sec. | ||
| 15661 | 2024.11.01 08:27:40.479333 [ 147 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 15662 | 2024.11.01 08:27:40.479422 [ 147 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15663 | 2024.11.01 08:27:40.479463 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15664 | 2024.11.01 08:27:40.479654 [ 303 ] {3a8160d2-2d96-4d75-a35f-31605b0a4d8d} <Debug> DynamicQueryHandler: Done processing query | ||
| 15665 | 2024.11.01 08:27:40.479655 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 15666 | 2024.11.01 08:27:40.479693 [ 303 ] {3a8160d2-2d96-4d75-a35f-31605b0a4d8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15667 | 2024.11.01 08:27:40.479740 [ 303 ] {} <Debug> HTTP-Session: f9e4c072-d8e9-4271-bcdd-b6e3a60bcc9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15668 | 2024.11.01 08:27:40.479873 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15669 | 2024.11.01 08:27:40.479911 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 916 rows starting from the beginning of the part | ||
| 15670 | 2024.11.01 08:27:40.480004 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33482, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15671 | 2024.11.01 08:27:40.480212 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40150, User-Agent: (none), Length: 24681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15672 | 2024.11.01 08:27:40.480254 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 424 rows starting from the beginning of the part | ||
| 15673 | 2024.11.01 08:27:40.480372 [ 303 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 15674 | |||
| 15675 | (version 23.8.7.1) | ||
| 15676 | 2024.11.01 08:27:40.480412 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15677 | 2024.11.01 08:27:40.480529 [ 282 ] {} <Debug> HTTP-Session: 0d1e8886-a168-42c7-87a9-08d0a4748a71 Authenticating user 'default' from [fd00:1122:3344:101::d]:40150 | ||
| 15678 | 2024.11.01 08:27:40.480600 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 70 rows starting from the beginning of the part | ||
| 15679 | 2024.11.01 08:27:40.480609 [ 282 ] {} <Debug> HTTP-Session: 0d1e8886-a168-42c7-87a9-08d0a4748a71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15680 | 2024.11.01 08:27:40.480675 [ 282 ] {} <Debug> HTTP-Session: 0d1e8886-a168-42c7-87a9-08d0a4748a71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15681 | 2024.11.01 08:27:40.480865 [ 282 ] {} <Trace> HTTP-Session: 0d1e8886-a168-42c7-87a9-08d0a4748a71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15682 | 2024.11.01 08:27:40.480890 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 64 rows starting from the beginning of the part | ||
| 15683 | 2024.11.01 08:27:40.481129 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 424 rows starting from the beginning of the part | ||
| 15684 | 2024.11.01 08:27:40.481390 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 66 rows starting from the beginning of the part | ||
| 15685 | 2024.11.01 08:27:40.481429 [ 282 ] {8a064871-31df-4e92-8d0f-672f10d4f947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15686 | 2024.11.01 08:27:40.481682 [ 282 ] {8a064871-31df-4e92-8d0f-672f10d4f947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15687 | 2024.11.01 08:27:40.482258 [ 282 ] {8a064871-31df-4e92-8d0f-672f10d4f947} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15688 | 2024.11.01 08:27:40.483201 [ 282 ] {8a064871-31df-4e92-8d0f-672f10d4f947} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15689 | 2024.11.01 08:27:40.483271 [ 282 ] {8a064871-31df-4e92-8d0f-672f10d4f947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15690 | 2024.11.01 08:27:40.484133 [ 282 ] {8a064871-31df-4e92-8d0f-672f10d4f947} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 15691 | 2024.11.01 08:27:40.484479 [ 190 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1964 rows, containing 5 columns (5 merged, 0 gathered) in 0.00490697 sec., 400246.9956001361 rows/sec., 30.65 MiB/sec. | ||
| 15692 | 2024.11.01 08:27:40.484925 [ 282 ] {8a064871-31df-4e92-8d0f-672f10d4f947} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15693 | 2024.11.01 08:27:40.484954 [ 190 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 15694 | 2024.11.01 08:27:40.485200 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 15695 | 2024.11.01 08:27:40.485226 [ 282 ] {8a064871-31df-4e92-8d0f-672f10d4f947} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.004062 sec., 31757.754800590847 rows/sec., 2.21 MiB/sec. | ||
| 15696 | 2024.11.01 08:27:40.485264 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15697 | 2024.11.01 08:27:40.485350 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15698 | 2024.11.01 08:27:40.486028 [ 282 ] {8a064871-31df-4e92-8d0f-672f10d4f947} <Debug> DynamicQueryHandler: Done processing query | ||
| 15699 | 2024.11.01 08:27:40.486116 [ 282 ] {8a064871-31df-4e92-8d0f-672f10d4f947} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15700 | 2024.11.01 08:27:40.486122 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 15701 | 2024.11.01 08:27:40.486199 [ 282 ] {} <Debug> HTTP-Session: 0d1e8886-a168-42c7-87a9-08d0a4748a71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15702 | 2024.11.01 08:27:40.486552 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15703 | 2024.11.01 08:27:40.486654 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52435, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15704 | 2024.11.01 08:27:40.486691 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15705 | 2024.11.01 08:27:40.486766 [ 190 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_91_18} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15706 | 2024.11.01 08:27:40.486844 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 17012 rows starting from the beginning of the part | ||
| 15707 | 2024.11.01 08:27:40.486909 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 15708 | |||
| 15709 | (version 23.8.7.1) | ||
| 15710 | 2024.11.01 08:27:40.486911 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15711 | 2024.11.01 08:27:40.487099 [ 303 ] {} <Debug> HTTP-Session: 36b31321-0bc1-4ec1-b318-03986d04b237 Authenticating user 'default' from [fd00:1122:3344:101::d]:52435 | ||
| 15712 | 2024.11.01 08:27:40.487211 [ 303 ] {} <Debug> HTTP-Session: 36b31321-0bc1-4ec1-b318-03986d04b237 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15713 | 2024.11.01 08:27:40.487233 [ 190 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_91_18} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 15714 | 2024.11.01 08:27:40.487332 [ 303 ] {} <Debug> HTTP-Session: 36b31321-0bc1-4ec1-b318-03986d04b237 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15715 | 2024.11.01 08:27:40.487368 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part | ||
| 15716 | 2024.11.01 08:27:40.487574 [ 303 ] {} <Trace> HTTP-Session: 36b31321-0bc1-4ec1-b318-03986d04b237 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15717 | 2024.11.01 08:27:40.487720 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 15718 | 2024.11.01 08:27:40.487894 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 131 rows starting from the beginning of the part | ||
| 15719 | 2024.11.01 08:27:40.488070 [ 303 ] {cbfd2f15-e6a5-40c5-8e6f-904eba4405c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52435) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15720 | 2024.11.01 08:27:40.488227 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part | ||
| 15721 | 2024.11.01 08:27:40.488245 [ 303 ] {cbfd2f15-e6a5-40c5-8e6f-904eba4405c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15722 | 2024.11.01 08:27:40.488614 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 237 rows starting from the beginning of the part | ||
| 15723 | 2024.11.01 08:27:40.488940 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 129 rows starting from the beginning of the part | ||
| 15724 | 2024.11.01 08:27:40.489351 [ 303 ] {cbfd2f15-e6a5-40c5-8e6f-904eba4405c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15725 | 2024.11.01 08:27:40.490190 [ 303 ] {cbfd2f15-e6a5-40c5-8e6f-904eba4405c7} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15726 | 2024.11.01 08:27:40.490242 [ 303 ] {cbfd2f15-e6a5-40c5-8e6f-904eba4405c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15727 | 2024.11.01 08:27:40.490718 [ 303 ] {cbfd2f15-e6a5-40c5-8e6f-904eba4405c7} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 15728 | 2024.11.01 08:27:40.491157 [ 303 ] {cbfd2f15-e6a5-40c5-8e6f-904eba4405c7} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15729 | 2024.11.01 08:27:40.491452 [ 147 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 15730 | 2024.11.01 08:27:40.491502 [ 303 ] {cbfd2f15-e6a5-40c5-8e6f-904eba4405c7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003558 sec., 13490.725126475549 rows/sec., 931.00 KiB/sec. | ||
| 15731 | 2024.11.01 08:27:40.491552 [ 147 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15732 | 2024.11.01 08:27:40.491637 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15733 | 2024.11.01 08:27:40.492150 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 15734 | 2024.11.01 08:27:40.492873 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15735 | 2024.11.01 08:27:40.492920 [ 303 ] {cbfd2f15-e6a5-40c5-8e6f-904eba4405c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 15736 | 2024.11.01 08:27:40.493012 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5432 rows starting from the beginning of the part | ||
| 15737 | 2024.11.01 08:27:40.493078 [ 303 ] {cbfd2f15-e6a5-40c5-8e6f-904eba4405c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15738 | 2024.11.01 08:27:40.493435 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
| 15739 | 2024.11.01 08:27:40.493577 [ 303 ] {} <Debug> HTTP-Session: 36b31321-0bc1-4ec1-b318-03986d04b237 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15740 | 2024.11.01 08:27:40.493920 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 48 rows starting from the beginning of the part | ||
| 15741 | 2024.11.01 08:27:40.494360 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
| 15742 | 2024.11.01 08:27:40.494772 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 82 rows starting from the beginning of the part | ||
| 15743 | 2024.11.01 08:27:40.495239 [ 200 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 48 rows starting from the beginning of the part | ||
| 15744 | 2024.11.01 08:27:40.495290 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52435, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15745 | 2024.11.01 08:27:40.495872 [ 303 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 15746 | |||
| 15747 | (version 23.8.7.1) | ||
| 15748 | 2024.11.01 08:27:40.498143 [ 196 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5752 rows, containing 4 columns (4 merged, 0 gathered) in 0.006315315 sec., 910801.7573153516 rows/sec., 59.84 MiB/sec. | ||
| 15749 | 2024.11.01 08:27:40.498829 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 15750 | 2024.11.01 08:27:40.499500 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_91_18} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15751 | 2024.11.01 08:27:40.499652 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_91_18} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 15752 | 2024.11.01 08:27:40.499938 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
| 15753 | 2024.11.01 08:27:40.500135 [ 194 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17906 rows, containing 5 columns (5 merged, 0 gathered) in 0.014529817 sec., 1232362.38969837 rows/sec., 84.12 MiB/sec. | ||
| 15754 | 2024.11.01 08:27:40.500406 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 15755 | 2024.11.01 08:27:40.500934 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15756 | 2024.11.01 08:27:40.501045 [ 196 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 15757 | 2024.11.01 08:27:40.501154 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 15758 | 2024.11.01 08:27:43.640606 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15759 | 2024.11.01 08:27:43.640710 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15760 | 2024.11.01 08:27:44.001401 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001020835 sec. | ||
| 15761 | 2024.11.01 08:27:44.056611 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1420 | ||
| 15762 | 2024.11.01 08:27:44.059327 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15763 | 2024.11.01 08:27:44.059367 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15764 | 2024.11.01 08:27:44.060896 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15765 | 2024.11.01 08:27:44.061895 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15766 | 2024.11.01 08:27:44.062428 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1420 | ||
| 15767 | 2024.11.01 08:27:45.467113 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64640, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15768 | 2024.11.01 08:27:45.467243 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15769 | 2024.11.01 08:27:45.467272 [ 303 ] {} <Debug> HTTP-Session: 7c1a9ca4-0fc9-4307-8eb7-4484fb34dc2f Authenticating user 'default' from [fd00:1122:3344:101::d]:64640 | ||
| 15770 | 2024.11.01 08:27:45.467299 [ 303 ] {} <Debug> HTTP-Session: 7c1a9ca4-0fc9-4307-8eb7-4484fb34dc2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15771 | 2024.11.01 08:27:45.467317 [ 303 ] {} <Debug> HTTP-Session: 7c1a9ca4-0fc9-4307-8eb7-4484fb34dc2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15772 | 2024.11.01 08:27:45.467375 [ 303 ] {} <Trace> HTTP-Session: 7c1a9ca4-0fc9-4307-8eb7-4484fb34dc2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15773 | 2024.11.01 08:27:45.467599 [ 303 ] {07d9a9e3-d403-4abc-aabc-6ca86daeeef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64640) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15774 | 2024.11.01 08:27:45.467678 [ 303 ] {07d9a9e3-d403-4abc-aabc-6ca86daeeef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15775 | 2024.11.01 08:27:45.468069 [ 303 ] {07d9a9e3-d403-4abc-aabc-6ca86daeeef2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15776 | 2024.11.01 08:27:45.468577 [ 303 ] {07d9a9e3-d403-4abc-aabc-6ca86daeeef2} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15777 | 2024.11.01 08:27:45.468624 [ 303 ] {07d9a9e3-d403-4abc-aabc-6ca86daeeef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15778 | 2024.11.01 08:27:45.469048 [ 303 ] {07d9a9e3-d403-4abc-aabc-6ca86daeeef2} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 15779 | 2024.11.01 08:27:45.469441 [ 303 ] {07d9a9e3-d403-4abc-aabc-6ca86daeeef2} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15780 | 2024.11.01 08:27:45.469617 [ 303 ] {07d9a9e3-d403-4abc-aabc-6ca86daeeef2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002093 sec., 26755.852842809367 rows/sec., 2.04 MiB/sec. | ||
| 15781 | 2024.11.01 08:27:45.469827 [ 303 ] {07d9a9e3-d403-4abc-aabc-6ca86daeeef2} <Debug> DynamicQueryHandler: Done processing query | ||
| 15782 | 2024.11.01 08:27:45.469854 [ 303 ] {07d9a9e3-d403-4abc-aabc-6ca86daeeef2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15783 | 2024.11.01 08:27:45.469871 [ 303 ] {} <Debug> HTTP-Session: 7c1a9ca4-0fc9-4307-8eb7-4484fb34dc2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15784 | 2024.11.01 08:27:45.470099 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64640, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15785 | 2024.11.01 08:27:45.470256 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33794, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15786 | 2024.11.01 08:27:45.470381 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15787 | 2024.11.01 08:27:45.470411 [ 282 ] {} <Debug> HTTP-Session: 7631d4ad-ddf7-450a-a808-ba0877904e34 Authenticating user 'default' from [fd00:1122:3344:101::d]:33794 | ||
| 15788 | 2024.11.01 08:27:45.470437 [ 282 ] {} <Debug> HTTP-Session: 7631d4ad-ddf7-450a-a808-ba0877904e34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15789 | 2024.11.01 08:27:45.470456 [ 282 ] {} <Debug> HTTP-Session: 7631d4ad-ddf7-450a-a808-ba0877904e34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15790 | 2024.11.01 08:27:45.470517 [ 282 ] {} <Trace> HTTP-Session: 7631d4ad-ddf7-450a-a808-ba0877904e34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15791 | 2024.11.01 08:27:45.470750 [ 282 ] {fa1dff15-96fa-4e7a-9f35-754f43109520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33794) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15792 | 2024.11.01 08:27:45.470829 [ 282 ] {fa1dff15-96fa-4e7a-9f35-754f43109520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15793 | 2024.11.01 08:27:45.471233 [ 282 ] {fa1dff15-96fa-4e7a-9f35-754f43109520} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15794 | 2024.11.01 08:27:45.471667 [ 282 ] {fa1dff15-96fa-4e7a-9f35-754f43109520} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15795 | 2024.11.01 08:27:45.471716 [ 282 ] {fa1dff15-96fa-4e7a-9f35-754f43109520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15796 | 2024.11.01 08:27:45.472166 [ 282 ] {fa1dff15-96fa-4e7a-9f35-754f43109520} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 15797 | 2024.11.01 08:27:45.472580 [ 282 ] {fa1dff15-96fa-4e7a-9f35-754f43109520} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15798 | 2024.11.01 08:27:45.472755 [ 282 ] {fa1dff15-96fa-4e7a-9f35-754f43109520} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002084 sec., 30710.17274472169 rows/sec., 2.40 MiB/sec. | ||
| 15799 | 2024.11.01 08:27:45.472966 [ 282 ] {fa1dff15-96fa-4e7a-9f35-754f43109520} <Debug> DynamicQueryHandler: Done processing query | ||
| 15800 | 2024.11.01 08:27:45.472995 [ 282 ] {fa1dff15-96fa-4e7a-9f35-754f43109520} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15801 | 2024.11.01 08:27:45.473012 [ 282 ] {} <Debug> HTTP-Session: 7631d4ad-ddf7-450a-a808-ba0877904e34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15802 | 2024.11.01 08:27:45.473186 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33794, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15803 | 2024.11.01 08:27:45.473286 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64640, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15804 | 2024.11.01 08:27:45.473384 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 15805 | |||
| 15806 | (version 23.8.7.1) | ||
| 15807 | 2024.11.01 08:27:45.473435 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15808 | 2024.11.01 08:27:45.473489 [ 303 ] {} <Debug> HTTP-Session: 015450f9-d141-4788-a928-3aab26ffc637 Authenticating user 'default' from [fd00:1122:3344:101::d]:64640 | ||
| 15809 | 2024.11.01 08:27:45.473527 [ 303 ] {} <Debug> HTTP-Session: 015450f9-d141-4788-a928-3aab26ffc637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15810 | 2024.11.01 08:27:45.473563 [ 303 ] {} <Debug> HTTP-Session: 015450f9-d141-4788-a928-3aab26ffc637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15811 | 2024.11.01 08:27:45.473640 [ 303 ] {} <Trace> HTTP-Session: 015450f9-d141-4788-a928-3aab26ffc637 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15812 | 2024.11.01 08:27:45.473964 [ 303 ] {845d906a-7807-48d1-9770-06df862385f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64640) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15813 | 2024.11.01 08:27:45.474073 [ 303 ] {845d906a-7807-48d1-9770-06df862385f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15814 | 2024.11.01 08:27:45.474354 [ 303 ] {845d906a-7807-48d1-9770-06df862385f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15815 | 2024.11.01 08:27:45.474784 [ 303 ] {845d906a-7807-48d1-9770-06df862385f9} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15816 | 2024.11.01 08:27:45.474822 [ 303 ] {845d906a-7807-48d1-9770-06df862385f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15817 | 2024.11.01 08:27:45.475240 [ 303 ] {845d906a-7807-48d1-9770-06df862385f9} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 15818 | 2024.11.01 08:27:45.475610 [ 303 ] {845d906a-7807-48d1-9770-06df862385f9} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15819 | 2024.11.01 08:27:45.475749 [ 303 ] {845d906a-7807-48d1-9770-06df862385f9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001934 sec., 82730.09307135471 rows/sec., 5.76 MiB/sec. | ||
| 15820 | 2024.11.01 08:27:45.475981 [ 303 ] {845d906a-7807-48d1-9770-06df862385f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 15821 | 2024.11.01 08:27:45.476007 [ 303 ] {845d906a-7807-48d1-9770-06df862385f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15822 | 2024.11.01 08:27:45.476023 [ 303 ] {} <Debug> HTTP-Session: 015450f9-d141-4788-a928-3aab26ffc637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15823 | 2024.11.01 08:27:45.476227 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64640, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15824 | 2024.11.01 08:27:45.476298 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49273, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15825 | 2024.11.01 08:27:45.476377 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15826 | 2024.11.01 08:27:45.476404 [ 282 ] {} <Debug> HTTP-Session: f3226ef4-6faf-4ee8-8319-bcc45051844f Authenticating user 'default' from [fd00:1122:3344:101::d]:49273 | ||
| 15827 | 2024.11.01 08:27:45.476427 [ 282 ] {} <Debug> HTTP-Session: f3226ef4-6faf-4ee8-8319-bcc45051844f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15828 | 2024.11.01 08:27:45.476444 [ 282 ] {} <Debug> HTTP-Session: f3226ef4-6faf-4ee8-8319-bcc45051844f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15829 | 2024.11.01 08:27:45.476493 [ 282 ] {} <Trace> HTTP-Session: f3226ef4-6faf-4ee8-8319-bcc45051844f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15830 | 2024.11.01 08:27:45.476671 [ 282 ] {ab356171-c41d-4355-9560-8be427af0cf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49273) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15831 | 2024.11.01 08:27:45.476734 [ 282 ] {ab356171-c41d-4355-9560-8be427af0cf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15832 | 2024.11.01 08:27:45.476931 [ 282 ] {ab356171-c41d-4355-9560-8be427af0cf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15833 | 2024.11.01 08:27:45.477271 [ 282 ] {ab356171-c41d-4355-9560-8be427af0cf5} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15834 | 2024.11.01 08:27:45.477308 [ 282 ] {ab356171-c41d-4355-9560-8be427af0cf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15835 | 2024.11.01 08:27:45.477689 [ 282 ] {ab356171-c41d-4355-9560-8be427af0cf5} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 15836 | 2024.11.01 08:27:45.478034 [ 282 ] {ab356171-c41d-4355-9560-8be427af0cf5} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15837 | 2024.11.01 08:27:45.478191 [ 282 ] {ab356171-c41d-4355-9560-8be427af0cf5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001585 sec., 37854.88958990536 rows/sec., 2.55 MiB/sec. | ||
| 15838 | 2024.11.01 08:27:45.478359 [ 282 ] {ab356171-c41d-4355-9560-8be427af0cf5} <Debug> DynamicQueryHandler: Done processing query | ||
| 15839 | 2024.11.01 08:27:45.478383 [ 282 ] {ab356171-c41d-4355-9560-8be427af0cf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15840 | 2024.11.01 08:27:45.478399 [ 282 ] {} <Debug> HTTP-Session: f3226ef4-6faf-4ee8-8319-bcc45051844f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15841 | 2024.11.01 08:27:45.478601 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49273, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15842 | 2024.11.01 08:27:47.368284 [ 143 ] {} <Debug> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Selected 5 parts from all_1_30_7 to all_34_34_0 | ||
| 15843 | 2024.11.01 08:27:47.368350 [ 143 ] {} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15844 | 2024.11.01 08:27:47.368373 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15845 | 2024.11.01 08:27:47.368560 [ 191 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_34_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_30_7 to all_34_34_0 into Compact with storage Full | ||
| 15846 | 2024.11.01 08:27:47.368875 [ 191 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_34_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15847 | 2024.11.01 08:27:47.368918 [ 191 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 243 rows starting from the beginning of the part | ||
| 15848 | 2024.11.01 08:27:47.369007 [ 191 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 15849 | 2024.11.01 08:27:47.369244 [ 191 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 15850 | 2024.11.01 08:27:47.369537 [ 191 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 15851 | 2024.11.01 08:27:47.369694 [ 191 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 15852 | 2024.11.01 08:27:47.370969 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_34_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002523932 sec., 118465.94916186332 rows/sec., 8.07 MiB/sec. | ||
| 15853 | 2024.11.01 08:27:47.371291 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_34_8} <Trace> MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary) | ||
| 15854 | 2024.11.01 08:27:47.371789 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_34_8} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15855 | 2024.11.01 08:27:47.371878 [ 192 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_34_8} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Merged 5 parts: [all_1_30_7, all_34_34_0] -> all_1_34_8 | ||
| 15856 | 2024.11.01 08:27:47.371982 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 15857 | 2024.11.01 08:27:50.024958 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54411, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15858 | 2024.11.01 08:27:50.158987 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50098, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15859 | 2024.11.01 08:27:50.257143 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15860 | 2024.11.01 08:27:50.264583 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61830, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15861 | 2024.11.01 08:27:50.267915 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38757, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15862 | 2024.11.01 08:27:50.336338 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35011, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15863 | 2024.11.01 08:27:50.347701 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34853, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15864 | 2024.11.01 08:27:50.370097 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15865 | 2024.11.01 08:27:50.408452 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47909, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15866 | 2024.11.01 08:27:50.464404 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62641, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15867 | 2024.11.01 08:27:50.473487 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45857, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15868 | 2024.11.01 08:27:50.473577 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15869 | 2024.11.01 08:27:50.473605 [ 290 ] {} <Debug> HTTP-Session: 466d8998-8c57-486b-9bd3-28be14046fff Authenticating user 'default' from [fd00:1122:3344:101::d]:45857 | ||
| 15870 | 2024.11.01 08:27:50.473632 [ 290 ] {} <Debug> HTTP-Session: 466d8998-8c57-486b-9bd3-28be14046fff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15871 | 2024.11.01 08:27:50.473650 [ 290 ] {} <Debug> HTTP-Session: 466d8998-8c57-486b-9bd3-28be14046fff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15872 | 2024.11.01 08:27:50.473707 [ 290 ] {} <Trace> HTTP-Session: 466d8998-8c57-486b-9bd3-28be14046fff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15873 | 2024.11.01 08:27:50.474017 [ 290 ] {79880d82-7857-4490-8ee6-680fd19c99e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45857) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15874 | 2024.11.01 08:27:50.474093 [ 290 ] {79880d82-7857-4490-8ee6-680fd19c99e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15875 | 2024.11.01 08:27:50.474464 [ 290 ] {79880d82-7857-4490-8ee6-680fd19c99e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15876 | 2024.11.01 08:27:50.475149 [ 290 ] {79880d82-7857-4490-8ee6-680fd19c99e4} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15877 | 2024.11.01 08:27:50.475194 [ 290 ] {79880d82-7857-4490-8ee6-680fd19c99e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15878 | 2024.11.01 08:27:50.475653 [ 290 ] {79880d82-7857-4490-8ee6-680fd19c99e4} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 15879 | 2024.11.01 08:27:50.476050 [ 290 ] {79880d82-7857-4490-8ee6-680fd19c99e4} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15880 | 2024.11.01 08:27:50.476211 [ 290 ] {79880d82-7857-4490-8ee6-680fd19c99e4} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.00233 sec., 117167.38197424893 rows/sec., 10.42 MiB/sec. | ||
| 15881 | 2024.11.01 08:27:50.476455 [ 290 ] {79880d82-7857-4490-8ee6-680fd19c99e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 15882 | 2024.11.01 08:27:50.476481 [ 290 ] {79880d82-7857-4490-8ee6-680fd19c99e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 15883 | 2024.11.01 08:27:50.476498 [ 290 ] {} <Debug> HTTP-Session: 466d8998-8c57-486b-9bd3-28be14046fff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15884 | 2024.11.01 08:27:50.476749 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45857, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15885 | 2024.11.01 08:27:50.476796 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34853, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15886 | 2024.11.01 08:27:50.476966 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15887 | 2024.11.01 08:27:50.477013 [ 303 ] {} <Debug> HTTP-Session: 86894008-d971-48ad-a63c-16475e698463 Authenticating user 'default' from [fd00:1122:3344:101::d]:34853 | ||
| 15888 | 2024.11.01 08:27:50.477054 [ 303 ] {} <Debug> HTTP-Session: 86894008-d971-48ad-a63c-16475e698463 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15889 | 2024.11.01 08:27:50.477081 [ 303 ] {} <Debug> HTTP-Session: 86894008-d971-48ad-a63c-16475e698463 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15890 | 2024.11.01 08:27:50.477163 [ 303 ] {} <Trace> HTTP-Session: 86894008-d971-48ad-a63c-16475e698463 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15891 | 2024.11.01 08:27:50.477454 [ 303 ] {b242b0f7-41c5-4991-8762-95d3e9c9fcc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34853) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15892 | 2024.11.01 08:27:50.477521 [ 303 ] {b242b0f7-41c5-4991-8762-95d3e9c9fcc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15893 | 2024.11.01 08:27:50.477862 [ 303 ] {b242b0f7-41c5-4991-8762-95d3e9c9fcc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15894 | 2024.11.01 08:27:50.478289 [ 303 ] {b242b0f7-41c5-4991-8762-95d3e9c9fcc5} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15895 | 2024.11.01 08:27:50.478327 [ 303 ] {b242b0f7-41c5-4991-8762-95d3e9c9fcc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15896 | 2024.11.01 08:27:50.478756 [ 303 ] {b242b0f7-41c5-4991-8762-95d3e9c9fcc5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15897 | 2024.11.01 08:27:50.479161 [ 303 ] {b242b0f7-41c5-4991-8762-95d3e9c9fcc5} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15898 | 2024.11.01 08:27:50.479315 [ 303 ] {b242b0f7-41c5-4991-8762-95d3e9c9fcc5} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001961 sec., 21417.644059153492 rows/sec., 1.57 MiB/sec. | ||
| 15899 | 2024.11.01 08:27:50.479379 [ 141 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 15900 | 2024.11.01 08:27:50.479493 [ 141 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15901 | 2024.11.01 08:27:50.479540 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15902 | 2024.11.01 08:27:50.479615 [ 303 ] {b242b0f7-41c5-4991-8762-95d3e9c9fcc5} <Debug> DynamicQueryHandler: Done processing query | ||
| 15903 | 2024.11.01 08:27:50.479677 [ 303 ] {b242b0f7-41c5-4991-8762-95d3e9c9fcc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15904 | 2024.11.01 08:27:50.479739 [ 303 ] {} <Debug> HTTP-Session: 86894008-d971-48ad-a63c-16475e698463 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15905 | 2024.11.01 08:27:50.479816 [ 192 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 15906 | 2024.11.01 08:27:50.479991 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34853, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15907 | 2024.11.01 08:27:50.480085 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52825, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15908 | 2024.11.01 08:27:50.480171 [ 192 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15909 | 2024.11.01 08:27:50.480211 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15910 | 2024.11.01 08:27:50.480245 [ 192 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 60 rows starting from the beginning of the part | ||
| 15911 | 2024.11.01 08:27:50.480264 [ 290 ] {} <Debug> HTTP-Session: 1c986ded-e302-48e9-bc12-4c192856e569 Authenticating user 'default' from [fd00:1122:3344:101::d]:52825 | ||
| 15912 | 2024.11.01 08:27:50.480302 [ 290 ] {} <Debug> HTTP-Session: 1c986ded-e302-48e9-bc12-4c192856e569 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15913 | 2024.11.01 08:27:50.480333 [ 290 ] {} <Debug> HTTP-Session: 1c986ded-e302-48e9-bc12-4c192856e569 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15914 | 2024.11.01 08:27:50.480472 [ 290 ] {} <Trace> HTTP-Session: 1c986ded-e302-48e9-bc12-4c192856e569 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15915 | 2024.11.01 08:27:50.480484 [ 192 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 42 rows starting from the beginning of the part | ||
| 15916 | 2024.11.01 08:27:50.480829 [ 192 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
| 15917 | 2024.11.01 08:27:50.480847 [ 290 ] {69739736-9333-4c60-b197-26dbd3523081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52825) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 15918 | 2024.11.01 08:27:50.480988 [ 290 ] {69739736-9333-4c60-b197-26dbd3523081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15919 | 2024.11.01 08:27:50.481175 [ 192 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 42 rows starting from the beginning of the part | ||
| 15920 | 2024.11.01 08:27:50.481683 [ 192 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 2 rows starting from the beginning of the part | ||
| 15921 | 2024.11.01 08:27:50.482026 [ 192 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 42 rows starting from the beginning of the part | ||
| 15922 | 2024.11.01 08:27:50.482660 [ 290 ] {69739736-9333-4c60-b197-26dbd3523081} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15923 | 2024.11.01 08:27:50.483349 [ 290 ] {69739736-9333-4c60-b197-26dbd3523081} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15924 | 2024.11.01 08:27:50.483418 [ 290 ] {69739736-9333-4c60-b197-26dbd3523081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15925 | 2024.11.01 08:27:50.484429 [ 290 ] {69739736-9333-4c60-b197-26dbd3523081} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 15926 | 2024.11.01 08:27:50.485076 [ 191 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.005426794 sec., 35748.54693212972 rows/sec., 2.74 MiB/sec. | ||
| 15927 | 2024.11.01 08:27:50.485317 [ 191 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 15928 | 2024.11.01 08:27:50.485431 [ 290 ] {69739736-9333-4c60-b197-26dbd3523081} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15929 | 2024.11.01 08:27:50.485744 [ 290 ] {69739736-9333-4c60-b197-26dbd3523081} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005025 sec., 2786.0696517412935 rows/sec., 195.12 KiB/sec. | ||
| 15930 | 2024.11.01 08:27:50.486370 [ 290 ] {69739736-9333-4c60-b197-26dbd3523081} <Debug> DynamicQueryHandler: Done processing query | ||
| 15931 | 2024.11.01 08:27:50.486400 [ 290 ] {69739736-9333-4c60-b197-26dbd3523081} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15932 | 2024.11.01 08:27:50.486437 [ 290 ] {} <Debug> HTTP-Session: 1c986ded-e302-48e9-bc12-4c192856e569 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15933 | 2024.11.01 08:27:50.486524 [ 191 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_61_12} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15934 | 2024.11.01 08:27:50.486642 [ 191 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_61_12} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 15935 | 2024.11.01 08:27:50.486655 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52825, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15936 | 2024.11.01 08:27:50.486816 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63522, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15937 | 2024.11.01 08:27:50.486879 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 15938 | 2024.11.01 08:27:50.486916 [ 290 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 15939 | |||
| 15940 | (version 23.8.7.1) | ||
| 15941 | 2024.11.01 08:27:50.486965 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15942 | 2024.11.01 08:27:50.487000 [ 303 ] {} <Debug> HTTP-Session: 5b5f28f1-6092-4841-abd7-59318dfccb19 Authenticating user 'default' from [fd00:1122:3344:101::d]:63522 | ||
| 15943 | 2024.11.01 08:27:50.487034 [ 303 ] {} <Debug> HTTP-Session: 5b5f28f1-6092-4841-abd7-59318dfccb19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15944 | 2024.11.01 08:27:50.487051 [ 303 ] {} <Debug> HTTP-Session: 5b5f28f1-6092-4841-abd7-59318dfccb19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15945 | 2024.11.01 08:27:50.487096 [ 303 ] {} <Trace> HTTP-Session: 5b5f28f1-6092-4841-abd7-59318dfccb19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15946 | 2024.11.01 08:27:50.487227 [ 303 ] {9e3b9f5a-1443-44a8-baaa-2959af74e9af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 15947 | 2024.11.01 08:27:50.487283 [ 303 ] {9e3b9f5a-1443-44a8-baaa-2959af74e9af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15948 | 2024.11.01 08:27:50.487565 [ 303 ] {9e3b9f5a-1443-44a8-baaa-2959af74e9af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15949 | 2024.11.01 08:27:50.487897 [ 303 ] {9e3b9f5a-1443-44a8-baaa-2959af74e9af} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15950 | 2024.11.01 08:27:50.487933 [ 303 ] {9e3b9f5a-1443-44a8-baaa-2959af74e9af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15951 | 2024.11.01 08:27:50.488291 [ 303 ] {9e3b9f5a-1443-44a8-baaa-2959af74e9af} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 15952 | 2024.11.01 08:27:50.488672 [ 303 ] {9e3b9f5a-1443-44a8-baaa-2959af74e9af} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15953 | 2024.11.01 08:27:50.488829 [ 303 ] {9e3b9f5a-1443-44a8-baaa-2959af74e9af} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001638 sec., 3663.0036630036634 rows/sec., 216.42 KiB/sec. | ||
| 15954 | 2024.11.01 08:27:50.489186 [ 303 ] {9e3b9f5a-1443-44a8-baaa-2959af74e9af} <Debug> DynamicQueryHandler: Done processing query | ||
| 15955 | 2024.11.01 08:27:50.489219 [ 303 ] {9e3b9f5a-1443-44a8-baaa-2959af74e9af} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15956 | 2024.11.01 08:27:50.489236 [ 303 ] {} <Debug> HTTP-Session: 5b5f28f1-6092-4841-abd7-59318dfccb19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15957 | 2024.11.01 08:27:50.489476 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63522, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15958 | 2024.11.01 08:27:50.489644 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62563, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15959 | 2024.11.01 08:27:50.489711 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15960 | 2024.11.01 08:27:50.489736 [ 290 ] {} <Debug> HTTP-Session: b9bc5573-c522-40eb-a31c-497fa68df757 Authenticating user 'default' from [fd00:1122:3344:101::d]:62563 | ||
| 15961 | 2024.11.01 08:27:50.489757 [ 290 ] {} <Debug> HTTP-Session: b9bc5573-c522-40eb-a31c-497fa68df757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15962 | 2024.11.01 08:27:50.489773 [ 290 ] {} <Debug> HTTP-Session: b9bc5573-c522-40eb-a31c-497fa68df757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15963 | 2024.11.01 08:27:50.489817 [ 290 ] {} <Trace> HTTP-Session: b9bc5573-c522-40eb-a31c-497fa68df757 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15964 | 2024.11.01 08:27:50.490115 [ 290 ] {c6aca7e4-4bf3-4d5a-beb1-b2c197aa6daa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62563) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15965 | 2024.11.01 08:27:50.490171 [ 290 ] {c6aca7e4-4bf3-4d5a-beb1-b2c197aa6daa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15966 | 2024.11.01 08:27:50.490456 [ 290 ] {c6aca7e4-4bf3-4d5a-beb1-b2c197aa6daa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15967 | 2024.11.01 08:27:50.491074 [ 290 ] {c6aca7e4-4bf3-4d5a-beb1-b2c197aa6daa} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15968 | 2024.11.01 08:27:50.491111 [ 290 ] {c6aca7e4-4bf3-4d5a-beb1-b2c197aa6daa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15969 | 2024.11.01 08:27:50.491499 [ 290 ] {c6aca7e4-4bf3-4d5a-beb1-b2c197aa6daa} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 15970 | 2024.11.01 08:27:50.491875 [ 290 ] {c6aca7e4-4bf3-4d5a-beb1-b2c197aa6daa} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15971 | 2024.11.01 08:27:50.492035 [ 290 ] {c6aca7e4-4bf3-4d5a-beb1-b2c197aa6daa} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.00207 sec., 204830.91787439617 rows/sec., 14.65 MiB/sec. | ||
| 15972 | 2024.11.01 08:27:50.492224 [ 290 ] {c6aca7e4-4bf3-4d5a-beb1-b2c197aa6daa} <Debug> DynamicQueryHandler: Done processing query | ||
| 15973 | 2024.11.01 08:27:50.492248 [ 290 ] {c6aca7e4-4bf3-4d5a-beb1-b2c197aa6daa} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 15974 | 2024.11.01 08:27:50.492264 [ 290 ] {} <Debug> HTTP-Session: b9bc5573-c522-40eb-a31c-497fa68df757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15975 | 2024.11.01 08:27:50.492436 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63522, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15976 | 2024.11.01 08:27:50.492463 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15977 | 2024.11.01 08:27:50.492573 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15978 | 2024.11.01 08:27:50.492624 [ 303 ] {} <Debug> HTTP-Session: d8f3e4ea-e640-43e9-b008-bf96d293ed6c Authenticating user 'default' from [fd00:1122:3344:101::d]:63522 | ||
| 15979 | 2024.11.01 08:27:50.492657 [ 303 ] {} <Debug> HTTP-Session: d8f3e4ea-e640-43e9-b008-bf96d293ed6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15980 | 2024.11.01 08:27:50.492683 [ 303 ] {} <Debug> HTTP-Session: d8f3e4ea-e640-43e9-b008-bf96d293ed6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15981 | 2024.11.01 08:27:50.492749 [ 303 ] {} <Trace> HTTP-Session: d8f3e4ea-e640-43e9-b008-bf96d293ed6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15982 | 2024.11.01 08:27:50.492949 [ 303 ] {73f0c43b-6f3a-4c8f-8aa8-702cae4971f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15983 | 2024.11.01 08:27:50.493039 [ 303 ] {73f0c43b-6f3a-4c8f-8aa8-702cae4971f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15984 | 2024.11.01 08:27:50.493331 [ 303 ] {73f0c43b-6f3a-4c8f-8aa8-702cae4971f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15985 | 2024.11.01 08:27:50.493656 [ 303 ] {73f0c43b-6f3a-4c8f-8aa8-702cae4971f9} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15986 | 2024.11.01 08:27:50.493691 [ 303 ] {73f0c43b-6f3a-4c8f-8aa8-702cae4971f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 15987 | 2024.11.01 08:27:50.494060 [ 303 ] {73f0c43b-6f3a-4c8f-8aa8-702cae4971f9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 15988 | 2024.11.01 08:27:50.494397 [ 303 ] {73f0c43b-6f3a-4c8f-8aa8-702cae4971f9} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15989 | 2024.11.01 08:27:50.494559 [ 303 ] {73f0c43b-6f3a-4c8f-8aa8-702cae4971f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001663 sec., 3607.9374624173183 rows/sec., 188.50 KiB/sec. | ||
| 15990 | 2024.11.01 08:27:50.494865 [ 303 ] {73f0c43b-6f3a-4c8f-8aa8-702cae4971f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 15991 | 2024.11.01 08:27:50.494907 [ 303 ] {73f0c43b-6f3a-4c8f-8aa8-702cae4971f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15992 | 2024.11.01 08:27:50.494924 [ 303 ] {} <Debug> HTTP-Session: d8f3e4ea-e640-43e9-b008-bf96d293ed6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15993 | 2024.11.01 08:27:50.495095 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63522, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15994 | 2024.11.01 08:27:50.495189 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59546, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15995 | 2024.11.01 08:27:50.495259 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15996 | 2024.11.01 08:27:50.495283 [ 290 ] {} <Debug> HTTP-Session: f0022ce3-521b-4102-8dd7-566433e1b0dd Authenticating user 'default' from [fd00:1122:3344:101::d]:59546 | ||
| 15997 | 2024.11.01 08:27:50.495304 [ 290 ] {} <Debug> HTTP-Session: f0022ce3-521b-4102-8dd7-566433e1b0dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15998 | 2024.11.01 08:27:50.495321 [ 290 ] {} <Debug> HTTP-Session: f0022ce3-521b-4102-8dd7-566433e1b0dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15999 | 2024.11.01 08:27:50.495365 [ 290 ] {} <Trace> HTTP-Session: f0022ce3-521b-4102-8dd7-566433e1b0dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16000 | 2024.11.01 08:27:50.495622 [ 290 ] {b8186bf3-1eb1-492d-922f-033a621b42cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59546) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16001 | 2024.11.01 08:27:50.495682 [ 290 ] {b8186bf3-1eb1-492d-922f-033a621b42cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16002 | 2024.11.01 08:27:50.495898 [ 290 ] {b8186bf3-1eb1-492d-922f-033a621b42cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16003 | 2024.11.01 08:27:50.496386 [ 290 ] {b8186bf3-1eb1-492d-922f-033a621b42cd} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16004 | 2024.11.01 08:27:50.496422 [ 290 ] {b8186bf3-1eb1-492d-922f-033a621b42cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 16005 | 2024.11.01 08:27:50.496831 [ 290 ] {b8186bf3-1eb1-492d-922f-033a621b42cd} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 16006 | 2024.11.01 08:27:50.497177 [ 290 ] {b8186bf3-1eb1-492d-922f-033a621b42cd} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16007 | 2024.11.01 08:27:50.497332 [ 290 ] {b8186bf3-1eb1-492d-922f-033a621b42cd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00184 sec., 128804.34782608696 rows/sec., 8.63 MiB/sec. | ||
| 16008 | 2024.11.01 08:27:50.497523 [ 290 ] {b8186bf3-1eb1-492d-922f-033a621b42cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 16009 | 2024.11.01 08:27:50.497560 [ 290 ] {b8186bf3-1eb1-492d-922f-033a621b42cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 16010 | 2024.11.01 08:27:50.497593 [ 290 ] {} <Debug> HTTP-Session: f0022ce3-521b-4102-8dd7-566433e1b0dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16011 | 2024.11.01 08:27:50.497842 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59546, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16012 | 2024.11.01 08:27:50.497860 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16013 | 2024.11.01 08:27:50.498017 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16014 | 2024.11.01 08:27:50.498060 [ 303 ] {} <Debug> HTTP-Session: b5fcb5e2-ace4-43a4-86ed-861c7d097fbf Authenticating user 'default' from [fd00:1122:3344:101::d]:63522 | ||
| 16015 | 2024.11.01 08:27:50.498093 [ 303 ] {} <Debug> HTTP-Session: b5fcb5e2-ace4-43a4-86ed-861c7d097fbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16016 | 2024.11.01 08:27:50.498120 [ 303 ] {} <Debug> HTTP-Session: b5fcb5e2-ace4-43a4-86ed-861c7d097fbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16017 | 2024.11.01 08:27:50.498186 [ 303 ] {} <Trace> HTTP-Session: b5fcb5e2-ace4-43a4-86ed-861c7d097fbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16018 | 2024.11.01 08:27:50.498378 [ 303 ] {c62868d6-1167-43b9-aa9f-0cbbb6b99e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 16019 | 2024.11.01 08:27:50.498447 [ 303 ] {c62868d6-1167-43b9-aa9f-0cbbb6b99e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16020 | 2024.11.01 08:27:50.498612 [ 303 ] {c62868d6-1167-43b9-aa9f-0cbbb6b99e11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16021 | 2024.11.01 08:27:50.498894 [ 303 ] {c62868d6-1167-43b9-aa9f-0cbbb6b99e11} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16022 | 2024.11.01 08:27:50.498930 [ 303 ] {c62868d6-1167-43b9-aa9f-0cbbb6b99e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 16023 | 2024.11.01 08:27:50.499291 [ 303 ] {c62868d6-1167-43b9-aa9f-0cbbb6b99e11} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 16024 | 2024.11.01 08:27:50.499640 [ 303 ] {c62868d6-1167-43b9-aa9f-0cbbb6b99e11} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16025 | 2024.11.01 08:27:50.499807 [ 303 ] {c62868d6-1167-43b9-aa9f-0cbbb6b99e11} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001474 sec., 678.4260515603798 rows/sec., 45.71 KiB/sec. | ||
| 16026 | 2024.11.01 08:27:50.500124 [ 303 ] {c62868d6-1167-43b9-aa9f-0cbbb6b99e11} <Debug> DynamicQueryHandler: Done processing query | ||
| 16027 | 2024.11.01 08:27:50.500192 [ 303 ] {c62868d6-1167-43b9-aa9f-0cbbb6b99e11} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 16028 | 2024.11.01 08:27:50.500259 [ 303 ] {} <Debug> HTTP-Session: b5fcb5e2-ace4-43a4-86ed-861c7d097fbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16029 | 2024.11.01 08:27:50.500489 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63522, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16030 | 2024.11.01 08:27:50.500679 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44239, User-Agent: (none), Length: 70862, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16031 | 2024.11.01 08:27:50.500796 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16032 | 2024.11.01 08:27:50.500838 [ 290 ] {} <Debug> HTTP-Session: f9db2afd-030d-4597-b910-f6ce38a59c0e Authenticating user 'default' from [fd00:1122:3344:101::d]:44239 | ||
| 16033 | 2024.11.01 08:27:50.500872 [ 290 ] {} <Debug> HTTP-Session: f9db2afd-030d-4597-b910-f6ce38a59c0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16034 | 2024.11.01 08:27:50.500900 [ 290 ] {} <Debug> HTTP-Session: f9db2afd-030d-4597-b910-f6ce38a59c0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16035 | 2024.11.01 08:27:50.500969 [ 290 ] {} <Trace> HTTP-Session: f9db2afd-030d-4597-b910-f6ce38a59c0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16036 | 2024.11.01 08:27:50.501605 [ 290 ] {f134b300-177a-4cba-921d-6407df6bb522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44239) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16037 | 2024.11.01 08:27:50.501686 [ 290 ] {f134b300-177a-4cba-921d-6407df6bb522} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16038 | 2024.11.01 08:27:50.502175 [ 290 ] {f134b300-177a-4cba-921d-6407df6bb522} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16039 | 2024.11.01 08:27:50.503010 [ 290 ] {f134b300-177a-4cba-921d-6407df6bb522} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16040 | 2024.11.01 08:27:50.503046 [ 290 ] {f134b300-177a-4cba-921d-6407df6bb522} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 16041 | 2024.11.01 08:27:50.503725 [ 290 ] {f134b300-177a-4cba-921d-6407df6bb522} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 16042 | 2024.11.01 08:27:50.504147 [ 290 ] {f134b300-177a-4cba-921d-6407df6bb522} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16043 | 2024.11.01 08:27:50.504354 [ 290 ] {f134b300-177a-4cba-921d-6407df6bb522} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003191 sec., 13162.018176120338 rows/sec., 23.59 MiB/sec. | ||
| 16044 | 2024.11.01 08:27:50.504735 [ 290 ] {f134b300-177a-4cba-921d-6407df6bb522} <Debug> DynamicQueryHandler: Done processing query | ||
| 16045 | 2024.11.01 08:27:50.504760 [ 290 ] {f134b300-177a-4cba-921d-6407df6bb522} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 16046 | 2024.11.01 08:27:50.504777 [ 290 ] {} <Debug> HTTP-Session: f9db2afd-030d-4597-b910-f6ce38a59c0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16047 | 2024.11.01 08:27:50.505007 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44239, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16048 | 2024.11.01 08:27:50.505018 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63522, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16049 | 2024.11.01 08:27:50.505149 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16050 | 2024.11.01 08:27:50.505205 [ 303 ] {} <Debug> HTTP-Session: a8bdfe09-e363-4074-a003-f9ec552536a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63522 | ||
| 16051 | 2024.11.01 08:27:50.505239 [ 303 ] {} <Debug> HTTP-Session: a8bdfe09-e363-4074-a003-f9ec552536a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16052 | 2024.11.01 08:27:50.505267 [ 303 ] {} <Debug> HTTP-Session: a8bdfe09-e363-4074-a003-f9ec552536a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16053 | 2024.11.01 08:27:50.505334 [ 303 ] {} <Trace> HTTP-Session: a8bdfe09-e363-4074-a003-f9ec552536a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16054 | 2024.11.01 08:27:50.505539 [ 303 ] {488704d2-da63-4d20-9f24-2aed82644fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16055 | 2024.11.01 08:27:50.505589 [ 303 ] {488704d2-da63-4d20-9f24-2aed82644fdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16056 | 2024.11.01 08:27:50.505751 [ 303 ] {488704d2-da63-4d20-9f24-2aed82644fdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16057 | 2024.11.01 08:27:50.506067 [ 303 ] {488704d2-da63-4d20-9f24-2aed82644fdd} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16058 | 2024.11.01 08:27:50.506104 [ 303 ] {488704d2-da63-4d20-9f24-2aed82644fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 16059 | 2024.11.01 08:27:50.506477 [ 303 ] {488704d2-da63-4d20-9f24-2aed82644fdd} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 16060 | 2024.11.01 08:27:50.506826 [ 303 ] {488704d2-da63-4d20-9f24-2aed82644fdd} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16061 | 2024.11.01 08:27:50.506982 [ 303 ] {488704d2-da63-4d20-9f24-2aed82644fdd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001509 sec., 54340.62292909212 rows/sec., 3.45 MiB/sec. | ||
| 16062 | 2024.11.01 08:27:50.507155 [ 303 ] {488704d2-da63-4d20-9f24-2aed82644fdd} <Debug> DynamicQueryHandler: Done processing query | ||
| 16063 | 2024.11.01 08:27:50.507180 [ 303 ] {488704d2-da63-4d20-9f24-2aed82644fdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16064 | 2024.11.01 08:27:50.507196 [ 303 ] {} <Debug> HTTP-Session: a8bdfe09-e363-4074-a003-f9ec552536a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16065 | 2024.11.01 08:27:50.507712 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63522, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16066 | 2024.11.01 08:27:50.528804 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16067 | 2024.11.01 08:27:50.779473 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16068 | 2024.11.01 08:27:50.794869 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59867, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16069 | 2024.11.01 08:27:50.841191 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49416, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16070 | 2024.11.01 08:27:50.843489 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60689, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16071 | 2024.11.01 08:27:50.934900 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52108, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16072 | 2024.11.01 08:27:51.000163 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.71 MiB, peak 195.88 MiB, free memory in arenas 0.00 B, will set to 184.50 MiB (RSS), difference: -1.21 MiB | ||
| 16073 | 2024.11.01 08:27:51.118582 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16074 | 2024.11.01 08:27:51.513446 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56022, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16075 | 2024.11.01 08:27:51.608992 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16076 | 2024.11.01 08:27:51.787017 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36429, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16077 | 2024.11.01 08:27:51.934120 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16078 | 2024.11.01 08:27:51.940502 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46947, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16079 | 2024.11.01 08:27:51.982824 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44261, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16080 | 2024.11.01 08:27:52.036205 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39685, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16081 | 2024.11.01 08:27:52.210669 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52643, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16082 | 2024.11.01 08:27:52.615411 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41668, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16083 | 2024.11.01 08:27:52.909390 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45524, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16084 | 2024.11.01 08:27:53.015684 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47086, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16085 | 2024.11.01 08:27:53.053632 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55884, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16086 | 2024.11.01 08:27:53.066901 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52370, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16087 | 2024.11.01 08:27:53.123797 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16088 | 2024.11.01 08:27:53.131094 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44947, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16089 | 2024.11.01 08:27:54.063516 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1448 | ||
| 16090 | 2024.11.01 08:27:54.066304 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16091 | 2024.11.01 08:27:54.066355 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 16092 | 2024.11.01 08:27:54.068003 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 16093 | 2024.11.01 08:27:54.069042 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16094 | 2024.11.01 08:27:54.071001 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1448 | ||
| 16095 | 2024.11.01 08:27:55.464934 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34325, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16096 | 2024.11.01 08:27:55.465065 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16097 | 2024.11.01 08:27:55.465100 [ 303 ] {} <Debug> HTTP-Session: 7389dbd6-636b-49ba-95ae-165d35a2aead Authenticating user 'default' from [fd00:1122:3344:101::d]:34325 | ||
| 16098 | 2024.11.01 08:27:55.465134 [ 303 ] {} <Debug> HTTP-Session: 7389dbd6-636b-49ba-95ae-165d35a2aead Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16099 | 2024.11.01 08:27:55.465158 [ 303 ] {} <Debug> HTTP-Session: 7389dbd6-636b-49ba-95ae-165d35a2aead Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16100 | 2024.11.01 08:27:55.465228 [ 303 ] {} <Trace> HTTP-Session: 7389dbd6-636b-49ba-95ae-165d35a2aead Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16101 | 2024.11.01 08:27:55.465457 [ 303 ] {48ada10b-4670-4408-bf32-dc21f075433c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34325) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 16102 | 2024.11.01 08:27:55.465551 [ 303 ] {48ada10b-4670-4408-bf32-dc21f075433c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16103 | 2024.11.01 08:27:55.465928 [ 303 ] {48ada10b-4670-4408-bf32-dc21f075433c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16104 | 2024.11.01 08:27:55.466359 [ 303 ] {48ada10b-4670-4408-bf32-dc21f075433c} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16105 | 2024.11.01 08:27:55.466404 [ 303 ] {48ada10b-4670-4408-bf32-dc21f075433c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 16106 | 2024.11.01 08:27:55.466844 [ 303 ] {48ada10b-4670-4408-bf32-dc21f075433c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 16107 | 2024.11.01 08:27:55.467288 [ 303 ] {48ada10b-4670-4408-bf32-dc21f075433c} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16108 | 2024.11.01 08:27:55.467469 [ 303 ] {48ada10b-4670-4408-bf32-dc21f075433c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002081 sec., 961.0764055742432 rows/sec., 78.37 KiB/sec. | ||
| 16109 | 2024.11.01 08:27:55.468008 [ 303 ] {48ada10b-4670-4408-bf32-dc21f075433c} <Debug> DynamicQueryHandler: Done processing query | ||
| 16110 | 2024.11.01 08:27:55.468095 [ 303 ] {48ada10b-4670-4408-bf32-dc21f075433c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16111 | 2024.11.01 08:27:55.468182 [ 303 ] {} <Debug> HTTP-Session: 7389dbd6-636b-49ba-95ae-165d35a2aead Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16112 | 2024.11.01 08:27:55.468467 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34325, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16113 | 2024.11.01 08:27:55.468608 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54294, User-Agent: (none), Length: 7929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16114 | 2024.11.01 08:27:55.468702 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16115 | 2024.11.01 08:27:55.468727 [ 290 ] {} <Debug> HTTP-Session: 80641e67-8b3d-4842-9549-1a20c0a4ea84 Authenticating user 'default' from [fd00:1122:3344:101::d]:54294 | ||
| 16116 | 2024.11.01 08:27:55.468757 [ 290 ] {} <Debug> HTTP-Session: 80641e67-8b3d-4842-9549-1a20c0a4ea84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16117 | 2024.11.01 08:27:55.468777 [ 290 ] {} <Debug> HTTP-Session: 80641e67-8b3d-4842-9549-1a20c0a4ea84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16118 | 2024.11.01 08:27:55.468835 [ 290 ] {} <Trace> HTTP-Session: 80641e67-8b3d-4842-9549-1a20c0a4ea84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16119 | 2024.11.01 08:27:55.469040 [ 290 ] {6f899123-8227-43f9-b7f5-fc7e1269ad89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16120 | 2024.11.01 08:27:55.469110 [ 290 ] {6f899123-8227-43f9-b7f5-fc7e1269ad89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16121 | 2024.11.01 08:27:55.469463 [ 290 ] {6f899123-8227-43f9-b7f5-fc7e1269ad89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16122 | 2024.11.01 08:27:55.469895 [ 290 ] {6f899123-8227-43f9-b7f5-fc7e1269ad89} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16123 | 2024.11.01 08:27:55.469940 [ 290 ] {6f899123-8227-43f9-b7f5-fc7e1269ad89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 16124 | 2024.11.01 08:27:55.470379 [ 290 ] {6f899123-8227-43f9-b7f5-fc7e1269ad89} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 16125 | 2024.11.01 08:27:55.470783 [ 290 ] {6f899123-8227-43f9-b7f5-fc7e1269ad89} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16126 | 2024.11.01 08:27:55.470949 [ 290 ] {6f899123-8227-43f9-b7f5-fc7e1269ad89} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001985 sec., 28715.365239294715 rows/sec., 2.19 MiB/sec. | ||
| 16127 | 2024.11.01 08:27:55.471162 [ 290 ] {6f899123-8227-43f9-b7f5-fc7e1269ad89} <Debug> DynamicQueryHandler: Done processing query | ||
| 16128 | 2024.11.01 08:27:55.471189 [ 290 ] {6f899123-8227-43f9-b7f5-fc7e1269ad89} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 16129 | 2024.11.01 08:27:55.471206 [ 290 ] {} <Debug> HTTP-Session: 80641e67-8b3d-4842-9549-1a20c0a4ea84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16130 | 2024.11.01 08:27:55.471411 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54294, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16131 | 2024.11.01 08:27:55.471427 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34325, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16132 | 2024.11.01 08:27:55.471535 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16133 | 2024.11.01 08:27:55.471570 [ 303 ] {} <Debug> HTTP-Session: 85fa72d5-3399-4896-b30a-c7877ab5229f Authenticating user 'default' from [fd00:1122:3344:101::d]:34325 | ||
| 16134 | 2024.11.01 08:27:55.471604 [ 303 ] {} <Debug> HTTP-Session: 85fa72d5-3399-4896-b30a-c7877ab5229f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16135 | 2024.11.01 08:27:55.471633 [ 303 ] {} <Debug> HTTP-Session: 85fa72d5-3399-4896-b30a-c7877ab5229f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16136 | 2024.11.01 08:27:55.471694 [ 303 ] {} <Trace> HTTP-Session: 85fa72d5-3399-4896-b30a-c7877ab5229f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16137 | 2024.11.01 08:27:55.471859 [ 303 ] {2617ea4b-70de-433f-8f49-dbdf079c9173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34325) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16138 | 2024.11.01 08:27:55.471931 [ 303 ] {2617ea4b-70de-433f-8f49-dbdf079c9173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16139 | 2024.11.01 08:27:55.472229 [ 303 ] {2617ea4b-70de-433f-8f49-dbdf079c9173} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16140 | 2024.11.01 08:27:55.472577 [ 303 ] {2617ea4b-70de-433f-8f49-dbdf079c9173} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16141 | 2024.11.01 08:27:55.472623 [ 303 ] {2617ea4b-70de-433f-8f49-dbdf079c9173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 16142 | 2024.11.01 08:27:55.473019 [ 303 ] {2617ea4b-70de-433f-8f49-dbdf079c9173} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16143 | 2024.11.01 08:27:55.473439 [ 303 ] {2617ea4b-70de-433f-8f49-dbdf079c9173} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16144 | 2024.11.01 08:27:55.473680 [ 303 ] {2617ea4b-70de-433f-8f49-dbdf079c9173} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001862 sec., 1074.1138560687434 rows/sec., 75.00 KiB/sec. | ||
| 16145 | 2024.11.01 08:27:55.473915 [ 303 ] {2617ea4b-70de-433f-8f49-dbdf079c9173} <Debug> DynamicQueryHandler: Done processing query | ||
| 16146 | 2024.11.01 08:27:55.473946 [ 303 ] {2617ea4b-70de-433f-8f49-dbdf079c9173} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16147 | 2024.11.01 08:27:55.473969 [ 303 ] {} <Debug> HTTP-Session: 85fa72d5-3399-4896-b30a-c7877ab5229f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16148 | 2024.11.01 08:27:55.474167 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34325, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16149 | 2024.11.01 08:27:55.474326 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54736, User-Agent: (none), Length: 11213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16150 | 2024.11.01 08:27:55.474395 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16151 | 2024.11.01 08:27:55.474417 [ 290 ] {} <Debug> HTTP-Session: d5462c01-453f-4b51-a3c3-5448ce217e7d Authenticating user 'default' from [fd00:1122:3344:101::d]:54736 | ||
| 16152 | 2024.11.01 08:27:55.474437 [ 290 ] {} <Debug> HTTP-Session: d5462c01-453f-4b51-a3c3-5448ce217e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16153 | 2024.11.01 08:27:55.474451 [ 290 ] {} <Debug> HTTP-Session: d5462c01-453f-4b51-a3c3-5448ce217e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16154 | 2024.11.01 08:27:55.474496 [ 290 ] {} <Trace> HTTP-Session: d5462c01-453f-4b51-a3c3-5448ce217e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16155 | 2024.11.01 08:27:55.474658 [ 290 ] {98d97f9b-d128-4811-b3dd-1ec53c3aaac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54736) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16156 | 2024.11.01 08:27:55.474713 [ 290 ] {98d97f9b-d128-4811-b3dd-1ec53c3aaac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16157 | 2024.11.01 08:27:55.474998 [ 290 ] {98d97f9b-d128-4811-b3dd-1ec53c3aaac8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16158 | 2024.11.01 08:27:55.475398 [ 290 ] {98d97f9b-d128-4811-b3dd-1ec53c3aaac8} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16159 | 2024.11.01 08:27:55.475439 [ 290 ] {98d97f9b-d128-4811-b3dd-1ec53c3aaac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 16160 | 2024.11.01 08:27:55.475851 [ 290 ] {98d97f9b-d128-4811-b3dd-1ec53c3aaac8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 16161 | 2024.11.01 08:27:55.476246 [ 290 ] {98d97f9b-d128-4811-b3dd-1ec53c3aaac8} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16162 | 2024.11.01 08:27:55.476439 [ 290 ] {98d97f9b-d128-4811-b3dd-1ec53c3aaac8} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001829 sec., 36085.29250956807 rows/sec., 2.82 MiB/sec. | ||
| 16163 | 2024.11.01 08:27:55.476670 [ 290 ] {98d97f9b-d128-4811-b3dd-1ec53c3aaac8} <Debug> DynamicQueryHandler: Done processing query | ||
| 16164 | 2024.11.01 08:27:55.476698 [ 290 ] {98d97f9b-d128-4811-b3dd-1ec53c3aaac8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 16165 | 2024.11.01 08:27:55.476715 [ 290 ] {} <Debug> HTTP-Session: d5462c01-453f-4b51-a3c3-5448ce217e7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16166 | 2024.11.01 08:27:55.476932 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16167 | 2024.11.01 08:27:55.477002 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34325, User-Agent: (none), Length: 24682, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16168 | 2024.11.01 08:27:55.477101 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16169 | 2024.11.01 08:27:55.477131 [ 303 ] {} <Debug> HTTP-Session: ec3a426e-a980-44fe-85c5-de9b5a52c49e Authenticating user 'default' from [fd00:1122:3344:101::d]:34325 | ||
| 16170 | 2024.11.01 08:27:55.477153 [ 303 ] {} <Debug> HTTP-Session: ec3a426e-a980-44fe-85c5-de9b5a52c49e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16171 | 2024.11.01 08:27:55.477171 [ 303 ] {} <Debug> HTTP-Session: ec3a426e-a980-44fe-85c5-de9b5a52c49e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16172 | 2024.11.01 08:27:55.477217 [ 303 ] {} <Trace> HTTP-Session: ec3a426e-a980-44fe-85c5-de9b5a52c49e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16173 | 2024.11.01 08:27:55.477420 [ 303 ] {4449ae0e-b7e5-41b9-becc-0ae32ac7553b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34325) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16174 | 2024.11.01 08:27:55.477487 [ 303 ] {4449ae0e-b7e5-41b9-becc-0ae32ac7553b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16175 | 2024.11.01 08:27:55.477683 [ 303 ] {4449ae0e-b7e5-41b9-becc-0ae32ac7553b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16176 | 2024.11.01 08:27:55.478078 [ 303 ] {4449ae0e-b7e5-41b9-becc-0ae32ac7553b} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16177 | 2024.11.01 08:27:55.478119 [ 303 ] {4449ae0e-b7e5-41b9-becc-0ae32ac7553b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 16178 | 2024.11.01 08:27:55.478548 [ 303 ] {4449ae0e-b7e5-41b9-becc-0ae32ac7553b} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 16179 | 2024.11.01 08:27:55.478926 [ 303 ] {4449ae0e-b7e5-41b9-becc-0ae32ac7553b} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16180 | 2024.11.01 08:27:55.479091 [ 303 ] {4449ae0e-b7e5-41b9-becc-0ae32ac7553b} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001761 sec., 73253.83304940375 rows/sec., 5.10 MiB/sec. | ||
| 16181 | 2024.11.01 08:27:55.479380 [ 303 ] {4449ae0e-b7e5-41b9-becc-0ae32ac7553b} <Debug> DynamicQueryHandler: Done processing query | ||
| 16182 | 2024.11.01 08:27:55.479436 [ 303 ] {4449ae0e-b7e5-41b9-becc-0ae32ac7553b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16183 | 2024.11.01 08:27:55.479497 [ 303 ] {} <Debug> HTTP-Session: ec3a426e-a980-44fe-85c5-de9b5a52c49e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16184 | 2024.11.01 08:27:55.479727 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34325, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16185 | 2024.11.01 08:27:55.479800 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60162, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16186 | 2024.11.01 08:27:55.479918 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16187 | 2024.11.01 08:27:55.479955 [ 290 ] {} <Debug> HTTP-Session: 737b7425-353d-44fe-abbd-54d6c9a30bef Authenticating user 'default' from [fd00:1122:3344:101::d]:60162 | ||
| 16188 | 2024.11.01 08:27:55.479985 [ 290 ] {} <Debug> HTTP-Session: 737b7425-353d-44fe-abbd-54d6c9a30bef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16189 | 2024.11.01 08:27:55.480011 [ 290 ] {} <Debug> HTTP-Session: 737b7425-353d-44fe-abbd-54d6c9a30bef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16190 | 2024.11.01 08:27:55.480059 [ 290 ] {} <Trace> HTTP-Session: 737b7425-353d-44fe-abbd-54d6c9a30bef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16191 | 2024.11.01 08:27:55.480206 [ 290 ] {6bd881e7-f9b5-4992-a04c-b2717397fb85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60162) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16192 | 2024.11.01 08:27:55.480270 [ 290 ] {6bd881e7-f9b5-4992-a04c-b2717397fb85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16193 | 2024.11.01 08:27:55.480504 [ 290 ] {6bd881e7-f9b5-4992-a04c-b2717397fb85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16194 | 2024.11.01 08:27:55.480849 [ 290 ] {6bd881e7-f9b5-4992-a04c-b2717397fb85} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16195 | 2024.11.01 08:27:55.480887 [ 290 ] {6bd881e7-f9b5-4992-a04c-b2717397fb85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 16196 | 2024.11.01 08:27:55.481297 [ 290 ] {6bd881e7-f9b5-4992-a04c-b2717397fb85} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 16197 | 2024.11.01 08:27:55.481653 [ 290 ] {6bd881e7-f9b5-4992-a04c-b2717397fb85} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16198 | 2024.11.01 08:27:55.481820 [ 290 ] {6bd881e7-f9b5-4992-a04c-b2717397fb85} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00166 sec., 28915.662650602408 rows/sec., 1.95 MiB/sec. | ||
| 16199 | 2024.11.01 08:27:55.481997 [ 290 ] {6bd881e7-f9b5-4992-a04c-b2717397fb85} <Debug> DynamicQueryHandler: Done processing query | ||
| 16200 | 2024.11.01 08:27:55.482023 [ 290 ] {6bd881e7-f9b5-4992-a04c-b2717397fb85} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16201 | 2024.11.01 08:27:55.482039 [ 290 ] {} <Debug> HTTP-Session: 737b7425-353d-44fe-abbd-54d6c9a30bef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16202 | 2024.11.01 08:27:55.482252 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60162, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16203 | 2024.11.01 08:27:58.640771 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16204 | 2024.11.01 08:27:58.640844 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16205 | 2024.11.01 08:28:00.466849 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51475, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16206 | 2024.11.01 08:28:00.466976 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16207 | 2024.11.01 08:28:00.467006 [ 282 ] {} <Debug> HTTP-Session: 965ae3a9-02d0-4cce-bd2f-83e07e963382 Authenticating user 'default' from [fd00:1122:3344:101::d]:51475 | ||
| 16208 | 2024.11.01 08:28:00.467033 [ 282 ] {} <Debug> HTTP-Session: 965ae3a9-02d0-4cce-bd2f-83e07e963382 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16209 | 2024.11.01 08:28:00.467050 [ 282 ] {} <Debug> HTTP-Session: 965ae3a9-02d0-4cce-bd2f-83e07e963382 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16210 | 2024.11.01 08:28:00.467105 [ 282 ] {} <Trace> HTTP-Session: 965ae3a9-02d0-4cce-bd2f-83e07e963382 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16211 | 2024.11.01 08:28:00.467330 [ 282 ] {1f6cb9ff-927b-4360-9d65-3160e6dda871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51475) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16212 | 2024.11.01 08:28:00.467405 [ 282 ] {1f6cb9ff-927b-4360-9d65-3160e6dda871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16213 | 2024.11.01 08:28:00.467772 [ 282 ] {1f6cb9ff-927b-4360-9d65-3160e6dda871} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16214 | 2024.11.01 08:28:00.468260 [ 282 ] {1f6cb9ff-927b-4360-9d65-3160e6dda871} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16215 | 2024.11.01 08:28:00.468303 [ 282 ] {1f6cb9ff-927b-4360-9d65-3160e6dda871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16216 | 2024.11.01 08:28:00.468721 [ 282 ] {1f6cb9ff-927b-4360-9d65-3160e6dda871} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 16217 | 2024.11.01 08:28:00.469101 [ 282 ] {1f6cb9ff-927b-4360-9d65-3160e6dda871} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16218 | 2024.11.01 08:28:00.469266 [ 282 ] {1f6cb9ff-927b-4360-9d65-3160e6dda871} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002008 sec., 27888.446215139444 rows/sec., 2.13 MiB/sec. | ||
| 16219 | 2024.11.01 08:28:00.469672 [ 282 ] {1f6cb9ff-927b-4360-9d65-3160e6dda871} <Debug> DynamicQueryHandler: Done processing query | ||
| 16220 | 2024.11.01 08:28:00.469763 [ 282 ] {1f6cb9ff-927b-4360-9d65-3160e6dda871} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16221 | 2024.11.01 08:28:00.469797 [ 282 ] {} <Debug> HTTP-Session: 965ae3a9-02d0-4cce-bd2f-83e07e963382 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16222 | 2024.11.01 08:28:00.470035 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16223 | 2024.11.01 08:28:00.470224 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34656, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16224 | 2024.11.01 08:28:00.470389 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16225 | 2024.11.01 08:28:00.470436 [ 303 ] {} <Debug> HTTP-Session: 3fb18381-7929-41d1-9201-1b0aa5903c7f Authenticating user 'default' from [fd00:1122:3344:101::d]:34656 | ||
| 16226 | 2024.11.01 08:28:00.470476 [ 303 ] {} <Debug> HTTP-Session: 3fb18381-7929-41d1-9201-1b0aa5903c7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16227 | 2024.11.01 08:28:00.470505 [ 303 ] {} <Debug> HTTP-Session: 3fb18381-7929-41d1-9201-1b0aa5903c7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16228 | 2024.11.01 08:28:00.470593 [ 303 ] {} <Trace> HTTP-Session: 3fb18381-7929-41d1-9201-1b0aa5903c7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16229 | 2024.11.01 08:28:00.470842 [ 303 ] {497d886c-41b0-40cb-a5f0-5d2efebe9808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34656) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16230 | 2024.11.01 08:28:00.470911 [ 303 ] {497d886c-41b0-40cb-a5f0-5d2efebe9808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16231 | 2024.11.01 08:28:00.471263 [ 303 ] {497d886c-41b0-40cb-a5f0-5d2efebe9808} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16232 | 2024.11.01 08:28:00.471705 [ 303 ] {497d886c-41b0-40cb-a5f0-5d2efebe9808} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16233 | 2024.11.01 08:28:00.471753 [ 303 ] {497d886c-41b0-40cb-a5f0-5d2efebe9808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16234 | 2024.11.01 08:28:00.472203 [ 303 ] {497d886c-41b0-40cb-a5f0-5d2efebe9808} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 16235 | 2024.11.01 08:28:00.472613 [ 303 ] {497d886c-41b0-40cb-a5f0-5d2efebe9808} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16236 | 2024.11.01 08:28:00.472796 [ 303 ] {497d886c-41b0-40cb-a5f0-5d2efebe9808} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002029 sec., 31542.631838344012 rows/sec., 2.46 MiB/sec. | ||
| 16237 | 2024.11.01 08:28:00.473109 [ 303 ] {497d886c-41b0-40cb-a5f0-5d2efebe9808} <Debug> DynamicQueryHandler: Done processing query | ||
| 16238 | 2024.11.01 08:28:00.473166 [ 303 ] {497d886c-41b0-40cb-a5f0-5d2efebe9808} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 16239 | 2024.11.01 08:28:00.473217 [ 303 ] {} <Debug> HTTP-Session: 3fb18381-7929-41d1-9201-1b0aa5903c7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16240 | 2024.11.01 08:28:00.473444 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16241 | 2024.11.01 08:28:00.473519 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51475, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16242 | 2024.11.01 08:28:00.473593 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16243 | 2024.11.01 08:28:00.473620 [ 282 ] {} <Debug> HTTP-Session: ca467ff9-347b-4030-bd41-bce702c4c4ed Authenticating user 'default' from [fd00:1122:3344:101::d]:51475 | ||
| 16244 | 2024.11.01 08:28:00.473641 [ 282 ] {} <Debug> HTTP-Session: ca467ff9-347b-4030-bd41-bce702c4c4ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16245 | 2024.11.01 08:28:00.473657 [ 282 ] {} <Debug> HTTP-Session: ca467ff9-347b-4030-bd41-bce702c4c4ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16246 | 2024.11.01 08:28:00.473696 [ 282 ] {} <Trace> HTTP-Session: ca467ff9-347b-4030-bd41-bce702c4c4ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16247 | 2024.11.01 08:28:00.473872 [ 282 ] {a8b051e9-bcb8-4446-acbc-79d2ccf1445a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51475) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16248 | 2024.11.01 08:28:00.473925 [ 282 ] {a8b051e9-bcb8-4446-acbc-79d2ccf1445a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16249 | 2024.11.01 08:28:00.474112 [ 282 ] {a8b051e9-bcb8-4446-acbc-79d2ccf1445a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16250 | 2024.11.01 08:28:00.474531 [ 282 ] {a8b051e9-bcb8-4446-acbc-79d2ccf1445a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16251 | 2024.11.01 08:28:00.474569 [ 282 ] {a8b051e9-bcb8-4446-acbc-79d2ccf1445a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16252 | 2024.11.01 08:28:00.474974 [ 282 ] {a8b051e9-bcb8-4446-acbc-79d2ccf1445a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 16253 | 2024.11.01 08:28:00.475333 [ 282 ] {a8b051e9-bcb8-4446-acbc-79d2ccf1445a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16254 | 2024.11.01 08:28:00.475464 [ 282 ] {a8b051e9-bcb8-4446-acbc-79d2ccf1445a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001677 sec., 95408.46750149076 rows/sec., 6.65 MiB/sec. | ||
| 16255 | 2024.11.01 08:28:00.475646 [ 282 ] {a8b051e9-bcb8-4446-acbc-79d2ccf1445a} <Debug> DynamicQueryHandler: Done processing query | ||
| 16256 | 2024.11.01 08:28:00.475671 [ 282 ] {a8b051e9-bcb8-4446-acbc-79d2ccf1445a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16257 | 2024.11.01 08:28:00.475687 [ 282 ] {} <Debug> HTTP-Session: ca467ff9-347b-4030-bd41-bce702c4c4ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16258 | 2024.11.01 08:28:00.475905 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16259 | 2024.11.01 08:28:00.476019 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38390, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16260 | 2024.11.01 08:28:00.476093 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16261 | 2024.11.01 08:28:00.476120 [ 303 ] {} <Debug> HTTP-Session: 6dc74d99-d93e-4643-829d-ed031f8e86ae Authenticating user 'default' from [fd00:1122:3344:101::d]:38390 | ||
| 16262 | 2024.11.01 08:28:00.476142 [ 303 ] {} <Debug> HTTP-Session: 6dc74d99-d93e-4643-829d-ed031f8e86ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16263 | 2024.11.01 08:28:00.476160 [ 303 ] {} <Debug> HTTP-Session: 6dc74d99-d93e-4643-829d-ed031f8e86ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16264 | 2024.11.01 08:28:00.476209 [ 303 ] {} <Trace> HTTP-Session: 6dc74d99-d93e-4643-829d-ed031f8e86ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16265 | 2024.11.01 08:28:00.476380 [ 303 ] {d1b16493-b16b-4dba-95bd-adbd6c1aed93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38390) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16266 | 2024.11.01 08:28:00.476445 [ 303 ] {d1b16493-b16b-4dba-95bd-adbd6c1aed93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16267 | 2024.11.01 08:28:00.476645 [ 303 ] {d1b16493-b16b-4dba-95bd-adbd6c1aed93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16268 | 2024.11.01 08:28:00.476967 [ 303 ] {d1b16493-b16b-4dba-95bd-adbd6c1aed93} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16269 | 2024.11.01 08:28:00.477005 [ 303 ] {d1b16493-b16b-4dba-95bd-adbd6c1aed93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16270 | 2024.11.01 08:28:00.477405 [ 303 ] {d1b16493-b16b-4dba-95bd-adbd6c1aed93} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 16271 | 2024.11.01 08:28:00.477783 [ 303 ] {d1b16493-b16b-4dba-95bd-adbd6c1aed93} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16272 | 2024.11.01 08:28:00.477947 [ 303 ] {d1b16493-b16b-4dba-95bd-adbd6c1aed93} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001625 sec., 36923.07692307692 rows/sec., 2.49 MiB/sec. | ||
| 16273 | 2024.11.01 08:28:00.478141 [ 303 ] {d1b16493-b16b-4dba-95bd-adbd6c1aed93} <Debug> DynamicQueryHandler: Done processing query | ||
| 16274 | 2024.11.01 08:28:00.478166 [ 303 ] {d1b16493-b16b-4dba-95bd-adbd6c1aed93} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16275 | 2024.11.01 08:28:00.478183 [ 303 ] {} <Debug> HTTP-Session: 6dc74d99-d93e-4643-829d-ed031f8e86ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16276 | 2024.11.01 08:28:00.478464 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38390, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16277 | 2024.11.01 08:28:03.101258 [ 125 ] {} <Debug> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Selected 5 parts from all_1_30_7 to all_34_34_0 | ||
| 16278 | 2024.11.01 08:28:03.101349 [ 125 ] {} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16279 | 2024.11.01 08:28:03.101376 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16280 | 2024.11.01 08:28:03.101608 [ 188 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_34_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_30_7 to all_34_34_0 into Compact with storage Full | ||
| 16281 | 2024.11.01 08:28:03.102079 [ 188 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_34_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16282 | 2024.11.01 08:28:03.102125 [ 188 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 30 rows starting from the beginning of the part | ||
| 16283 | 2024.11.01 08:28:03.102212 [ 188 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 16284 | 2024.11.01 08:28:03.102436 [ 188 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 16285 | 2024.11.01 08:28:03.102674 [ 188 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 16286 | 2024.11.01 08:28:03.102874 [ 188 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 16287 | 2024.11.01 08:28:03.104031 [ 186 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_34_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 4 columns (4 merged, 0 gathered) in 0.002566123 sec., 13249.559744408198 rows/sec., 889.75 KiB/sec. | ||
| 16288 | 2024.11.01 08:28:03.104245 [ 186 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_34_8} <Trace> MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary) | ||
| 16289 | 2024.11.01 08:28:03.104768 [ 186 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_34_8} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16290 | 2024.11.01 08:28:03.104862 [ 186 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_34_8} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Merged 5 parts: [all_1_30_7, all_34_34_0] -> all_1_34_8 | ||
| 16291 | 2024.11.01 08:28:03.104968 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16292 | 2024.11.01 08:28:04.072105 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1468 | ||
| 16293 | 2024.11.01 08:28:04.074786 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16294 | 2024.11.01 08:28:04.074835 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16295 | 2024.11.01 08:28:04.076388 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 16296 | 2024.11.01 08:28:04.077436 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16297 | 2024.11.01 08:28:04.079194 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1468 | ||
| 16298 | 2024.11.01 08:28:05.473465 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51475, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16299 | 2024.11.01 08:28:05.473594 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16300 | 2024.11.01 08:28:05.473625 [ 282 ] {} <Debug> HTTP-Session: 05f625ee-91ed-407c-8d81-dbdc919aab0f Authenticating user 'default' from [fd00:1122:3344:101::d]:51475 | ||
| 16301 | 2024.11.01 08:28:05.473652 [ 282 ] {} <Debug> HTTP-Session: 05f625ee-91ed-407c-8d81-dbdc919aab0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16302 | 2024.11.01 08:28:05.473669 [ 282 ] {} <Debug> HTTP-Session: 05f625ee-91ed-407c-8d81-dbdc919aab0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16303 | 2024.11.01 08:28:05.473727 [ 282 ] {} <Trace> HTTP-Session: 05f625ee-91ed-407c-8d81-dbdc919aab0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16304 | 2024.11.01 08:28:05.474007 [ 282 ] {e212e0c0-4b15-4c19-9c94-39f5c501cf76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51475) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16305 | 2024.11.01 08:28:05.474076 [ 282 ] {e212e0c0-4b15-4c19-9c94-39f5c501cf76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16306 | 2024.11.01 08:28:05.474419 [ 282 ] {e212e0c0-4b15-4c19-9c94-39f5c501cf76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16307 | 2024.11.01 08:28:05.475106 [ 282 ] {e212e0c0-4b15-4c19-9c94-39f5c501cf76} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16308 | 2024.11.01 08:28:05.475157 [ 282 ] {e212e0c0-4b15-4c19-9c94-39f5c501cf76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16309 | 2024.11.01 08:28:05.475611 [ 282 ] {e212e0c0-4b15-4c19-9c94-39f5c501cf76} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 16310 | 2024.11.01 08:28:05.476017 [ 282 ] {e212e0c0-4b15-4c19-9c94-39f5c501cf76} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16311 | 2024.11.01 08:28:05.476202 [ 282 ] {e212e0c0-4b15-4c19-9c94-39f5c501cf76} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.00231 sec., 118181.81818181818 rows/sec., 10.51 MiB/sec. | ||
| 16312 | 2024.11.01 08:28:05.476213 [ 129 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 16313 | 2024.11.01 08:28:05.476314 [ 129 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16314 | 2024.11.01 08:28:05.476379 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16315 | 2024.11.01 08:28:05.476523 [ 282 ] {e212e0c0-4b15-4c19-9c94-39f5c501cf76} <Debug> DynamicQueryHandler: Done processing query | ||
| 16316 | 2024.11.01 08:28:05.476546 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 16317 | 2024.11.01 08:28:05.476560 [ 282 ] {e212e0c0-4b15-4c19-9c94-39f5c501cf76} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 16318 | 2024.11.01 08:28:05.476616 [ 282 ] {} <Debug> HTTP-Session: 05f625ee-91ed-407c-8d81-dbdc919aab0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16319 | 2024.11.01 08:28:05.476777 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16320 | 2024.11.01 08:28:05.476820 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16321 | 2024.11.01 08:28:05.476844 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1423 rows starting from the beginning of the part | ||
| 16322 | 2024.11.01 08:28:05.477087 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59871, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16323 | 2024.11.01 08:28:05.477134 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 16324 | |||
| 16325 | (version 23.8.7.1) | ||
| 16326 | 2024.11.01 08:28:05.477193 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part | ||
| 16327 | 2024.11.01 08:28:05.477371 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16328 | 2024.11.01 08:28:05.477440 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 273 rows starting from the beginning of the part | ||
| 16329 | 2024.11.01 08:28:05.477490 [ 303 ] {} <Debug> HTTP-Session: 98e2c0d2-817b-4579-b733-44512400fa7f Authenticating user 'default' from [fd00:1122:3344:101::d]:59871 | ||
| 16330 | 2024.11.01 08:28:05.477616 [ 303 ] {} <Debug> HTTP-Session: 98e2c0d2-817b-4579-b733-44512400fa7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16331 | 2024.11.01 08:28:05.477705 [ 303 ] {} <Debug> HTTP-Session: 98e2c0d2-817b-4579-b733-44512400fa7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16332 | 2024.11.01 08:28:05.477712 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 57 rows starting from the beginning of the part | ||
| 16333 | 2024.11.01 08:28:05.477910 [ 303 ] {} <Trace> HTTP-Session: 98e2c0d2-817b-4579-b733-44512400fa7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16334 | 2024.11.01 08:28:05.477958 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part | ||
| 16335 | 2024.11.01 08:28:05.478105 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 273 rows starting from the beginning of the part | ||
| 16336 | 2024.11.01 08:28:05.478473 [ 303 ] {f71577fc-9faa-49d5-9ea6-df860673d1fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59871) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16337 | 2024.11.01 08:28:05.478596 [ 303 ] {f71577fc-9faa-49d5-9ea6-df860673d1fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16338 | 2024.11.01 08:28:05.479420 [ 303 ] {f71577fc-9faa-49d5-9ea6-df860673d1fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16339 | 2024.11.01 08:28:05.480587 [ 303 ] {f71577fc-9faa-49d5-9ea6-df860673d1fe} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16340 | 2024.11.01 08:28:05.480659 [ 303 ] {f71577fc-9faa-49d5-9ea6-df860673d1fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16341 | 2024.11.01 08:28:05.481358 [ 303 ] {f71577fc-9faa-49d5-9ea6-df860673d1fe} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16342 | 2024.11.01 08:28:05.481416 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2138 rows, containing 5 columns (5 merged, 0 gathered) in 0.004952662 sec., 431687.04022200586 rows/sec., 38.05 MiB/sec. | ||
| 16343 | 2024.11.01 08:28:05.481762 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 16344 | 2024.11.01 08:28:05.481951 [ 303 ] {f71577fc-9faa-49d5-9ea6-df860673d1fe} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16345 | 2024.11.01 08:28:05.482416 [ 303 ] {f71577fc-9faa-49d5-9ea6-df860673d1fe} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.004171 sec., 10069.52769120115 rows/sec., 757.18 KiB/sec. | ||
| 16346 | 2024.11.01 08:28:05.482867 [ 303 ] {f71577fc-9faa-49d5-9ea6-df860673d1fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 16347 | 2024.11.01 08:28:05.482920 [ 303 ] {f71577fc-9faa-49d5-9ea6-df860673d1fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16348 | 2024.11.01 08:28:05.482962 [ 303 ] {} <Debug> HTTP-Session: 98e2c0d2-817b-4579-b733-44512400fa7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16349 | 2024.11.01 08:28:05.482998 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_96_19} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16350 | 2024.11.01 08:28:05.483111 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_96_19} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 16351 | 2024.11.01 08:28:05.483251 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59871, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16352 | 2024.11.01 08:28:05.483309 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 16353 | 2024.11.01 08:28:05.483345 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48467, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16354 | 2024.11.01 08:28:05.483478 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16355 | 2024.11.01 08:28:05.483511 [ 290 ] {} <Debug> HTTP-Session: 1b30050d-c79d-4929-bcfe-cb6afc356550 Authenticating user 'default' from [fd00:1122:3344:101::d]:48467 | ||
| 16356 | 2024.11.01 08:28:05.483539 [ 290 ] {} <Debug> HTTP-Session: 1b30050d-c79d-4929-bcfe-cb6afc356550 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16357 | 2024.11.01 08:28:05.483558 [ 290 ] {} <Debug> HTTP-Session: 1b30050d-c79d-4929-bcfe-cb6afc356550 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16358 | 2024.11.01 08:28:05.483616 [ 290 ] {} <Trace> HTTP-Session: 1b30050d-c79d-4929-bcfe-cb6afc356550 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16359 | 2024.11.01 08:28:05.483797 [ 290 ] {f56d3a56-0109-4d66-94fd-17d50e27f97d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48467) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 16360 | 2024.11.01 08:28:05.483861 [ 290 ] {f56d3a56-0109-4d66-94fd-17d50e27f97d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16361 | 2024.11.01 08:28:05.484187 [ 290 ] {f56d3a56-0109-4d66-94fd-17d50e27f97d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16362 | 2024.11.01 08:28:05.484555 [ 290 ] {f56d3a56-0109-4d66-94fd-17d50e27f97d} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16363 | 2024.11.01 08:28:05.484597 [ 290 ] {f56d3a56-0109-4d66-94fd-17d50e27f97d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16364 | 2024.11.01 08:28:05.485011 [ 290 ] {f56d3a56-0109-4d66-94fd-17d50e27f97d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 16365 | 2024.11.01 08:28:05.485414 [ 290 ] {f56d3a56-0109-4d66-94fd-17d50e27f97d} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16366 | 2024.11.01 08:28:05.485581 [ 290 ] {f56d3a56-0109-4d66-94fd-17d50e27f97d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001843 sec., 7596.31036353771 rows/sec., 532.00 KiB/sec. | ||
| 16367 | 2024.11.01 08:28:05.485776 [ 290 ] {f56d3a56-0109-4d66-94fd-17d50e27f97d} <Debug> DynamicQueryHandler: Done processing query | ||
| 16368 | 2024.11.01 08:28:05.485802 [ 290 ] {f56d3a56-0109-4d66-94fd-17d50e27f97d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16369 | 2024.11.01 08:28:05.485819 [ 290 ] {} <Debug> HTTP-Session: 1b30050d-c79d-4929-bcfe-cb6afc356550 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16370 | 2024.11.01 08:28:05.485961 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48467, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16371 | 2024.11.01 08:28:05.486073 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54095, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16372 | 2024.11.01 08:28:05.486189 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16373 | 2024.11.01 08:28:05.486229 [ 303 ] {} <Debug> HTTP-Session: 196fe1b6-50c4-4d46-b7ad-abf5cc766fc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54095 | ||
| 16374 | 2024.11.01 08:28:05.486262 [ 303 ] {} <Debug> HTTP-Session: 196fe1b6-50c4-4d46-b7ad-abf5cc766fc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16375 | 2024.11.01 08:28:05.486289 [ 303 ] {} <Debug> HTTP-Session: 196fe1b6-50c4-4d46-b7ad-abf5cc766fc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16376 | 2024.11.01 08:28:05.486359 [ 303 ] {} <Trace> HTTP-Session: 196fe1b6-50c4-4d46-b7ad-abf5cc766fc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16377 | 2024.11.01 08:28:05.486562 [ 303 ] {2c913f16-b324-4ab9-a28d-9d6ff05e3afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54095) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 16378 | 2024.11.01 08:28:05.486648 [ 303 ] {2c913f16-b324-4ab9-a28d-9d6ff05e3afc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16379 | 2024.11.01 08:28:05.487013 [ 303 ] {2c913f16-b324-4ab9-a28d-9d6ff05e3afc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16380 | 2024.11.01 08:28:05.487334 [ 303 ] {2c913f16-b324-4ab9-a28d-9d6ff05e3afc} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16381 | 2024.11.01 08:28:05.487373 [ 303 ] {2c913f16-b324-4ab9-a28d-9d6ff05e3afc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16382 | 2024.11.01 08:28:05.487741 [ 303 ] {2c913f16-b324-4ab9-a28d-9d6ff05e3afc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 16383 | 2024.11.01 08:28:05.488102 [ 303 ] {2c913f16-b324-4ab9-a28d-9d6ff05e3afc} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16384 | 2024.11.01 08:28:05.488265 [ 303 ] {2c913f16-b324-4ab9-a28d-9d6ff05e3afc} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001756 sec., 3416.8564920273348 rows/sec., 201.87 KiB/sec. | ||
| 16385 | 2024.11.01 08:28:05.488274 [ 127 ] {} <Debug> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 16386 | 2024.11.01 08:28:05.488370 [ 127 ] {} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16387 | 2024.11.01 08:28:05.488430 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16388 | 2024.11.01 08:28:05.488585 [ 303 ] {2c913f16-b324-4ab9-a28d-9d6ff05e3afc} <Debug> DynamicQueryHandler: Done processing query | ||
| 16389 | 2024.11.01 08:28:05.488678 [ 303 ] {2c913f16-b324-4ab9-a28d-9d6ff05e3afc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16390 | 2024.11.01 08:28:05.488792 [ 303 ] {} <Debug> HTTP-Session: 196fe1b6-50c4-4d46-b7ad-abf5cc766fc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16391 | 2024.11.01 08:28:05.488789 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 16392 | 2024.11.01 08:28:05.489291 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60096, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16393 | 2024.11.01 08:28:05.489317 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54095, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16394 | 2024.11.01 08:28:05.489492 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16395 | 2024.11.01 08:28:05.489573 [ 290 ] {} <Debug> HTTP-Session: 28061b00-2678-4a27-8f51-1346bc4e2da4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60096 | ||
| 16396 | 2024.11.01 08:28:05.489605 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16397 | 2024.11.01 08:28:05.489622 [ 290 ] {} <Debug> HTTP-Session: 28061b00-2678-4a27-8f51-1346bc4e2da4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16398 | 2024.11.01 08:28:05.489673 [ 290 ] {} <Debug> HTTP-Session: 28061b00-2678-4a27-8f51-1346bc4e2da4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16399 | 2024.11.01 08:28:05.489678 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 6 rows starting from the beginning of the part | ||
| 16400 | 2024.11.01 08:28:05.489762 [ 290 ] {} <Trace> HTTP-Session: 28061b00-2678-4a27-8f51-1346bc4e2da4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16401 | 2024.11.01 08:28:05.489946 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 16402 | 2024.11.01 08:28:05.490222 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 16403 | 2024.11.01 08:28:05.490327 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 16404 | 2024.11.01 08:28:05.490497 [ 290 ] {82774f62-955f-4b12-b084-e413564b9673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60096) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16405 | 2024.11.01 08:28:05.490543 [ 193 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 16406 | 2024.11.01 08:28:05.490640 [ 290 ] {82774f62-955f-4b12-b084-e413564b9673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16407 | 2024.11.01 08:28:05.491810 [ 290 ] {82774f62-955f-4b12-b084-e413564b9673} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16408 | 2024.11.01 08:28:05.493108 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004583432 sec., 6545.313642702673 rows/sec., 415.47 KiB/sec. | ||
| 16409 | 2024.11.01 08:28:05.493222 [ 290 ] {82774f62-955f-4b12-b084-e413564b9673} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16410 | 2024.11.01 08:28:05.493285 [ 290 ] {82774f62-955f-4b12-b084-e413564b9673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16411 | 2024.11.01 08:28:05.493294 [ 201 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 16412 | 2024.11.01 08:28:05.494309 [ 290 ] {82774f62-955f-4b12-b084-e413564b9673} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 16413 | 2024.11.01 08:28:05.494359 [ 194 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_33_8} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16414 | 2024.11.01 08:28:05.494557 [ 194 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_33_8} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 16415 | 2024.11.01 08:28:05.494841 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 16416 | 2024.11.01 08:28:05.495103 [ 290 ] {82774f62-955f-4b12-b084-e413564b9673} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16417 | 2024.11.01 08:28:05.495326 [ 127 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 16418 | 2024.11.01 08:28:05.495327 [ 290 ] {82774f62-955f-4b12-b084-e413564b9673} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.005183 sec., 81805.90391665058 rows/sec., 5.85 MiB/sec. | ||
| 16419 | 2024.11.01 08:28:05.495382 [ 127 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16420 | 2024.11.01 08:28:05.495462 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16421 | 2024.11.01 08:28:05.495722 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 16422 | 2024.11.01 08:28:05.495766 [ 290 ] {82774f62-955f-4b12-b084-e413564b9673} <Debug> DynamicQueryHandler: Done processing query | ||
| 16423 | 2024.11.01 08:28:05.495794 [ 290 ] {82774f62-955f-4b12-b084-e413564b9673} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 16424 | 2024.11.01 08:28:05.495815 [ 290 ] {} <Debug> HTTP-Session: 28061b00-2678-4a27-8f51-1346bc4e2da4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16425 | 2024.11.01 08:28:05.496165 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60096, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16426 | 2024.11.01 08:28:05.496274 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16427 | 2024.11.01 08:28:05.496375 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 916 rows starting from the beginning of the part | ||
| 16428 | 2024.11.01 08:28:05.496853 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part | ||
| 16429 | 2024.11.01 08:28:05.496999 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63959, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16430 | 2024.11.01 08:28:05.497285 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 424 rows starting from the beginning of the part | ||
| 16431 | 2024.11.01 08:28:05.497700 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 66 rows starting from the beginning of the part | ||
| 16432 | 2024.11.01 08:28:05.497697 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16433 | 2024.11.01 08:28:05.498179 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part | ||
| 16434 | 2024.11.01 08:28:05.498267 [ 303 ] {} <Debug> HTTP-Session: 2e5f4d9b-0fb0-4c66-a778-b01b5e739d84 Authenticating user 'default' from [fd00:1122:3344:101::d]:63959 | ||
| 16435 | 2024.11.01 08:28:05.498370 [ 303 ] {} <Debug> HTTP-Session: 2e5f4d9b-0fb0-4c66-a778-b01b5e739d84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16436 | 2024.11.01 08:28:05.498452 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 424 rows starting from the beginning of the part | ||
| 16437 | 2024.11.01 08:28:05.498455 [ 303 ] {} <Debug> HTTP-Session: 2e5f4d9b-0fb0-4c66-a778-b01b5e739d84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16438 | 2024.11.01 08:28:05.498641 [ 303 ] {} <Trace> HTTP-Session: 2e5f4d9b-0fb0-4c66-a778-b01b5e739d84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16439 | 2024.11.01 08:28:05.499007 [ 303 ] {c3cfea0f-2c40-4adf-9cfe-df37c86eb7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63959) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 16440 | 2024.11.01 08:28:05.499091 [ 303 ] {c3cfea0f-2c40-4adf-9cfe-df37c86eb7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16441 | 2024.11.01 08:28:05.499626 [ 303 ] {c3cfea0f-2c40-4adf-9cfe-df37c86eb7f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16442 | 2024.11.01 08:28:05.500394 [ 303 ] {c3cfea0f-2c40-4adf-9cfe-df37c86eb7f4} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16443 | 2024.11.01 08:28:05.500474 [ 303 ] {c3cfea0f-2c40-4adf-9cfe-df37c86eb7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16444 | 2024.11.01 08:28:05.501257 [ 303 ] {c3cfea0f-2c40-4adf-9cfe-df37c86eb7f4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 16445 | 2024.11.01 08:28:05.501853 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1958 rows, containing 5 columns (5 merged, 0 gathered) in 0.006258664 sec., 312846.3199174776 rows/sec., 23.95 MiB/sec. | ||
| 16446 | 2024.11.01 08:28:05.502101 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 16447 | 2024.11.01 08:28:05.502139 [ 303 ] {c3cfea0f-2c40-4adf-9cfe-df37c86eb7f4} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16448 | 2024.11.01 08:28:05.502514 [ 303 ] {c3cfea0f-2c40-4adf-9cfe-df37c86eb7f4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003544 sec., 1693.0022573363433 rows/sec., 88.45 KiB/sec. | ||
| 16449 | 2024.11.01 08:28:05.503054 [ 303 ] {c3cfea0f-2c40-4adf-9cfe-df37c86eb7f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 16450 | 2024.11.01 08:28:05.503097 [ 303 ] {c3cfea0f-2c40-4adf-9cfe-df37c86eb7f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 16451 | 2024.11.01 08:28:05.503131 [ 303 ] {} <Debug> HTTP-Session: 2e5f4d9b-0fb0-4c66-a778-b01b5e739d84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16452 | 2024.11.01 08:28:05.503218 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_96_19} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16453 | 2024.11.01 08:28:05.503299 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_96_19} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 16454 | 2024.11.01 08:28:05.503359 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16455 | 2024.11.01 08:28:05.503465 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 16456 | 2024.11.01 08:28:05.503520 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61228, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16457 | 2024.11.01 08:28:05.503602 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16458 | 2024.11.01 08:28:05.503627 [ 290 ] {} <Debug> HTTP-Session: 4d40ecc0-50e4-4ce4-936b-56402707078b Authenticating user 'default' from [fd00:1122:3344:101::d]:61228 | ||
| 16459 | 2024.11.01 08:28:05.503650 [ 290 ] {} <Debug> HTTP-Session: 4d40ecc0-50e4-4ce4-936b-56402707078b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16460 | 2024.11.01 08:28:05.503667 [ 290 ] {} <Debug> HTTP-Session: 4d40ecc0-50e4-4ce4-936b-56402707078b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16461 | 2024.11.01 08:28:05.503712 [ 290 ] {} <Trace> HTTP-Session: 4d40ecc0-50e4-4ce4-936b-56402707078b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16462 | 2024.11.01 08:28:05.503913 [ 290 ] {a76cf8c6-1277-4e55-82c9-3b3ab8a75ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61228) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16463 | 2024.11.01 08:28:05.503963 [ 290 ] {a76cf8c6-1277-4e55-82c9-3b3ab8a75ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16464 | 2024.11.01 08:28:05.504131 [ 290 ] {a76cf8c6-1277-4e55-82c9-3b3ab8a75ae3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16465 | 2024.11.01 08:28:05.504562 [ 290 ] {a76cf8c6-1277-4e55-82c9-3b3ab8a75ae3} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16466 | 2024.11.01 08:28:05.504598 [ 290 ] {a76cf8c6-1277-4e55-82c9-3b3ab8a75ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16467 | 2024.11.01 08:28:05.505005 [ 290 ] {a76cf8c6-1277-4e55-82c9-3b3ab8a75ae3} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 16468 | 2024.11.01 08:28:05.505348 [ 290 ] {a76cf8c6-1277-4e55-82c9-3b3ab8a75ae3} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16469 | 2024.11.01 08:28:05.505505 [ 290 ] {a76cf8c6-1277-4e55-82c9-3b3ab8a75ae3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00169 sec., 140236.68639053253 rows/sec., 9.40 MiB/sec. | ||
| 16470 | 2024.11.01 08:28:05.505527 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 16471 | 2024.11.01 08:28:05.505601 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16472 | 2024.11.01 08:28:05.505649 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16473 | 2024.11.01 08:28:05.505784 [ 290 ] {a76cf8c6-1277-4e55-82c9-3b3ab8a75ae3} <Debug> DynamicQueryHandler: Done processing query | ||
| 16474 | 2024.11.01 08:28:05.505793 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 16475 | 2024.11.01 08:28:05.505814 [ 290 ] {a76cf8c6-1277-4e55-82c9-3b3ab8a75ae3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 16476 | 2024.11.01 08:28:05.505843 [ 290 ] {} <Debug> HTTP-Session: 4d40ecc0-50e4-4ce4-936b-56402707078b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16477 | 2024.11.01 08:28:05.505941 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16478 | 2024.11.01 08:28:05.505973 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_91_18, total 17906 rows starting from the beginning of the part | ||
| 16479 | 2024.11.01 08:28:05.506012 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61228, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16480 | 2024.11.01 08:28:05.506273 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part | ||
| 16481 | 2024.11.01 08:28:05.506291 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64942, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16482 | 2024.11.01 08:28:05.506579 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part | ||
| 16483 | 2024.11.01 08:28:05.506609 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16484 | 2024.11.01 08:28:05.506762 [ 303 ] {} <Debug> HTTP-Session: d339baf8-32d5-487a-9f46-10edcf800bc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64942 | ||
| 16485 | 2024.11.01 08:28:05.506848 [ 303 ] {} <Debug> HTTP-Session: d339baf8-32d5-487a-9f46-10edcf800bc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16486 | 2024.11.01 08:28:05.506873 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 129 rows starting from the beginning of the part | ||
| 16487 | 2024.11.01 08:28:05.506926 [ 303 ] {} <Debug> HTTP-Session: d339baf8-32d5-487a-9f46-10edcf800bc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16488 | 2024.11.01 08:28:05.507174 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part | ||
| 16489 | 2024.11.01 08:28:05.507192 [ 303 ] {} <Trace> HTTP-Session: d339baf8-32d5-487a-9f46-10edcf800bc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16490 | 2024.11.01 08:28:05.507396 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part | ||
| 16491 | 2024.11.01 08:28:05.507716 [ 303 ] {9bf6e882-5427-4241-9a7d-5b271b27070e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64942) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 16492 | 2024.11.01 08:28:05.507949 [ 303 ] {9bf6e882-5427-4241-9a7d-5b271b27070e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16493 | 2024.11.01 08:28:05.508410 [ 303 ] {9bf6e882-5427-4241-9a7d-5b271b27070e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16494 | 2024.11.01 08:28:05.508869 [ 303 ] {9bf6e882-5427-4241-9a7d-5b271b27070e} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16495 | 2024.11.01 08:28:05.508914 [ 303 ] {9bf6e882-5427-4241-9a7d-5b271b27070e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16496 | 2024.11.01 08:28:05.509516 [ 303 ] {9bf6e882-5427-4241-9a7d-5b271b27070e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 16497 | 2024.11.01 08:28:05.510280 [ 303 ] {9bf6e882-5427-4241-9a7d-5b271b27070e} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16498 | 2024.11.01 08:28:05.510668 [ 303 ] {9bf6e882-5427-4241-9a7d-5b271b27070e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00321 sec., 311.5264797507788 rows/sec., 20.99 KiB/sec. | ||
| 16499 | 2024.11.01 08:28:05.511398 [ 303 ] {9bf6e882-5427-4241-9a7d-5b271b27070e} <Debug> DynamicQueryHandler: Done processing query | ||
| 16500 | 2024.11.01 08:28:05.511475 [ 303 ] {9bf6e882-5427-4241-9a7d-5b271b27070e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 16501 | 2024.11.01 08:28:05.511502 [ 303 ] {} <Debug> HTTP-Session: d339baf8-32d5-487a-9f46-10edcf800bc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16502 | 2024.11.01 08:28:05.511755 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16503 | 2024.11.01 08:28:05.511815 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62949, User-Agent: (none), Length: 70836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16504 | 2024.11.01 08:28:05.511895 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16505 | 2024.11.01 08:28:05.511919 [ 290 ] {} <Debug> HTTP-Session: 5c2e361b-7136-4357-951a-41cc6482b60f Authenticating user 'default' from [fd00:1122:3344:101::d]:62949 | ||
| 16506 | 2024.11.01 08:28:05.511941 [ 290 ] {} <Debug> HTTP-Session: 5c2e361b-7136-4357-951a-41cc6482b60f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16507 | 2024.11.01 08:28:05.511958 [ 290 ] {} <Debug> HTTP-Session: 5c2e361b-7136-4357-951a-41cc6482b60f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16508 | 2024.11.01 08:28:05.512002 [ 290 ] {} <Trace> HTTP-Session: 5c2e361b-7136-4357-951a-41cc6482b60f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16509 | 2024.11.01 08:28:05.512962 [ 290 ] {9067babc-f512-47ce-b9bf-46db3d0e087d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62949) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16510 | 2024.11.01 08:28:05.513044 [ 290 ] {9067babc-f512-47ce-b9bf-46db3d0e087d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16511 | 2024.11.01 08:28:05.513630 [ 290 ] {9067babc-f512-47ce-b9bf-46db3d0e087d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16512 | 2024.11.01 08:28:05.514681 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18829 rows, containing 5 columns (5 merged, 0 gathered) in 0.00894223 sec., 2105626.89619927 rows/sec., 143.74 MiB/sec. | ||
| 16513 | 2024.11.01 08:28:05.514844 [ 290 ] {9067babc-f512-47ce-b9bf-46db3d0e087d} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16514 | 2024.11.01 08:28:05.514882 [ 290 ] {9067babc-f512-47ce-b9bf-46db3d0e087d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16515 | 2024.11.01 08:28:05.514982 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 16516 | 2024.11.01 08:28:05.515602 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16517 | 2024.11.01 08:28:05.515712 [ 200 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 16518 | 2024.11.01 08:28:05.515794 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. | ||
| 16519 | 2024.11.01 08:28:05.515938 [ 290 ] {9067babc-f512-47ce-b9bf-46db3d0e087d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 16520 | 2024.11.01 08:28:05.516359 [ 290 ] {9067babc-f512-47ce-b9bf-46db3d0e087d} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16521 | 2024.11.01 08:28:05.516559 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 16522 | 2024.11.01 08:28:05.516570 [ 290 ] {9067babc-f512-47ce-b9bf-46db3d0e087d} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.004391 sec., 9565.019357777272 rows/sec., 17.14 MiB/sec. | ||
| 16523 | 2024.11.01 08:28:05.516618 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16524 | 2024.11.01 08:28:05.516697 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16525 | 2024.11.01 08:28:05.517342 [ 197 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 16526 | 2024.11.01 08:28:05.517521 [ 290 ] {9067babc-f512-47ce-b9bf-46db3d0e087d} <Debug> DynamicQueryHandler: Done processing query | ||
| 16527 | 2024.11.01 08:28:05.517577 [ 290 ] {9067babc-f512-47ce-b9bf-46db3d0e087d} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 16528 | 2024.11.01 08:28:05.517614 [ 290 ] {} <Debug> HTTP-Session: 5c2e361b-7136-4357-951a-41cc6482b60f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16529 | 2024.11.01 08:28:05.517865 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62949, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16530 | 2024.11.01 08:28:05.518008 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39757, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16531 | 2024.11.01 08:28:05.518197 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16532 | 2024.11.01 08:28:05.518245 [ 197 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16533 | 2024.11.01 08:28:05.518256 [ 303 ] {} <Debug> HTTP-Session: 40e64f24-9a65-42a7-8420-481f474062fb Authenticating user 'default' from [fd00:1122:3344:101::d]:39757 | ||
| 16534 | 2024.11.01 08:28:05.518336 [ 303 ] {} <Debug> HTTP-Session: 40e64f24-9a65-42a7-8420-481f474062fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16535 | 2024.11.01 08:28:05.518388 [ 303 ] {} <Debug> HTTP-Session: 40e64f24-9a65-42a7-8420-481f474062fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16536 | 2024.11.01 08:28:05.518400 [ 197 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1073 rows starting from the beginning of the part | ||
| 16537 | 2024.11.01 08:28:05.518466 [ 303 ] {} <Trace> HTTP-Session: 40e64f24-9a65-42a7-8420-481f474062fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16538 | 2024.11.01 08:28:05.518942 [ 303 ] {8d47cffd-d91b-4e0f-9ad0-8ca07a0650ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39757) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16539 | 2024.11.01 08:28:05.518957 [ 197 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 42 rows starting from the beginning of the part | ||
| 16540 | 2024.11.01 08:28:05.519043 [ 303 ] {8d47cffd-d91b-4e0f-9ad0-8ca07a0650ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16541 | 2024.11.01 08:28:05.519829 [ 197 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 42 rows starting from the beginning of the part | ||
| 16542 | 2024.11.01 08:28:05.519970 [ 303 ] {8d47cffd-d91b-4e0f-9ad0-8ca07a0650ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16543 | 2024.11.01 08:28:05.520511 [ 197 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 42 rows starting from the beginning of the part | ||
| 16544 | 2024.11.01 08:28:05.521208 [ 197 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part | ||
| 16545 | 2024.11.01 08:28:05.521379 [ 303 ] {8d47cffd-d91b-4e0f-9ad0-8ca07a0650ef} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16546 | 2024.11.01 08:28:05.521513 [ 303 ] {8d47cffd-d91b-4e0f-9ad0-8ca07a0650ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16547 | 2024.11.01 08:28:05.521851 [ 197 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part | ||
| 16548 | 2024.11.01 08:28:05.522990 [ 303 ] {8d47cffd-d91b-4e0f-9ad0-8ca07a0650ef} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 16549 | 2024.11.01 08:28:05.523792 [ 303 ] {8d47cffd-d91b-4e0f-9ad0-8ca07a0650ef} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16550 | 2024.11.01 08:28:05.524008 [ 303 ] {8d47cffd-d91b-4e0f-9ad0-8ca07a0650ef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005302 sec., 15465.861938890983 rows/sec., 1005.85 KiB/sec. | ||
| 16551 | 2024.11.01 08:28:05.524047 [ 127 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 16552 | 2024.11.01 08:28:05.524168 [ 127 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16553 | 2024.11.01 08:28:05.524251 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16554 | 2024.11.01 08:28:05.524372 [ 303 ] {8d47cffd-d91b-4e0f-9ad0-8ca07a0650ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 16555 | 2024.11.01 08:28:05.524455 [ 303 ] {8d47cffd-d91b-4e0f-9ad0-8ca07a0650ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16556 | 2024.11.01 08:28:05.524548 [ 303 ] {} <Debug> HTTP-Session: 40e64f24-9a65-42a7-8420-481f474062fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16557 | 2024.11.01 08:28:05.524926 [ 195 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 16558 | 2024.11.01 08:28:05.525113 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39757, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16559 | 2024.11.01 08:28:05.525487 [ 303 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 16560 | |||
| 16561 | (version 23.8.7.1) | ||
| 16562 | 2024.11.01 08:28:05.525723 [ 195 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16563 | 2024.11.01 08:28:05.525865 [ 195 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5752 rows starting from the beginning of the part | ||
| 16564 | 2024.11.01 08:28:05.526287 [ 195 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
| 16565 | 2024.11.01 08:28:05.526711 [ 195 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part | ||
| 16566 | 2024.11.01 08:28:05.527163 [ 195 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 48 rows starting from the beginning of the part | ||
| 16567 | 2024.11.01 08:28:05.527536 [ 195 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 16568 | 2024.11.01 08:28:05.527938 [ 195 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
| 16569 | 2024.11.01 08:28:05.533034 [ 187 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6084 rows, containing 4 columns (4 merged, 0 gathered) in 0.008689233 sec., 700176.8740693224 rows/sec., 45.99 MiB/sec. | ||
| 16570 | 2024.11.01 08:28:05.534396 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 16571 | 2024.11.01 08:28:05.534856 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_96_19} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16572 | 2024.11.01 08:28:05.534933 [ 198 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_96_19} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 16573 | 2024.11.01 08:28:05.535022 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
| 16574 | 2024.11.01 08:28:05.536203 [ 191 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1283 rows, containing 19 columns (19 merged, 0 gathered) in 0.019334576 sec., 66357.80376047554 rows/sec., 118.91 MiB/sec. | ||
| 16575 | 2024.11.01 08:28:05.538151 [ 187 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 16576 | 2024.11.01 08:28:05.538780 [ 187 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16577 | 2024.11.01 08:28:05.538866 [ 187 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 16578 | 2024.11.01 08:28:05.539022 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.42 MiB. | ||
| 16579 | 2024.11.01 08:28:06.000160 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.63 MiB, peak 197.17 MiB, free memory in arenas 0.00 B, will set to 188.56 MiB (RSS), difference: 2.93 MiB | ||
| 16580 | 2024.11.01 08:28:10.465059 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54903, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16581 | 2024.11.01 08:28:10.465189 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16582 | 2024.11.01 08:28:10.465216 [ 303 ] {} <Debug> HTTP-Session: 478b8bd6-9672-4f98-9a2f-815aa4d6253f Authenticating user 'default' from [fd00:1122:3344:101::d]:54903 | ||
| 16583 | 2024.11.01 08:28:10.465241 [ 303 ] {} <Debug> HTTP-Session: 478b8bd6-9672-4f98-9a2f-815aa4d6253f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16584 | 2024.11.01 08:28:10.465256 [ 303 ] {} <Debug> HTTP-Session: 478b8bd6-9672-4f98-9a2f-815aa4d6253f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16585 | 2024.11.01 08:28:10.465308 [ 303 ] {} <Trace> HTTP-Session: 478b8bd6-9672-4f98-9a2f-815aa4d6253f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16586 | 2024.11.01 08:28:10.465505 [ 303 ] {0dcee04a-9e12-457f-9dff-3c1d0e360344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54903) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 16587 | 2024.11.01 08:28:10.465575 [ 303 ] {0dcee04a-9e12-457f-9dff-3c1d0e360344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16588 | 2024.11.01 08:28:10.465932 [ 303 ] {0dcee04a-9e12-457f-9dff-3c1d0e360344} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16589 | 2024.11.01 08:28:10.466391 [ 303 ] {0dcee04a-9e12-457f-9dff-3c1d0e360344} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16590 | 2024.11.01 08:28:10.466434 [ 303 ] {0dcee04a-9e12-457f-9dff-3c1d0e360344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16591 | 2024.11.01 08:28:10.466851 [ 303 ] {0dcee04a-9e12-457f-9dff-3c1d0e360344} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 16592 | 2024.11.01 08:28:10.467267 [ 303 ] {0dcee04a-9e12-457f-9dff-3c1d0e360344} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16593 | 2024.11.01 08:28:10.467450 [ 303 ] {0dcee04a-9e12-457f-9dff-3c1d0e360344} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001995 sec., 4010.025062656642 rows/sec., 326.99 KiB/sec. | ||
| 16594 | 2024.11.01 08:28:10.467805 [ 303 ] {0dcee04a-9e12-457f-9dff-3c1d0e360344} <Debug> DynamicQueryHandler: Done processing query | ||
| 16595 | 2024.11.01 08:28:10.467832 [ 303 ] {0dcee04a-9e12-457f-9dff-3c1d0e360344} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16596 | 2024.11.01 08:28:10.467849 [ 303 ] {} <Debug> HTTP-Session: 478b8bd6-9672-4f98-9a2f-815aa4d6253f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16597 | 2024.11.01 08:28:10.468056 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54903, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16598 | 2024.11.01 08:28:10.468126 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56843, User-Agent: (none), Length: 8329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16599 | 2024.11.01 08:28:10.468235 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16600 | 2024.11.01 08:28:10.468262 [ 290 ] {} <Debug> HTTP-Session: 717a72fe-ee49-4af8-a1ff-32a26868bdcb Authenticating user 'default' from [fd00:1122:3344:101::d]:56843 | ||
| 16601 | 2024.11.01 08:28:10.468286 [ 290 ] {} <Debug> HTTP-Session: 717a72fe-ee49-4af8-a1ff-32a26868bdcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16602 | 2024.11.01 08:28:10.468301 [ 290 ] {} <Debug> HTTP-Session: 717a72fe-ee49-4af8-a1ff-32a26868bdcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16603 | 2024.11.01 08:28:10.468353 [ 290 ] {} <Trace> HTTP-Session: 717a72fe-ee49-4af8-a1ff-32a26868bdcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16604 | 2024.11.01 08:28:10.468552 [ 290 ] {1d43d01f-a5c8-45d3-85b1-01ea69ab5e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56843) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16605 | 2024.11.01 08:28:10.468620 [ 290 ] {1d43d01f-a5c8-45d3-85b1-01ea69ab5e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16606 | 2024.11.01 08:28:10.468960 [ 290 ] {1d43d01f-a5c8-45d3-85b1-01ea69ab5e0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16607 | 2024.11.01 08:28:10.469376 [ 290 ] {1d43d01f-a5c8-45d3-85b1-01ea69ab5e0e} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16608 | 2024.11.01 08:28:10.469421 [ 290 ] {1d43d01f-a5c8-45d3-85b1-01ea69ab5e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16609 | 2024.11.01 08:28:10.469856 [ 290 ] {1d43d01f-a5c8-45d3-85b1-01ea69ab5e0e} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 16610 | 2024.11.01 08:28:10.470256 [ 290 ] {1d43d01f-a5c8-45d3-85b1-01ea69ab5e0e} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16611 | 2024.11.01 08:28:10.470402 [ 290 ] {1d43d01f-a5c8-45d3-85b1-01ea69ab5e0e} <Debug> executeQuery: Read 60 rows, 4.67 KiB in 0.001923 sec., 31201.248049921996 rows/sec., 2.37 MiB/sec. | ||
| 16612 | 2024.11.01 08:28:10.470589 [ 290 ] {1d43d01f-a5c8-45d3-85b1-01ea69ab5e0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 16613 | 2024.11.01 08:28:10.470616 [ 290 ] {1d43d01f-a5c8-45d3-85b1-01ea69ab5e0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 16614 | 2024.11.01 08:28:10.470634 [ 290 ] {} <Debug> HTTP-Session: 717a72fe-ee49-4af8-a1ff-32a26868bdcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16615 | 2024.11.01 08:28:10.470812 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56843, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16616 | 2024.11.01 08:28:10.470921 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63477, User-Agent: (none), Length: 1170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16617 | 2024.11.01 08:28:10.471037 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16618 | 2024.11.01 08:28:10.471073 [ 303 ] {} <Debug> HTTP-Session: c5711b6f-6456-4f0e-840a-820ad3517552 Authenticating user 'default' from [fd00:1122:3344:101::d]:63477 | ||
| 16619 | 2024.11.01 08:28:10.471121 [ 303 ] {} <Debug> HTTP-Session: c5711b6f-6456-4f0e-840a-820ad3517552 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16620 | 2024.11.01 08:28:10.471149 [ 303 ] {} <Debug> HTTP-Session: c5711b6f-6456-4f0e-840a-820ad3517552 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16621 | 2024.11.01 08:28:10.471217 [ 303 ] {} <Trace> HTTP-Session: c5711b6f-6456-4f0e-840a-820ad3517552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16622 | 2024.11.01 08:28:10.471413 [ 303 ] {ebacd3a9-478e-4c67-9485-2cae8a403562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63477) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16623 | 2024.11.01 08:28:10.471494 [ 303 ] {ebacd3a9-478e-4c67-9485-2cae8a403562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16624 | 2024.11.01 08:28:10.471954 [ 303 ] {ebacd3a9-478e-4c67-9485-2cae8a403562} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16625 | 2024.11.01 08:28:10.472373 [ 303 ] {ebacd3a9-478e-4c67-9485-2cae8a403562} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16626 | 2024.11.01 08:28:10.472410 [ 303 ] {ebacd3a9-478e-4c67-9485-2cae8a403562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16627 | 2024.11.01 08:28:10.472770 [ 303 ] {ebacd3a9-478e-4c67-9485-2cae8a403562} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16628 | 2024.11.01 08:28:10.473157 [ 303 ] {ebacd3a9-478e-4c67-9485-2cae8a403562} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16629 | 2024.11.01 08:28:10.473313 [ 303 ] {ebacd3a9-478e-4c67-9485-2cae8a403562} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001957 sec., 4087.8896269800716 rows/sec., 285.43 KiB/sec. | ||
| 16630 | 2024.11.01 08:28:10.473607 [ 303 ] {ebacd3a9-478e-4c67-9485-2cae8a403562} <Debug> DynamicQueryHandler: Done processing query | ||
| 16631 | 2024.11.01 08:28:10.473664 [ 303 ] {ebacd3a9-478e-4c67-9485-2cae8a403562} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16632 | 2024.11.01 08:28:10.473723 [ 303 ] {} <Debug> HTTP-Session: c5711b6f-6456-4f0e-840a-820ad3517552 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16633 | 2024.11.01 08:28:10.473916 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16634 | 2024.11.01 08:28:10.474016 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55447, User-Agent: (none), Length: 12238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16635 | 2024.11.01 08:28:10.474090 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16636 | 2024.11.01 08:28:10.474116 [ 290 ] {} <Debug> HTTP-Session: 84d71647-dd2d-4afb-908e-473b0f27130b Authenticating user 'default' from [fd00:1122:3344:101::d]:55447 | ||
| 16637 | 2024.11.01 08:28:10.474138 [ 290 ] {} <Debug> HTTP-Session: 84d71647-dd2d-4afb-908e-473b0f27130b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16638 | 2024.11.01 08:28:10.474155 [ 290 ] {} <Debug> HTTP-Session: 84d71647-dd2d-4afb-908e-473b0f27130b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16639 | 2024.11.01 08:28:10.474203 [ 290 ] {} <Trace> HTTP-Session: 84d71647-dd2d-4afb-908e-473b0f27130b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16640 | 2024.11.01 08:28:10.474373 [ 290 ] {51f48bd8-3e40-465c-a4c2-19885afc3cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55447) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16641 | 2024.11.01 08:28:10.474431 [ 290 ] {51f48bd8-3e40-465c-a4c2-19885afc3cd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16642 | 2024.11.01 08:28:10.474751 [ 290 ] {51f48bd8-3e40-465c-a4c2-19885afc3cd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16643 | 2024.11.01 08:28:10.475166 [ 290 ] {51f48bd8-3e40-465c-a4c2-19885afc3cd8} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16644 | 2024.11.01 08:28:10.475204 [ 290 ] {51f48bd8-3e40-465c-a4c2-19885afc3cd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16645 | 2024.11.01 08:28:10.475577 [ 290 ] {51f48bd8-3e40-465c-a4c2-19885afc3cd8} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 16646 | 2024.11.01 08:28:10.475967 [ 290 ] {51f48bd8-3e40-465c-a4c2-19885afc3cd8} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16647 | 2024.11.01 08:28:10.476100 [ 290 ] {51f48bd8-3e40-465c-a4c2-19885afc3cd8} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001791 sec., 40201.005025125625 rows/sec., 3.14 MiB/sec. | ||
| 16648 | 2024.11.01 08:28:10.476280 [ 290 ] {51f48bd8-3e40-465c-a4c2-19885afc3cd8} <Debug> DynamicQueryHandler: Done processing query | ||
| 16649 | 2024.11.01 08:28:10.476306 [ 290 ] {51f48bd8-3e40-465c-a4c2-19885afc3cd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 16650 | 2024.11.01 08:28:10.476322 [ 290 ] {} <Debug> HTTP-Session: 84d71647-dd2d-4afb-908e-473b0f27130b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16651 | 2024.11.01 08:28:10.476535 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55447, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16652 | 2024.11.01 08:28:10.476572 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63477, User-Agent: (none), Length: 25254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16653 | 2024.11.01 08:28:10.476691 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16654 | 2024.11.01 08:28:10.476731 [ 303 ] {} <Debug> HTTP-Session: f535b290-3b91-4671-b84b-fe7c6c4928a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63477 | ||
| 16655 | 2024.11.01 08:28:10.476763 [ 303 ] {} <Debug> HTTP-Session: f535b290-3b91-4671-b84b-fe7c6c4928a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16656 | 2024.11.01 08:28:10.476789 [ 303 ] {} <Debug> HTTP-Session: f535b290-3b91-4671-b84b-fe7c6c4928a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16657 | 2024.11.01 08:28:10.476850 [ 303 ] {} <Trace> HTTP-Session: f535b290-3b91-4671-b84b-fe7c6c4928a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16658 | 2024.11.01 08:28:10.477063 [ 303 ] {b8b8b560-454f-4d5d-b85b-3ed3ed3f2853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63477) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16659 | 2024.11.01 08:28:10.477115 [ 303 ] {b8b8b560-454f-4d5d-b85b-3ed3ed3f2853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16660 | 2024.11.01 08:28:10.477312 [ 303 ] {b8b8b560-454f-4d5d-b85b-3ed3ed3f2853} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16661 | 2024.11.01 08:28:10.477728 [ 303 ] {b8b8b560-454f-4d5d-b85b-3ed3ed3f2853} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16662 | 2024.11.01 08:28:10.477764 [ 303 ] {b8b8b560-454f-4d5d-b85b-3ed3ed3f2853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16663 | 2024.11.01 08:28:10.478163 [ 303 ] {b8b8b560-454f-4d5d-b85b-3ed3ed3f2853} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 16664 | 2024.11.01 08:28:10.479023 [ 303 ] {b8b8b560-454f-4d5d-b85b-3ed3ed3f2853} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16665 | 2024.11.01 08:28:10.479177 [ 303 ] {b8b8b560-454f-4d5d-b85b-3ed3ed3f2853} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.00218 sec., 60550.45871559633 rows/sec., 4.22 MiB/sec. | ||
| 16666 | 2024.11.01 08:28:10.479352 [ 303 ] {b8b8b560-454f-4d5d-b85b-3ed3ed3f2853} <Debug> DynamicQueryHandler: Done processing query | ||
| 16667 | 2024.11.01 08:28:10.479375 [ 303 ] {b8b8b560-454f-4d5d-b85b-3ed3ed3f2853} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16668 | 2024.11.01 08:28:10.479391 [ 303 ] {} <Debug> HTTP-Session: f535b290-3b91-4671-b84b-fe7c6c4928a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16669 | 2024.11.01 08:28:10.479578 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16670 | 2024.11.01 08:28:10.479644 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48440, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16671 | 2024.11.01 08:28:10.479722 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16672 | 2024.11.01 08:28:10.479746 [ 290 ] {} <Debug> HTTP-Session: f65d8ba9-1f30-4a40-b9a3-10073a0fd742 Authenticating user 'default' from [fd00:1122:3344:101::d]:48440 | ||
| 16673 | 2024.11.01 08:28:10.479767 [ 290 ] {} <Debug> HTTP-Session: f65d8ba9-1f30-4a40-b9a3-10073a0fd742 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16674 | 2024.11.01 08:28:10.479784 [ 290 ] {} <Debug> HTTP-Session: f65d8ba9-1f30-4a40-b9a3-10073a0fd742 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16675 | 2024.11.01 08:28:10.479828 [ 290 ] {} <Trace> HTTP-Session: f65d8ba9-1f30-4a40-b9a3-10073a0fd742 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16676 | 2024.11.01 08:28:10.479979 [ 290 ] {a197f1a1-dd3e-4ab1-aedb-0bfd8f2d56d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48440) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16677 | 2024.11.01 08:28:10.480029 [ 290 ] {a197f1a1-dd3e-4ab1-aedb-0bfd8f2d56d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16678 | 2024.11.01 08:28:10.480195 [ 290 ] {a197f1a1-dd3e-4ab1-aedb-0bfd8f2d56d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16679 | 2024.11.01 08:28:10.480517 [ 290 ] {a197f1a1-dd3e-4ab1-aedb-0bfd8f2d56d0} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16680 | 2024.11.01 08:28:10.480554 [ 290 ] {a197f1a1-dd3e-4ab1-aedb-0bfd8f2d56d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 16681 | 2024.11.01 08:28:10.480930 [ 290 ] {a197f1a1-dd3e-4ab1-aedb-0bfd8f2d56d0} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 16682 | 2024.11.01 08:28:10.481259 [ 290 ] {a197f1a1-dd3e-4ab1-aedb-0bfd8f2d56d0} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16683 | 2024.11.01 08:28:10.481383 [ 290 ] {a197f1a1-dd3e-4ab1-aedb-0bfd8f2d56d0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001456 sec., 32967.03296703297 rows/sec., 2.22 MiB/sec. | ||
| 16684 | 2024.11.01 08:28:10.481553 [ 290 ] {a197f1a1-dd3e-4ab1-aedb-0bfd8f2d56d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 16685 | 2024.11.01 08:28:10.481577 [ 290 ] {a197f1a1-dd3e-4ab1-aedb-0bfd8f2d56d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16686 | 2024.11.01 08:28:10.481593 [ 290 ] {} <Debug> HTTP-Session: f65d8ba9-1f30-4a40-b9a3-10073a0fd742 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16687 | 2024.11.01 08:28:10.481785 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48440, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16688 | 2024.11.01 08:28:13.640908 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16689 | 2024.11.01 08:28:13.641010 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16690 | 2024.11.01 08:28:14.080311 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1500 | ||
| 16691 | 2024.11.01 08:28:14.083228 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16692 | 2024.11.01 08:28:14.083277 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16693 | 2024.11.01 08:28:14.084771 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 16694 | 2024.11.01 08:28:14.085760 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16695 | 2024.11.01 08:28:14.086291 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1500 | ||
| 16696 | 2024.11.01 08:28:15.466721 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35424, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16697 | 2024.11.01 08:28:15.466846 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16698 | 2024.11.01 08:28:15.466875 [ 290 ] {} <Debug> HTTP-Session: a9cfdf81-db50-419b-8085-daadbb7dce5c Authenticating user 'default' from [fd00:1122:3344:101::d]:35424 | ||
| 16699 | 2024.11.01 08:28:15.466903 [ 290 ] {} <Debug> HTTP-Session: a9cfdf81-db50-419b-8085-daadbb7dce5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16700 | 2024.11.01 08:28:15.466921 [ 290 ] {} <Debug> HTTP-Session: a9cfdf81-db50-419b-8085-daadbb7dce5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16701 | 2024.11.01 08:28:15.466978 [ 290 ] {} <Trace> HTTP-Session: a9cfdf81-db50-419b-8085-daadbb7dce5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16702 | 2024.11.01 08:28:15.467186 [ 290 ] {58936c1c-6f00-4f33-8653-6dafa1ced6b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35424) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16703 | 2024.11.01 08:28:15.467254 [ 290 ] {58936c1c-6f00-4f33-8653-6dafa1ced6b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16704 | 2024.11.01 08:28:15.467600 [ 290 ] {58936c1c-6f00-4f33-8653-6dafa1ced6b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16705 | 2024.11.01 08:28:15.468079 [ 290 ] {58936c1c-6f00-4f33-8653-6dafa1ced6b9} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16706 | 2024.11.01 08:28:15.468122 [ 290 ] {58936c1c-6f00-4f33-8653-6dafa1ced6b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16707 | 2024.11.01 08:28:15.468546 [ 290 ] {58936c1c-6f00-4f33-8653-6dafa1ced6b9} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 16708 | 2024.11.01 08:28:15.468936 [ 290 ] {58936c1c-6f00-4f33-8653-6dafa1ced6b9} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16709 | 2024.11.01 08:28:15.469120 [ 290 ] {58936c1c-6f00-4f33-8653-6dafa1ced6b9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001998 sec., 28028.028028028024 rows/sec., 2.14 MiB/sec. | ||
| 16710 | 2024.11.01 08:28:15.469335 [ 290 ] {58936c1c-6f00-4f33-8653-6dafa1ced6b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 16711 | 2024.11.01 08:28:15.469362 [ 290 ] {58936c1c-6f00-4f33-8653-6dafa1ced6b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16712 | 2024.11.01 08:28:15.469379 [ 290 ] {} <Debug> HTTP-Session: a9cfdf81-db50-419b-8085-daadbb7dce5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16713 | 2024.11.01 08:28:15.469599 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35424, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16714 | 2024.11.01 08:28:15.469722 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37362, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16715 | 2024.11.01 08:28:15.469851 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16716 | 2024.11.01 08:28:15.469880 [ 303 ] {} <Debug> HTTP-Session: b8ddefae-a49b-4c9d-aaff-c0215c11d105 Authenticating user 'default' from [fd00:1122:3344:101::d]:37362 | ||
| 16717 | 2024.11.01 08:28:15.469908 [ 303 ] {} <Debug> HTTP-Session: b8ddefae-a49b-4c9d-aaff-c0215c11d105 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16718 | 2024.11.01 08:28:15.469925 [ 303 ] {} <Debug> HTTP-Session: b8ddefae-a49b-4c9d-aaff-c0215c11d105 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16719 | 2024.11.01 08:28:15.469987 [ 303 ] {} <Trace> HTTP-Session: b8ddefae-a49b-4c9d-aaff-c0215c11d105 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16720 | 2024.11.01 08:28:15.470202 [ 303 ] {4358ab66-1936-4a7d-8082-81098be50003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37362) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16721 | 2024.11.01 08:28:15.470272 [ 303 ] {4358ab66-1936-4a7d-8082-81098be50003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16722 | 2024.11.01 08:28:15.470625 [ 303 ] {4358ab66-1936-4a7d-8082-81098be50003} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16723 | 2024.11.01 08:28:15.471043 [ 303 ] {4358ab66-1936-4a7d-8082-81098be50003} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16724 | 2024.11.01 08:28:15.471085 [ 303 ] {4358ab66-1936-4a7d-8082-81098be50003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16725 | 2024.11.01 08:28:15.471516 [ 303 ] {4358ab66-1936-4a7d-8082-81098be50003} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 16726 | 2024.11.01 08:28:15.471910 [ 303 ] {4358ab66-1936-4a7d-8082-81098be50003} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16727 | 2024.11.01 08:28:15.472089 [ 303 ] {4358ab66-1936-4a7d-8082-81098be50003} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001956 sec., 32719.836400818 rows/sec., 2.55 MiB/sec. | ||
| 16728 | 2024.11.01 08:28:15.472389 [ 303 ] {4358ab66-1936-4a7d-8082-81098be50003} <Debug> DynamicQueryHandler: Done processing query | ||
| 16729 | 2024.11.01 08:28:15.472445 [ 303 ] {4358ab66-1936-4a7d-8082-81098be50003} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 16730 | 2024.11.01 08:28:15.472500 [ 303 ] {} <Debug> HTTP-Session: b8ddefae-a49b-4c9d-aaff-c0215c11d105 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16731 | 2024.11.01 08:28:15.472774 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37362, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16732 | 2024.11.01 08:28:15.472853 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35424, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16733 | 2024.11.01 08:28:15.472927 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16734 | 2024.11.01 08:28:15.472951 [ 290 ] {} <Debug> HTTP-Session: 2063412d-307b-400b-984b-2a734112cc54 Authenticating user 'default' from [fd00:1122:3344:101::d]:35424 | ||
| 16735 | 2024.11.01 08:28:15.472972 [ 290 ] {} <Debug> HTTP-Session: 2063412d-307b-400b-984b-2a734112cc54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16736 | 2024.11.01 08:28:15.472990 [ 290 ] {} <Debug> HTTP-Session: 2063412d-307b-400b-984b-2a734112cc54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16737 | 2024.11.01 08:28:15.473037 [ 290 ] {} <Trace> HTTP-Session: 2063412d-307b-400b-984b-2a734112cc54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16738 | 2024.11.01 08:28:15.473209 [ 290 ] {ac0a57c0-3904-4121-a6bb-63b3ebc21fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16739 | 2024.11.01 08:28:15.473262 [ 290 ] {ac0a57c0-3904-4121-a6bb-63b3ebc21fc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16740 | 2024.11.01 08:28:15.473451 [ 290 ] {ac0a57c0-3904-4121-a6bb-63b3ebc21fc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16741 | 2024.11.01 08:28:15.473851 [ 290 ] {ac0a57c0-3904-4121-a6bb-63b3ebc21fc8} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16742 | 2024.11.01 08:28:15.473889 [ 290 ] {ac0a57c0-3904-4121-a6bb-63b3ebc21fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16743 | 2024.11.01 08:28:15.474292 [ 290 ] {ac0a57c0-3904-4121-a6bb-63b3ebc21fc8} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 16744 | 2024.11.01 08:28:15.474649 [ 290 ] {ac0a57c0-3904-4121-a6bb-63b3ebc21fc8} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16745 | 2024.11.01 08:28:15.474814 [ 290 ] {ac0a57c0-3904-4121-a6bb-63b3ebc21fc8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001678 sec., 95351.60905840286 rows/sec., 6.64 MiB/sec. | ||
| 16746 | 2024.11.01 08:28:15.474991 [ 290 ] {ac0a57c0-3904-4121-a6bb-63b3ebc21fc8} <Debug> DynamicQueryHandler: Done processing query | ||
| 16747 | 2024.11.01 08:28:15.475017 [ 290 ] {ac0a57c0-3904-4121-a6bb-63b3ebc21fc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16748 | 2024.11.01 08:28:15.475033 [ 290 ] {} <Debug> HTTP-Session: 2063412d-307b-400b-984b-2a734112cc54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16749 | 2024.11.01 08:28:15.475192 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35424, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16750 | 2024.11.01 08:28:15.475221 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37362, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16751 | 2024.11.01 08:28:15.475298 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16752 | 2024.11.01 08:28:15.475325 [ 303 ] {} <Debug> HTTP-Session: f9bc261a-284c-4b26-a814-363d8410525d Authenticating user 'default' from [fd00:1122:3344:101::d]:37362 | ||
| 16753 | 2024.11.01 08:28:15.475351 [ 303 ] {} <Debug> HTTP-Session: f9bc261a-284c-4b26-a814-363d8410525d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16754 | 2024.11.01 08:28:15.475373 [ 303 ] {} <Debug> HTTP-Session: f9bc261a-284c-4b26-a814-363d8410525d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16755 | 2024.11.01 08:28:15.475427 [ 303 ] {} <Trace> HTTP-Session: f9bc261a-284c-4b26-a814-363d8410525d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16756 | 2024.11.01 08:28:15.475598 [ 303 ] {40de2998-e2c2-4d09-9a36-f9e6cdd24e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37362) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16757 | 2024.11.01 08:28:15.475656 [ 303 ] {40de2998-e2c2-4d09-9a36-f9e6cdd24e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16758 | 2024.11.01 08:28:15.475850 [ 303 ] {40de2998-e2c2-4d09-9a36-f9e6cdd24e21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16759 | 2024.11.01 08:28:15.476181 [ 303 ] {40de2998-e2c2-4d09-9a36-f9e6cdd24e21} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16760 | 2024.11.01 08:28:15.476217 [ 303 ] {40de2998-e2c2-4d09-9a36-f9e6cdd24e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16761 | 2024.11.01 08:28:15.476610 [ 303 ] {40de2998-e2c2-4d09-9a36-f9e6cdd24e21} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 16762 | 2024.11.01 08:28:15.476948 [ 303 ] {40de2998-e2c2-4d09-9a36-f9e6cdd24e21} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16763 | 2024.11.01 08:28:15.477107 [ 303 ] {40de2998-e2c2-4d09-9a36-f9e6cdd24e21} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001573 sec., 38143.67450731087 rows/sec., 2.57 MiB/sec. | ||
| 16764 | 2024.11.01 08:28:15.477275 [ 303 ] {40de2998-e2c2-4d09-9a36-f9e6cdd24e21} <Debug> DynamicQueryHandler: Done processing query | ||
| 16765 | 2024.11.01 08:28:15.477300 [ 303 ] {40de2998-e2c2-4d09-9a36-f9e6cdd24e21} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16766 | 2024.11.01 08:28:15.477316 [ 303 ] {} <Debug> HTTP-Session: f9bc261a-284c-4b26-a814-363d8410525d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16767 | 2024.11.01 08:28:15.477590 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37362, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16768 | 2024.11.01 08:28:17.601711 [ 111 ] {} <Debug> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 16769 | 2024.11.01 08:28:17.601828 [ 111 ] {} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16770 | 2024.11.01 08:28:17.601872 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16771 | 2024.11.01 08:28:17.602225 [ 192 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 16772 | 2024.11.01 08:28:17.602622 [ 192 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16773 | 2024.11.01 08:28:17.602692 [ 192 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 174 rows starting from the beginning of the part | ||
| 16774 | 2024.11.01 08:28:17.602826 [ 192 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 16775 | 2024.11.01 08:28:17.603193 [ 192 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 16776 | 2024.11.01 08:28:17.603412 [ 192 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 16777 | 2024.11.01 08:28:17.603575 [ 192 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 16778 | 2024.11.01 08:28:17.604714 [ 187 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002718207 sec., 72842.13453942249 rows/sec., 3.72 MiB/sec. | ||
| 16779 | 2024.11.01 08:28:17.604983 [ 187 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 16780 | 2024.11.01 08:28:17.605515 [ 187 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_33_8} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16781 | 2024.11.01 08:28:17.605606 [ 187 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_33_8} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 16782 | 2024.11.01 08:28:17.605709 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 16783 | 2024.11.01 08:28:20.036752 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60012, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16784 | 2024.11.01 08:28:20.171760 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48166, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16785 | 2024.11.01 08:28:20.267776 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36192, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16786 | 2024.11.01 08:28:20.272125 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55746, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16787 | 2024.11.01 08:28:20.286456 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16788 | 2024.11.01 08:28:20.355901 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44321, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16789 | 2024.11.01 08:28:20.357271 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16790 | 2024.11.01 08:28:20.372535 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39771, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16791 | 2024.11.01 08:28:20.409857 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33388, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16792 | 2024.11.01 08:28:20.472730 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52726, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16793 | 2024.11.01 08:28:20.472822 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16794 | 2024.11.01 08:28:20.472849 [ 303 ] {} <Debug> HTTP-Session: e24e5a87-4f1f-4308-8ee0-17b36fbaa315 Authenticating user 'default' from [fd00:1122:3344:101::d]:52726 | ||
| 16795 | 2024.11.01 08:28:20.472876 [ 303 ] {} <Debug> HTTP-Session: e24e5a87-4f1f-4308-8ee0-17b36fbaa315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16796 | 2024.11.01 08:28:20.472894 [ 303 ] {} <Debug> HTTP-Session: e24e5a87-4f1f-4308-8ee0-17b36fbaa315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16797 | 2024.11.01 08:28:20.472951 [ 303 ] {} <Trace> HTTP-Session: e24e5a87-4f1f-4308-8ee0-17b36fbaa315 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16798 | 2024.11.01 08:28:20.473239 [ 303 ] {f00361c1-e83b-4fd9-bf21-5f9c4cf3d9ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52726) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16799 | 2024.11.01 08:28:20.473306 [ 303 ] {f00361c1-e83b-4fd9-bf21-5f9c4cf3d9ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16800 | 2024.11.01 08:28:20.473640 [ 303 ] {f00361c1-e83b-4fd9-bf21-5f9c4cf3d9ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16801 | 2024.11.01 08:28:20.474412 [ 303 ] {f00361c1-e83b-4fd9-bf21-5f9c4cf3d9ef} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16802 | 2024.11.01 08:28:20.474455 [ 303 ] {f00361c1-e83b-4fd9-bf21-5f9c4cf3d9ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16803 | 2024.11.01 08:28:20.474892 [ 303 ] {f00361c1-e83b-4fd9-bf21-5f9c4cf3d9ef} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 16804 | 2024.11.01 08:28:20.475275 [ 303 ] {f00361c1-e83b-4fd9-bf21-5f9c4cf3d9ef} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16805 | 2024.11.01 08:28:20.475447 [ 303 ] {f00361c1-e83b-4fd9-bf21-5f9c4cf3d9ef} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002345 sec., 116417.9104477612 rows/sec., 10.35 MiB/sec. | ||
| 16806 | 2024.11.01 08:28:20.475647 [ 303 ] {f00361c1-e83b-4fd9-bf21-5f9c4cf3d9ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 16807 | 2024.11.01 08:28:20.475674 [ 303 ] {f00361c1-e83b-4fd9-bf21-5f9c4cf3d9ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 16808 | 2024.11.01 08:28:20.475690 [ 303 ] {} <Debug> HTTP-Session: e24e5a87-4f1f-4308-8ee0-17b36fbaa315 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16809 | 2024.11.01 08:28:20.475893 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16810 | 2024.11.01 08:28:20.476062 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45053, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16811 | 2024.11.01 08:28:20.476240 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16812 | 2024.11.01 08:28:20.476285 [ 290 ] {} <Debug> HTTP-Session: 22c4e4fc-3546-4f66-b601-3c7a6334dc95 Authenticating user 'default' from [fd00:1122:3344:101::d]:45053 | ||
| 16813 | 2024.11.01 08:28:20.476313 [ 290 ] {} <Debug> HTTP-Session: 22c4e4fc-3546-4f66-b601-3c7a6334dc95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16814 | 2024.11.01 08:28:20.476331 [ 290 ] {} <Debug> HTTP-Session: 22c4e4fc-3546-4f66-b601-3c7a6334dc95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16815 | 2024.11.01 08:28:20.476395 [ 290 ] {} <Trace> HTTP-Session: 22c4e4fc-3546-4f66-b601-3c7a6334dc95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16816 | 2024.11.01 08:28:20.476632 [ 290 ] {e77e9f33-561b-40ba-a7c0-b9b53709ce3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45053) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16817 | 2024.11.01 08:28:20.476709 [ 290 ] {e77e9f33-561b-40ba-a7c0-b9b53709ce3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16818 | 2024.11.01 08:28:20.476979 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43306, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16819 | 2024.11.01 08:28:20.477266 [ 290 ] {e77e9f33-561b-40ba-a7c0-b9b53709ce3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16820 | 2024.11.01 08:28:20.477708 [ 290 ] {e77e9f33-561b-40ba-a7c0-b9b53709ce3e} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16821 | 2024.11.01 08:28:20.477756 [ 290 ] {e77e9f33-561b-40ba-a7c0-b9b53709ce3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16822 | 2024.11.01 08:28:20.478190 [ 290 ] {e77e9f33-561b-40ba-a7c0-b9b53709ce3e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16823 | 2024.11.01 08:28:20.478581 [ 290 ] {e77e9f33-561b-40ba-a7c0-b9b53709ce3e} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16824 | 2024.11.01 08:28:20.478775 [ 290 ] {e77e9f33-561b-40ba-a7c0-b9b53709ce3e} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.002222 sec., 18901.8901890189 rows/sec., 1.39 MiB/sec. | ||
| 16825 | 2024.11.01 08:28:20.479102 [ 290 ] {e77e9f33-561b-40ba-a7c0-b9b53709ce3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 16826 | 2024.11.01 08:28:20.479151 [ 290 ] {e77e9f33-561b-40ba-a7c0-b9b53709ce3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16827 | 2024.11.01 08:28:20.479170 [ 290 ] {} <Debug> HTTP-Session: 22c4e4fc-3546-4f66-b601-3c7a6334dc95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16828 | 2024.11.01 08:28:20.479347 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45053, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16829 | 2024.11.01 08:28:20.479406 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52726, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16830 | 2024.11.01 08:28:20.479544 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16831 | 2024.11.01 08:28:20.479586 [ 303 ] {} <Debug> HTTP-Session: 7f0bdb51-1381-4292-b176-2b26fbbed515 Authenticating user 'default' from [fd00:1122:3344:101::d]:52726 | ||
| 16832 | 2024.11.01 08:28:20.479618 [ 303 ] {} <Debug> HTTP-Session: 7f0bdb51-1381-4292-b176-2b26fbbed515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16833 | 2024.11.01 08:28:20.479645 [ 303 ] {} <Debug> HTTP-Session: 7f0bdb51-1381-4292-b176-2b26fbbed515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16834 | 2024.11.01 08:28:20.479714 [ 303 ] {} <Trace> HTTP-Session: 7f0bdb51-1381-4292-b176-2b26fbbed515 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16835 | 2024.11.01 08:28:20.479925 [ 303 ] {c8f1a67d-d587-4f50-bb5c-cad0f94bca6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52726) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 16836 | 2024.11.01 08:28:20.480010 [ 303 ] {c8f1a67d-d587-4f50-bb5c-cad0f94bca6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16837 | 2024.11.01 08:28:20.480408 [ 303 ] {c8f1a67d-d587-4f50-bb5c-cad0f94bca6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16838 | 2024.11.01 08:28:20.480744 [ 303 ] {c8f1a67d-d587-4f50-bb5c-cad0f94bca6e} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16839 | 2024.11.01 08:28:20.480781 [ 303 ] {c8f1a67d-d587-4f50-bb5c-cad0f94bca6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16840 | 2024.11.01 08:28:20.481143 [ 303 ] {c8f1a67d-d587-4f50-bb5c-cad0f94bca6e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 16841 | 2024.11.01 08:28:20.481525 [ 303 ] {c8f1a67d-d587-4f50-bb5c-cad0f94bca6e} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16842 | 2024.11.01 08:28:20.481690 [ 303 ] {c8f1a67d-d587-4f50-bb5c-cad0f94bca6e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001828 sec., 7658.643326039388 rows/sec., 536.36 KiB/sec. | ||
| 16843 | 2024.11.01 08:28:20.481871 [ 303 ] {c8f1a67d-d587-4f50-bb5c-cad0f94bca6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 16844 | 2024.11.01 08:28:20.481894 [ 303 ] {c8f1a67d-d587-4f50-bb5c-cad0f94bca6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16845 | 2024.11.01 08:28:20.481910 [ 303 ] {} <Debug> HTTP-Session: 7f0bdb51-1381-4292-b176-2b26fbbed515 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16846 | 2024.11.01 08:28:20.482078 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16847 | 2024.11.01 08:28:20.482167 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44713, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16848 | 2024.11.01 08:28:20.482285 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16849 | 2024.11.01 08:28:20.482310 [ 290 ] {} <Debug> HTTP-Session: 3ea0af67-1bad-421c-9c18-544e0b8fef70 Authenticating user 'default' from [fd00:1122:3344:101::d]:44713 | ||
| 16850 | 2024.11.01 08:28:20.482332 [ 290 ] {} <Debug> HTTP-Session: 3ea0af67-1bad-421c-9c18-544e0b8fef70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16851 | 2024.11.01 08:28:20.482349 [ 290 ] {} <Debug> HTTP-Session: 3ea0af67-1bad-421c-9c18-544e0b8fef70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16852 | 2024.11.01 08:28:20.482399 [ 290 ] {} <Trace> HTTP-Session: 3ea0af67-1bad-421c-9c18-544e0b8fef70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16853 | 2024.11.01 08:28:20.482535 [ 290 ] {a18076c0-0bf1-4b96-983d-946789e93588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44713) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 16854 | 2024.11.01 08:28:20.482594 [ 290 ] {a18076c0-0bf1-4b96-983d-946789e93588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16855 | 2024.11.01 08:28:20.482917 [ 290 ] {a18076c0-0bf1-4b96-983d-946789e93588} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16856 | 2024.11.01 08:28:20.483283 [ 290 ] {a18076c0-0bf1-4b96-983d-946789e93588} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16857 | 2024.11.01 08:28:20.483322 [ 290 ] {a18076c0-0bf1-4b96-983d-946789e93588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16858 | 2024.11.01 08:28:20.483676 [ 290 ] {a18076c0-0bf1-4b96-983d-946789e93588} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 16859 | 2024.11.01 08:28:20.484047 [ 290 ] {a18076c0-0bf1-4b96-983d-946789e93588} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16860 | 2024.11.01 08:28:20.484205 [ 290 ] {a18076c0-0bf1-4b96-983d-946789e93588} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001705 sec., 3519.0615835777126 rows/sec., 207.91 KiB/sec. | ||
| 16861 | 2024.11.01 08:28:20.484383 [ 290 ] {a18076c0-0bf1-4b96-983d-946789e93588} <Debug> DynamicQueryHandler: Done processing query | ||
| 16862 | 2024.11.01 08:28:20.484408 [ 290 ] {a18076c0-0bf1-4b96-983d-946789e93588} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16863 | 2024.11.01 08:28:20.484425 [ 290 ] {} <Debug> HTTP-Session: 3ea0af67-1bad-421c-9c18-544e0b8fef70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16864 | 2024.11.01 08:28:20.484753 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44713, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16865 | 2024.11.01 08:28:20.484900 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52034, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16866 | 2024.11.01 08:28:20.485012 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16867 | 2024.11.01 08:28:20.485051 [ 303 ] {} <Debug> HTTP-Session: 119defe6-da0e-490f-a25d-ae02315feca0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52034 | ||
| 16868 | 2024.11.01 08:28:20.485085 [ 303 ] {} <Debug> HTTP-Session: 119defe6-da0e-490f-a25d-ae02315feca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16869 | 2024.11.01 08:28:20.485112 [ 303 ] {} <Debug> HTTP-Session: 119defe6-da0e-490f-a25d-ae02315feca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16870 | 2024.11.01 08:28:20.485179 [ 303 ] {} <Trace> HTTP-Session: 119defe6-da0e-490f-a25d-ae02315feca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16871 | 2024.11.01 08:28:20.485458 [ 303 ] {80f60eb9-9b3e-454d-b5f7-961819098c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52034) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16872 | 2024.11.01 08:28:20.485505 [ 303 ] {80f60eb9-9b3e-454d-b5f7-961819098c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16873 | 2024.11.01 08:28:20.485768 [ 303 ] {80f60eb9-9b3e-454d-b5f7-961819098c87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16874 | 2024.11.01 08:28:20.486348 [ 303 ] {80f60eb9-9b3e-454d-b5f7-961819098c87} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16875 | 2024.11.01 08:28:20.486385 [ 303 ] {80f60eb9-9b3e-454d-b5f7-961819098c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16876 | 2024.11.01 08:28:20.486759 [ 303 ] {80f60eb9-9b3e-454d-b5f7-961819098c87} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 16877 | 2024.11.01 08:28:20.487119 [ 303 ] {80f60eb9-9b3e-454d-b5f7-961819098c87} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16878 | 2024.11.01 08:28:20.487270 [ 303 ] {80f60eb9-9b3e-454d-b5f7-961819098c87} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.001926 sec., 220145.3790238837 rows/sec., 15.74 MiB/sec. | ||
| 16879 | 2024.11.01 08:28:20.487536 [ 303 ] {80f60eb9-9b3e-454d-b5f7-961819098c87} <Debug> DynamicQueryHandler: Done processing query | ||
| 16880 | 2024.11.01 08:28:20.487586 [ 303 ] {80f60eb9-9b3e-454d-b5f7-961819098c87} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 16881 | 2024.11.01 08:28:20.487642 [ 303 ] {} <Debug> HTTP-Session: 119defe6-da0e-490f-a25d-ae02315feca0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16882 | 2024.11.01 08:28:20.487883 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52034, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16883 | 2024.11.01 08:28:20.487936 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40665, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16884 | 2024.11.01 08:28:20.488021 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16885 | 2024.11.01 08:28:20.488047 [ 290 ] {} <Debug> HTTP-Session: 27d67663-841c-4050-a919-e14305fd5e0e Authenticating user 'default' from [fd00:1122:3344:101::d]:40665 | ||
| 16886 | 2024.11.01 08:28:20.488068 [ 290 ] {} <Debug> HTTP-Session: 27d67663-841c-4050-a919-e14305fd5e0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16887 | 2024.11.01 08:28:20.488085 [ 290 ] {} <Debug> HTTP-Session: 27d67663-841c-4050-a919-e14305fd5e0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16888 | 2024.11.01 08:28:20.488133 [ 290 ] {} <Trace> HTTP-Session: 27d67663-841c-4050-a919-e14305fd5e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16889 | 2024.11.01 08:28:20.488256 [ 290 ] {502617a6-80f9-4189-81fc-0deddf7f48c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40665) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 16890 | 2024.11.01 08:28:20.488306 [ 290 ] {502617a6-80f9-4189-81fc-0deddf7f48c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16891 | 2024.11.01 08:28:20.488479 [ 290 ] {502617a6-80f9-4189-81fc-0deddf7f48c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16892 | 2024.11.01 08:28:20.488768 [ 290 ] {502617a6-80f9-4189-81fc-0deddf7f48c7} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16893 | 2024.11.01 08:28:20.488804 [ 290 ] {502617a6-80f9-4189-81fc-0deddf7f48c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16894 | 2024.11.01 08:28:20.489178 [ 290 ] {502617a6-80f9-4189-81fc-0deddf7f48c7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 16895 | 2024.11.01 08:28:20.489512 [ 290 ] {502617a6-80f9-4189-81fc-0deddf7f48c7} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16896 | 2024.11.01 08:28:20.489673 [ 290 ] {502617a6-80f9-4189-81fc-0deddf7f48c7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001439 sec., 4169.562195969424 rows/sec., 217.84 KiB/sec. | ||
| 16897 | 2024.11.01 08:28:20.490012 [ 290 ] {502617a6-80f9-4189-81fc-0deddf7f48c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 16898 | 2024.11.01 08:28:20.490043 [ 290 ] {502617a6-80f9-4189-81fc-0deddf7f48c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 16899 | 2024.11.01 08:28:20.490060 [ 290 ] {} <Debug> HTTP-Session: 27d67663-841c-4050-a919-e14305fd5e0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16900 | 2024.11.01 08:28:20.490243 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16901 | 2024.11.01 08:28:20.490352 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60188, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16902 | 2024.11.01 08:28:20.490419 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16903 | 2024.11.01 08:28:20.490439 [ 303 ] {} <Debug> HTTP-Session: 9519687c-892b-4284-ad19-ff7226930c01 Authenticating user 'default' from [fd00:1122:3344:101::d]:60188 | ||
| 16904 | 2024.11.01 08:28:20.490457 [ 303 ] {} <Debug> HTTP-Session: 9519687c-892b-4284-ad19-ff7226930c01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16905 | 2024.11.01 08:28:20.490471 [ 303 ] {} <Debug> HTTP-Session: 9519687c-892b-4284-ad19-ff7226930c01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16906 | 2024.11.01 08:28:20.490510 [ 303 ] {} <Trace> HTTP-Session: 9519687c-892b-4284-ad19-ff7226930c01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16907 | 2024.11.01 08:28:20.490727 [ 303 ] {2ab539e3-299b-4cb8-9a11-eea71ad9d87c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60188) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16908 | 2024.11.01 08:28:20.490780 [ 303 ] {2ab539e3-299b-4cb8-9a11-eea71ad9d87c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16909 | 2024.11.01 08:28:20.490968 [ 303 ] {2ab539e3-299b-4cb8-9a11-eea71ad9d87c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16910 | 2024.11.01 08:28:20.491450 [ 303 ] {2ab539e3-299b-4cb8-9a11-eea71ad9d87c} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16911 | 2024.11.01 08:28:20.491488 [ 303 ] {2ab539e3-299b-4cb8-9a11-eea71ad9d87c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16912 | 2024.11.01 08:28:20.491904 [ 303 ] {2ab539e3-299b-4cb8-9a11-eea71ad9d87c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 16913 | 2024.11.01 08:28:20.492244 [ 303 ] {2ab539e3-299b-4cb8-9a11-eea71ad9d87c} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16914 | 2024.11.01 08:28:20.492397 [ 303 ] {2ab539e3-299b-4cb8-9a11-eea71ad9d87c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001772 sec., 133747.17832957112 rows/sec., 8.96 MiB/sec. | ||
| 16915 | 2024.11.01 08:28:20.492650 [ 303 ] {2ab539e3-299b-4cb8-9a11-eea71ad9d87c} <Debug> DynamicQueryHandler: Done processing query | ||
| 16916 | 2024.11.01 08:28:20.492702 [ 303 ] {2ab539e3-299b-4cb8-9a11-eea71ad9d87c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 16917 | 2024.11.01 08:28:20.492752 [ 303 ] {} <Debug> HTTP-Session: 9519687c-892b-4284-ad19-ff7226930c01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16918 | 2024.11.01 08:28:20.493047 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40665, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16919 | 2024.11.01 08:28:20.493055 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60188, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16920 | 2024.11.01 08:28:20.493178 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16921 | 2024.11.01 08:28:20.493252 [ 290 ] {} <Debug> HTTP-Session: de1a49f8-2770-42e1-9639-ad3d321f856f Authenticating user 'default' from [fd00:1122:3344:101::d]:40665 | ||
| 16922 | 2024.11.01 08:28:20.493289 [ 290 ] {} <Debug> HTTP-Session: de1a49f8-2770-42e1-9639-ad3d321f856f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16923 | 2024.11.01 08:28:20.493306 [ 290 ] {} <Debug> HTTP-Session: de1a49f8-2770-42e1-9639-ad3d321f856f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16924 | 2024.11.01 08:28:20.493352 [ 290 ] {} <Trace> HTTP-Session: de1a49f8-2770-42e1-9639-ad3d321f856f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16925 | 2024.11.01 08:28:20.493475 [ 290 ] {f1e77032-40aa-4c67-ab38-4e345881b2b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40665) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 16926 | 2024.11.01 08:28:20.493533 [ 290 ] {f1e77032-40aa-4c67-ab38-4e345881b2b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16927 | 2024.11.01 08:28:20.493726 [ 290 ] {f1e77032-40aa-4c67-ab38-4e345881b2b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16928 | 2024.11.01 08:28:20.494033 [ 290 ] {f1e77032-40aa-4c67-ab38-4e345881b2b1} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16929 | 2024.11.01 08:28:20.494076 [ 290 ] {f1e77032-40aa-4c67-ab38-4e345881b2b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16930 | 2024.11.01 08:28:20.494456 [ 290 ] {f1e77032-40aa-4c67-ab38-4e345881b2b1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 16931 | 2024.11.01 08:28:20.494786 [ 290 ] {f1e77032-40aa-4c67-ab38-4e345881b2b1} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16932 | 2024.11.01 08:28:20.494945 [ 290 ] {f1e77032-40aa-4c67-ab38-4e345881b2b1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001495 sec., 668.8963210702341 rows/sec., 45.07 KiB/sec. | ||
| 16933 | 2024.11.01 08:28:20.495269 [ 290 ] {f1e77032-40aa-4c67-ab38-4e345881b2b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 16934 | 2024.11.01 08:28:20.495297 [ 290 ] {f1e77032-40aa-4c67-ab38-4e345881b2b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 16935 | 2024.11.01 08:28:20.495313 [ 290 ] {} <Debug> HTTP-Session: de1a49f8-2770-42e1-9639-ad3d321f856f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16936 | 2024.11.01 08:28:20.495506 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16937 | 2024.11.01 08:28:20.495618 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58194, User-Agent: (none), Length: 70852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16938 | 2024.11.01 08:28:20.495680 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16939 | 2024.11.01 08:28:20.495700 [ 303 ] {} <Debug> HTTP-Session: 5a807860-001a-4fe2-a46c-82e959eccf89 Authenticating user 'default' from [fd00:1122:3344:101::d]:58194 | ||
| 16940 | 2024.11.01 08:28:20.495718 [ 303 ] {} <Debug> HTTP-Session: 5a807860-001a-4fe2-a46c-82e959eccf89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16941 | 2024.11.01 08:28:20.495731 [ 303 ] {} <Debug> HTTP-Session: 5a807860-001a-4fe2-a46c-82e959eccf89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16942 | 2024.11.01 08:28:20.495769 [ 303 ] {} <Trace> HTTP-Session: 5a807860-001a-4fe2-a46c-82e959eccf89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16943 | 2024.11.01 08:28:20.496206 [ 303 ] {94e72109-bc70-4ef7-b5ea-bb66f2c729bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58194) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16944 | 2024.11.01 08:28:20.496286 [ 303 ] {94e72109-bc70-4ef7-b5ea-bb66f2c729bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16945 | 2024.11.01 08:28:20.496777 [ 303 ] {94e72109-bc70-4ef7-b5ea-bb66f2c729bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16946 | 2024.11.01 08:28:20.497577 [ 303 ] {94e72109-bc70-4ef7-b5ea-bb66f2c729bb} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16947 | 2024.11.01 08:28:20.497614 [ 303 ] {94e72109-bc70-4ef7-b5ea-bb66f2c729bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16948 | 2024.11.01 08:28:20.498283 [ 303 ] {94e72109-bc70-4ef7-b5ea-bb66f2c729bb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 16949 | 2024.11.01 08:28:20.498695 [ 303 ] {94e72109-bc70-4ef7-b5ea-bb66f2c729bb} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16950 | 2024.11.01 08:28:20.498868 [ 303 ] {94e72109-bc70-4ef7-b5ea-bb66f2c729bb} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002972 sec., 14131.897711978467 rows/sec., 25.32 MiB/sec. | ||
| 16951 | 2024.11.01 08:28:20.499098 [ 303 ] {94e72109-bc70-4ef7-b5ea-bb66f2c729bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 16952 | 2024.11.01 08:28:20.499122 [ 303 ] {94e72109-bc70-4ef7-b5ea-bb66f2c729bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 16953 | 2024.11.01 08:28:20.499138 [ 303 ] {} <Debug> HTTP-Session: 5a807860-001a-4fe2-a46c-82e959eccf89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16954 | 2024.11.01 08:28:20.499306 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58194, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16955 | 2024.11.01 08:28:20.499373 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40665, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16956 | 2024.11.01 08:28:20.499495 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16957 | 2024.11.01 08:28:20.499534 [ 290 ] {} <Debug> HTTP-Session: f8cc99b4-19f0-4316-b3d7-fc9cfac043c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40665 | ||
| 16958 | 2024.11.01 08:28:20.499566 [ 290 ] {} <Debug> HTTP-Session: f8cc99b4-19f0-4316-b3d7-fc9cfac043c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16959 | 2024.11.01 08:28:20.499594 [ 290 ] {} <Debug> HTTP-Session: f8cc99b4-19f0-4316-b3d7-fc9cfac043c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16960 | 2024.11.01 08:28:20.499660 [ 290 ] {} <Trace> HTTP-Session: f8cc99b4-19f0-4316-b3d7-fc9cfac043c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16961 | 2024.11.01 08:28:20.499924 [ 290 ] {6035c6ec-02e0-4fbe-9fb4-7ddbe58c4d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40665) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16962 | 2024.11.01 08:28:20.500013 [ 290 ] {6035c6ec-02e0-4fbe-9fb4-7ddbe58c4d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16963 | 2024.11.01 08:28:20.500297 [ 290 ] {6035c6ec-02e0-4fbe-9fb4-7ddbe58c4d66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16964 | 2024.11.01 08:28:20.500614 [ 290 ] {6035c6ec-02e0-4fbe-9fb4-7ddbe58c4d66} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16965 | 2024.11.01 08:28:20.500652 [ 290 ] {6035c6ec-02e0-4fbe-9fb4-7ddbe58c4d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16966 | 2024.11.01 08:28:20.501019 [ 290 ] {6035c6ec-02e0-4fbe-9fb4-7ddbe58c4d66} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 16967 | 2024.11.01 08:28:20.501352 [ 290 ] {6035c6ec-02e0-4fbe-9fb4-7ddbe58c4d66} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16968 | 2024.11.01 08:28:20.501511 [ 290 ] {6035c6ec-02e0-4fbe-9fb4-7ddbe58c4d66} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001701 sec., 48206.93709582598 rows/sec., 3.06 MiB/sec. | ||
| 16969 | 2024.11.01 08:28:20.501692 [ 290 ] {6035c6ec-02e0-4fbe-9fb4-7ddbe58c4d66} <Debug> DynamicQueryHandler: Done processing query | ||
| 16970 | 2024.11.01 08:28:20.501717 [ 290 ] {6035c6ec-02e0-4fbe-9fb4-7ddbe58c4d66} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16971 | 2024.11.01 08:28:20.501733 [ 290 ] {} <Debug> HTTP-Session: f8cc99b4-19f0-4316-b3d7-fc9cfac043c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16972 | 2024.11.01 08:28:20.502151 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16973 | 2024.11.01 08:28:20.548407 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37165, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16974 | 2024.11.01 08:28:20.796890 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16975 | 2024.11.01 08:28:20.798312 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61915, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16976 | 2024.11.01 08:28:20.846640 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61948, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16977 | 2024.11.01 08:28:20.849911 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16978 | 2024.11.01 08:28:20.936202 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61564, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16979 | 2024.11.01 08:28:21.000209 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.74 MiB, peak 197.17 MiB, free memory in arenas 0.00 B, will set to 188.56 MiB (RSS), difference: -1.18 MiB | ||
| 16980 | 2024.11.01 08:28:21.123448 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34597, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16981 | 2024.11.01 08:28:21.525261 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59347, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16982 | 2024.11.01 08:28:21.629966 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36126, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16983 | 2024.11.01 08:28:21.759175 [ 108 ] {} <Debug> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 16984 | 2024.11.01 08:28:21.759249 [ 108 ] {} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16985 | 2024.11.01 08:28:21.759286 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 16986 | 2024.11.01 08:28:21.759581 [ 192 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 16987 | 2024.11.01 08:28:21.759884 [ 192 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16988 | 2024.11.01 08:28:21.759947 [ 192 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part | ||
| 16989 | 2024.11.01 08:28:21.760127 [ 192 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 16990 | 2024.11.01 08:28:21.760404 [ 192 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 16991 | 2024.11.01 08:28:21.760576 [ 192 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
| 16992 | 2024.11.01 08:28:21.760754 [ 192 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 16993 | 2024.11.01 08:28:21.761890 [ 187 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002494711 sec., 14430.529227633982 rows/sec., 1.20 MiB/sec. | ||
| 16994 | 2024.11.01 08:28:21.762177 [ 187 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 16995 | 2024.11.01 08:28:21.762718 [ 187 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_29_7} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16996 | 2024.11.01 08:28:21.762812 [ 187 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_29_7} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 16997 | 2024.11.01 08:28:21.762914 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16998 | 2024.11.01 08:28:21.798408 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47227, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16999 | 2024.11.01 08:28:21.946192 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58169, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17000 | 2024.11.01 08:28:21.960691 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39256, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17001 | 2024.11.01 08:28:21.984004 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56596, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17002 | 2024.11.01 08:28:22.040395 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55231, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17003 | 2024.11.01 08:28:22.216728 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38709, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17004 | 2024.11.01 08:28:22.619726 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61794, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17005 | 2024.11.01 08:28:22.924732 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39751, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17006 | 2024.11.01 08:28:23.025945 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48831, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17007 | 2024.11.01 08:28:23.072641 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45263, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17008 | 2024.11.01 08:28:23.072665 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59983, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17009 | 2024.11.01 08:28:23.134615 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17010 | 2024.11.01 08:28:23.139834 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41174, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17011 | 2024.11.01 08:28:24.087430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1528 | ||
| 17012 | 2024.11.01 08:28:24.090168 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17013 | 2024.11.01 08:28:24.090212 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17014 | 2024.11.01 08:28:24.091710 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 17015 | 2024.11.01 08:28:24.092715 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17016 | 2024.11.01 08:28:24.092935 [ 103 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 17017 | 2024.11.01 08:28:24.093069 [ 103 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17018 | 2024.11.01 08:28:24.093157 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17019 | 2024.11.01 08:28:24.093626 [ 199 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 17020 | 2024.11.01 08:28:24.094105 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1528 | ||
| 17021 | 2024.11.01 08:28:24.094927 [ 199 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17022 | 2024.11.01 08:28:24.095113 [ 199 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1388 rows starting from the beginning of the part | ||
| 17023 | 2024.11.01 08:28:24.095774 [ 199 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part | ||
| 17024 | 2024.11.01 08:28:24.096349 [ 199 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 28 rows starting from the beginning of the part | ||
| 17025 | 2024.11.01 08:28:24.096890 [ 199 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 20 rows starting from the beginning of the part | ||
| 17026 | 2024.11.01 08:28:24.097406 [ 199 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 32 rows starting from the beginning of the part | ||
| 17027 | 2024.11.01 08:28:24.097909 [ 199 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 28 rows starting from the beginning of the part | ||
| 17028 | 2024.11.01 08:28:24.106519 [ 186 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1528 rows, containing 72 columns (72 merged, 0 gathered) in 0.013207975 sec., 115687.68111690096 rows/sec., 77.37 MiB/sec. | ||
| 17029 | 2024.11.01 08:28:24.108244 [ 189 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 17030 | 2024.11.01 08:28:24.110019 [ 189 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_51_10} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17031 | 2024.11.01 08:28:24.110132 [ 189 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_51_10} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 17032 | 2024.11.01 08:28:24.110502 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. | ||
| 17033 | 2024.11.01 08:28:25.466067 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57819, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17034 | 2024.11.01 08:28:25.466187 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17035 | 2024.11.01 08:28:25.466213 [ 305 ] {} <Debug> HTTP-Session: 7ad3ed26-b746-45a6-9221-42632395abcb Authenticating user 'default' from [fd00:1122:3344:101::d]:57819 | ||
| 17036 | 2024.11.01 08:28:25.466237 [ 305 ] {} <Debug> HTTP-Session: 7ad3ed26-b746-45a6-9221-42632395abcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17037 | 2024.11.01 08:28:25.466252 [ 305 ] {} <Debug> HTTP-Session: 7ad3ed26-b746-45a6-9221-42632395abcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17038 | 2024.11.01 08:28:25.466304 [ 305 ] {} <Trace> HTTP-Session: 7ad3ed26-b746-45a6-9221-42632395abcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17039 | 2024.11.01 08:28:25.466494 [ 305 ] {b6a39590-5d2a-4903-9d8a-cd8b925e088d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57819) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 17040 | 2024.11.01 08:28:25.466563 [ 305 ] {b6a39590-5d2a-4903-9d8a-cd8b925e088d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17041 | 2024.11.01 08:28:25.466903 [ 305 ] {b6a39590-5d2a-4903-9d8a-cd8b925e088d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17042 | 2024.11.01 08:28:25.467351 [ 305 ] {b6a39590-5d2a-4903-9d8a-cd8b925e088d} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17043 | 2024.11.01 08:28:25.467401 [ 305 ] {b6a39590-5d2a-4903-9d8a-cd8b925e088d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17044 | 2024.11.01 08:28:25.467833 [ 305 ] {b6a39590-5d2a-4903-9d8a-cd8b925e088d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 17045 | 2024.11.01 08:28:25.468225 [ 305 ] {b6a39590-5d2a-4903-9d8a-cd8b925e088d} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17046 | 2024.11.01 08:28:25.468419 [ 305 ] {b6a39590-5d2a-4903-9d8a-cd8b925e088d} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001972 sec., 3042.5963488843818 rows/sec., 248.10 KiB/sec. | ||
| 17047 | 2024.11.01 08:28:25.468642 [ 305 ] {b6a39590-5d2a-4903-9d8a-cd8b925e088d} <Debug> DynamicQueryHandler: Done processing query | ||
| 17048 | 2024.11.01 08:28:25.468669 [ 305 ] {b6a39590-5d2a-4903-9d8a-cd8b925e088d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17049 | 2024.11.01 08:28:25.468686 [ 305 ] {} <Debug> HTTP-Session: 7ad3ed26-b746-45a6-9221-42632395abcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17050 | 2024.11.01 08:28:25.468867 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57819, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17051 | 2024.11.01 08:28:25.468992 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33556, User-Agent: (none), Length: 8195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17052 | 2024.11.01 08:28:25.469102 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17053 | 2024.11.01 08:28:25.469129 [ 302 ] {} <Debug> HTTP-Session: 266d0d7c-9a54-45a1-b8fd-acd5056efa47 Authenticating user 'default' from [fd00:1122:3344:101::d]:33556 | ||
| 17054 | 2024.11.01 08:28:25.469152 [ 302 ] {} <Debug> HTTP-Session: 266d0d7c-9a54-45a1-b8fd-acd5056efa47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17055 | 2024.11.01 08:28:25.469168 [ 302 ] {} <Debug> HTTP-Session: 266d0d7c-9a54-45a1-b8fd-acd5056efa47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17056 | 2024.11.01 08:28:25.469227 [ 302 ] {} <Trace> HTTP-Session: 266d0d7c-9a54-45a1-b8fd-acd5056efa47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17057 | 2024.11.01 08:28:25.469450 [ 302 ] {731c4e05-5fa9-46af-85c7-b8e9459163a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33556) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 17058 | 2024.11.01 08:28:25.469522 [ 302 ] {731c4e05-5fa9-46af-85c7-b8e9459163a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17059 | 2024.11.01 08:28:25.469868 [ 302 ] {731c4e05-5fa9-46af-85c7-b8e9459163a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17060 | 2024.11.01 08:28:25.470312 [ 302 ] {731c4e05-5fa9-46af-85c7-b8e9459163a5} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17061 | 2024.11.01 08:28:25.470372 [ 302 ] {731c4e05-5fa9-46af-85c7-b8e9459163a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17062 | 2024.11.01 08:28:25.470815 [ 302 ] {731c4e05-5fa9-46af-85c7-b8e9459163a5} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 17063 | 2024.11.01 08:28:25.471211 [ 302 ] {731c4e05-5fa9-46af-85c7-b8e9459163a5} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17064 | 2024.11.01 08:28:25.471406 [ 302 ] {731c4e05-5fa9-46af-85c7-b8e9459163a5} <Debug> executeQuery: Read 59 rows, 4.60 KiB in 0.002026 sec., 29121.42152023692 rows/sec., 2.22 MiB/sec. | ||
| 17065 | 2024.11.01 08:28:25.471619 [ 302 ] {731c4e05-5fa9-46af-85c7-b8e9459163a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 17066 | 2024.11.01 08:28:25.471648 [ 302 ] {731c4e05-5fa9-46af-85c7-b8e9459163a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 17067 | 2024.11.01 08:28:25.471665 [ 302 ] {} <Debug> HTTP-Session: 266d0d7c-9a54-45a1-b8fd-acd5056efa47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17068 | 2024.11.01 08:28:25.471839 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33556, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17069 | 2024.11.01 08:28:25.471883 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57819, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17070 | 2024.11.01 08:28:25.471988 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17071 | 2024.11.01 08:28:25.472021 [ 305 ] {} <Debug> HTTP-Session: 5bae6786-4f6d-4465-a6dd-2f58f3d8438b Authenticating user 'default' from [fd00:1122:3344:101::d]:57819 | ||
| 17072 | 2024.11.01 08:28:25.472046 [ 305 ] {} <Debug> HTTP-Session: 5bae6786-4f6d-4465-a6dd-2f58f3d8438b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17073 | 2024.11.01 08:28:25.472063 [ 305 ] {} <Debug> HTTP-Session: 5bae6786-4f6d-4465-a6dd-2f58f3d8438b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17074 | 2024.11.01 08:28:25.472112 [ 305 ] {} <Trace> HTTP-Session: 5bae6786-4f6d-4465-a6dd-2f58f3d8438b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17075 | 2024.11.01 08:28:25.472261 [ 305 ] {1d813b5e-19a3-4d35-8aae-b9217d8fd6ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57819) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 17076 | 2024.11.01 08:28:25.472319 [ 305 ] {1d813b5e-19a3-4d35-8aae-b9217d8fd6ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17077 | 2024.11.01 08:28:25.472601 [ 305 ] {1d813b5e-19a3-4d35-8aae-b9217d8fd6ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17078 | 2024.11.01 08:28:25.472913 [ 305 ] {1d813b5e-19a3-4d35-8aae-b9217d8fd6ca} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17079 | 2024.11.01 08:28:25.472951 [ 305 ] {1d813b5e-19a3-4d35-8aae-b9217d8fd6ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17080 | 2024.11.01 08:28:25.473312 [ 305 ] {1d813b5e-19a3-4d35-8aae-b9217d8fd6ca} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17081 | 2024.11.01 08:28:25.473689 [ 305 ] {1d813b5e-19a3-4d35-8aae-b9217d8fd6ca} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17082 | 2024.11.01 08:28:25.473845 [ 305 ] {1d813b5e-19a3-4d35-8aae-b9217d8fd6ca} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001622 sec., 3699.1368680641185 rows/sec., 258.29 KiB/sec. | ||
| 17083 | 2024.11.01 08:28:25.473862 [ 102 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 17084 | 2024.11.01 08:28:25.473972 [ 102 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17085 | 2024.11.01 08:28:25.474023 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17086 | 2024.11.01 08:28:25.474146 [ 305 ] {1d813b5e-19a3-4d35-8aae-b9217d8fd6ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 17087 | 2024.11.01 08:28:25.474205 [ 305 ] {1d813b5e-19a3-4d35-8aae-b9217d8fd6ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17088 | 2024.11.01 08:28:25.474254 [ 305 ] {} <Debug> HTTP-Session: 5bae6786-4f6d-4465-a6dd-2f58f3d8438b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17089 | 2024.11.01 08:28:25.474295 [ 194 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 17090 | 2024.11.01 08:28:25.474536 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57819, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17091 | 2024.11.01 08:28:25.474646 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62012, User-Agent: (none), Length: 11895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17092 | 2024.11.01 08:28:25.474731 [ 194 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17093 | 2024.11.01 08:28:25.474826 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17094 | 2024.11.01 08:28:25.474847 [ 194 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 60 rows starting from the beginning of the part | ||
| 17095 | 2024.11.01 08:28:25.474889 [ 302 ] {} <Debug> HTTP-Session: 2d461b35-664a-455c-87cb-8951749b9ec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:62012 | ||
| 17096 | 2024.11.01 08:28:25.474945 [ 302 ] {} <Debug> HTTP-Session: 2d461b35-664a-455c-87cb-8951749b9ec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17097 | 2024.11.01 08:28:25.474996 [ 302 ] {} <Debug> HTTP-Session: 2d461b35-664a-455c-87cb-8951749b9ec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17098 | 2024.11.01 08:28:25.475108 [ 194 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 2 rows starting from the beginning of the part | ||
| 17099 | 2024.11.01 08:28:25.475139 [ 302 ] {} <Trace> HTTP-Session: 2d461b35-664a-455c-87cb-8951749b9ec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17100 | 2024.11.01 08:28:25.475552 [ 194 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 42 rows starting from the beginning of the part | ||
| 17101 | 2024.11.01 08:28:25.475603 [ 302 ] {47b75568-18fb-45c7-b00b-0203710f9de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62012) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 17102 | 2024.11.01 08:28:25.475768 [ 302 ] {47b75568-18fb-45c7-b00b-0203710f9de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17103 | 2024.11.01 08:28:25.475917 [ 194 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 17104 | 2024.11.01 08:28:25.476237 [ 194 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 42 rows starting from the beginning of the part | ||
| 17105 | 2024.11.01 08:28:25.476649 [ 194 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part | ||
| 17106 | 2024.11.01 08:28:25.477325 [ 302 ] {47b75568-18fb-45c7-b00b-0203710f9de5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17107 | 2024.11.01 08:28:25.478274 [ 302 ] {47b75568-18fb-45c7-b00b-0203710f9de5} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17108 | 2024.11.01 08:28:25.478364 [ 302 ] {47b75568-18fb-45c7-b00b-0203710f9de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17109 | 2024.11.01 08:28:25.479522 [ 302 ] {47b75568-18fb-45c7-b00b-0203710f9de5} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 17110 | 2024.11.01 08:28:25.479531 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.005420013 sec., 29520.224397985763 rows/sec., 2.25 MiB/sec. | ||
| 17111 | 2024.11.01 08:28:25.479756 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 17112 | 2024.11.01 08:28:25.480570 [ 302 ] {47b75568-18fb-45c7-b00b-0203710f9de5} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17113 | 2024.11.01 08:28:25.480958 [ 302 ] {47b75568-18fb-45c7-b00b-0203710f9de5} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.005488 sec., 12755.102040816328 rows/sec., 1021.23 KiB/sec. | ||
| 17114 | 2024.11.01 08:28:25.480990 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_66_13} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17115 | 2024.11.01 08:28:25.481467 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_66_13} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 17116 | 2024.11.01 08:28:25.481518 [ 302 ] {47b75568-18fb-45c7-b00b-0203710f9de5} <Debug> DynamicQueryHandler: Done processing query | ||
| 17117 | 2024.11.01 08:28:25.481598 [ 302 ] {47b75568-18fb-45c7-b00b-0203710f9de5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 17118 | 2024.11.01 08:28:25.481679 [ 302 ] {} <Debug> HTTP-Session: 2d461b35-664a-455c-87cb-8951749b9ec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17119 | 2024.11.01 08:28:25.481814 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 17120 | 2024.11.01 08:28:25.481993 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62012, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17121 | 2024.11.01 08:28:25.482104 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54421, User-Agent: (none), Length: 31169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17122 | 2024.11.01 08:28:25.482182 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17123 | 2024.11.01 08:28:25.482204 [ 305 ] {} <Debug> HTTP-Session: eb828740-8ede-468c-ad17-fc0b71fbacf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54421 | ||
| 17124 | 2024.11.01 08:28:25.482224 [ 305 ] {} <Debug> HTTP-Session: eb828740-8ede-468c-ad17-fc0b71fbacf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17125 | 2024.11.01 08:28:25.482238 [ 305 ] {} <Debug> HTTP-Session: eb828740-8ede-468c-ad17-fc0b71fbacf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17126 | 2024.11.01 08:28:25.482281 [ 305 ] {} <Trace> HTTP-Session: eb828740-8ede-468c-ad17-fc0b71fbacf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17127 | 2024.11.01 08:28:25.482476 [ 305 ] {ba9a33d0-05ed-4b8f-9c4b-e941b16e2a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54421) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17128 | 2024.11.01 08:28:25.482531 [ 305 ] {ba9a33d0-05ed-4b8f-9c4b-e941b16e2a48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17129 | 2024.11.01 08:28:25.482727 [ 305 ] {ba9a33d0-05ed-4b8f-9c4b-e941b16e2a48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17130 | 2024.11.01 08:28:25.483316 [ 305 ] {ba9a33d0-05ed-4b8f-9c4b-e941b16e2a48} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17131 | 2024.11.01 08:28:25.483357 [ 305 ] {ba9a33d0-05ed-4b8f-9c4b-e941b16e2a48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17132 | 2024.11.01 08:28:25.483786 [ 305 ] {ba9a33d0-05ed-4b8f-9c4b-e941b16e2a48} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 17133 | 2024.11.01 08:28:25.484157 [ 305 ] {ba9a33d0-05ed-4b8f-9c4b-e941b16e2a48} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17134 | 2024.11.01 08:28:25.484323 [ 305 ] {ba9a33d0-05ed-4b8f-9c4b-e941b16e2a48} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001934 sec., 84281.28231644261 rows/sec., 5.87 MiB/sec. | ||
| 17135 | 2024.11.01 08:28:25.484613 [ 305 ] {ba9a33d0-05ed-4b8f-9c4b-e941b16e2a48} <Debug> DynamicQueryHandler: Done processing query | ||
| 17136 | 2024.11.01 08:28:25.484679 [ 305 ] {ba9a33d0-05ed-4b8f-9c4b-e941b16e2a48} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 17137 | 2024.11.01 08:28:25.484745 [ 305 ] {} <Debug> HTTP-Session: eb828740-8ede-468c-ad17-fc0b71fbacf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17138 | 2024.11.01 08:28:25.484967 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54421, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17139 | 2024.11.01 08:28:25.485034 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42791, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17140 | 2024.11.01 08:28:25.485120 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17141 | 2024.11.01 08:28:25.485144 [ 302 ] {} <Debug> HTTP-Session: 8bd73b35-c1bd-4fa8-a314-c5060ffa410b Authenticating user 'default' from [fd00:1122:3344:101::d]:42791 | ||
| 17142 | 2024.11.01 08:28:25.485162 [ 302 ] {} <Debug> HTTP-Session: 8bd73b35-c1bd-4fa8-a314-c5060ffa410b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17143 | 2024.11.01 08:28:25.485177 [ 302 ] {} <Debug> HTTP-Session: 8bd73b35-c1bd-4fa8-a314-c5060ffa410b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17144 | 2024.11.01 08:28:25.485219 [ 302 ] {} <Trace> HTTP-Session: 8bd73b35-c1bd-4fa8-a314-c5060ffa410b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17145 | 2024.11.01 08:28:25.485366 [ 302 ] {c60e2add-700c-45ee-9457-7f1f26f8c6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42791) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17146 | 2024.11.01 08:28:25.485418 [ 302 ] {c60e2add-700c-45ee-9457-7f1f26f8c6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17147 | 2024.11.01 08:28:25.485585 [ 302 ] {c60e2add-700c-45ee-9457-7f1f26f8c6c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17148 | 2024.11.01 08:28:25.485902 [ 302 ] {c60e2add-700c-45ee-9457-7f1f26f8c6c7} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17149 | 2024.11.01 08:28:25.485939 [ 302 ] {c60e2add-700c-45ee-9457-7f1f26f8c6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17150 | 2024.11.01 08:28:25.486327 [ 302 ] {c60e2add-700c-45ee-9457-7f1f26f8c6c7} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 17151 | 2024.11.01 08:28:25.486682 [ 302 ] {c60e2add-700c-45ee-9457-7f1f26f8c6c7} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17152 | 2024.11.01 08:28:25.486841 [ 302 ] {c60e2add-700c-45ee-9457-7f1f26f8c6c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001526 sec., 39318.47968545216 rows/sec., 2.65 MiB/sec. | ||
| 17153 | 2024.11.01 08:28:25.487113 [ 302 ] {c60e2add-700c-45ee-9457-7f1f26f8c6c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 17154 | 2024.11.01 08:28:25.487178 [ 302 ] {c60e2add-700c-45ee-9457-7f1f26f8c6c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 17155 | 2024.11.01 08:28:25.487238 [ 302 ] {} <Debug> HTTP-Session: 8bd73b35-c1bd-4fa8-a314-c5060ffa410b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17156 | 2024.11.01 08:28:25.487548 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42791, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17157 | 2024.11.01 08:28:28.641059 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17158 | 2024.11.01 08:28:28.641123 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17159 | 2024.11.01 08:28:30.466888 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55936, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17160 | 2024.11.01 08:28:30.467005 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17161 | 2024.11.01 08:28:30.467030 [ 305 ] {} <Debug> HTTP-Session: 31f666aa-8b37-4420-a987-36c7676f95ff Authenticating user 'default' from [fd00:1122:3344:101::d]:55936 | ||
| 17162 | 2024.11.01 08:28:30.467054 [ 305 ] {} <Debug> HTTP-Session: 31f666aa-8b37-4420-a987-36c7676f95ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17163 | 2024.11.01 08:28:30.467069 [ 305 ] {} <Debug> HTTP-Session: 31f666aa-8b37-4420-a987-36c7676f95ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17164 | 2024.11.01 08:28:30.467122 [ 305 ] {} <Trace> HTTP-Session: 31f666aa-8b37-4420-a987-36c7676f95ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17165 | 2024.11.01 08:28:30.467338 [ 305 ] {3ed09a0b-3615-44c4-a055-002f4ee460b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55936) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 17166 | 2024.11.01 08:28:30.467419 [ 305 ] {3ed09a0b-3615-44c4-a055-002f4ee460b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17167 | 2024.11.01 08:28:30.467783 [ 305 ] {3ed09a0b-3615-44c4-a055-002f4ee460b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17168 | 2024.11.01 08:28:30.468247 [ 305 ] {3ed09a0b-3615-44c4-a055-002f4ee460b2} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17169 | 2024.11.01 08:28:30.468290 [ 305 ] {3ed09a0b-3615-44c4-a055-002f4ee460b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17170 | 2024.11.01 08:28:30.468723 [ 305 ] {3ed09a0b-3615-44c4-a055-002f4ee460b2} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 17171 | 2024.11.01 08:28:30.469130 [ 305 ] {3ed09a0b-3615-44c4-a055-002f4ee460b2} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17172 | 2024.11.01 08:28:30.469301 [ 305 ] {3ed09a0b-3615-44c4-a055-002f4ee460b2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002034 sec., 27531.956735496562 rows/sec., 2.10 MiB/sec. | ||
| 17173 | 2024.11.01 08:28:30.469345 [ 94 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 17174 | 2024.11.01 08:28:30.469455 [ 94 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17175 | 2024.11.01 08:28:30.469499 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17176 | 2024.11.01 08:28:30.469622 [ 305 ] {3ed09a0b-3615-44c4-a055-002f4ee460b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 17177 | 2024.11.01 08:28:30.469637 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 17178 | 2024.11.01 08:28:30.469666 [ 305 ] {3ed09a0b-3615-44c4-a055-002f4ee460b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 17179 | 2024.11.01 08:28:30.469721 [ 305 ] {} <Debug> HTTP-Session: 31f666aa-8b37-4420-a987-36c7676f95ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17180 | 2024.11.01 08:28:30.469851 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17181 | 2024.11.01 08:28:30.469892 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1423 rows starting from the beginning of the part | ||
| 17182 | 2024.11.01 08:28:30.470007 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55936, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17183 | 2024.11.01 08:28:30.470159 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59224, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17184 | 2024.11.01 08:28:30.470218 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
| 17185 | 2024.11.01 08:28:30.470388 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17186 | 2024.11.01 08:28:30.470497 [ 302 ] {} <Debug> HTTP-Session: c4ee4c3f-9503-411b-84ee-59aed583576b Authenticating user 'default' from [fd00:1122:3344:101::d]:59224 | ||
| 17187 | 2024.11.01 08:28:30.470577 [ 302 ] {} <Debug> HTTP-Session: c4ee4c3f-9503-411b-84ee-59aed583576b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17188 | 2024.11.01 08:28:30.470645 [ 302 ] {} <Debug> HTTP-Session: c4ee4c3f-9503-411b-84ee-59aed583576b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17189 | 2024.11.01 08:28:30.470669 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 56 rows starting from the beginning of the part | ||
| 17190 | 2024.11.01 08:28:30.470767 [ 302 ] {} <Trace> HTTP-Session: c4ee4c3f-9503-411b-84ee-59aed583576b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17191 | 2024.11.01 08:28:30.470913 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 273 rows starting from the beginning of the part | ||
| 17192 | 2024.11.01 08:28:30.471118 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 59 rows starting from the beginning of the part | ||
| 17193 | 2024.11.01 08:28:30.471279 [ 302 ] {bef8ec4f-f869-4729-9e2c-d873f342bfee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59224) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 17194 | 2024.11.01 08:28:30.471429 [ 198 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 56 rows starting from the beginning of the part | ||
| 17195 | 2024.11.01 08:28:30.471501 [ 302 ] {bef8ec4f-f869-4729-9e2c-d873f342bfee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17196 | 2024.11.01 08:28:30.472714 [ 302 ] {bef8ec4f-f869-4729-9e2c-d873f342bfee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17197 | 2024.11.01 08:28:30.473872 [ 302 ] {bef8ec4f-f869-4729-9e2c-d873f342bfee} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17198 | 2024.11.01 08:28:30.473954 [ 302 ] {bef8ec4f-f869-4729-9e2c-d873f342bfee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17199 | 2024.11.01 08:28:30.474808 [ 190 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1927 rows, containing 5 columns (5 merged, 0 gathered) in 0.005229718 sec., 368471.1106793903 rows/sec., 32.14 MiB/sec. | ||
| 17200 | 2024.11.01 08:28:30.474853 [ 302 ] {bef8ec4f-f869-4729-9e2c-d873f342bfee} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 17201 | 2024.11.01 08:28:30.475102 [ 190 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 17202 | 2024.11.01 08:28:30.475875 [ 302 ] {bef8ec4f-f869-4729-9e2c-d873f342bfee} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17203 | 2024.11.01 08:28:30.476214 [ 94 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 17204 | 2024.11.01 08:28:30.476261 [ 302 ] {bef8ec4f-f869-4729-9e2c-d873f342bfee} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00517 sec., 12379.110251450677 rows/sec., 989.41 KiB/sec. | ||
| 17205 | 2024.11.01 08:28:30.476286 [ 94 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17206 | 2024.11.01 08:28:30.476300 [ 190 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_101_20} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17207 | 2024.11.01 08:28:30.476358 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17208 | 2024.11.01 08:28:30.476920 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 17209 | 2024.11.01 08:28:30.476909 [ 190 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_101_20} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 17210 | 2024.11.01 08:28:30.477121 [ 302 ] {bef8ec4f-f869-4729-9e2c-d873f342bfee} <Debug> DynamicQueryHandler: Done processing query | ||
| 17211 | 2024.11.01 08:28:30.477209 [ 302 ] {bef8ec4f-f869-4729-9e2c-d873f342bfee} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 17212 | 2024.11.01 08:28:30.477280 [ 302 ] {} <Debug> HTTP-Session: c4ee4c3f-9503-411b-84ee-59aed583576b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17213 | 2024.11.01 08:28:30.477634 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17214 | 2024.11.01 08:28:30.477670 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59224, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17215 | 2024.11.01 08:28:30.477782 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 916 rows starting from the beginning of the part | ||
| 17216 | 2024.11.01 08:28:30.477836 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42567, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17217 | 2024.11.01 08:28:30.478038 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17218 | 2024.11.01 08:28:30.478107 [ 302 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 17219 | |||
| 17220 | (version 23.8.7.1) | ||
| 17221 | 2024.11.01 08:28:30.478144 [ 305 ] {} <Debug> HTTP-Session: 3c7e6c48-1f6f-4693-abd3-c5ea3eba563c Authenticating user 'default' from [fd00:1122:3344:101::d]:42567 | ||
| 17222 | 2024.11.01 08:28:30.478183 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 72 rows starting from the beginning of the part | ||
| 17223 | 2024.11.01 08:28:30.478233 [ 305 ] {} <Debug> HTTP-Session: 3c7e6c48-1f6f-4693-abd3-c5ea3eba563c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17224 | 2024.11.01 08:28:30.478319 [ 305 ] {} <Debug> HTTP-Session: 3c7e6c48-1f6f-4693-abd3-c5ea3eba563c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17225 | 2024.11.01 08:28:30.478520 [ 305 ] {} <Trace> HTTP-Session: 3c7e6c48-1f6f-4693-abd3-c5ea3eba563c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17226 | 2024.11.01 08:28:30.478701 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 64 rows starting from the beginning of the part | ||
| 17227 | 2024.11.01 08:28:30.479217 [ 305 ] {283241a0-e6ae-4b04-9deb-b42f9989f32d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42567) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17228 | 2024.11.01 08:28:30.479284 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 424 rows starting from the beginning of the part | ||
| 17229 | 2024.11.01 08:28:30.479488 [ 305 ] {283241a0-e6ae-4b04-9deb-b42f9989f32d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17230 | 2024.11.01 08:28:30.479857 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 70 rows starting from the beginning of the part | ||
| 17231 | 2024.11.01 08:28:30.480469 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part | ||
| 17232 | 2024.11.01 08:28:30.481459 [ 305 ] {283241a0-e6ae-4b04-9deb-b42f9989f32d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17233 | 2024.11.01 08:28:30.481493 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 17234 | 2024.11.01 08:28:30.482142 [ 305 ] {283241a0-e6ae-4b04-9deb-b42f9989f32d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17235 | 2024.11.01 08:28:30.482190 [ 305 ] {283241a0-e6ae-4b04-9deb-b42f9989f32d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17236 | 2024.11.01 08:28:30.482748 [ 305 ] {283241a0-e6ae-4b04-9deb-b42f9989f32d} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 17237 | 2024.11.01 08:28:30.483022 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 5 columns (5 merged, 0 gathered) in 0.00650555 sec., 247480.99699487363 rows/sec., 19.09 MiB/sec. | ||
| 17238 | 2024.11.01 08:28:30.483184 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 17239 | 2024.11.01 08:28:30.483280 [ 305 ] {283241a0-e6ae-4b04-9deb-b42f9989f32d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17240 | 2024.11.01 08:28:30.483569 [ 305 ] {283241a0-e6ae-4b04-9deb-b42f9989f32d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004695 sec., 34078.80724174654 rows/sec., 2.37 MiB/sec. | ||
| 17241 | 2024.11.01 08:28:30.483562 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 17242 | 2024.11.01 08:28:30.483737 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17243 | 2024.11.01 08:28:30.483893 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17244 | 2024.11.01 08:28:30.484298 [ 305 ] {283241a0-e6ae-4b04-9deb-b42f9989f32d} <Debug> DynamicQueryHandler: Done processing query | ||
| 17245 | 2024.11.01 08:28:30.484396 [ 305 ] {283241a0-e6ae-4b04-9deb-b42f9989f32d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 17246 | 2024.11.01 08:28:30.484495 [ 305 ] {} <Debug> HTTP-Session: 3c7e6c48-1f6f-4693-abd3-c5ea3eba563c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17247 | 2024.11.01 08:28:30.484609 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 17248 | 2024.11.01 08:28:30.484801 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42567, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17249 | 2024.11.01 08:28:30.484899 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_101_20} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17250 | 2024.11.01 08:28:30.484965 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39860, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17251 | 2024.11.01 08:28:30.485160 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17252 | 2024.11.01 08:28:30.485236 [ 302 ] {} <Debug> HTTP-Session: cf4fb522-ee85-4a76-8672-1391121a4ff7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39860 | ||
| 17253 | 2024.11.01 08:28:30.485302 [ 302 ] {} <Debug> HTTP-Session: cf4fb522-ee85-4a76-8672-1391121a4ff7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17254 | 2024.11.01 08:28:30.485332 [ 196 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_101_20} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 17255 | 2024.11.01 08:28:30.485360 [ 302 ] {} <Debug> HTTP-Session: cf4fb522-ee85-4a76-8672-1391121a4ff7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17256 | 2024.11.01 08:28:30.485456 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17257 | 2024.11.01 08:28:30.485504 [ 302 ] {} <Trace> HTTP-Session: cf4fb522-ee85-4a76-8672-1391121a4ff7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17258 | 2024.11.01 08:28:30.485634 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_96_19, total 18829 rows starting from the beginning of the part | ||
| 17259 | 2024.11.01 08:28:30.485640 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 17260 | 2024.11.01 08:28:30.485972 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 132 rows starting from the beginning of the part | ||
| 17261 | 2024.11.01 08:28:30.486007 [ 302 ] {3b458903-3c79-49b0-9a51-2d20e10afe38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39860) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17262 | 2024.11.01 08:28:30.486220 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part | ||
| 17263 | 2024.11.01 08:28:30.486234 [ 302 ] {3b458903-3c79-49b0-9a51-2d20e10afe38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17264 | 2024.11.01 08:28:30.486536 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 237 rows starting from the beginning of the part | ||
| 17265 | 2024.11.01 08:28:30.486871 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 163 rows starting from the beginning of the part | ||
| 17266 | 2024.11.01 08:28:30.487346 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part | ||
| 17267 | 2024.11.01 08:28:30.487454 [ 302 ] {3b458903-3c79-49b0-9a51-2d20e10afe38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17268 | 2024.11.01 08:28:30.488463 [ 302 ] {3b458903-3c79-49b0-9a51-2d20e10afe38} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17269 | 2024.11.01 08:28:30.488533 [ 302 ] {3b458903-3c79-49b0-9a51-2d20e10afe38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17270 | 2024.11.01 08:28:30.489071 [ 302 ] {3b458903-3c79-49b0-9a51-2d20e10afe38} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 17271 | 2024.11.01 08:28:30.489620 [ 302 ] {3b458903-3c79-49b0-9a51-2d20e10afe38} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17272 | 2024.11.01 08:28:30.490010 [ 302 ] {3b458903-3c79-49b0-9a51-2d20e10afe38} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004229 sec., 14187.751241428234 rows/sec., 979.10 KiB/sec. | ||
| 17273 | 2024.11.01 08:28:30.490011 [ 94 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 17274 | 2024.11.01 08:28:30.490201 [ 94 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17275 | 2024.11.01 08:28:30.490352 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 17276 | 2024.11.01 08:28:30.490650 [ 302 ] {3b458903-3c79-49b0-9a51-2d20e10afe38} <Debug> DynamicQueryHandler: Done processing query | ||
| 17277 | 2024.11.01 08:28:30.490761 [ 302 ] {3b458903-3c79-49b0-9a51-2d20e10afe38} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 17278 | 2024.11.01 08:28:30.490813 [ 193 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 17279 | 2024.11.01 08:28:30.490837 [ 302 ] {} <Debug> HTTP-Session: cf4fb522-ee85-4a76-8672-1391121a4ff7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17280 | 2024.11.01 08:28:30.491041 [ 193 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17281 | 2024.11.01 08:28:30.491076 [ 193 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 6084 rows starting from the beginning of the part | ||
| 17282 | 2024.11.01 08:28:30.491184 [ 193 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 48 rows starting from the beginning of the part | ||
| 17283 | 2024.11.01 08:28:30.491258 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39860, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17284 | 2024.11.01 08:28:30.491500 [ 193 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part | ||
| 17285 | 2024.11.01 08:28:30.491670 [ 193 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 82 rows starting from the beginning of the part | ||
| 17286 | 2024.11.01 08:28:30.492096 [ 193 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
| 17287 | 2024.11.01 08:28:30.492215 [ 193 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
| 17288 | 2024.11.01 08:28:30.494391 [ 188 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6394 rows, containing 4 columns (4 merged, 0 gathered) in 0.003848635 sec., 1661368.2513410598 rows/sec., 109.18 MiB/sec. | ||
| 17289 | 2024.11.01 08:28:30.494614 [ 191 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19681 rows, containing 5 columns (5 merged, 0 gathered) in 0.010432766 sec., 1886460.4075275916 rows/sec., 128.83 MiB/sec. | ||
| 17290 | 2024.11.01 08:28:30.494881 [ 188 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 17291 | 2024.11.01 08:28:30.494995 [ 191 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 17292 | 2024.11.01 08:28:30.495689 [ 188 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_101_20} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17293 | 2024.11.01 08:28:30.495843 [ 188 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_101_20} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 17294 | 2024.11.01 08:28:30.495895 [ 191 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17295 | 2024.11.01 08:28:30.496012 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 17296 | 2024.11.01 08:28:30.496093 [ 191 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 17297 | 2024.11.01 08:28:30.496201 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
| 17298 | 2024.11.01 08:28:34.095216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1548 | ||
| 17299 | 2024.11.01 08:28:34.097904 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17300 | 2024.11.01 08:28:34.097960 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17301 | 2024.11.01 08:28:34.099486 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 17302 | 2024.11.01 08:28:34.100516 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17303 | 2024.11.01 08:28:34.102089 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1548 | ||
| 17304 | 2024.11.01 08:28:35.472572 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51586, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17305 | 2024.11.01 08:28:35.472741 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17306 | 2024.11.01 08:28:35.472772 [ 286 ] {} <Debug> HTTP-Session: deb774cf-d60b-450e-bed6-529c5ac9cbed Authenticating user 'default' from [fd00:1122:3344:101::d]:51586 | ||
| 17307 | 2024.11.01 08:28:35.472801 [ 286 ] {} <Debug> HTTP-Session: deb774cf-d60b-450e-bed6-529c5ac9cbed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17308 | 2024.11.01 08:28:35.472819 [ 286 ] {} <Debug> HTTP-Session: deb774cf-d60b-450e-bed6-529c5ac9cbed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17309 | 2024.11.01 08:28:35.472878 [ 286 ] {} <Trace> HTTP-Session: deb774cf-d60b-450e-bed6-529c5ac9cbed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17310 | 2024.11.01 08:28:35.473176 [ 286 ] {0266c7b0-38a9-42bd-9355-1390dc246291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51586) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 17311 | 2024.11.01 08:28:35.473255 [ 286 ] {0266c7b0-38a9-42bd-9355-1390dc246291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17312 | 2024.11.01 08:28:35.473651 [ 286 ] {0266c7b0-38a9-42bd-9355-1390dc246291} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17313 | 2024.11.01 08:28:35.474282 [ 286 ] {0266c7b0-38a9-42bd-9355-1390dc246291} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17314 | 2024.11.01 08:28:35.474327 [ 286 ] {0266c7b0-38a9-42bd-9355-1390dc246291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17315 | 2024.11.01 08:28:35.474780 [ 286 ] {0266c7b0-38a9-42bd-9355-1390dc246291} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 17316 | 2024.11.01 08:28:35.475187 [ 286 ] {0266c7b0-38a9-42bd-9355-1390dc246291} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17317 | 2024.11.01 08:28:35.475361 [ 286 ] {0266c7b0-38a9-42bd-9355-1390dc246291} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002322 sec., 117571.05943152455 rows/sec., 10.45 MiB/sec. | ||
| 17318 | 2024.11.01 08:28:35.475578 [ 286 ] {0266c7b0-38a9-42bd-9355-1390dc246291} <Debug> DynamicQueryHandler: Done processing query | ||
| 17319 | 2024.11.01 08:28:35.475606 [ 286 ] {0266c7b0-38a9-42bd-9355-1390dc246291} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 17320 | 2024.11.01 08:28:35.475623 [ 286 ] {} <Debug> HTTP-Session: deb774cf-d60b-450e-bed6-529c5ac9cbed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17321 | 2024.11.01 08:28:35.475831 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51586, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17322 | 2024.11.01 08:28:35.475924 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57925, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17323 | 2024.11.01 08:28:35.476004 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17324 | 2024.11.01 08:28:35.476029 [ 303 ] {} <Debug> HTTP-Session: d9e00d47-8574-4966-b86a-a2f2d11795f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57925 | ||
| 17325 | 2024.11.01 08:28:35.476050 [ 303 ] {} <Debug> HTTP-Session: d9e00d47-8574-4966-b86a-a2f2d11795f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17326 | 2024.11.01 08:28:35.476067 [ 303 ] {} <Debug> HTTP-Session: d9e00d47-8574-4966-b86a-a2f2d11795f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17327 | 2024.11.01 08:28:35.476108 [ 303 ] {} <Trace> HTTP-Session: d9e00d47-8574-4966-b86a-a2f2d11795f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17328 | 2024.11.01 08:28:35.476261 [ 303 ] {0871e550-ccd2-40a3-a3b3-2f81092ff16c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57925) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 17329 | 2024.11.01 08:28:35.476316 [ 303 ] {0871e550-ccd2-40a3-a3b3-2f81092ff16c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17330 | 2024.11.01 08:28:35.476604 [ 303 ] {0871e550-ccd2-40a3-a3b3-2f81092ff16c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17331 | 2024.11.01 08:28:35.476984 [ 303 ] {0871e550-ccd2-40a3-a3b3-2f81092ff16c} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17332 | 2024.11.01 08:28:35.477022 [ 303 ] {0871e550-ccd2-40a3-a3b3-2f81092ff16c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17333 | 2024.11.01 08:28:35.477411 [ 303 ] {0871e550-ccd2-40a3-a3b3-2f81092ff16c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17334 | 2024.11.01 08:28:35.477783 [ 303 ] {0871e550-ccd2-40a3-a3b3-2f81092ff16c} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17335 | 2024.11.01 08:28:35.477950 [ 303 ] {0871e550-ccd2-40a3-a3b3-2f81092ff16c} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001727 sec., 24319.629415170817 rows/sec., 1.79 MiB/sec. | ||
| 17336 | 2024.11.01 08:28:35.478226 [ 303 ] {0871e550-ccd2-40a3-a3b3-2f81092ff16c} <Debug> DynamicQueryHandler: Done processing query | ||
| 17337 | 2024.11.01 08:28:35.478291 [ 303 ] {0871e550-ccd2-40a3-a3b3-2f81092ff16c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 17338 | 2024.11.01 08:28:35.478341 [ 303 ] {} <Debug> HTTP-Session: d9e00d47-8574-4966-b86a-a2f2d11795f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17339 | 2024.11.01 08:28:35.478552 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17340 | 2024.11.01 08:28:35.478622 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36236, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17341 | 2024.11.01 08:28:35.478689 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17342 | 2024.11.01 08:28:35.478715 [ 286 ] {} <Debug> HTTP-Session: 5e0338d3-0eaa-439c-a906-32783a28be87 Authenticating user 'default' from [fd00:1122:3344:101::d]:36236 | ||
| 17343 | 2024.11.01 08:28:35.478738 [ 286 ] {} <Debug> HTTP-Session: 5e0338d3-0eaa-439c-a906-32783a28be87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17344 | 2024.11.01 08:28:35.478755 [ 286 ] {} <Debug> HTTP-Session: 5e0338d3-0eaa-439c-a906-32783a28be87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17345 | 2024.11.01 08:28:35.478797 [ 286 ] {} <Trace> HTTP-Session: 5e0338d3-0eaa-439c-a906-32783a28be87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17346 | 2024.11.01 08:28:35.478944 [ 286 ] {66615ef8-33eb-4cbd-b5f9-c5347a793002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36236) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 17347 | 2024.11.01 08:28:35.478999 [ 286 ] {66615ef8-33eb-4cbd-b5f9-c5347a793002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17348 | 2024.11.01 08:28:35.479300 [ 286 ] {66615ef8-33eb-4cbd-b5f9-c5347a793002} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17349 | 2024.11.01 08:28:35.479666 [ 286 ] {66615ef8-33eb-4cbd-b5f9-c5347a793002} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17350 | 2024.11.01 08:28:35.479705 [ 286 ] {66615ef8-33eb-4cbd-b5f9-c5347a793002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17351 | 2024.11.01 08:28:35.480072 [ 286 ] {66615ef8-33eb-4cbd-b5f9-c5347a793002} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 17352 | 2024.11.01 08:28:35.480457 [ 286 ] {66615ef8-33eb-4cbd-b5f9-c5347a793002} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17353 | 2024.11.01 08:28:35.480632 [ 286 ] {66615ef8-33eb-4cbd-b5f9-c5347a793002} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001719 sec., 8144.2699243746365 rows/sec., 570.37 KiB/sec. | ||
| 17354 | 2024.11.01 08:28:35.480947 [ 286 ] {66615ef8-33eb-4cbd-b5f9-c5347a793002} <Debug> DynamicQueryHandler: Done processing query | ||
| 17355 | 2024.11.01 08:28:35.480995 [ 286 ] {66615ef8-33eb-4cbd-b5f9-c5347a793002} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17356 | 2024.11.01 08:28:35.481023 [ 286 ] {} <Debug> HTTP-Session: 5e0338d3-0eaa-439c-a906-32783a28be87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17357 | 2024.11.01 08:28:35.481153 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57925, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17358 | 2024.11.01 08:28:35.481175 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36236, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17359 | 2024.11.01 08:28:35.481220 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17360 | 2024.11.01 08:28:35.481247 [ 303 ] {} <Debug> HTTP-Session: b09f16fe-5061-478b-afe5-97e5773b3b85 Authenticating user 'default' from [fd00:1122:3344:101::d]:57925 | ||
| 17361 | 2024.11.01 08:28:35.481270 [ 303 ] {} <Debug> HTTP-Session: b09f16fe-5061-478b-afe5-97e5773b3b85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17362 | 2024.11.01 08:28:35.481295 [ 303 ] {} <Debug> HTTP-Session: b09f16fe-5061-478b-afe5-97e5773b3b85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17363 | 2024.11.01 08:28:35.481336 [ 303 ] {} <Trace> HTTP-Session: b09f16fe-5061-478b-afe5-97e5773b3b85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17364 | 2024.11.01 08:28:35.481457 [ 303 ] {e3490cba-b234-4d7f-8ed4-08ca604da700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57925) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 17365 | 2024.11.01 08:28:35.481511 [ 303 ] {e3490cba-b234-4d7f-8ed4-08ca604da700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17366 | 2024.11.01 08:28:35.481785 [ 303 ] {e3490cba-b234-4d7f-8ed4-08ca604da700} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17367 | 2024.11.01 08:28:35.482106 [ 303 ] {e3490cba-b234-4d7f-8ed4-08ca604da700} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17368 | 2024.11.01 08:28:35.482142 [ 303 ] {e3490cba-b234-4d7f-8ed4-08ca604da700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17369 | 2024.11.01 08:28:35.482487 [ 303 ] {e3490cba-b234-4d7f-8ed4-08ca604da700} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 17370 | 2024.11.01 08:28:35.482861 [ 303 ] {e3490cba-b234-4d7f-8ed4-08ca604da700} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17371 | 2024.11.01 08:28:35.483004 [ 303 ] {e3490cba-b234-4d7f-8ed4-08ca604da700} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 224.22 KiB/sec. | ||
| 17372 | 2024.11.01 08:28:35.483193 [ 303 ] {e3490cba-b234-4d7f-8ed4-08ca604da700} <Debug> DynamicQueryHandler: Done processing query | ||
| 17373 | 2024.11.01 08:28:35.483218 [ 303 ] {e3490cba-b234-4d7f-8ed4-08ca604da700} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17374 | 2024.11.01 08:28:35.483236 [ 303 ] {} <Debug> HTTP-Session: b09f16fe-5061-478b-afe5-97e5773b3b85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17375 | 2024.11.01 08:28:35.483419 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17376 | 2024.11.01 08:28:35.483502 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40588, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17377 | 2024.11.01 08:28:35.483556 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17378 | 2024.11.01 08:28:35.483577 [ 286 ] {} <Debug> HTTP-Session: dd451f1b-0ea0-4b20-a24b-63baeb80f99a Authenticating user 'default' from [fd00:1122:3344:101::d]:40588 | ||
| 17379 | 2024.11.01 08:28:35.483594 [ 286 ] {} <Debug> HTTP-Session: dd451f1b-0ea0-4b20-a24b-63baeb80f99a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17380 | 2024.11.01 08:28:35.483609 [ 286 ] {} <Debug> HTTP-Session: dd451f1b-0ea0-4b20-a24b-63baeb80f99a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17381 | 2024.11.01 08:28:35.483640 [ 286 ] {} <Trace> HTTP-Session: dd451f1b-0ea0-4b20-a24b-63baeb80f99a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17382 | 2024.11.01 08:28:35.483874 [ 286 ] {1283cbad-af27-42c4-9792-5b1cd730057d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40588) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 17383 | 2024.11.01 08:28:35.483920 [ 286 ] {1283cbad-af27-42c4-9792-5b1cd730057d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17384 | 2024.11.01 08:28:35.484153 [ 286 ] {1283cbad-af27-42c4-9792-5b1cd730057d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17385 | 2024.11.01 08:28:35.484743 [ 286 ] {1283cbad-af27-42c4-9792-5b1cd730057d} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17386 | 2024.11.01 08:28:35.484783 [ 286 ] {1283cbad-af27-42c4-9792-5b1cd730057d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17387 | 2024.11.01 08:28:35.485172 [ 286 ] {1283cbad-af27-42c4-9792-5b1cd730057d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 17388 | 2024.11.01 08:28:35.485557 [ 286 ] {1283cbad-af27-42c4-9792-5b1cd730057d} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17389 | 2024.11.01 08:28:35.485721 [ 286 ] {1283cbad-af27-42c4-9792-5b1cd730057d} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.00196 sec., 216326.5306122449 rows/sec., 15.47 MiB/sec. | ||
| 17390 | 2024.11.01 08:28:35.485912 [ 286 ] {1283cbad-af27-42c4-9792-5b1cd730057d} <Debug> DynamicQueryHandler: Done processing query | ||
| 17391 | 2024.11.01 08:28:35.485938 [ 286 ] {1283cbad-af27-42c4-9792-5b1cd730057d} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 17392 | 2024.11.01 08:28:35.485954 [ 286 ] {} <Debug> HTTP-Session: dd451f1b-0ea0-4b20-a24b-63baeb80f99a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17393 | 2024.11.01 08:28:35.486095 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57925, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17394 | 2024.11.01 08:28:35.486108 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40588, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17395 | 2024.11.01 08:28:35.486155 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17396 | 2024.11.01 08:28:35.486182 [ 303 ] {} <Debug> HTTP-Session: 3a54ef1f-fb98-4f61-ad33-7b90d7f71685 Authenticating user 'default' from [fd00:1122:3344:101::d]:57925 | ||
| 17397 | 2024.11.01 08:28:35.486208 [ 303 ] {} <Debug> HTTP-Session: 3a54ef1f-fb98-4f61-ad33-7b90d7f71685 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17398 | 2024.11.01 08:28:35.486231 [ 303 ] {} <Debug> HTTP-Session: 3a54ef1f-fb98-4f61-ad33-7b90d7f71685 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17399 | 2024.11.01 08:28:35.486275 [ 303 ] {} <Trace> HTTP-Session: 3a54ef1f-fb98-4f61-ad33-7b90d7f71685 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17400 | 2024.11.01 08:28:35.486392 [ 303 ] {87258399-61f1-4658-a344-791e663ffd2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57925) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 17401 | 2024.11.01 08:28:35.486445 [ 303 ] {87258399-61f1-4658-a344-791e663ffd2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17402 | 2024.11.01 08:28:35.486608 [ 303 ] {87258399-61f1-4658-a344-791e663ffd2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17403 | 2024.11.01 08:28:35.486882 [ 303 ] {87258399-61f1-4658-a344-791e663ffd2a} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17404 | 2024.11.01 08:28:35.486919 [ 303 ] {87258399-61f1-4658-a344-791e663ffd2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17405 | 2024.11.01 08:28:35.487278 [ 303 ] {87258399-61f1-4658-a344-791e663ffd2a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 17406 | 2024.11.01 08:28:35.487613 [ 303 ] {87258399-61f1-4658-a344-791e663ffd2a} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17407 | 2024.11.01 08:28:35.487772 [ 303 ] {87258399-61f1-4658-a344-791e663ffd2a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001409 sec., 4258.3392476934 rows/sec., 222.48 KiB/sec. | ||
| 17408 | 2024.11.01 08:28:35.487931 [ 303 ] {87258399-61f1-4658-a344-791e663ffd2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 17409 | 2024.11.01 08:28:35.487955 [ 303 ] {87258399-61f1-4658-a344-791e663ffd2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 17410 | 2024.11.01 08:28:35.487972 [ 303 ] {} <Debug> HTTP-Session: 3a54ef1f-fb98-4f61-ad33-7b90d7f71685 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17411 | 2024.11.01 08:28:35.488150 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17412 | 2024.11.01 08:28:35.488303 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42535, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17413 | 2024.11.01 08:28:35.488377 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17414 | 2024.11.01 08:28:35.488401 [ 286 ] {} <Debug> HTTP-Session: 3edbb892-c69d-448b-983f-a92d59d630e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42535 | ||
| 17415 | 2024.11.01 08:28:35.488423 [ 286 ] {} <Debug> HTTP-Session: 3edbb892-c69d-448b-983f-a92d59d630e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17416 | 2024.11.01 08:28:35.488441 [ 286 ] {} <Debug> HTTP-Session: 3edbb892-c69d-448b-983f-a92d59d630e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17417 | 2024.11.01 08:28:35.488480 [ 286 ] {} <Trace> HTTP-Session: 3edbb892-c69d-448b-983f-a92d59d630e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17418 | 2024.11.01 08:28:35.488694 [ 286 ] {8d7e7990-dd26-4997-bd63-e36a360d10e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42535) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17419 | 2024.11.01 08:28:35.488741 [ 286 ] {8d7e7990-dd26-4997-bd63-e36a360d10e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17420 | 2024.11.01 08:28:35.488887 [ 286 ] {8d7e7990-dd26-4997-bd63-e36a360d10e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17421 | 2024.11.01 08:28:35.489314 [ 286 ] {8d7e7990-dd26-4997-bd63-e36a360d10e1} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17422 | 2024.11.01 08:28:35.489351 [ 286 ] {8d7e7990-dd26-4997-bd63-e36a360d10e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17423 | 2024.11.01 08:28:35.489742 [ 286 ] {8d7e7990-dd26-4997-bd63-e36a360d10e1} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 17424 | 2024.11.01 08:28:35.490090 [ 286 ] {8d7e7990-dd26-4997-bd63-e36a360d10e1} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17425 | 2024.11.01 08:28:35.490244 [ 286 ] {8d7e7990-dd26-4997-bd63-e36a360d10e1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00165 sec., 143636.36363636365 rows/sec., 9.63 MiB/sec. | ||
| 17426 | 2024.11.01 08:28:35.490500 [ 286 ] {8d7e7990-dd26-4997-bd63-e36a360d10e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 17427 | 2024.11.01 08:28:35.490528 [ 286 ] {8d7e7990-dd26-4997-bd63-e36a360d10e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 17428 | 2024.11.01 08:28:35.490545 [ 286 ] {} <Debug> HTTP-Session: 3edbb892-c69d-448b-983f-a92d59d630e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17429 | 2024.11.01 08:28:35.490672 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42535, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17430 | 2024.11.01 08:28:35.490686 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57925, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17431 | 2024.11.01 08:28:35.490751 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17432 | 2024.11.01 08:28:35.490774 [ 303 ] {} <Debug> HTTP-Session: f3fbbc30-431b-4ebe-a853-50f2b77dc1f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57925 | ||
| 17433 | 2024.11.01 08:28:35.490800 [ 303 ] {} <Debug> HTTP-Session: f3fbbc30-431b-4ebe-a853-50f2b77dc1f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17434 | 2024.11.01 08:28:35.490821 [ 303 ] {} <Debug> HTTP-Session: f3fbbc30-431b-4ebe-a853-50f2b77dc1f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17435 | 2024.11.01 08:28:35.490860 [ 303 ] {} <Trace> HTTP-Session: f3fbbc30-431b-4ebe-a853-50f2b77dc1f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17436 | 2024.11.01 08:28:35.490974 [ 303 ] {14433a43-6bd4-4beb-898e-9f059d671096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57925) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 17437 | 2024.11.01 08:28:35.491028 [ 303 ] {14433a43-6bd4-4beb-898e-9f059d671096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17438 | 2024.11.01 08:28:35.491210 [ 303 ] {14433a43-6bd4-4beb-898e-9f059d671096} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17439 | 2024.11.01 08:28:35.491499 [ 303 ] {14433a43-6bd4-4beb-898e-9f059d671096} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17440 | 2024.11.01 08:28:35.491540 [ 303 ] {14433a43-6bd4-4beb-898e-9f059d671096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17441 | 2024.11.01 08:28:35.491906 [ 303 ] {14433a43-6bd4-4beb-898e-9f059d671096} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 17442 | 2024.11.01 08:28:35.492228 [ 303 ] {14433a43-6bd4-4beb-898e-9f059d671096} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17443 | 2024.11.01 08:28:35.492386 [ 303 ] {14433a43-6bd4-4beb-898e-9f059d671096} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001433 sec., 697.8367062107467 rows/sec., 47.02 KiB/sec. | ||
| 17444 | 2024.11.01 08:28:35.492663 [ 303 ] {14433a43-6bd4-4beb-898e-9f059d671096} <Debug> DynamicQueryHandler: Done processing query | ||
| 17445 | 2024.11.01 08:28:35.492701 [ 303 ] {14433a43-6bd4-4beb-898e-9f059d671096} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 17446 | 2024.11.01 08:28:35.492731 [ 303 ] {} <Debug> HTTP-Session: f3fbbc30-431b-4ebe-a853-50f2b77dc1f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17447 | 2024.11.01 08:28:35.492932 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17448 | 2024.11.01 08:28:35.493010 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62088, User-Agent: (none), Length: 70893, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17449 | 2024.11.01 08:28:35.493072 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17450 | 2024.11.01 08:28:35.493096 [ 286 ] {} <Debug> HTTP-Session: c8c7bc7a-2ee7-4501-8cfd-c7aed727fd64 Authenticating user 'default' from [fd00:1122:3344:101::d]:62088 | ||
| 17451 | 2024.11.01 08:28:35.493116 [ 286 ] {} <Debug> HTTP-Session: c8c7bc7a-2ee7-4501-8cfd-c7aed727fd64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17452 | 2024.11.01 08:28:35.493134 [ 286 ] {} <Debug> HTTP-Session: c8c7bc7a-2ee7-4501-8cfd-c7aed727fd64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17453 | 2024.11.01 08:28:35.493173 [ 286 ] {} <Trace> HTTP-Session: c8c7bc7a-2ee7-4501-8cfd-c7aed727fd64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17454 | 2024.11.01 08:28:35.493674 [ 286 ] {891b020c-1666-4079-b014-d98c76e88521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62088) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17455 | 2024.11.01 08:28:35.493746 [ 286 ] {891b020c-1666-4079-b014-d98c76e88521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17456 | 2024.11.01 08:28:35.494188 [ 286 ] {891b020c-1666-4079-b014-d98c76e88521} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17457 | 2024.11.01 08:28:35.494939 [ 286 ] {891b020c-1666-4079-b014-d98c76e88521} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17458 | 2024.11.01 08:28:35.494977 [ 286 ] {891b020c-1666-4079-b014-d98c76e88521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17459 | 2024.11.01 08:28:35.495091 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17460 | 2024.11.01 08:28:35.495164 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17461 | 2024.11.01 08:28:35.495791 [ 286 ] {891b020c-1666-4079-b014-d98c76e88521} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 17462 | 2024.11.01 08:28:35.496241 [ 286 ] {891b020c-1666-4079-b014-d98c76e88521} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17463 | 2024.11.01 08:28:35.496444 [ 286 ] {891b020c-1666-4079-b014-d98c76e88521} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003153 sec., 13320.647002854424 rows/sec., 23.87 MiB/sec. | ||
| 17464 | 2024.11.01 08:28:35.496829 [ 286 ] {891b020c-1666-4079-b014-d98c76e88521} <Debug> DynamicQueryHandler: Done processing query | ||
| 17465 | 2024.11.01 08:28:35.496855 [ 286 ] {891b020c-1666-4079-b014-d98c76e88521} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 17466 | 2024.11.01 08:28:35.496872 [ 286 ] {} <Debug> HTTP-Session: c8c7bc7a-2ee7-4501-8cfd-c7aed727fd64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17467 | 2024.11.01 08:28:35.497063 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57925, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17468 | 2024.11.01 08:28:35.497072 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62088, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17469 | 2024.11.01 08:28:35.497124 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17470 | 2024.11.01 08:28:35.497150 [ 303 ] {} <Debug> HTTP-Session: eeab4cd2-80c8-42d0-b874-19d4a469e74a Authenticating user 'default' from [fd00:1122:3344:101::d]:57925 | ||
| 17471 | 2024.11.01 08:28:35.497171 [ 303 ] {} <Debug> HTTP-Session: eeab4cd2-80c8-42d0-b874-19d4a469e74a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17472 | 2024.11.01 08:28:35.497198 [ 303 ] {} <Debug> HTTP-Session: eeab4cd2-80c8-42d0-b874-19d4a469e74a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17473 | 2024.11.01 08:28:35.497237 [ 303 ] {} <Trace> HTTP-Session: eeab4cd2-80c8-42d0-b874-19d4a469e74a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17474 | 2024.11.01 08:28:35.497412 [ 303 ] {ede3e787-1027-4863-b5f0-971ae65f063b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57925) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17475 | 2024.11.01 08:28:35.497502 [ 303 ] {ede3e787-1027-4863-b5f0-971ae65f063b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17476 | 2024.11.01 08:28:35.497670 [ 303 ] {ede3e787-1027-4863-b5f0-971ae65f063b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17477 | 2024.11.01 08:28:35.497976 [ 303 ] {ede3e787-1027-4863-b5f0-971ae65f063b} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17478 | 2024.11.01 08:28:35.498012 [ 303 ] {ede3e787-1027-4863-b5f0-971ae65f063b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17479 | 2024.11.01 08:28:35.498375 [ 303 ] {ede3e787-1027-4863-b5f0-971ae65f063b} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 17480 | 2024.11.01 08:28:35.498701 [ 303 ] {ede3e787-1027-4863-b5f0-971ae65f063b} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17481 | 2024.11.01 08:28:35.498849 [ 303 ] {ede3e787-1027-4863-b5f0-971ae65f063b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001501 sec., 54630.24650233178 rows/sec., 3.47 MiB/sec. | ||
| 17482 | 2024.11.01 08:28:35.498996 [ 221 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17483 | 2024.11.01 08:28:35.499050 [ 221 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17484 | 2024.11.01 08:28:35.499079 [ 303 ] {ede3e787-1027-4863-b5f0-971ae65f063b} <Debug> DynamicQueryHandler: Done processing query | ||
| 17485 | 2024.11.01 08:28:35.499117 [ 303 ] {ede3e787-1027-4863-b5f0-971ae65f063b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17486 | 2024.11.01 08:28:35.499136 [ 303 ] {} <Debug> HTTP-Session: eeab4cd2-80c8-42d0-b874-19d4a469e74a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17487 | 2024.11.01 08:28:35.499434 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17488 | 2024.11.01 08:28:35.502091 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17489 | 2024.11.01 08:28:35.502173 [ 221 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17490 | 2024.11.01 08:28:36.141895 [ 218 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17491 | 2024.11.01 08:28:36.141950 [ 218 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17492 | 2024.11.01 08:28:36.144167 [ 218 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17493 | 2024.11.01 08:28:36.458833 [ 218 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17494 | 2024.11.01 08:28:36.458912 [ 218 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17495 | 2024.11.01 08:28:36.461454 [ 218 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17496 | 2024.11.01 08:28:40.464737 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39662, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17497 | 2024.11.01 08:28:40.464874 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17498 | 2024.11.01 08:28:40.464902 [ 303 ] {} <Debug> HTTP-Session: cae0f9ff-505a-4fde-ba59-3756868e7206 Authenticating user 'default' from [fd00:1122:3344:101::d]:39662 | ||
| 17499 | 2024.11.01 08:28:40.464930 [ 303 ] {} <Debug> HTTP-Session: cae0f9ff-505a-4fde-ba59-3756868e7206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17500 | 2024.11.01 08:28:40.464949 [ 303 ] {} <Debug> HTTP-Session: cae0f9ff-505a-4fde-ba59-3756868e7206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17501 | 2024.11.01 08:28:40.465004 [ 303 ] {} <Trace> HTTP-Session: cae0f9ff-505a-4fde-ba59-3756868e7206 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17502 | 2024.11.01 08:28:40.465198 [ 303 ] {4d5e66b1-a225-4088-9f0e-33da567e6147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39662) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 17503 | 2024.11.01 08:28:40.465273 [ 303 ] {4d5e66b1-a225-4088-9f0e-33da567e6147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17504 | 2024.11.01 08:28:40.465657 [ 303 ] {4d5e66b1-a225-4088-9f0e-33da567e6147} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17505 | 2024.11.01 08:28:40.466101 [ 303 ] {4d5e66b1-a225-4088-9f0e-33da567e6147} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17506 | 2024.11.01 08:28:40.466139 [ 303 ] {4d5e66b1-a225-4088-9f0e-33da567e6147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17507 | 2024.11.01 08:28:40.466565 [ 303 ] {4d5e66b1-a225-4088-9f0e-33da567e6147} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 17508 | 2024.11.01 08:28:40.466950 [ 303 ] {4d5e66b1-a225-4088-9f0e-33da567e6147} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17509 | 2024.11.01 08:28:40.467089 [ 303 ] {4d5e66b1-a225-4088-9f0e-33da567e6147} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00195 sec., 1025.6410256410256 rows/sec., 83.63 KiB/sec. | ||
| 17510 | 2024.11.01 08:28:40.467284 [ 303 ] {4d5e66b1-a225-4088-9f0e-33da567e6147} <Debug> DynamicQueryHandler: Done processing query | ||
| 17511 | 2024.11.01 08:28:40.467312 [ 303 ] {4d5e66b1-a225-4088-9f0e-33da567e6147} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 17512 | 2024.11.01 08:28:40.467328 [ 303 ] {} <Debug> HTTP-Session: cae0f9ff-505a-4fde-ba59-3756868e7206 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17513 | 2024.11.01 08:28:40.467526 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17514 | 2024.11.01 08:28:40.467654 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44173, User-Agent: (none), Length: 7928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17515 | 2024.11.01 08:28:40.467729 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17516 | 2024.11.01 08:28:40.467756 [ 286 ] {} <Debug> HTTP-Session: 32cfbc0b-3e7e-47b2-9a92-a1335ad86d20 Authenticating user 'default' from [fd00:1122:3344:101::d]:44173 | ||
| 17517 | 2024.11.01 08:28:40.467777 [ 286 ] {} <Debug> HTTP-Session: 32cfbc0b-3e7e-47b2-9a92-a1335ad86d20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17518 | 2024.11.01 08:28:40.467794 [ 286 ] {} <Debug> HTTP-Session: 32cfbc0b-3e7e-47b2-9a92-a1335ad86d20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17519 | 2024.11.01 08:28:40.467828 [ 286 ] {} <Trace> HTTP-Session: 32cfbc0b-3e7e-47b2-9a92-a1335ad86d20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17520 | 2024.11.01 08:28:40.467950 [ 286 ] {6199db8b-48b8-4df0-8715-49bcc748d81b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44173) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 17521 | 2024.11.01 08:28:40.467996 [ 286 ] {6199db8b-48b8-4df0-8715-49bcc748d81b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17522 | 2024.11.01 08:28:40.468221 [ 286 ] {6199db8b-48b8-4df0-8715-49bcc748d81b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17523 | 2024.11.01 08:28:40.468581 [ 286 ] {6199db8b-48b8-4df0-8715-49bcc748d81b} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17524 | 2024.11.01 08:28:40.468617 [ 286 ] {6199db8b-48b8-4df0-8715-49bcc748d81b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17525 | 2024.11.01 08:28:40.468981 [ 286 ] {6199db8b-48b8-4df0-8715-49bcc748d81b} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 17526 | 2024.11.01 08:28:40.469338 [ 286 ] {6199db8b-48b8-4df0-8715-49bcc748d81b} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17527 | 2024.11.01 08:28:40.469464 [ 286 ] {6199db8b-48b8-4df0-8715-49bcc748d81b} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001555 sec., 36655.948553054666 rows/sec., 2.80 MiB/sec. | ||
| 17528 | 2024.11.01 08:28:40.469658 [ 286 ] {6199db8b-48b8-4df0-8715-49bcc748d81b} <Debug> DynamicQueryHandler: Done processing query | ||
| 17529 | 2024.11.01 08:28:40.469696 [ 286 ] {6199db8b-48b8-4df0-8715-49bcc748d81b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 17530 | 2024.11.01 08:28:40.469726 [ 286 ] {} <Debug> HTTP-Session: 32cfbc0b-3e7e-47b2-9a92-a1335ad86d20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17531 | 2024.11.01 08:28:40.469907 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44173, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17532 | 2024.11.01 08:28:40.469917 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39662, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17533 | 2024.11.01 08:28:40.469988 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17534 | 2024.11.01 08:28:40.470009 [ 303 ] {} <Debug> HTTP-Session: 21469aa2-2528-4012-951c-f6f97927e67d Authenticating user 'default' from [fd00:1122:3344:101::d]:39662 | ||
| 17535 | 2024.11.01 08:28:40.470026 [ 303 ] {} <Debug> HTTP-Session: 21469aa2-2528-4012-951c-f6f97927e67d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17536 | 2024.11.01 08:28:40.470040 [ 303 ] {} <Debug> HTTP-Session: 21469aa2-2528-4012-951c-f6f97927e67d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17537 | 2024.11.01 08:28:40.470074 [ 303 ] {} <Trace> HTTP-Session: 21469aa2-2528-4012-951c-f6f97927e67d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17538 | 2024.11.01 08:28:40.470180 [ 303 ] {91aa7938-d3a8-4e2b-b948-d48f8bc13582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39662) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 17539 | 2024.11.01 08:28:40.470226 [ 303 ] {91aa7938-d3a8-4e2b-b948-d48f8bc13582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17540 | 2024.11.01 08:28:40.470455 [ 303 ] {91aa7938-d3a8-4e2b-b948-d48f8bc13582} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17541 | 2024.11.01 08:28:40.470821 [ 303 ] {91aa7938-d3a8-4e2b-b948-d48f8bc13582} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17542 | 2024.11.01 08:28:40.470857 [ 303 ] {91aa7938-d3a8-4e2b-b948-d48f8bc13582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17543 | 2024.11.01 08:28:40.471214 [ 303 ] {91aa7938-d3a8-4e2b-b948-d48f8bc13582} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17544 | 2024.11.01 08:28:40.471581 [ 303 ] {91aa7938-d3a8-4e2b-b948-d48f8bc13582} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17545 | 2024.11.01 08:28:40.471709 [ 303 ] {91aa7938-d3a8-4e2b-b948-d48f8bc13582} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001552 sec., 1288.659793814433 rows/sec., 89.98 KiB/sec. | ||
| 17546 | 2024.11.01 08:28:40.471887 [ 303 ] {91aa7938-d3a8-4e2b-b948-d48f8bc13582} <Debug> DynamicQueryHandler: Done processing query | ||
| 17547 | 2024.11.01 08:28:40.471912 [ 303 ] {91aa7938-d3a8-4e2b-b948-d48f8bc13582} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 17548 | 2024.11.01 08:28:40.471928 [ 303 ] {} <Debug> HTTP-Session: 21469aa2-2528-4012-951c-f6f97927e67d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17549 | 2024.11.01 08:28:40.472093 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17550 | 2024.11.01 08:28:40.472184 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58040, User-Agent: (none), Length: 11211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17551 | 2024.11.01 08:28:40.472245 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17552 | 2024.11.01 08:28:40.472268 [ 286 ] {} <Debug> HTTP-Session: 29e2609f-1a86-43ab-80a9-c1219451c6e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:58040 | ||
| 17553 | 2024.11.01 08:28:40.472288 [ 286 ] {} <Debug> HTTP-Session: 29e2609f-1a86-43ab-80a9-c1219451c6e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17554 | 2024.11.01 08:28:40.472304 [ 286 ] {} <Debug> HTTP-Session: 29e2609f-1a86-43ab-80a9-c1219451c6e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17555 | 2024.11.01 08:28:40.472343 [ 286 ] {} <Trace> HTTP-Session: 29e2609f-1a86-43ab-80a9-c1219451c6e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17556 | 2024.11.01 08:28:40.472484 [ 286 ] {69df6004-d17c-4338-9c7a-2b02177878b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58040) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 17557 | 2024.11.01 08:28:40.472537 [ 286 ] {69df6004-d17c-4338-9c7a-2b02177878b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17558 | 2024.11.01 08:28:40.472813 [ 286 ] {69df6004-d17c-4338-9c7a-2b02177878b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17559 | 2024.11.01 08:28:40.473193 [ 286 ] {69df6004-d17c-4338-9c7a-2b02177878b8} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17560 | 2024.11.01 08:28:40.473229 [ 286 ] {69df6004-d17c-4338-9c7a-2b02177878b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17561 | 2024.11.01 08:28:40.473583 [ 286 ] {69df6004-d17c-4338-9c7a-2b02177878b8} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 17562 | 2024.11.01 08:28:40.473944 [ 286 ] {69df6004-d17c-4338-9c7a-2b02177878b8} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17563 | 2024.11.01 08:28:40.474068 [ 286 ] {69df6004-d17c-4338-9c7a-2b02177878b8} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001634 sec., 40391.67686658507 rows/sec., 3.15 MiB/sec. | ||
| 17564 | 2024.11.01 08:28:40.474250 [ 286 ] {69df6004-d17c-4338-9c7a-2b02177878b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 17565 | 2024.11.01 08:28:40.474275 [ 286 ] {69df6004-d17c-4338-9c7a-2b02177878b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 17566 | 2024.11.01 08:28:40.474291 [ 286 ] {} <Debug> HTTP-Session: 29e2609f-1a86-43ab-80a9-c1219451c6e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17567 | 2024.11.01 08:28:40.474468 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39662, User-Agent: (none), Length: 24681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17568 | 2024.11.01 08:28:40.474476 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58040, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17569 | 2024.11.01 08:28:40.474530 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17570 | 2024.11.01 08:28:40.474558 [ 303 ] {} <Debug> HTTP-Session: 031e3033-36bb-4966-872e-6564c1499425 Authenticating user 'default' from [fd00:1122:3344:101::d]:39662 | ||
| 17571 | 2024.11.01 08:28:40.474580 [ 303 ] {} <Debug> HTTP-Session: 031e3033-36bb-4966-872e-6564c1499425 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17572 | 2024.11.01 08:28:40.474599 [ 303 ] {} <Debug> HTTP-Session: 031e3033-36bb-4966-872e-6564c1499425 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17573 | 2024.11.01 08:28:40.474639 [ 303 ] {} <Trace> HTTP-Session: 031e3033-36bb-4966-872e-6564c1499425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17574 | 2024.11.01 08:28:40.474824 [ 303 ] {3ab918f8-c0e5-4a5a-b02c-c637e3aba9c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39662) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17575 | 2024.11.01 08:28:40.474871 [ 303 ] {3ab918f8-c0e5-4a5a-b02c-c637e3aba9c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17576 | 2024.11.01 08:28:40.475016 [ 303 ] {3ab918f8-c0e5-4a5a-b02c-c637e3aba9c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17577 | 2024.11.01 08:28:40.475400 [ 303 ] {3ab918f8-c0e5-4a5a-b02c-c637e3aba9c0} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17578 | 2024.11.01 08:28:40.475436 [ 303 ] {3ab918f8-c0e5-4a5a-b02c-c637e3aba9c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17579 | 2024.11.01 08:28:40.475823 [ 303 ] {3ab918f8-c0e5-4a5a-b02c-c637e3aba9c0} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 17580 | 2024.11.01 08:28:40.476173 [ 303 ] {3ab918f8-c0e5-4a5a-b02c-c637e3aba9c0} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17581 | 2024.11.01 08:28:40.476303 [ 303 ] {3ab918f8-c0e5-4a5a-b02c-c637e3aba9c0} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001554 sec., 83011.583011583 rows/sec., 5.78 MiB/sec. | ||
| 17582 | 2024.11.01 08:28:40.476564 [ 303 ] {3ab918f8-c0e5-4a5a-b02c-c637e3aba9c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 17583 | 2024.11.01 08:28:40.476622 [ 303 ] {3ab918f8-c0e5-4a5a-b02c-c637e3aba9c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 17584 | 2024.11.01 08:28:40.476676 [ 303 ] {} <Debug> HTTP-Session: 031e3033-36bb-4966-872e-6564c1499425 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17585 | 2024.11.01 08:28:40.476879 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17586 | 2024.11.01 08:28:40.476962 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54875, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17587 | 2024.11.01 08:28:40.477033 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17588 | 2024.11.01 08:28:40.477057 [ 286 ] {} <Debug> HTTP-Session: fe6c4e7e-bba2-454c-be76-56d7ca5f9f05 Authenticating user 'default' from [fd00:1122:3344:101::d]:54875 | ||
| 17589 | 2024.11.01 08:28:40.477077 [ 286 ] {} <Debug> HTTP-Session: fe6c4e7e-bba2-454c-be76-56d7ca5f9f05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17590 | 2024.11.01 08:28:40.477093 [ 286 ] {} <Debug> HTTP-Session: fe6c4e7e-bba2-454c-be76-56d7ca5f9f05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17591 | 2024.11.01 08:28:40.477133 [ 286 ] {} <Trace> HTTP-Session: fe6c4e7e-bba2-454c-be76-56d7ca5f9f05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17592 | 2024.11.01 08:28:40.477288 [ 286 ] {cc817e72-22af-484d-95b7-bdf360f23266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54875) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17593 | 2024.11.01 08:28:40.477344 [ 286 ] {cc817e72-22af-484d-95b7-bdf360f23266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17594 | 2024.11.01 08:28:40.477511 [ 286 ] {cc817e72-22af-484d-95b7-bdf360f23266} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17595 | 2024.11.01 08:28:40.477882 [ 286 ] {cc817e72-22af-484d-95b7-bdf360f23266} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17596 | 2024.11.01 08:28:40.477917 [ 286 ] {cc817e72-22af-484d-95b7-bdf360f23266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17597 | 2024.11.01 08:28:40.478275 [ 286 ] {cc817e72-22af-484d-95b7-bdf360f23266} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 17598 | 2024.11.01 08:28:40.478594 [ 286 ] {cc817e72-22af-484d-95b7-bdf360f23266} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17599 | 2024.11.01 08:28:40.478716 [ 286 ] {cc817e72-22af-484d-95b7-bdf360f23266} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001492 sec., 32171.581769436994 rows/sec., 2.17 MiB/sec. | ||
| 17600 | 2024.11.01 08:28:40.478906 [ 286 ] {cc817e72-22af-484d-95b7-bdf360f23266} <Debug> DynamicQueryHandler: Done processing query | ||
| 17601 | 2024.11.01 08:28:40.478941 [ 286 ] {cc817e72-22af-484d-95b7-bdf360f23266} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 17602 | 2024.11.01 08:28:40.478974 [ 286 ] {} <Debug> HTTP-Session: fe6c4e7e-bba2-454c-be76-56d7ca5f9f05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17603 | 2024.11.01 08:28:40.479237 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54875, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17604 | 2024.11.01 08:28:43.641173 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17605 | 2024.11.01 08:28:43.641252 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17606 | 2024.11.01 08:28:44.103150 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1580 | ||
| 17607 | 2024.11.01 08:28:44.106071 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17608 | 2024.11.01 08:28:44.106116 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17609 | 2024.11.01 08:28:44.107841 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 17610 | 2024.11.01 08:28:44.108875 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17611 | 2024.11.01 08:28:44.109444 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1580 | ||
| 17612 | 2024.11.01 08:28:45.466382 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42333, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17613 | 2024.11.01 08:28:45.466501 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17614 | 2024.11.01 08:28:45.466525 [ 286 ] {} <Debug> HTTP-Session: f7362e5e-fc78-45f1-9c82-7a49c65aa7e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42333 | ||
| 17615 | 2024.11.01 08:28:45.466548 [ 286 ] {} <Debug> HTTP-Session: f7362e5e-fc78-45f1-9c82-7a49c65aa7e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17616 | 2024.11.01 08:28:45.466562 [ 286 ] {} <Debug> HTTP-Session: f7362e5e-fc78-45f1-9c82-7a49c65aa7e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17617 | 2024.11.01 08:28:45.466612 [ 286 ] {} <Trace> HTTP-Session: f7362e5e-fc78-45f1-9c82-7a49c65aa7e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17618 | 2024.11.01 08:28:45.466820 [ 286 ] {9214c556-88bc-4a2d-9054-d9c1961db6ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42333) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 17619 | 2024.11.01 08:28:45.466889 [ 286 ] {9214c556-88bc-4a2d-9054-d9c1961db6ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17620 | 2024.11.01 08:28:45.467227 [ 286 ] {9214c556-88bc-4a2d-9054-d9c1961db6ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17621 | 2024.11.01 08:28:45.467727 [ 286 ] {9214c556-88bc-4a2d-9054-d9c1961db6ec} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17622 | 2024.11.01 08:28:45.467774 [ 286 ] {9214c556-88bc-4a2d-9054-d9c1961db6ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17623 | 2024.11.01 08:28:45.468205 [ 286 ] {9214c556-88bc-4a2d-9054-d9c1961db6ec} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 17624 | 2024.11.01 08:28:45.468594 [ 286 ] {9214c556-88bc-4a2d-9054-d9c1961db6ec} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17625 | 2024.11.01 08:28:45.468759 [ 286 ] {9214c556-88bc-4a2d-9054-d9c1961db6ec} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002006 sec., 27916.251246261218 rows/sec., 2.13 MiB/sec. | ||
| 17626 | 2024.11.01 08:28:45.469051 [ 286 ] {9214c556-88bc-4a2d-9054-d9c1961db6ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 17627 | 2024.11.01 08:28:45.469080 [ 286 ] {9214c556-88bc-4a2d-9054-d9c1961db6ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 17628 | 2024.11.01 08:28:45.469096 [ 286 ] {} <Debug> HTTP-Session: f7362e5e-fc78-45f1-9c82-7a49c65aa7e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17629 | 2024.11.01 08:28:45.469405 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42333, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17630 | 2024.11.01 08:28:45.469637 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45263, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17631 | 2024.11.01 08:28:45.469810 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17632 | 2024.11.01 08:28:45.469855 [ 305 ] {} <Debug> HTTP-Session: 5ef08e72-79a3-436c-9e5f-0cac3ba391ea Authenticating user 'default' from [fd00:1122:3344:101::d]:45263 | ||
| 17633 | 2024.11.01 08:28:45.469896 [ 305 ] {} <Debug> HTTP-Session: 5ef08e72-79a3-436c-9e5f-0cac3ba391ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17634 | 2024.11.01 08:28:45.469924 [ 305 ] {} <Debug> HTTP-Session: 5ef08e72-79a3-436c-9e5f-0cac3ba391ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17635 | 2024.11.01 08:28:45.470006 [ 305 ] {} <Trace> HTTP-Session: 5ef08e72-79a3-436c-9e5f-0cac3ba391ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17636 | 2024.11.01 08:28:45.470205 [ 305 ] {4cf0f473-0b43-49e0-b2cd-c9e0b16bae5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45263) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 17637 | 2024.11.01 08:28:45.470274 [ 305 ] {4cf0f473-0b43-49e0-b2cd-c9e0b16bae5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17638 | 2024.11.01 08:28:45.470622 [ 305 ] {4cf0f473-0b43-49e0-b2cd-c9e0b16bae5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17639 | 2024.11.01 08:28:45.471062 [ 305 ] {4cf0f473-0b43-49e0-b2cd-c9e0b16bae5f} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17640 | 2024.11.01 08:28:45.471108 [ 305 ] {4cf0f473-0b43-49e0-b2cd-c9e0b16bae5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17641 | 2024.11.01 08:28:45.471548 [ 305 ] {4cf0f473-0b43-49e0-b2cd-c9e0b16bae5f} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 17642 | 2024.11.01 08:28:45.471958 [ 305 ] {4cf0f473-0b43-49e0-b2cd-c9e0b16bae5f} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17643 | 2024.11.01 08:28:45.472133 [ 305 ] {4cf0f473-0b43-49e0-b2cd-c9e0b16bae5f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001999 sec., 32016.008004002004 rows/sec., 2.50 MiB/sec. | ||
| 17644 | 2024.11.01 08:28:45.472367 [ 305 ] {4cf0f473-0b43-49e0-b2cd-c9e0b16bae5f} <Debug> DynamicQueryHandler: Done processing query | ||
| 17645 | 2024.11.01 08:28:45.472397 [ 305 ] {4cf0f473-0b43-49e0-b2cd-c9e0b16bae5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 17646 | 2024.11.01 08:28:45.472414 [ 305 ] {} <Debug> HTTP-Session: 5ef08e72-79a3-436c-9e5f-0cac3ba391ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17647 | 2024.11.01 08:28:45.472627 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42333, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17648 | 2024.11.01 08:28:45.472646 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45263, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17649 | 2024.11.01 08:28:45.472729 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17650 | 2024.11.01 08:28:45.472766 [ 286 ] {} <Debug> HTTP-Session: 5685511d-c9df-4d2e-9c1a-d4f5f974c7a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42333 | ||
| 17651 | 2024.11.01 08:28:45.472799 [ 286 ] {} <Debug> HTTP-Session: 5685511d-c9df-4d2e-9c1a-d4f5f974c7a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17652 | 2024.11.01 08:28:45.472825 [ 286 ] {} <Debug> HTTP-Session: 5685511d-c9df-4d2e-9c1a-d4f5f974c7a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17653 | 2024.11.01 08:28:45.472878 [ 286 ] {} <Trace> HTTP-Session: 5685511d-c9df-4d2e-9c1a-d4f5f974c7a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17654 | 2024.11.01 08:28:45.473087 [ 286 ] {93cae923-7627-45e3-9dc0-5de9900bb10a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42333) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17655 | 2024.11.01 08:28:45.473146 [ 286 ] {93cae923-7627-45e3-9dc0-5de9900bb10a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17656 | 2024.11.01 08:28:45.473352 [ 286 ] {93cae923-7627-45e3-9dc0-5de9900bb10a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17657 | 2024.11.01 08:28:45.473798 [ 286 ] {93cae923-7627-45e3-9dc0-5de9900bb10a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17658 | 2024.11.01 08:28:45.473838 [ 286 ] {93cae923-7627-45e3-9dc0-5de9900bb10a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17659 | 2024.11.01 08:28:45.474273 [ 286 ] {93cae923-7627-45e3-9dc0-5de9900bb10a} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 17660 | 2024.11.01 08:28:45.474654 [ 286 ] {93cae923-7627-45e3-9dc0-5de9900bb10a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17661 | 2024.11.01 08:28:45.474816 [ 286 ] {93cae923-7627-45e3-9dc0-5de9900bb10a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001806 sec., 88593.57696566998 rows/sec., 6.17 MiB/sec. | ||
| 17662 | 2024.11.01 08:28:45.475015 [ 286 ] {93cae923-7627-45e3-9dc0-5de9900bb10a} <Debug> DynamicQueryHandler: Done processing query | ||
| 17663 | 2024.11.01 08:28:45.475041 [ 286 ] {93cae923-7627-45e3-9dc0-5de9900bb10a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 17664 | 2024.11.01 08:28:45.475059 [ 286 ] {} <Debug> HTTP-Session: 5685511d-c9df-4d2e-9c1a-d4f5f974c7a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17665 | 2024.11.01 08:28:45.475251 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42333, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17666 | 2024.11.01 08:28:45.475388 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60786, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17667 | 2024.11.01 08:28:45.475466 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17668 | 2024.11.01 08:28:45.475491 [ 305 ] {} <Debug> HTTP-Session: 5959a55a-55a6-4c1a-aac3-5a2e601d2d62 Authenticating user 'default' from [fd00:1122:3344:101::d]:60786 | ||
| 17669 | 2024.11.01 08:28:45.475515 [ 305 ] {} <Debug> HTTP-Session: 5959a55a-55a6-4c1a-aac3-5a2e601d2d62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17670 | 2024.11.01 08:28:45.475532 [ 305 ] {} <Debug> HTTP-Session: 5959a55a-55a6-4c1a-aac3-5a2e601d2d62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17671 | 2024.11.01 08:28:45.475582 [ 305 ] {} <Trace> HTTP-Session: 5959a55a-55a6-4c1a-aac3-5a2e601d2d62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17672 | 2024.11.01 08:28:45.475762 [ 305 ] {c796bca7-dc74-4f2e-b943-0e3f75532c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60786) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17673 | 2024.11.01 08:28:45.475826 [ 305 ] {c796bca7-dc74-4f2e-b943-0e3f75532c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17674 | 2024.11.01 08:28:45.476016 [ 305 ] {c796bca7-dc74-4f2e-b943-0e3f75532c8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17675 | 2024.11.01 08:28:45.476324 [ 305 ] {c796bca7-dc74-4f2e-b943-0e3f75532c8e} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17676 | 2024.11.01 08:28:45.476364 [ 305 ] {c796bca7-dc74-4f2e-b943-0e3f75532c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17677 | 2024.11.01 08:28:45.476760 [ 305 ] {c796bca7-dc74-4f2e-b943-0e3f75532c8e} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 17678 | 2024.11.01 08:28:45.477115 [ 305 ] {c796bca7-dc74-4f2e-b943-0e3f75532c8e} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17679 | 2024.11.01 08:28:45.477255 [ 305 ] {c796bca7-dc74-4f2e-b943-0e3f75532c8e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001567 sec., 38289.72559029994 rows/sec., 2.58 MiB/sec. | ||
| 17680 | 2024.11.01 08:28:45.477502 [ 305 ] {c796bca7-dc74-4f2e-b943-0e3f75532c8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 17681 | 2024.11.01 08:28:45.477527 [ 305 ] {c796bca7-dc74-4f2e-b943-0e3f75532c8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 17682 | 2024.11.01 08:28:45.477579 [ 305 ] {} <Debug> HTTP-Session: 5959a55a-55a6-4c1a-aac3-5a2e601d2d62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17683 | 2024.11.01 08:28:45.477855 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60786, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17684 | 2024.11.01 08:28:48.211948 [ 70 ] {} <Debug> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Selected 5 parts from all_1_34_8 to all_38_38_0 | ||
| 17685 | 2024.11.01 08:28:48.212089 [ 70 ] {} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17686 | 2024.11.01 08:28:48.212141 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17687 | 2024.11.01 08:28:48.212472 [ 193 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_38_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_34_8 to all_38_38_0 into Compact with storage Full | ||
| 17688 | 2024.11.01 08:28:48.213133 [ 193 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_38_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17689 | 2024.11.01 08:28:48.213221 [ 193 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_8, total 243 rows starting from the beginning of the part | ||
| 17690 | 2024.11.01 08:28:48.213314 [ 193 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 17691 | 2024.11.01 08:28:48.213534 [ 193 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 17692 | 2024.11.01 08:28:48.213680 [ 193 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 17693 | 2024.11.01 08:28:48.213824 [ 193 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 17694 | 2024.11.01 08:28:48.214868 [ 200 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_38_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002590463 sec., 115423.38184332299 rows/sec., 7.86 MiB/sec. | ||
| 17695 | 2024.11.01 08:28:48.215133 [ 200 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_38_9} <Trace> MergedBlockOutputStream: filled checksums all_1_38_9 (state Temporary) | ||
| 17696 | 2024.11.01 08:28:48.215988 [ 200 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_38_9} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_merge_all_1_38_9 to all_1_38_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17697 | 2024.11.01 08:28:48.216123 [ 200 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_38_9} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Merged 5 parts: [all_1_34_8, all_38_38_0] -> all_1_38_9 | ||
| 17698 | 2024.11.01 08:28:48.216226 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 17699 | 2024.11.01 08:28:50.046591 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42333, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17700 | 2024.11.01 08:28:50.175844 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63892, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17701 | 2024.11.01 08:28:50.277351 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60740, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17702 | 2024.11.01 08:28:50.286820 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56332, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17703 | 2024.11.01 08:28:50.289257 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51953, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17704 | 2024.11.01 08:28:50.358631 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40539, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17705 | 2024.11.01 08:28:50.375897 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17706 | 2024.11.01 08:28:50.391159 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17707 | 2024.11.01 08:28:50.421458 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53544, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17708 | 2024.11.01 08:28:50.472679 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58085, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17709 | 2024.11.01 08:28:50.472772 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17710 | 2024.11.01 08:28:50.472802 [ 286 ] {} <Debug> HTTP-Session: 1175a099-9322-42f3-b575-e4a718e5f31b Authenticating user 'default' from [fd00:1122:3344:101::d]:58085 | ||
| 17711 | 2024.11.01 08:28:50.472832 [ 286 ] {} <Debug> HTTP-Session: 1175a099-9322-42f3-b575-e4a718e5f31b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17712 | 2024.11.01 08:28:50.472849 [ 286 ] {} <Debug> HTTP-Session: 1175a099-9322-42f3-b575-e4a718e5f31b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17713 | 2024.11.01 08:28:50.472908 [ 286 ] {} <Trace> HTTP-Session: 1175a099-9322-42f3-b575-e4a718e5f31b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17714 | 2024.11.01 08:28:50.473203 [ 286 ] {521e1402-adf9-45f6-be57-9ea0bae24595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58085) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 17715 | 2024.11.01 08:28:50.473274 [ 286 ] {521e1402-adf9-45f6-be57-9ea0bae24595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17716 | 2024.11.01 08:28:50.473618 [ 286 ] {521e1402-adf9-45f6-be57-9ea0bae24595} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17717 | 2024.11.01 08:28:50.474269 [ 286 ] {521e1402-adf9-45f6-be57-9ea0bae24595} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17718 | 2024.11.01 08:28:50.474315 [ 286 ] {521e1402-adf9-45f6-be57-9ea0bae24595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17719 | 2024.11.01 08:28:50.474786 [ 286 ] {521e1402-adf9-45f6-be57-9ea0bae24595} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 17720 | 2024.11.01 08:28:50.475224 [ 286 ] {521e1402-adf9-45f6-be57-9ea0bae24595} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17721 | 2024.11.01 08:28:50.475403 [ 286 ] {521e1402-adf9-45f6-be57-9ea0bae24595} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002324 sec., 117469.87951807228 rows/sec., 10.44 MiB/sec. | ||
| 17722 | 2024.11.01 08:28:50.475625 [ 286 ] {521e1402-adf9-45f6-be57-9ea0bae24595} <Debug> DynamicQueryHandler: Done processing query | ||
| 17723 | 2024.11.01 08:28:50.475652 [ 286 ] {521e1402-adf9-45f6-be57-9ea0bae24595} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 17724 | 2024.11.01 08:28:50.475671 [ 286 ] {} <Debug> HTTP-Session: 1175a099-9322-42f3-b575-e4a718e5f31b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17725 | 2024.11.01 08:28:50.475858 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17726 | 2024.11.01 08:28:50.476008 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48626, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17727 | 2024.11.01 08:28:50.476182 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17728 | 2024.11.01 08:28:50.476211 [ 305 ] {} <Debug> HTTP-Session: 9583e1c9-f038-4f80-9c1f-642eb8de5ce4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48626 | ||
| 17729 | 2024.11.01 08:28:50.476239 [ 305 ] {} <Debug> HTTP-Session: 9583e1c9-f038-4f80-9c1f-642eb8de5ce4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17730 | 2024.11.01 08:28:50.476257 [ 305 ] {} <Debug> HTTP-Session: 9583e1c9-f038-4f80-9c1f-642eb8de5ce4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17731 | 2024.11.01 08:28:50.476322 [ 305 ] {} <Trace> HTTP-Session: 9583e1c9-f038-4f80-9c1f-642eb8de5ce4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17732 | 2024.11.01 08:28:50.476549 [ 305 ] {b637e626-fd27-4040-ac4b-e9d1332ff10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48626) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 17733 | 2024.11.01 08:28:50.476628 [ 305 ] {b637e626-fd27-4040-ac4b-e9d1332ff10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17734 | 2024.11.01 08:28:50.477029 [ 305 ] {b637e626-fd27-4040-ac4b-e9d1332ff10c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17735 | 2024.11.01 08:28:50.477477 [ 305 ] {b637e626-fd27-4040-ac4b-e9d1332ff10c} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17736 | 2024.11.01 08:28:50.477520 [ 305 ] {b637e626-fd27-4040-ac4b-e9d1332ff10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17737 | 2024.11.01 08:28:50.477953 [ 305 ] {b637e626-fd27-4040-ac4b-e9d1332ff10c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17738 | 2024.11.01 08:28:50.478367 [ 305 ] {b637e626-fd27-4040-ac4b-e9d1332ff10c} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17739 | 2024.11.01 08:28:50.478539 [ 305 ] {b637e626-fd27-4040-ac4b-e9d1332ff10c} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.002061 sec., 20378.457059679768 rows/sec., 1.50 MiB/sec. | ||
| 17740 | 2024.11.01 08:28:50.478742 [ 305 ] {b637e626-fd27-4040-ac4b-e9d1332ff10c} <Debug> DynamicQueryHandler: Done processing query | ||
| 17741 | 2024.11.01 08:28:50.478768 [ 305 ] {b637e626-fd27-4040-ac4b-e9d1332ff10c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 17742 | 2024.11.01 08:28:50.478785 [ 305 ] {} <Debug> HTTP-Session: 9583e1c9-f038-4f80-9c1f-642eb8de5ce4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17743 | 2024.11.01 08:28:50.478913 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17744 | 2024.11.01 08:28:50.478983 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58085, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17745 | 2024.11.01 08:28:50.479116 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17746 | 2024.11.01 08:28:50.479149 [ 286 ] {} <Debug> HTTP-Session: 45469205-6ae8-47d4-9e31-f0263473f1ac Authenticating user 'default' from [fd00:1122:3344:101::d]:58085 | ||
| 17747 | 2024.11.01 08:28:50.479171 [ 286 ] {} <Debug> HTTP-Session: 45469205-6ae8-47d4-9e31-f0263473f1ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17748 | 2024.11.01 08:28:50.479190 [ 286 ] {} <Debug> HTTP-Session: 45469205-6ae8-47d4-9e31-f0263473f1ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17749 | 2024.11.01 08:28:50.479239 [ 286 ] {} <Trace> HTTP-Session: 45469205-6ae8-47d4-9e31-f0263473f1ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17750 | 2024.11.01 08:28:50.479386 [ 286 ] {a86ca9c0-6817-4c51-ba56-649f7d01479f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58085) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 17751 | 2024.11.01 08:28:50.479446 [ 286 ] {a86ca9c0-6817-4c51-ba56-649f7d01479f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17752 | 2024.11.01 08:28:50.479772 [ 286 ] {a86ca9c0-6817-4c51-ba56-649f7d01479f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17753 | 2024.11.01 08:28:50.480154 [ 286 ] {a86ca9c0-6817-4c51-ba56-649f7d01479f} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17754 | 2024.11.01 08:28:50.480195 [ 286 ] {a86ca9c0-6817-4c51-ba56-649f7d01479f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17755 | 2024.11.01 08:28:50.480589 [ 286 ] {a86ca9c0-6817-4c51-ba56-649f7d01479f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 17756 | 2024.11.01 08:28:50.480984 [ 286 ] {a86ca9c0-6817-4c51-ba56-649f7d01479f} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17757 | 2024.11.01 08:28:50.481158 [ 286 ] {a86ca9c0-6817-4c51-ba56-649f7d01479f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001807 sec., 7747.648035417819 rows/sec., 542.59 KiB/sec. | ||
| 17758 | 2024.11.01 08:28:50.481513 [ 286 ] {a86ca9c0-6817-4c51-ba56-649f7d01479f} <Debug> DynamicQueryHandler: Done processing query | ||
| 17759 | 2024.11.01 08:28:50.481540 [ 286 ] {a86ca9c0-6817-4c51-ba56-649f7d01479f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17760 | 2024.11.01 08:28:50.481559 [ 286 ] {} <Debug> HTTP-Session: 45469205-6ae8-47d4-9e31-f0263473f1ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17761 | 2024.11.01 08:28:50.481703 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17762 | 2024.11.01 08:28:50.481790 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32943, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17763 | 2024.11.01 08:28:50.481882 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17764 | 2024.11.01 08:28:50.481906 [ 305 ] {} <Debug> HTTP-Session: 90f8337c-0547-431d-b08f-e93bfc634787 Authenticating user 'default' from [fd00:1122:3344:101::d]:32943 | ||
| 17765 | 2024.11.01 08:28:50.481927 [ 305 ] {} <Debug> HTTP-Session: 90f8337c-0547-431d-b08f-e93bfc634787 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17766 | 2024.11.01 08:28:50.481945 [ 305 ] {} <Debug> HTTP-Session: 90f8337c-0547-431d-b08f-e93bfc634787 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17767 | 2024.11.01 08:28:50.481991 [ 305 ] {} <Trace> HTTP-Session: 90f8337c-0547-431d-b08f-e93bfc634787 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17768 | 2024.11.01 08:28:50.482116 [ 305 ] {a5d9a355-76fe-4810-9c34-9a911632f0e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32943) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 17769 | 2024.11.01 08:28:50.482163 [ 305 ] {a5d9a355-76fe-4810-9c34-9a911632f0e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17770 | 2024.11.01 08:28:50.482422 [ 305 ] {a5d9a355-76fe-4810-9c34-9a911632f0e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17771 | 2024.11.01 08:28:50.482761 [ 305 ] {a5d9a355-76fe-4810-9c34-9a911632f0e8} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17772 | 2024.11.01 08:28:50.482799 [ 305 ] {a5d9a355-76fe-4810-9c34-9a911632f0e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17773 | 2024.11.01 08:28:50.483182 [ 305 ] {a5d9a355-76fe-4810-9c34-9a911632f0e8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 17774 | 2024.11.01 08:28:50.483568 [ 305 ] {a5d9a355-76fe-4810-9c34-9a911632f0e8} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17775 | 2024.11.01 08:28:50.483735 [ 305 ] {a5d9a355-76fe-4810-9c34-9a911632f0e8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001644 sec., 3649.63503649635 rows/sec., 215.63 KiB/sec. | ||
| 17776 | 2024.11.01 08:28:50.484050 [ 305 ] {a5d9a355-76fe-4810-9c34-9a911632f0e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 17777 | 2024.11.01 08:28:50.484087 [ 305 ] {a5d9a355-76fe-4810-9c34-9a911632f0e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17778 | 2024.11.01 08:28:50.484115 [ 305 ] {} <Debug> HTTP-Session: 90f8337c-0547-431d-b08f-e93bfc634787 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17779 | 2024.11.01 08:28:50.484340 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32943, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17780 | 2024.11.01 08:28:50.484430 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60544, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17781 | 2024.11.01 08:28:50.484502 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17782 | 2024.11.01 08:28:50.484528 [ 286 ] {} <Debug> HTTP-Session: a4bace39-42a6-4393-8202-c15881eb427a Authenticating user 'default' from [fd00:1122:3344:101::d]:60544 | ||
| 17783 | 2024.11.01 08:28:50.484550 [ 286 ] {} <Debug> HTTP-Session: a4bace39-42a6-4393-8202-c15881eb427a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17784 | 2024.11.01 08:28:50.484568 [ 286 ] {} <Debug> HTTP-Session: a4bace39-42a6-4393-8202-c15881eb427a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17785 | 2024.11.01 08:28:50.484615 [ 286 ] {} <Trace> HTTP-Session: a4bace39-42a6-4393-8202-c15881eb427a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17786 | 2024.11.01 08:28:50.484896 [ 286 ] {36822924-271b-41d6-8110-c05d2e2798bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60544) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 17787 | 2024.11.01 08:28:50.484953 [ 286 ] {36822924-271b-41d6-8110-c05d2e2798bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17788 | 2024.11.01 08:28:50.485235 [ 286 ] {36822924-271b-41d6-8110-c05d2e2798bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17789 | 2024.11.01 08:28:50.485850 [ 286 ] {36822924-271b-41d6-8110-c05d2e2798bf} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17790 | 2024.11.01 08:28:50.485888 [ 286 ] {36822924-271b-41d6-8110-c05d2e2798bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17791 | 2024.11.01 08:28:50.486298 [ 286 ] {36822924-271b-41d6-8110-c05d2e2798bf} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 17792 | 2024.11.01 08:28:50.486697 [ 286 ] {36822924-271b-41d6-8110-c05d2e2798bf} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17793 | 2024.11.01 08:28:50.486861 [ 286 ] {36822924-271b-41d6-8110-c05d2e2798bf} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.002102 sec., 201712.6546146527 rows/sec., 14.42 MiB/sec. | ||
| 17794 | 2024.11.01 08:28:50.487135 [ 286 ] {36822924-271b-41d6-8110-c05d2e2798bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 17795 | 2024.11.01 08:28:50.487187 [ 286 ] {36822924-271b-41d6-8110-c05d2e2798bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 17796 | 2024.11.01 08:28:50.487246 [ 286 ] {} <Debug> HTTP-Session: a4bace39-42a6-4393-8202-c15881eb427a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17797 | 2024.11.01 08:28:50.487587 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60544, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17798 | 2024.11.01 08:28:50.487638 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32943, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17799 | 2024.11.01 08:28:50.487841 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17800 | 2024.11.01 08:28:50.487897 [ 305 ] {} <Debug> HTTP-Session: 3380680b-961e-45d6-abe8-8fbd6bb7fb16 Authenticating user 'default' from [fd00:1122:3344:101::d]:32943 | ||
| 17801 | 2024.11.01 08:28:50.487931 [ 305 ] {} <Debug> HTTP-Session: 3380680b-961e-45d6-abe8-8fbd6bb7fb16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17802 | 2024.11.01 08:28:50.487959 [ 305 ] {} <Debug> HTTP-Session: 3380680b-961e-45d6-abe8-8fbd6bb7fb16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17803 | 2024.11.01 08:28:50.488073 [ 305 ] {} <Trace> HTTP-Session: 3380680b-961e-45d6-abe8-8fbd6bb7fb16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17804 | 2024.11.01 08:28:50.488219 [ 305 ] {09b9078d-dd61-407d-81f3-0c518f42e0c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32943) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 17805 | 2024.11.01 08:28:50.488271 [ 305 ] {09b9078d-dd61-407d-81f3-0c518f42e0c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17806 | 2024.11.01 08:28:50.488440 [ 305 ] {09b9078d-dd61-407d-81f3-0c518f42e0c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17807 | 2024.11.01 08:28:50.488734 [ 305 ] {09b9078d-dd61-407d-81f3-0c518f42e0c8} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17808 | 2024.11.01 08:28:50.488770 [ 305 ] {09b9078d-dd61-407d-81f3-0c518f42e0c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17809 | 2024.11.01 08:28:50.489148 [ 305 ] {09b9078d-dd61-407d-81f3-0c518f42e0c8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 17810 | 2024.11.01 08:28:50.489496 [ 305 ] {09b9078d-dd61-407d-81f3-0c518f42e0c8} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17811 | 2024.11.01 08:28:50.489685 [ 305 ] {09b9078d-dd61-407d-81f3-0c518f42e0c8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001486 sec., 4037.685060565276 rows/sec., 210.95 KiB/sec. | ||
| 17812 | 2024.11.01 08:28:50.489989 [ 305 ] {09b9078d-dd61-407d-81f3-0c518f42e0c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 17813 | 2024.11.01 08:28:50.490029 [ 305 ] {09b9078d-dd61-407d-81f3-0c518f42e0c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 17814 | 2024.11.01 08:28:50.490054 [ 305 ] {} <Debug> HTTP-Session: 3380680b-961e-45d6-abe8-8fbd6bb7fb16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17815 | 2024.11.01 08:28:50.490228 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32943, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17816 | 2024.11.01 08:28:50.490325 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45146, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17817 | 2024.11.01 08:28:50.490399 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17818 | 2024.11.01 08:28:50.490424 [ 286 ] {} <Debug> HTTP-Session: 4307b3a0-dc13-4ab1-873a-c82b0b9216dc Authenticating user 'default' from [fd00:1122:3344:101::d]:45146 | ||
| 17819 | 2024.11.01 08:28:50.490447 [ 286 ] {} <Debug> HTTP-Session: 4307b3a0-dc13-4ab1-873a-c82b0b9216dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17820 | 2024.11.01 08:28:50.490465 [ 286 ] {} <Debug> HTTP-Session: 4307b3a0-dc13-4ab1-873a-c82b0b9216dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17821 | 2024.11.01 08:28:50.490512 [ 286 ] {} <Trace> HTTP-Session: 4307b3a0-dc13-4ab1-873a-c82b0b9216dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17822 | 2024.11.01 08:28:50.490787 [ 286 ] {c39bf569-7faa-4460-8c95-ab1164b4ae13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45146) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17823 | 2024.11.01 08:28:50.490848 [ 286 ] {c39bf569-7faa-4460-8c95-ab1164b4ae13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17824 | 2024.11.01 08:28:50.491051 [ 286 ] {c39bf569-7faa-4460-8c95-ab1164b4ae13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17825 | 2024.11.01 08:28:50.491520 [ 286 ] {c39bf569-7faa-4460-8c95-ab1164b4ae13} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17826 | 2024.11.01 08:28:50.491556 [ 286 ] {c39bf569-7faa-4460-8c95-ab1164b4ae13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17827 | 2024.11.01 08:28:50.491973 [ 286 ] {c39bf569-7faa-4460-8c95-ab1164b4ae13} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 17828 | 2024.11.01 08:28:50.492344 [ 286 ] {c39bf569-7faa-4460-8c95-ab1164b4ae13} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17829 | 2024.11.01 08:28:50.492497 [ 286 ] {c39bf569-7faa-4460-8c95-ab1164b4ae13} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001868 sec., 126873.66167023554 rows/sec., 8.50 MiB/sec. | ||
| 17830 | 2024.11.01 08:28:50.492687 [ 286 ] {c39bf569-7faa-4460-8c95-ab1164b4ae13} <Debug> DynamicQueryHandler: Done processing query | ||
| 17831 | 2024.11.01 08:28:50.492712 [ 286 ] {c39bf569-7faa-4460-8c95-ab1164b4ae13} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 17832 | 2024.11.01 08:28:50.492730 [ 286 ] {} <Debug> HTTP-Session: 4307b3a0-dc13-4ab1-873a-c82b0b9216dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17833 | 2024.11.01 08:28:50.492940 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17834 | 2024.11.01 08:28:50.492951 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32943, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17835 | 2024.11.01 08:28:50.493116 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17836 | 2024.11.01 08:28:50.493175 [ 305 ] {} <Debug> HTTP-Session: 5b34fc46-6c50-415f-a8b2-a37f79e285e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:32943 | ||
| 17837 | 2024.11.01 08:28:50.493194 [ 305 ] {} <Debug> HTTP-Session: 5b34fc46-6c50-415f-a8b2-a37f79e285e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17838 | 2024.11.01 08:28:50.493208 [ 305 ] {} <Debug> HTTP-Session: 5b34fc46-6c50-415f-a8b2-a37f79e285e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17839 | 2024.11.01 08:28:50.493247 [ 305 ] {} <Trace> HTTP-Session: 5b34fc46-6c50-415f-a8b2-a37f79e285e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17840 | 2024.11.01 08:28:50.493358 [ 305 ] {0050a4c1-a200-47d9-bc74-a85717bddee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32943) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 17841 | 2024.11.01 08:28:50.493408 [ 305 ] {0050a4c1-a200-47d9-bc74-a85717bddee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17842 | 2024.11.01 08:28:50.493574 [ 305 ] {0050a4c1-a200-47d9-bc74-a85717bddee4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17843 | 2024.11.01 08:28:50.493849 [ 305 ] {0050a4c1-a200-47d9-bc74-a85717bddee4} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17844 | 2024.11.01 08:28:50.493885 [ 305 ] {0050a4c1-a200-47d9-bc74-a85717bddee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17845 | 2024.11.01 08:28:50.494259 [ 305 ] {0050a4c1-a200-47d9-bc74-a85717bddee4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 17846 | 2024.11.01 08:28:50.494590 [ 305 ] {0050a4c1-a200-47d9-bc74-a85717bddee4} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17847 | 2024.11.01 08:28:50.494713 [ 305 ] {0050a4c1-a200-47d9-bc74-a85717bddee4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001381 sec., 724.112961622013 rows/sec., 48.79 KiB/sec. | ||
| 17848 | 2024.11.01 08:28:50.494923 [ 305 ] {0050a4c1-a200-47d9-bc74-a85717bddee4} <Debug> DynamicQueryHandler: Done processing query | ||
| 17849 | 2024.11.01 08:28:50.494952 [ 305 ] {0050a4c1-a200-47d9-bc74-a85717bddee4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 17850 | 2024.11.01 08:28:50.494968 [ 305 ] {} <Debug> HTTP-Session: 5b34fc46-6c50-415f-a8b2-a37f79e285e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17851 | 2024.11.01 08:28:50.495150 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32943, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17852 | 2024.11.01 08:28:50.495263 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33174, User-Agent: (none), Length: 70901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17853 | 2024.11.01 08:28:50.495385 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17854 | 2024.11.01 08:28:50.495426 [ 286 ] {} <Debug> HTTP-Session: 08eab1d9-6dd0-4d0d-91f5-e8fdbbf2366c Authenticating user 'default' from [fd00:1122:3344:101::d]:33174 | ||
| 17855 | 2024.11.01 08:28:50.495461 [ 286 ] {} <Debug> HTTP-Session: 08eab1d9-6dd0-4d0d-91f5-e8fdbbf2366c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17856 | 2024.11.01 08:28:50.495489 [ 286 ] {} <Debug> HTTP-Session: 08eab1d9-6dd0-4d0d-91f5-e8fdbbf2366c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17857 | 2024.11.01 08:28:50.495557 [ 286 ] {} <Trace> HTTP-Session: 08eab1d9-6dd0-4d0d-91f5-e8fdbbf2366c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17858 | 2024.11.01 08:28:50.496255 [ 286 ] {9ab9c4df-7341-4a7a-a941-ee64b8c458c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33174) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17859 | 2024.11.01 08:28:50.496336 [ 286 ] {9ab9c4df-7341-4a7a-a941-ee64b8c458c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17860 | 2024.11.01 08:28:50.496766 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51339, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17861 | 2024.11.01 08:28:50.497053 [ 286 ] {9ab9c4df-7341-4a7a-a941-ee64b8c458c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17862 | 2024.11.01 08:28:50.497825 [ 286 ] {9ab9c4df-7341-4a7a-a941-ee64b8c458c3} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17863 | 2024.11.01 08:28:50.497864 [ 286 ] {9ab9c4df-7341-4a7a-a941-ee64b8c458c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17864 | 2024.11.01 08:28:50.498549 [ 286 ] {9ab9c4df-7341-4a7a-a941-ee64b8c458c3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 17865 | 2024.11.01 08:28:50.498981 [ 286 ] {9ab9c4df-7341-4a7a-a941-ee64b8c458c3} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17866 | 2024.11.01 08:28:50.499191 [ 286 ] {9ab9c4df-7341-4a7a-a941-ee64b8c458c3} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003433 sec., 12234.197494902419 rows/sec., 21.92 MiB/sec. | ||
| 17867 | 2024.11.01 08:28:50.499628 [ 286 ] {9ab9c4df-7341-4a7a-a941-ee64b8c458c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 17868 | 2024.11.01 08:28:50.499653 [ 286 ] {9ab9c4df-7341-4a7a-a941-ee64b8c458c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 17869 | 2024.11.01 08:28:50.499670 [ 286 ] {} <Debug> HTTP-Session: 08eab1d9-6dd0-4d0d-91f5-e8fdbbf2366c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17870 | 2024.11.01 08:28:50.499902 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33174, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17871 | 2024.11.01 08:28:50.500000 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39818, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17872 | 2024.11.01 08:28:50.500083 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17873 | 2024.11.01 08:28:50.500107 [ 305 ] {} <Debug> HTTP-Session: a94a5d44-aa45-4385-8dde-d471de73c3d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39818 | ||
| 17874 | 2024.11.01 08:28:50.500129 [ 305 ] {} <Debug> HTTP-Session: a94a5d44-aa45-4385-8dde-d471de73c3d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17875 | 2024.11.01 08:28:50.500146 [ 305 ] {} <Debug> HTTP-Session: a94a5d44-aa45-4385-8dde-d471de73c3d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17876 | 2024.11.01 08:28:50.500193 [ 305 ] {} <Trace> HTTP-Session: a94a5d44-aa45-4385-8dde-d471de73c3d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17877 | 2024.11.01 08:28:50.500373 [ 305 ] {ec3cf9bd-f8b7-4888-995c-6d86336b3b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39818) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17878 | 2024.11.01 08:28:50.500431 [ 305 ] {ec3cf9bd-f8b7-4888-995c-6d86336b3b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17879 | 2024.11.01 08:28:50.500619 [ 305 ] {ec3cf9bd-f8b7-4888-995c-6d86336b3b21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17880 | 2024.11.01 08:28:50.500980 [ 305 ] {ec3cf9bd-f8b7-4888-995c-6d86336b3b21} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17881 | 2024.11.01 08:28:50.501022 [ 305 ] {ec3cf9bd-f8b7-4888-995c-6d86336b3b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17882 | 2024.11.01 08:28:50.501416 [ 305 ] {ec3cf9bd-f8b7-4888-995c-6d86336b3b21} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 17883 | 2024.11.01 08:28:50.501757 [ 305 ] {ec3cf9bd-f8b7-4888-995c-6d86336b3b21} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17884 | 2024.11.01 08:28:50.501884 [ 305 ] {ec3cf9bd-f8b7-4888-995c-6d86336b3b21} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001584 sec., 51767.67676767677 rows/sec., 3.29 MiB/sec. | ||
| 17885 | 2024.11.01 08:28:50.502051 [ 305 ] {ec3cf9bd-f8b7-4888-995c-6d86336b3b21} <Debug> DynamicQueryHandler: Done processing query | ||
| 17886 | 2024.11.01 08:28:50.502076 [ 305 ] {ec3cf9bd-f8b7-4888-995c-6d86336b3b21} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17887 | 2024.11.01 08:28:50.502092 [ 305 ] {} <Debug> HTTP-Session: a94a5d44-aa45-4385-8dde-d471de73c3d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17888 | 2024.11.01 08:28:50.502976 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39818, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17889 | 2024.11.01 08:28:50.561280 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63040, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17890 | 2024.11.01 08:28:50.801075 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44340, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17891 | 2024.11.01 08:28:50.802368 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48609, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17892 | 2024.11.01 08:28:50.860769 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17893 | 2024.11.01 08:28:50.870082 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40496, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17894 | 2024.11.01 08:28:50.940432 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52616, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17895 | 2024.11.01 08:28:51.000200 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.52 MiB, peak 199.71 MiB, free memory in arenas 0.00 B, will set to 189.34 MiB (RSS), difference: -1.18 MiB | ||
| 17896 | 2024.11.01 08:28:51.127548 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17897 | 2024.11.01 08:28:51.530603 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47104, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17898 | 2024.11.01 08:28:51.646032 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32847, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17899 | 2024.11.01 08:28:51.806595 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55961, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17900 | 2024.11.01 08:28:51.953210 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47886, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17901 | 2024.11.01 08:28:51.980553 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38506, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17902 | 2024.11.01 08:28:51.990837 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17903 | 2024.11.01 08:28:52.054268 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64402, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17904 | 2024.11.01 08:28:52.228558 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57817, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17905 | 2024.11.01 08:28:52.628270 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45030, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17906 | 2024.11.01 08:28:52.926214 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60191, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17907 | 2024.11.01 08:28:53.029746 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62842, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17908 | 2024.11.01 08:28:53.079259 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51058, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17909 | 2024.11.01 08:28:53.081491 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39234, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17910 | 2024.11.01 08:28:53.141984 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43296, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17911 | 2024.11.01 08:28:53.155261 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51548, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17912 | 2024.11.01 08:28:53.692270 [ 224 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17913 | 2024.11.01 08:28:53.692330 [ 224 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17914 | 2024.11.01 08:28:53.694541 [ 224 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17915 | 2024.11.01 08:28:54.110539 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1608 | ||
| 17916 | 2024.11.01 08:28:54.113327 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17917 | 2024.11.01 08:28:54.113369 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17918 | 2024.11.01 08:28:54.114942 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 17919 | 2024.11.01 08:28:54.115992 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17920 | 2024.11.01 08:28:54.117321 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1608 | ||
| 17921 | 2024.11.01 08:28:55.016947 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17922 | 2024.11.01 08:28:55.017017 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17923 | 2024.11.01 08:28:55.019647 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17924 | 2024.11.01 08:28:55.101438 [ 222 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17925 | 2024.11.01 08:28:55.101506 [ 222 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17926 | 2024.11.01 08:28:55.104023 [ 222 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17927 | 2024.11.01 08:28:55.464616 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63200, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17928 | 2024.11.01 08:28:55.464743 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17929 | 2024.11.01 08:28:55.464773 [ 286 ] {} <Debug> HTTP-Session: d77e737d-df3b-4353-bde4-03a823ec6f52 Authenticating user 'default' from [fd00:1122:3344:101::d]:63200 | ||
| 17930 | 2024.11.01 08:28:55.464803 [ 286 ] {} <Debug> HTTP-Session: d77e737d-df3b-4353-bde4-03a823ec6f52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17931 | 2024.11.01 08:28:55.464821 [ 286 ] {} <Debug> HTTP-Session: d77e737d-df3b-4353-bde4-03a823ec6f52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17932 | 2024.11.01 08:28:55.464880 [ 286 ] {} <Trace> HTTP-Session: d77e737d-df3b-4353-bde4-03a823ec6f52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17933 | 2024.11.01 08:28:55.465079 [ 286 ] {1a47abb5-beb6-4d33-8632-8277c65bdade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 17934 | 2024.11.01 08:28:55.465158 [ 286 ] {1a47abb5-beb6-4d33-8632-8277c65bdade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17935 | 2024.11.01 08:28:55.465514 [ 286 ] {1a47abb5-beb6-4d33-8632-8277c65bdade} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17936 | 2024.11.01 08:28:55.465946 [ 286 ] {1a47abb5-beb6-4d33-8632-8277c65bdade} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17937 | 2024.11.01 08:28:55.465992 [ 286 ] {1a47abb5-beb6-4d33-8632-8277c65bdade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17938 | 2024.11.01 08:28:55.466419 [ 286 ] {1a47abb5-beb6-4d33-8632-8277c65bdade} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 17939 | 2024.11.01 08:28:55.466811 [ 286 ] {1a47abb5-beb6-4d33-8632-8277c65bdade} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17940 | 2024.11.01 08:28:55.466965 [ 286 ] {1a47abb5-beb6-4d33-8632-8277c65bdade} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001944 sec., 1028.80658436214 rows/sec., 83.89 KiB/sec. | ||
| 17941 | 2024.11.01 08:28:55.467229 [ 286 ] {1a47abb5-beb6-4d33-8632-8277c65bdade} <Debug> DynamicQueryHandler: Done processing query | ||
| 17942 | 2024.11.01 08:28:55.467263 [ 286 ] {1a47abb5-beb6-4d33-8632-8277c65bdade} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 17943 | 2024.11.01 08:28:55.467285 [ 286 ] {} <Debug> HTTP-Session: d77e737d-df3b-4353-bde4-03a823ec6f52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17944 | 2024.11.01 08:28:55.467489 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17945 | 2024.11.01 08:28:55.467562 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39818, User-Agent: (none), Length: 7929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17946 | 2024.11.01 08:28:55.467689 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17947 | 2024.11.01 08:28:55.467716 [ 305 ] {} <Debug> HTTP-Session: 2f067d12-8cdf-426b-aad1-c5ce73e2edbd Authenticating user 'default' from [fd00:1122:3344:101::d]:39818 | ||
| 17948 | 2024.11.01 08:28:55.467741 [ 305 ] {} <Debug> HTTP-Session: 2f067d12-8cdf-426b-aad1-c5ce73e2edbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17949 | 2024.11.01 08:28:55.467755 [ 305 ] {} <Debug> HTTP-Session: 2f067d12-8cdf-426b-aad1-c5ce73e2edbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17950 | 2024.11.01 08:28:55.467810 [ 305 ] {} <Trace> HTTP-Session: 2f067d12-8cdf-426b-aad1-c5ce73e2edbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17951 | 2024.11.01 08:28:55.468006 [ 305 ] {0d3fe6af-b0ed-48b8-be7d-1200afb8ea43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39818) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 17952 | 2024.11.01 08:28:55.468074 [ 305 ] {0d3fe6af-b0ed-48b8-be7d-1200afb8ea43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17953 | 2024.11.01 08:28:55.468426 [ 305 ] {0d3fe6af-b0ed-48b8-be7d-1200afb8ea43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17954 | 2024.11.01 08:28:55.468860 [ 305 ] {0d3fe6af-b0ed-48b8-be7d-1200afb8ea43} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17955 | 2024.11.01 08:28:55.468902 [ 305 ] {0d3fe6af-b0ed-48b8-be7d-1200afb8ea43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17956 | 2024.11.01 08:28:55.469339 [ 305 ] {0d3fe6af-b0ed-48b8-be7d-1200afb8ea43} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 17957 | 2024.11.01 08:28:55.469746 [ 305 ] {0d3fe6af-b0ed-48b8-be7d-1200afb8ea43} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17958 | 2024.11.01 08:28:55.469913 [ 305 ] {0d3fe6af-b0ed-48b8-be7d-1200afb8ea43} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001978 sec., 28816.9868554095 rows/sec., 2.20 MiB/sec. | ||
| 17959 | 2024.11.01 08:28:55.469927 [ 60 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 17960 | 2024.11.01 08:28:55.469978 [ 60 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17961 | 2024.11.01 08:28:55.470009 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 17962 | 2024.11.01 08:28:55.470172 [ 305 ] {0d3fe6af-b0ed-48b8-be7d-1200afb8ea43} <Debug> DynamicQueryHandler: Done processing query | ||
| 17963 | 2024.11.01 08:28:55.470174 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 17964 | 2024.11.01 08:28:55.470206 [ 305 ] {0d3fe6af-b0ed-48b8-be7d-1200afb8ea43} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 17965 | 2024.11.01 08:28:55.470285 [ 305 ] {} <Debug> HTTP-Session: 2f067d12-8cdf-426b-aad1-c5ce73e2edbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17966 | 2024.11.01 08:28:55.470612 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39818, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17967 | 2024.11.01 08:28:55.470639 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17968 | 2024.11.01 08:28:55.470767 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1423 rows starting from the beginning of the part | ||
| 17969 | 2024.11.01 08:28:55.471204 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 273 rows starting from the beginning of the part | ||
| 17970 | 2024.11.01 08:28:55.471369 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51972, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17971 | 2024.11.01 08:28:55.471649 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 57 rows starting from the beginning of the part | ||
| 17972 | 2024.11.01 08:28:55.471785 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17973 | 2024.11.01 08:28:55.472099 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 56 rows starting from the beginning of the part | ||
| 17974 | 2024.11.01 08:28:55.472228 [ 286 ] {} <Debug> HTTP-Session: 793721f5-0c20-4e07-b964-8703cc558638 Authenticating user 'default' from [fd00:1122:3344:101::d]:51972 | ||
| 17975 | 2024.11.01 08:28:55.472531 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 273 rows starting from the beginning of the part | ||
| 17976 | 2024.11.01 08:28:55.472615 [ 286 ] {} <Debug> HTTP-Session: 793721f5-0c20-4e07-b964-8703cc558638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17977 | 2024.11.01 08:28:55.472788 [ 286 ] {} <Debug> HTTP-Session: 793721f5-0c20-4e07-b964-8703cc558638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17978 | 2024.11.01 08:28:55.472982 [ 188 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 57 rows starting from the beginning of the part | ||
| 17979 | 2024.11.01 08:28:55.473081 [ 286 ] {} <Trace> HTTP-Session: 793721f5-0c20-4e07-b964-8703cc558638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17980 | 2024.11.01 08:28:55.473519 [ 286 ] {533a9104-74b3-499e-932c-e345dd90c4cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51972) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 17981 | 2024.11.01 08:28:55.473584 [ 286 ] {533a9104-74b3-499e-932c-e345dd90c4cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17982 | 2024.11.01 08:28:55.474439 [ 286 ] {533a9104-74b3-499e-932c-e345dd90c4cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17983 | 2024.11.01 08:28:55.475456 [ 286 ] {533a9104-74b3-499e-932c-e345dd90c4cb} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17984 | 2024.11.01 08:28:55.475530 [ 286 ] {533a9104-74b3-499e-932c-e345dd90c4cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 17985 | 2024.11.01 08:28:55.476284 [ 286 ] {533a9104-74b3-499e-932c-e345dd90c4cb} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 17986 | 2024.11.01 08:28:55.476576 [ 200 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2139 rows, containing 5 columns (5 merged, 0 gathered) in 0.00649413 sec., 329374.37347265915 rows/sec., 29.03 MiB/sec. | ||
| 17987 | 2024.11.01 08:28:55.476910 [ 200 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 17988 | 2024.11.01 08:28:55.477075 [ 286 ] {533a9104-74b3-499e-932c-e345dd90c4cb} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17989 | 2024.11.01 08:28:55.477425 [ 286 ] {533a9104-74b3-499e-932c-e345dd90c4cb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003991 sec., 501.1275369581559 rows/sec., 34.99 KiB/sec. | ||
| 17990 | 2024.11.01 08:28:55.477960 [ 286 ] {533a9104-74b3-499e-932c-e345dd90c4cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 17991 | 2024.11.01 08:28:55.478000 [ 286 ] {533a9104-74b3-499e-932c-e345dd90c4cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 17992 | 2024.11.01 08:28:55.478047 [ 286 ] {} <Debug> HTTP-Session: 793721f5-0c20-4e07-b964-8703cc558638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17993 | 2024.11.01 08:28:55.478084 [ 200 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_106_21} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17994 | 2024.11.01 08:28:55.478172 [ 200 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_106_21} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 17995 | 2024.11.01 08:28:55.478301 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 17996 | 2024.11.01 08:28:55.478299 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51972, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17997 | 2024.11.01 08:28:55.478403 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41240, User-Agent: (none), Length: 11213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17998 | 2024.11.01 08:28:55.478548 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17999 | 2024.11.01 08:28:55.478580 [ 302 ] {} <Debug> HTTP-Session: cf5eb02c-78b7-4c53-917d-e21a79427f49 Authenticating user 'default' from [fd00:1122:3344:101::d]:41240 | ||
| 18000 | 2024.11.01 08:28:55.478612 [ 302 ] {} <Debug> HTTP-Session: cf5eb02c-78b7-4c53-917d-e21a79427f49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18001 | 2024.11.01 08:28:55.478632 [ 302 ] {} <Debug> HTTP-Session: cf5eb02c-78b7-4c53-917d-e21a79427f49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18002 | 2024.11.01 08:28:55.478703 [ 302 ] {} <Trace> HTTP-Session: cf5eb02c-78b7-4c53-917d-e21a79427f49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18003 | 2024.11.01 08:28:55.478981 [ 302 ] {2f2f32ee-a583-44e5-aeb8-3a6bd4df1cb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41240) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 18004 | 2024.11.01 08:28:55.479063 [ 302 ] {2f2f32ee-a583-44e5-aeb8-3a6bd4df1cb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18005 | 2024.11.01 08:28:55.479486 [ 302 ] {2f2f32ee-a583-44e5-aeb8-3a6bd4df1cb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18006 | 2024.11.01 08:28:55.479963 [ 302 ] {2f2f32ee-a583-44e5-aeb8-3a6bd4df1cb0} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18007 | 2024.11.01 08:28:55.480010 [ 302 ] {2f2f32ee-a583-44e5-aeb8-3a6bd4df1cb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 18008 | 2024.11.01 08:28:55.480545 [ 302 ] {2f2f32ee-a583-44e5-aeb8-3a6bd4df1cb0} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 18009 | 2024.11.01 08:28:55.481050 [ 302 ] {2f2f32ee-a583-44e5-aeb8-3a6bd4df1cb0} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18010 | 2024.11.01 08:28:55.481243 [ 60 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 18011 | 2024.11.01 08:28:55.481252 [ 302 ] {2f2f32ee-a583-44e5-aeb8-3a6bd4df1cb0} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002383 sec., 27696.181284095677 rows/sec., 2.16 MiB/sec. | ||
| 18012 | 2024.11.01 08:28:55.481293 [ 60 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18013 | 2024.11.01 08:28:55.481351 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 18014 | 2024.11.01 08:28:55.481657 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 18015 | 2024.11.01 08:28:55.481738 [ 302 ] {2f2f32ee-a583-44e5-aeb8-3a6bd4df1cb0} <Debug> DynamicQueryHandler: Done processing query | ||
| 18016 | 2024.11.01 08:28:55.481820 [ 302 ] {2f2f32ee-a583-44e5-aeb8-3a6bd4df1cb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 18017 | 2024.11.01 08:28:55.481916 [ 302 ] {} <Debug> HTTP-Session: cf5eb02c-78b7-4c53-917d-e21a79427f49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18018 | 2024.11.01 08:28:55.482349 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18019 | 2024.11.01 08:28:55.482420 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57106, User-Agent: (none), Length: 24682, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18020 | 2024.11.01 08:28:55.482639 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18021 | 2024.11.01 08:28:55.482652 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18022 | 2024.11.01 08:28:55.482733 [ 286 ] {} <Debug> HTTP-Session: 2b70e4ed-b46d-494e-9530-995ee0ecdabc Authenticating user 'default' from [fd00:1122:3344:101::d]:57106 | ||
| 18023 | 2024.11.01 08:28:55.482813 [ 302 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 18024 | |||
| 18025 | (version 23.8.7.1) | ||
| 18026 | 2024.11.01 08:28:55.482833 [ 286 ] {} <Debug> HTTP-Session: 2b70e4ed-b46d-494e-9530-995ee0ecdabc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18027 | 2024.11.01 08:28:55.482864 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 916 rows starting from the beginning of the part | ||
| 18028 | 2024.11.01 08:28:55.482946 [ 286 ] {} <Debug> HTTP-Session: 2b70e4ed-b46d-494e-9530-995ee0ecdabc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18029 | 2024.11.01 08:28:55.483151 [ 286 ] {} <Trace> HTTP-Session: 2b70e4ed-b46d-494e-9530-995ee0ecdabc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18030 | 2024.11.01 08:28:55.483352 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 424 rows starting from the beginning of the part | ||
| 18031 | 2024.11.01 08:28:55.483966 [ 286 ] {dd266ba0-ae9f-44ad-b7e0-02dbc85a458e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57106) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 18032 | 2024.11.01 08:28:55.483981 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 66 rows starting from the beginning of the part | ||
| 18033 | 2024.11.01 08:28:55.484183 [ 286 ] {dd266ba0-ae9f-44ad-b7e0-02dbc85a458e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18034 | 2024.11.01 08:28:55.484555 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part | ||
| 18035 | 2024.11.01 08:28:55.485009 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 424 rows starting from the beginning of the part | ||
| 18036 | 2024.11.01 08:28:55.485364 [ 187 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 66 rows starting from the beginning of the part | ||
| 18037 | 2024.11.01 08:28:55.485984 [ 286 ] {dd266ba0-ae9f-44ad-b7e0-02dbc85a458e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18038 | 2024.11.01 08:28:55.486916 [ 286 ] {dd266ba0-ae9f-44ad-b7e0-02dbc85a458e} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18039 | 2024.11.01 08:28:55.486987 [ 286 ] {dd266ba0-ae9f-44ad-b7e0-02dbc85a458e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18040 | 2024.11.01 08:28:55.488166 [ 286 ] {dd266ba0-ae9f-44ad-b7e0-02dbc85a458e} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 18041 | 2024.11.01 08:28:55.488882 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.007439123 sec., 263471.917321437 rows/sec., 20.17 MiB/sec. | ||
| 18042 | 2024.11.01 08:28:55.488988 [ 286 ] {dd266ba0-ae9f-44ad-b7e0-02dbc85a458e} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18043 | 2024.11.01 08:28:55.489188 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 18044 | 2024.11.01 08:28:55.489220 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 18045 | 2024.11.01 08:28:55.489297 [ 286 ] {dd266ba0-ae9f-44ad-b7e0-02dbc85a458e} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.005716 sec., 22568.22953114066 rows/sec., 1.57 MiB/sec. | ||
| 18046 | 2024.11.01 08:28:55.489312 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18047 | 2024.11.01 08:28:55.489394 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18048 | 2024.11.01 08:28:55.489977 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 18049 | 2024.11.01 08:28:55.490910 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18050 | 2024.11.01 08:28:55.491039 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_101_20, total 19681 rows starting from the beginning of the part | ||
| 18051 | 2024.11.01 08:28:55.491668 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 237 rows starting from the beginning of the part | ||
| 18052 | 2024.11.01 08:28:55.491928 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_106_21} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18053 | 2024.11.01 08:28:55.491941 [ 286 ] {dd266ba0-ae9f-44ad-b7e0-02dbc85a458e} <Debug> DynamicQueryHandler: Done processing query | ||
| 18054 | 2024.11.01 08:28:55.492366 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 129 rows starting from the beginning of the part | ||
| 18055 | 2024.11.01 08:28:55.492563 [ 286 ] {dd266ba0-ae9f-44ad-b7e0-02dbc85a458e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 18056 | 2024.11.01 08:28:55.492589 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_106_21} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 18057 | 2024.11.01 08:28:55.492746 [ 286 ] {} <Debug> HTTP-Session: 2b70e4ed-b46d-494e-9530-995ee0ecdabc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18058 | 2024.11.01 08:28:55.492932 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
| 18059 | 2024.11.01 08:28:55.493016 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 18060 | 2024.11.01 08:28:55.493261 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 237 rows starting from the beginning of the part | ||
| 18061 | 2024.11.01 08:28:55.493393 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34026, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18062 | 2024.11.01 08:28:55.493399 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18063 | 2024.11.01 08:28:55.493627 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 129 rows starting from the beginning of the part | ||
| 18064 | 2024.11.01 08:28:55.493680 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18065 | 2024.11.01 08:28:55.493797 [ 302 ] {} <Debug> HTTP-Session: 43966fff-d4ee-4898-9e52-b20d2f3c92c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34026 | ||
| 18066 | 2024.11.01 08:28:55.493965 [ 302 ] {} <Debug> HTTP-Session: 43966fff-d4ee-4898-9e52-b20d2f3c92c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18067 | 2024.11.01 08:28:55.494080 [ 302 ] {} <Debug> HTTP-Session: 43966fff-d4ee-4898-9e52-b20d2f3c92c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18068 | 2024.11.01 08:28:55.494157 [ 286 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 18069 | |||
| 18070 | (version 23.8.7.1) | ||
| 18071 | 2024.11.01 08:28:55.494248 [ 302 ] {} <Trace> HTTP-Session: 43966fff-d4ee-4898-9e52-b20d2f3c92c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18072 | 2024.11.01 08:28:55.494548 [ 302 ] {f2dabef0-65e8-4f45-86b5-7f386a73d1b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34026) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 18073 | 2024.11.01 08:28:55.494653 [ 302 ] {f2dabef0-65e8-4f45-86b5-7f386a73d1b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18074 | 2024.11.01 08:28:55.495118 [ 302 ] {f2dabef0-65e8-4f45-86b5-7f386a73d1b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18075 | 2024.11.01 08:28:55.495621 [ 302 ] {f2dabef0-65e8-4f45-86b5-7f386a73d1b1} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18076 | 2024.11.01 08:28:55.495658 [ 302 ] {f2dabef0-65e8-4f45-86b5-7f386a73d1b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18077 | 2024.11.01 08:28:55.496517 [ 302 ] {f2dabef0-65e8-4f45-86b5-7f386a73d1b1} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 18078 | 2024.11.01 08:28:55.497448 [ 302 ] {f2dabef0-65e8-4f45-86b5-7f386a73d1b1} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18079 | 2024.11.01 08:28:55.497623 [ 302 ] {f2dabef0-65e8-4f45-86b5-7f386a73d1b1} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003187 sec., 15061.186068402885 rows/sec., 1.02 MiB/sec. | ||
| 18080 | 2024.11.01 08:28:55.497638 [ 60 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 18081 | 2024.11.01 08:28:55.497733 [ 60 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18082 | 2024.11.01 08:28:55.497788 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18083 | 2024.11.01 08:28:55.497939 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 18084 | 2024.11.01 08:28:55.498018 [ 302 ] {f2dabef0-65e8-4f45-86b5-7f386a73d1b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 18085 | 2024.11.01 08:28:55.498157 [ 302 ] {f2dabef0-65e8-4f45-86b5-7f386a73d1b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 18086 | 2024.11.01 08:28:55.498225 [ 302 ] {} <Debug> HTTP-Session: 43966fff-d4ee-4898-9e52-b20d2f3c92c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18087 | 2024.11.01 08:28:55.498328 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18088 | 2024.11.01 08:28:55.498412 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6394 rows starting from the beginning of the part | ||
| 18089 | 2024.11.01 08:28:55.498557 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34026, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18090 | 2024.11.01 08:28:55.498647 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 82 rows starting from the beginning of the part | ||
| 18091 | 2024.11.01 08:28:55.498882 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 48 rows starting from the beginning of the part | ||
| 18092 | 2024.11.01 08:28:55.499069 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
| 18093 | 2024.11.01 08:28:55.499222 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 82 rows starting from the beginning of the part | ||
| 18094 | 2024.11.01 08:28:55.499490 [ 199 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 48 rows starting from the beginning of the part | ||
| 18095 | 2024.11.01 08:28:55.501514 [ 194 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20573 rows, containing 5 columns (5 merged, 0 gathered) in 0.011953314 sec., 1721112.6554527055 rows/sec., 117.53 MiB/sec. | ||
| 18096 | 2024.11.01 08:28:55.501940 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 18097 | 2024.11.01 08:28:55.502530 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18098 | 2024.11.01 08:28:55.502634 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 18099 | 2024.11.01 08:28:55.502939 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 18100 | 2024.11.01 08:28:55.503014 [ 195 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6714 rows, containing 4 columns (4 merged, 0 gathered) in 0.005132856 sec., 1308043.7089994343 rows/sec., 85.94 MiB/sec. | ||
| 18101 | 2024.11.01 08:28:55.503434 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 18102 | 2024.11.01 08:28:55.503850 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_106_21} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18103 | 2024.11.01 08:28:55.503935 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_106_21} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 18104 | 2024.11.01 08:28:55.504032 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 18105 | 2024.11.01 08:28:55.982188 [ 218 ] {} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 18106 | 2024.11.01 08:28:55.982250 [ 218 ] {} <Debug> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 18107 | 2024.11.01 08:28:55.984437 [ 218 ] {} <Debug> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 18108 | 2024.11.01 08:28:58.641298 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18109 | 2024.11.01 08:28:58.641373 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18110 | 2024.11.01 08:29:00.012789 [ 225 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18111 | 2024.11.01 08:29:00.012856 [ 225 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18112 | 2024.11.01 08:29:00.015134 [ 225 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18113 | 2024.11.01 08:29:00.194022 [ 223 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18114 | 2024.11.01 08:29:00.194080 [ 223 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18115 | 2024.11.01 08:29:00.196063 [ 223 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18116 | 2024.11.01 08:29:00.311119 [ 225 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18117 | 2024.11.01 08:29:00.311176 [ 225 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18118 | 2024.11.01 08:29:00.313068 [ 225 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18119 | 2024.11.01 08:29:00.466658 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50933, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18120 | 2024.11.01 08:29:00.466772 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18121 | 2024.11.01 08:29:00.466796 [ 302 ] {} <Debug> HTTP-Session: d1f8390b-16cf-4839-8310-ad734aca738e Authenticating user 'default' from [fd00:1122:3344:101::d]:50933 | ||
| 18122 | 2024.11.01 08:29:00.466819 [ 302 ] {} <Debug> HTTP-Session: d1f8390b-16cf-4839-8310-ad734aca738e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18123 | 2024.11.01 08:29:00.466834 [ 302 ] {} <Debug> HTTP-Session: d1f8390b-16cf-4839-8310-ad734aca738e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18124 | 2024.11.01 08:29:00.466885 [ 302 ] {} <Trace> HTTP-Session: d1f8390b-16cf-4839-8310-ad734aca738e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18125 | 2024.11.01 08:29:00.467081 [ 302 ] {0c6c03d5-10e3-4d19-a21b-c248378e0269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50933) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 18126 | 2024.11.01 08:29:00.467155 [ 302 ] {0c6c03d5-10e3-4d19-a21b-c248378e0269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18127 | 2024.11.01 08:29:00.467492 [ 302 ] {0c6c03d5-10e3-4d19-a21b-c248378e0269} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18128 | 2024.11.01 08:29:00.467963 [ 302 ] {0c6c03d5-10e3-4d19-a21b-c248378e0269} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18129 | 2024.11.01 08:29:00.468008 [ 302 ] {0c6c03d5-10e3-4d19-a21b-c248378e0269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18130 | 2024.11.01 08:29:00.468426 [ 302 ] {0c6c03d5-10e3-4d19-a21b-c248378e0269} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 18131 | 2024.11.01 08:29:00.468819 [ 302 ] {0c6c03d5-10e3-4d19-a21b-c248378e0269} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18132 | 2024.11.01 08:29:00.468987 [ 302 ] {0c6c03d5-10e3-4d19-a21b-c248378e0269} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001969 sec., 28440.832910106656 rows/sec., 2.17 MiB/sec. | ||
| 18133 | 2024.11.01 08:29:00.469193 [ 302 ] {0c6c03d5-10e3-4d19-a21b-c248378e0269} <Debug> DynamicQueryHandler: Done processing query | ||
| 18134 | 2024.11.01 08:29:00.469220 [ 302 ] {0c6c03d5-10e3-4d19-a21b-c248378e0269} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 18135 | 2024.11.01 08:29:00.469236 [ 302 ] {} <Debug> HTTP-Session: d1f8390b-16cf-4839-8310-ad734aca738e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18136 | 2024.11.01 08:29:00.469452 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18137 | 2024.11.01 08:29:00.469667 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49211, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18138 | 2024.11.01 08:29:00.469800 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18139 | 2024.11.01 08:29:00.469829 [ 286 ] {} <Debug> HTTP-Session: af31f340-189d-4889-8dbf-eda43a2c3117 Authenticating user 'default' from [fd00:1122:3344:101::d]:49211 | ||
| 18140 | 2024.11.01 08:29:00.469857 [ 286 ] {} <Debug> HTTP-Session: af31f340-189d-4889-8dbf-eda43a2c3117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18141 | 2024.11.01 08:29:00.469875 [ 286 ] {} <Debug> HTTP-Session: af31f340-189d-4889-8dbf-eda43a2c3117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18142 | 2024.11.01 08:29:00.469940 [ 286 ] {} <Trace> HTTP-Session: af31f340-189d-4889-8dbf-eda43a2c3117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18143 | 2024.11.01 08:29:00.470181 [ 286 ] {be8ac4f4-dfee-4a36-9db6-610a2a800aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49211) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 18144 | 2024.11.01 08:29:00.470260 [ 286 ] {be8ac4f4-dfee-4a36-9db6-610a2a800aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18145 | 2024.11.01 08:29:00.470634 [ 286 ] {be8ac4f4-dfee-4a36-9db6-610a2a800aaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18146 | 2024.11.01 08:29:00.471090 [ 286 ] {be8ac4f4-dfee-4a36-9db6-610a2a800aaf} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18147 | 2024.11.01 08:29:00.471137 [ 286 ] {be8ac4f4-dfee-4a36-9db6-610a2a800aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18148 | 2024.11.01 08:29:00.471580 [ 286 ] {be8ac4f4-dfee-4a36-9db6-610a2a800aaf} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 18149 | 2024.11.01 08:29:00.471986 [ 286 ] {be8ac4f4-dfee-4a36-9db6-610a2a800aaf} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18150 | 2024.11.01 08:29:00.472156 [ 286 ] {be8ac4f4-dfee-4a36-9db6-610a2a800aaf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002059 sec., 31083.05002428363 rows/sec., 2.43 MiB/sec. | ||
| 18151 | 2024.11.01 08:29:00.472391 [ 286 ] {be8ac4f4-dfee-4a36-9db6-610a2a800aaf} <Debug> DynamicQueryHandler: Done processing query | ||
| 18152 | 2024.11.01 08:29:00.472419 [ 286 ] {be8ac4f4-dfee-4a36-9db6-610a2a800aaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 18153 | 2024.11.01 08:29:00.472436 [ 286 ] {} <Debug> HTTP-Session: af31f340-189d-4889-8dbf-eda43a2c3117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18154 | 2024.11.01 08:29:00.472724 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49211, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18155 | 2024.11.01 08:29:00.472735 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50933, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18156 | 2024.11.01 08:29:00.472841 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18157 | 2024.11.01 08:29:00.472881 [ 302 ] {} <Debug> HTTP-Session: bdc29e60-95bb-4c63-b372-200fff96c58b Authenticating user 'default' from [fd00:1122:3344:101::d]:50933 | ||
| 18158 | 2024.11.01 08:29:00.472922 [ 302 ] {} <Debug> HTTP-Session: bdc29e60-95bb-4c63-b372-200fff96c58b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18159 | 2024.11.01 08:29:00.472944 [ 302 ] {} <Debug> HTTP-Session: bdc29e60-95bb-4c63-b372-200fff96c58b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18160 | 2024.11.01 08:29:00.472994 [ 302 ] {} <Trace> HTTP-Session: bdc29e60-95bb-4c63-b372-200fff96c58b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18161 | 2024.11.01 08:29:00.473217 [ 302 ] {dac141bd-ffb0-4387-af9a-13432435e528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50933) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 18162 | 2024.11.01 08:29:00.473281 [ 302 ] {dac141bd-ffb0-4387-af9a-13432435e528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18163 | 2024.11.01 08:29:00.473485 [ 302 ] {dac141bd-ffb0-4387-af9a-13432435e528} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18164 | 2024.11.01 08:29:00.473891 [ 302 ] {dac141bd-ffb0-4387-af9a-13432435e528} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18165 | 2024.11.01 08:29:00.473927 [ 302 ] {dac141bd-ffb0-4387-af9a-13432435e528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18166 | 2024.11.01 08:29:00.474336 [ 302 ] {dac141bd-ffb0-4387-af9a-13432435e528} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 18167 | 2024.11.01 08:29:00.474689 [ 302 ] {dac141bd-ffb0-4387-af9a-13432435e528} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18168 | 2024.11.01 08:29:00.474812 [ 302 ] {dac141bd-ffb0-4387-af9a-13432435e528} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0017 sec., 94117.64705882354 rows/sec., 6.56 MiB/sec. | ||
| 18169 | 2024.11.01 08:29:00.474985 [ 302 ] {dac141bd-ffb0-4387-af9a-13432435e528} <Debug> DynamicQueryHandler: Done processing query | ||
| 18170 | 2024.11.01 08:29:00.475010 [ 302 ] {dac141bd-ffb0-4387-af9a-13432435e528} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 18171 | 2024.11.01 08:29:00.475026 [ 302 ] {} <Debug> HTTP-Session: bdc29e60-95bb-4c63-b372-200fff96c58b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18172 | 2024.11.01 08:29:00.475197 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18173 | 2024.11.01 08:29:00.475387 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57520, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18174 | 2024.11.01 08:29:00.475501 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18175 | 2024.11.01 08:29:00.475539 [ 286 ] {} <Debug> HTTP-Session: bc0129c2-f56e-4d15-8d0c-26a755074bbf Authenticating user 'default' from [fd00:1122:3344:101::d]:57520 | ||
| 18176 | 2024.11.01 08:29:00.475575 [ 286 ] {} <Debug> HTTP-Session: bc0129c2-f56e-4d15-8d0c-26a755074bbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18177 | 2024.11.01 08:29:00.475602 [ 286 ] {} <Debug> HTTP-Session: bc0129c2-f56e-4d15-8d0c-26a755074bbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18178 | 2024.11.01 08:29:00.475677 [ 286 ] {} <Trace> HTTP-Session: bc0129c2-f56e-4d15-8d0c-26a755074bbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18179 | 2024.11.01 08:29:00.475937 [ 286 ] {de1f6023-928e-44f9-aa0c-feb46bfc9b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57520) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 18180 | 2024.11.01 08:29:00.476031 [ 286 ] {de1f6023-928e-44f9-aa0c-feb46bfc9b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18181 | 2024.11.01 08:29:00.476325 [ 286 ] {de1f6023-928e-44f9-aa0c-feb46bfc9b8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18182 | 2024.11.01 08:29:00.476708 [ 286 ] {de1f6023-928e-44f9-aa0c-feb46bfc9b8e} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18183 | 2024.11.01 08:29:00.476746 [ 286 ] {de1f6023-928e-44f9-aa0c-feb46bfc9b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18184 | 2024.11.01 08:29:00.477133 [ 286 ] {de1f6023-928e-44f9-aa0c-feb46bfc9b8e} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 18185 | 2024.11.01 08:29:00.477485 [ 286 ] {de1f6023-928e-44f9-aa0c-feb46bfc9b8e} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18186 | 2024.11.01 08:29:00.477639 [ 286 ] {de1f6023-928e-44f9-aa0c-feb46bfc9b8e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001802 sec., 33296.337402885685 rows/sec., 2.24 MiB/sec. | ||
| 18187 | 2024.11.01 08:29:00.477831 [ 286 ] {de1f6023-928e-44f9-aa0c-feb46bfc9b8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 18188 | 2024.11.01 08:29:00.477856 [ 286 ] {de1f6023-928e-44f9-aa0c-feb46bfc9b8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 18189 | 2024.11.01 08:29:00.477873 [ 286 ] {} <Debug> HTTP-Session: bc0129c2-f56e-4d15-8d0c-26a755074bbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18190 | 2024.11.01 08:29:00.478385 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57520, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18191 | 2024.11.01 08:29:01.122050 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18192 | 2024.11.01 08:29:01.122137 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18193 | 2024.11.01 08:29:01.124483 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18194 | 2024.11.01 08:29:03.165463 [ 50 ] {} <Debug> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Selected 5 parts from all_1_34_8 to all_38_38_0 | ||
| 18195 | 2024.11.01 08:29:03.165553 [ 50 ] {} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18196 | 2024.11.01 08:29:03.165580 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18197 | 2024.11.01 08:29:03.165802 [ 199 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_38_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_34_8 to all_38_38_0 into Compact with storage Full | ||
| 18198 | 2024.11.01 08:29:03.166064 [ 199 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_38_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18199 | 2024.11.01 08:29:03.166113 [ 199 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_8, total 34 rows starting from the beginning of the part | ||
| 18200 | 2024.11.01 08:29:03.166207 [ 199 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 18201 | 2024.11.01 08:29:03.166499 [ 199 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 18202 | 2024.11.01 08:29:03.166651 [ 199 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 18203 | 2024.11.01 08:29:03.166799 [ 199 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 18204 | 2024.11.01 08:29:03.167998 [ 195 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_38_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 4 columns (4 merged, 0 gathered) in 0.002331808 sec., 16296.367453924166 rows/sec., 1.07 MiB/sec. | ||
| 18205 | 2024.11.01 08:29:03.168155 [ 195 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_38_9} <Trace> MergedBlockOutputStream: filled checksums all_1_38_9 (state Temporary) | ||
| 18206 | 2024.11.01 08:29:03.168594 [ 195 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_38_9} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_merge_all_1_38_9 to all_1_38_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18207 | 2024.11.01 08:29:03.168682 [ 195 ] {ef1fee74-c18c-456c-9c13-ae41fff8c579::all_1_38_9} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579) (MergerMutator): Merged 5 parts: [all_1_34_8, all_38_38_0] -> all_1_38_9 | ||
| 18208 | 2024.11.01 08:29:03.168764 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 18209 | 2024.11.01 08:29:04.118411 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1628 | ||
| 18210 | 2024.11.01 08:29:04.121126 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18211 | 2024.11.01 08:29:04.121181 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18212 | 2024.11.01 08:29:04.122801 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 18213 | 2024.11.01 08:29:04.123894 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18214 | 2024.11.01 08:29:04.125286 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1628 | ||
| 18215 | 2024.11.01 08:29:05.473486 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50933, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18216 | 2024.11.01 08:29:05.473650 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18217 | 2024.11.01 08:29:05.473694 [ 302 ] {} <Debug> HTTP-Session: 366a4732-df64-48c2-8b75-a0c1aa54cf43 Authenticating user 'default' from [fd00:1122:3344:101::d]:50933 | ||
| 18218 | 2024.11.01 08:29:05.473737 [ 302 ] {} <Debug> HTTP-Session: 366a4732-df64-48c2-8b75-a0c1aa54cf43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18219 | 2024.11.01 08:29:05.473766 [ 302 ] {} <Debug> HTTP-Session: 366a4732-df64-48c2-8b75-a0c1aa54cf43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18220 | 2024.11.01 08:29:05.473847 [ 302 ] {} <Trace> HTTP-Session: 366a4732-df64-48c2-8b75-a0c1aa54cf43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18221 | 2024.11.01 08:29:05.474285 [ 302 ] {9243adfe-387d-480c-8363-80b631921d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50933) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 18222 | 2024.11.01 08:29:05.474395 [ 302 ] {9243adfe-387d-480c-8363-80b631921d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18223 | 2024.11.01 08:29:05.474810 [ 302 ] {9243adfe-387d-480c-8363-80b631921d06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18224 | 2024.11.01 08:29:05.475447 [ 302 ] {9243adfe-387d-480c-8363-80b631921d06} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18225 | 2024.11.01 08:29:05.475494 [ 302 ] {9243adfe-387d-480c-8363-80b631921d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18226 | 2024.11.01 08:29:05.475957 [ 302 ] {9243adfe-387d-480c-8363-80b631921d06} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 18227 | 2024.11.01 08:29:05.476348 [ 302 ] {9243adfe-387d-480c-8363-80b631921d06} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18228 | 2024.11.01 08:29:05.476514 [ 302 ] {9243adfe-387d-480c-8363-80b631921d06} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002442 sec., 111793.61179361178 rows/sec., 9.94 MiB/sec. | ||
| 18229 | 2024.11.01 08:29:05.476808 [ 302 ] {9243adfe-387d-480c-8363-80b631921d06} <Debug> DynamicQueryHandler: Done processing query | ||
| 18230 | 2024.11.01 08:29:05.476866 [ 302 ] {9243adfe-387d-480c-8363-80b631921d06} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 18231 | 2024.11.01 08:29:05.476920 [ 302 ] {} <Debug> HTTP-Session: 366a4732-df64-48c2-8b75-a0c1aa54cf43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18232 | 2024.11.01 08:29:05.477189 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18233 | 2024.11.01 08:29:05.477313 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43963, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18234 | 2024.11.01 08:29:05.477439 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18235 | 2024.11.01 08:29:05.477468 [ 286 ] {} <Debug> HTTP-Session: 3ba8e52c-af76-44e6-8b93-5090cc8905b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43963 | ||
| 18236 | 2024.11.01 08:29:05.477495 [ 286 ] {} <Debug> HTTP-Session: 3ba8e52c-af76-44e6-8b93-5090cc8905b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18237 | 2024.11.01 08:29:05.477512 [ 286 ] {} <Debug> HTTP-Session: 3ba8e52c-af76-44e6-8b93-5090cc8905b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18238 | 2024.11.01 08:29:05.477574 [ 286 ] {} <Trace> HTTP-Session: 3ba8e52c-af76-44e6-8b93-5090cc8905b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18239 | 2024.11.01 08:29:05.477768 [ 286 ] {8acc3b22-e9c8-42bc-a65d-5aa405247108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43963) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 18240 | 2024.11.01 08:29:05.477837 [ 286 ] {8acc3b22-e9c8-42bc-a65d-5aa405247108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18241 | 2024.11.01 08:29:05.478192 [ 286 ] {8acc3b22-e9c8-42bc-a65d-5aa405247108} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18242 | 2024.11.01 08:29:05.478619 [ 286 ] {8acc3b22-e9c8-42bc-a65d-5aa405247108} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18243 | 2024.11.01 08:29:05.478657 [ 286 ] {8acc3b22-e9c8-42bc-a65d-5aa405247108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18244 | 2024.11.01 08:29:05.479087 [ 286 ] {8acc3b22-e9c8-42bc-a65d-5aa405247108} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18245 | 2024.11.01 08:29:05.479484 [ 286 ] {8acc3b22-e9c8-42bc-a65d-5aa405247108} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18246 | 2024.11.01 08:29:05.479628 [ 286 ] {8acc3b22-e9c8-42bc-a65d-5aa405247108} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001926 sec., 21806.85358255452 rows/sec., 1.60 MiB/sec. | ||
| 18247 | 2024.11.01 08:29:05.479634 [ 50 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 18248 | 2024.11.01 08:29:05.479693 [ 50 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18249 | 2024.11.01 08:29:05.479736 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18250 | 2024.11.01 08:29:05.479881 [ 286 ] {8acc3b22-e9c8-42bc-a65d-5aa405247108} <Debug> DynamicQueryHandler: Done processing query | ||
| 18251 | 2024.11.01 08:29:05.479894 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 18252 | 2024.11.01 08:29:05.479915 [ 286 ] {8acc3b22-e9c8-42bc-a65d-5aa405247108} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 18253 | 2024.11.01 08:29:05.479961 [ 286 ] {} <Debug> HTTP-Session: 3ba8e52c-af76-44e6-8b93-5090cc8905b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18254 | 2024.11.01 08:29:05.480105 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18255 | 2024.11.01 08:29:05.480151 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 60 rows starting from the beginning of the part | ||
| 18256 | 2024.11.01 08:29:05.480305 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43963, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18257 | 2024.11.01 08:29:05.480352 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64808, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18258 | 2024.11.01 08:29:05.480585 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 42 rows starting from the beginning of the part | ||
| 18259 | 2024.11.01 08:29:05.480617 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18260 | 2024.11.01 08:29:05.480719 [ 302 ] {} <Debug> HTTP-Session: cc817e84-9914-4777-8478-1576c07183d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64808 | ||
| 18261 | 2024.11.01 08:29:05.480828 [ 302 ] {} <Debug> HTTP-Session: cc817e84-9914-4777-8478-1576c07183d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18262 | 2024.11.01 08:29:05.480909 [ 286 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 18263 | |||
| 18264 | (version 23.8.7.1) | ||
| 18265 | 2024.11.01 08:29:05.480934 [ 302 ] {} <Debug> HTTP-Session: cc817e84-9914-4777-8478-1576c07183d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18266 | 2024.11.01 08:29:05.481015 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 2 rows starting from the beginning of the part | ||
| 18267 | 2024.11.01 08:29:05.481107 [ 302 ] {} <Trace> HTTP-Session: cc817e84-9914-4777-8478-1576c07183d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18268 | 2024.11.01 08:29:05.481375 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 42 rows starting from the beginning of the part | ||
| 18269 | 2024.11.01 08:29:05.481503 [ 302 ] {51e73b5c-c9b7-465c-846d-2822ada1ef81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64808) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 18270 | 2024.11.01 08:29:05.481617 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 2 rows starting from the beginning of the part | ||
| 18271 | 2024.11.01 08:29:05.481637 [ 302 ] {51e73b5c-c9b7-465c-846d-2822ada1ef81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18272 | 2024.11.01 08:29:05.482095 [ 199 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 42 rows starting from the beginning of the part | ||
| 18273 | 2024.11.01 08:29:05.482725 [ 302 ] {51e73b5c-c9b7-465c-846d-2822ada1ef81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18274 | 2024.11.01 08:29:05.483287 [ 302 ] {51e73b5c-c9b7-465c-846d-2822ada1ef81} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18275 | 2024.11.01 08:29:05.483339 [ 302 ] {51e73b5c-c9b7-465c-846d-2822ada1ef81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18276 | 2024.11.01 08:29:05.483923 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 5 columns (5 merged, 0 gathered) in 0.004092121 sec., 46430.68961059558 rows/sec., 3.56 MiB/sec. | ||
| 18277 | 2024.11.01 08:29:05.483971 [ 302 ] {51e73b5c-c9b7-465c-846d-2822ada1ef81} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 18278 | 2024.11.01 08:29:05.484353 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 18279 | 2024.11.01 08:29:05.484700 [ 302 ] {51e73b5c-c9b7-465c-846d-2822ada1ef81} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18280 | 2024.11.01 08:29:05.485141 [ 302 ] {51e73b5c-c9b7-465c-846d-2822ada1ef81} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003778 sec., 3705.6643726839598 rows/sec., 259.52 KiB/sec. | ||
| 18281 | 2024.11.01 08:29:05.485703 [ 302 ] {51e73b5c-c9b7-465c-846d-2822ada1ef81} <Debug> DynamicQueryHandler: Done processing query | ||
| 18282 | 2024.11.01 08:29:05.485773 [ 302 ] {51e73b5c-c9b7-465c-846d-2822ada1ef81} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 18283 | 2024.11.01 08:29:05.485780 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_71_14} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18284 | 2024.11.01 08:29:05.485853 [ 302 ] {} <Debug> HTTP-Session: cc817e84-9914-4777-8478-1576c07183d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18285 | 2024.11.01 08:29:05.486066 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_71_14} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 18286 | 2024.11.01 08:29:05.486124 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64808, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18287 | 2024.11.01 08:29:05.486305 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 18288 | 2024.11.01 08:29:05.486297 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59555, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18289 | 2024.11.01 08:29:05.486409 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18290 | 2024.11.01 08:29:05.486433 [ 286 ] {} <Debug> HTTP-Session: c294a1ad-550c-421b-89f7-433e6aa0c65f Authenticating user 'default' from [fd00:1122:3344:101::d]:59555 | ||
| 18291 | 2024.11.01 08:29:05.486454 [ 286 ] {} <Debug> HTTP-Session: c294a1ad-550c-421b-89f7-433e6aa0c65f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18292 | 2024.11.01 08:29:05.486471 [ 286 ] {} <Debug> HTTP-Session: c294a1ad-550c-421b-89f7-433e6aa0c65f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18293 | 2024.11.01 08:29:05.486517 [ 286 ] {} <Trace> HTTP-Session: c294a1ad-550c-421b-89f7-433e6aa0c65f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18294 | 2024.11.01 08:29:05.486629 [ 286 ] {4c2e632d-7f36-44f5-965d-47508310fa35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59555) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 18295 | 2024.11.01 08:29:05.486675 [ 286 ] {4c2e632d-7f36-44f5-965d-47508310fa35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18296 | 2024.11.01 08:29:05.486937 [ 286 ] {4c2e632d-7f36-44f5-965d-47508310fa35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18297 | 2024.11.01 08:29:05.487280 [ 286 ] {4c2e632d-7f36-44f5-965d-47508310fa35} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18298 | 2024.11.01 08:29:05.487317 [ 286 ] {4c2e632d-7f36-44f5-965d-47508310fa35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18299 | 2024.11.01 08:29:05.487679 [ 286 ] {4c2e632d-7f36-44f5-965d-47508310fa35} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 18300 | 2024.11.01 08:29:05.488051 [ 286 ] {4c2e632d-7f36-44f5-965d-47508310fa35} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18301 | 2024.11.01 08:29:05.488179 [ 50 ] {} <Debug> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 18302 | 2024.11.01 08:29:05.488185 [ 286 ] {4c2e632d-7f36-44f5-965d-47508310fa35} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001583 sec., 3790.271636133923 rows/sec., 223.94 KiB/sec. | ||
| 18303 | 2024.11.01 08:29:05.488213 [ 50 ] {} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18304 | 2024.11.01 08:29:05.488258 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18305 | 2024.11.01 08:29:05.488431 [ 223 ] {} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 18306 | 2024.11.01 08:29:05.488450 [ 286 ] {4c2e632d-7f36-44f5-965d-47508310fa35} <Debug> DynamicQueryHandler: Done processing query | ||
| 18307 | 2024.11.01 08:29:05.488459 [ 190 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 18308 | 2024.11.01 08:29:05.488489 [ 223 ] {} <Debug> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 18309 | 2024.11.01 08:29:05.488505 [ 286 ] {4c2e632d-7f36-44f5-965d-47508310fa35} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 18310 | 2024.11.01 08:29:05.488578 [ 286 ] {} <Debug> HTTP-Session: c294a1ad-550c-421b-89f7-433e6aa0c65f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18311 | 2024.11.01 08:29:05.488947 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59555, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18312 | 2024.11.01 08:29:05.488942 [ 190 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18313 | 2024.11.01 08:29:05.489095 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62842, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18314 | 2024.11.01 08:29:05.489164 [ 190 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 6 rows starting from the beginning of the part | ||
| 18315 | 2024.11.01 08:29:05.489229 [ 286 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 18316 | |||
| 18317 | (version 23.8.7.1) | ||
| 18318 | 2024.11.01 08:29:05.489282 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18319 | 2024.11.01 08:29:05.489390 [ 302 ] {} <Debug> HTTP-Session: 0f8215a9-ca02-4a59-8398-0816e60a1543 Authenticating user 'default' from [fd00:1122:3344:101::d]:62842 | ||
| 18320 | 2024.11.01 08:29:05.489496 [ 302 ] {} <Debug> HTTP-Session: 0f8215a9-ca02-4a59-8398-0816e60a1543 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18321 | 2024.11.01 08:29:05.489588 [ 302 ] {} <Debug> HTTP-Session: 0f8215a9-ca02-4a59-8398-0816e60a1543 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18322 | 2024.11.01 08:29:05.489738 [ 190 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 18323 | 2024.11.01 08:29:05.489755 [ 302 ] {} <Trace> HTTP-Session: 0f8215a9-ca02-4a59-8398-0816e60a1543 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18324 | 2024.11.01 08:29:05.490334 [ 190 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 18325 | 2024.11.01 08:29:05.490349 [ 302 ] {50278bc5-9eb3-4336-a066-6fefd9ab2ae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62842) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 18326 | 2024.11.01 08:29:05.490497 [ 302 ] {50278bc5-9eb3-4336-a066-6fefd9ab2ae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18327 | 2024.11.01 08:29:05.490684 [ 190 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 18328 | 2024.11.01 08:29:05.491622 [ 190 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 18329 | 2024.11.01 08:29:05.492882 [ 302 ] {50278bc5-9eb3-4336-a066-6fefd9ab2ae4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18330 | 2024.11.01 08:29:05.495100 [ 302 ] {50278bc5-9eb3-4336-a066-6fefd9ab2ae4} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18331 | 2024.11.01 08:29:05.495193 [ 302 ] {50278bc5-9eb3-4336-a066-6fefd9ab2ae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18332 | 2024.11.01 08:29:05.495200 [ 223 ] {} <Debug> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 18333 | 2024.11.01 08:29:05.496698 [ 190 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.008353166 sec., 3591.4526300566754 rows/sec., 227.97 KiB/sec. | ||
| 18334 | 2024.11.01 08:29:05.497026 [ 190 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 18335 | 2024.11.01 08:29:05.497154 [ 302 ] {50278bc5-9eb3-4336-a066-6fefd9ab2ae4} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 18336 | 2024.11.01 08:29:05.498086 [ 198 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_37_9} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18337 | 2024.11.01 08:29:05.498283 [ 302 ] {50278bc5-9eb3-4336-a066-6fefd9ab2ae4} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18338 | 2024.11.01 08:29:05.498349 [ 198 ] {5ce73264-8303-4071-a461-a3d09814458a::all_1_37_9} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 18339 | 2024.11.01 08:29:05.498536 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 18340 | 2024.11.01 08:29:05.498648 [ 302 ] {50278bc5-9eb3-4336-a066-6fefd9ab2ae4} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.008601 sec., 49296.59341936984 rows/sec., 3.52 MiB/sec. | ||
| 18341 | 2024.11.01 08:29:05.499033 [ 302 ] {50278bc5-9eb3-4336-a066-6fefd9ab2ae4} <Debug> DynamicQueryHandler: Done processing query | ||
| 18342 | 2024.11.01 08:29:05.499095 [ 302 ] {50278bc5-9eb3-4336-a066-6fefd9ab2ae4} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 18343 | 2024.11.01 08:29:05.499162 [ 302 ] {} <Debug> HTTP-Session: 0f8215a9-ca02-4a59-8398-0816e60a1543 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18344 | 2024.11.01 08:29:05.499409 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62842, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18345 | 2024.11.01 08:29:05.499461 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58377, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18346 | 2024.11.01 08:29:05.499541 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18347 | 2024.11.01 08:29:05.499564 [ 286 ] {} <Debug> HTTP-Session: 815c5525-824d-4865-a3a2-1463ce2d71aa Authenticating user 'default' from [fd00:1122:3344:101::d]:58377 | ||
| 18348 | 2024.11.01 08:29:05.499598 [ 286 ] {} <Debug> HTTP-Session: 815c5525-824d-4865-a3a2-1463ce2d71aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18349 | 2024.11.01 08:29:05.499625 [ 286 ] {} <Debug> HTTP-Session: 815c5525-824d-4865-a3a2-1463ce2d71aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18350 | 2024.11.01 08:29:05.499674 [ 286 ] {} <Trace> HTTP-Session: 815c5525-824d-4865-a3a2-1463ce2d71aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18351 | 2024.11.01 08:29:05.499799 [ 286 ] {105b888c-c422-4378-8e62-350b2e518251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58377) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 18352 | 2024.11.01 08:29:05.499856 [ 286 ] {105b888c-c422-4378-8e62-350b2e518251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18353 | 2024.11.01 08:29:05.500040 [ 286 ] {105b888c-c422-4378-8e62-350b2e518251} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18354 | 2024.11.01 08:29:05.500375 [ 286 ] {105b888c-c422-4378-8e62-350b2e518251} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18355 | 2024.11.01 08:29:05.500417 [ 286 ] {105b888c-c422-4378-8e62-350b2e518251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18356 | 2024.11.01 08:29:05.500805 [ 286 ] {105b888c-c422-4378-8e62-350b2e518251} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 18357 | 2024.11.01 08:29:05.501138 [ 286 ] {105b888c-c422-4378-8e62-350b2e518251} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18358 | 2024.11.01 08:29:05.501270 [ 286 ] {105b888c-c422-4378-8e62-350b2e518251} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001505 sec., 3986.7109634551493 rows/sec., 208.29 KiB/sec. | ||
| 18359 | 2024.11.01 08:29:05.501481 [ 286 ] {105b888c-c422-4378-8e62-350b2e518251} <Debug> DynamicQueryHandler: Done processing query | ||
| 18360 | 2024.11.01 08:29:05.501505 [ 286 ] {105b888c-c422-4378-8e62-350b2e518251} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 18361 | 2024.11.01 08:29:05.501522 [ 286 ] {} <Debug> HTTP-Session: 815c5525-824d-4865-a3a2-1463ce2d71aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18362 | 2024.11.01 08:29:05.501701 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18363 | 2024.11.01 08:29:05.501785 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51262, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18364 | 2024.11.01 08:29:05.501857 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18365 | 2024.11.01 08:29:05.501881 [ 302 ] {} <Debug> HTTP-Session: a6fefb1c-352c-4f5d-8cb7-51000b5bce23 Authenticating user 'default' from [fd00:1122:3344:101::d]:51262 | ||
| 18366 | 2024.11.01 08:29:05.501902 [ 302 ] {} <Debug> HTTP-Session: a6fefb1c-352c-4f5d-8cb7-51000b5bce23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18367 | 2024.11.01 08:29:05.501919 [ 302 ] {} <Debug> HTTP-Session: a6fefb1c-352c-4f5d-8cb7-51000b5bce23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18368 | 2024.11.01 08:29:05.501967 [ 302 ] {} <Trace> HTTP-Session: a6fefb1c-352c-4f5d-8cb7-51000b5bce23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18369 | 2024.11.01 08:29:05.502237 [ 302 ] {e6331d21-1bb7-46a6-be64-fd5422a24404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51262) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 18370 | 2024.11.01 08:29:05.502301 [ 302 ] {e6331d21-1bb7-46a6-be64-fd5422a24404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18371 | 2024.11.01 08:29:05.502517 [ 302 ] {e6331d21-1bb7-46a6-be64-fd5422a24404} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18372 | 2024.11.01 08:29:05.502967 [ 302 ] {e6331d21-1bb7-46a6-be64-fd5422a24404} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18373 | 2024.11.01 08:29:05.503006 [ 302 ] {e6331d21-1bb7-46a6-be64-fd5422a24404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18374 | 2024.11.01 08:29:05.503430 [ 302 ] {e6331d21-1bb7-46a6-be64-fd5422a24404} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 18375 | 2024.11.01 08:29:05.503780 [ 302 ] {e6331d21-1bb7-46a6-be64-fd5422a24404} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18376 | 2024.11.01 08:29:05.503947 [ 302 ] {e6331d21-1bb7-46a6-be64-fd5422a24404} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001863 sec., 127214.17069243155 rows/sec., 8.53 MiB/sec. | ||
| 18377 | 2024.11.01 08:29:05.504140 [ 302 ] {e6331d21-1bb7-46a6-be64-fd5422a24404} <Debug> DynamicQueryHandler: Done processing query | ||
| 18378 | 2024.11.01 08:29:05.504166 [ 302 ] {e6331d21-1bb7-46a6-be64-fd5422a24404} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 18379 | 2024.11.01 08:29:05.504182 [ 302 ] {} <Debug> HTTP-Session: a6fefb1c-352c-4f5d-8cb7-51000b5bce23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18380 | 2024.11.01 08:29:05.504362 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18381 | 2024.11.01 08:29:05.504379 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58377, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18382 | 2024.11.01 08:29:05.504512 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18383 | 2024.11.01 08:29:05.504551 [ 286 ] {} <Debug> HTTP-Session: 58cb8422-1d6f-4864-9bc0-aa2f4755af7a Authenticating user 'default' from [fd00:1122:3344:101::d]:58377 | ||
| 18384 | 2024.11.01 08:29:05.504583 [ 286 ] {} <Debug> HTTP-Session: 58cb8422-1d6f-4864-9bc0-aa2f4755af7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18385 | 2024.11.01 08:29:05.504600 [ 286 ] {} <Debug> HTTP-Session: 58cb8422-1d6f-4864-9bc0-aa2f4755af7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18386 | 2024.11.01 08:29:05.504645 [ 286 ] {} <Trace> HTTP-Session: 58cb8422-1d6f-4864-9bc0-aa2f4755af7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18387 | 2024.11.01 08:29:05.504767 [ 286 ] {efee8475-281d-4208-afee-36f7138c4d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58377) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 18388 | 2024.11.01 08:29:05.504824 [ 286 ] {efee8475-281d-4208-afee-36f7138c4d89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18389 | 2024.11.01 08:29:05.505023 [ 286 ] {efee8475-281d-4208-afee-36f7138c4d89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18390 | 2024.11.01 08:29:05.505350 [ 286 ] {efee8475-281d-4208-afee-36f7138c4d89} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18391 | 2024.11.01 08:29:05.505392 [ 286 ] {efee8475-281d-4208-afee-36f7138c4d89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18392 | 2024.11.01 08:29:05.505776 [ 286 ] {efee8475-281d-4208-afee-36f7138c4d89} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 18393 | 2024.11.01 08:29:05.506116 [ 286 ] {efee8475-281d-4208-afee-36f7138c4d89} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18394 | 2024.11.01 08:29:05.506242 [ 286 ] {efee8475-281d-4208-afee-36f7138c4d89} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001506 sec., 664.0106241699867 rows/sec., 44.74 KiB/sec. | ||
| 18395 | 2024.11.01 08:29:05.506269 [ 218 ] {} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 18396 | 2024.11.01 08:29:05.506308 [ 218 ] {} <Debug> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 18397 | 2024.11.01 08:29:05.506453 [ 286 ] {efee8475-281d-4208-afee-36f7138c4d89} <Debug> DynamicQueryHandler: Done processing query | ||
| 18398 | 2024.11.01 08:29:05.506478 [ 286 ] {efee8475-281d-4208-afee-36f7138c4d89} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 18399 | 2024.11.01 08:29:05.506494 [ 286 ] {} <Debug> HTTP-Session: 58cb8422-1d6f-4864-9bc0-aa2f4755af7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18400 | 2024.11.01 08:29:05.506680 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18401 | 2024.11.01 08:29:05.506816 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54170, User-Agent: (none), Length: 70887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18402 | 2024.11.01 08:29:05.506935 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18403 | 2024.11.01 08:29:05.506960 [ 302 ] {} <Debug> HTTP-Session: 0fbf6638-6dcd-42a8-b689-7ec02e79d86a Authenticating user 'default' from [fd00:1122:3344:101::d]:54170 | ||
| 18404 | 2024.11.01 08:29:05.506981 [ 302 ] {} <Debug> HTTP-Session: 0fbf6638-6dcd-42a8-b689-7ec02e79d86a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18405 | 2024.11.01 08:29:05.506999 [ 302 ] {} <Debug> HTTP-Session: 0fbf6638-6dcd-42a8-b689-7ec02e79d86a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18406 | 2024.11.01 08:29:05.507045 [ 302 ] {} <Trace> HTTP-Session: 0fbf6638-6dcd-42a8-b689-7ec02e79d86a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18407 | 2024.11.01 08:29:05.507663 [ 302 ] {2c43f926-8bc1-4c81-bdd1-3228a75ae63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54170) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 18408 | 2024.11.01 08:29:05.507880 [ 302 ] {2c43f926-8bc1-4c81-bdd1-3228a75ae63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18409 | 2024.11.01 08:29:05.509109 [ 302 ] {2c43f926-8bc1-4c81-bdd1-3228a75ae63f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18410 | 2024.11.01 08:29:05.509753 [ 218 ] {} <Debug> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 18411 | 2024.11.01 08:29:05.510553 [ 302 ] {2c43f926-8bc1-4c81-bdd1-3228a75ae63f} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18412 | 2024.11.01 08:29:05.510598 [ 302 ] {2c43f926-8bc1-4c81-bdd1-3228a75ae63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18413 | 2024.11.01 08:29:05.511307 [ 302 ] {2c43f926-8bc1-4c81-bdd1-3228a75ae63f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 18414 | 2024.11.01 08:29:05.511745 [ 302 ] {2c43f926-8bc1-4c81-bdd1-3228a75ae63f} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18415 | 2024.11.01 08:29:05.511926 [ 302 ] {2c43f926-8bc1-4c81-bdd1-3228a75ae63f} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.004697 sec., 8941.877794336811 rows/sec., 16.02 MiB/sec. | ||
| 18416 | 2024.11.01 08:29:05.512514 [ 302 ] {2c43f926-8bc1-4c81-bdd1-3228a75ae63f} <Debug> DynamicQueryHandler: Done processing query | ||
| 18417 | 2024.11.01 08:29:05.512540 [ 302 ] {2c43f926-8bc1-4c81-bdd1-3228a75ae63f} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 18418 | 2024.11.01 08:29:05.512557 [ 302 ] {} <Debug> HTTP-Session: 0fbf6638-6dcd-42a8-b689-7ec02e79d86a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18419 | 2024.11.01 08:29:05.512755 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54170, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18420 | 2024.11.01 08:29:05.512755 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58377, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18421 | 2024.11.01 08:29:05.512859 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18422 | 2024.11.01 08:29:05.512887 [ 286 ] {} <Debug> HTTP-Session: 44c529b6-8307-4b1b-acf8-6887862eda4b Authenticating user 'default' from [fd00:1122:3344:101::d]:58377 | ||
| 18423 | 2024.11.01 08:29:05.512919 [ 286 ] {} <Debug> HTTP-Session: 44c529b6-8307-4b1b-acf8-6887862eda4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18424 | 2024.11.01 08:29:05.512937 [ 286 ] {} <Debug> HTTP-Session: 44c529b6-8307-4b1b-acf8-6887862eda4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18425 | 2024.11.01 08:29:05.512986 [ 286 ] {} <Trace> HTTP-Session: 44c529b6-8307-4b1b-acf8-6887862eda4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18426 | 2024.11.01 08:29:05.513158 [ 286 ] {c6223e53-d7e5-41ce-93fc-2bab6fd5186a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58377) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 18427 | 2024.11.01 08:29:05.513214 [ 286 ] {c6223e53-d7e5-41ce-93fc-2bab6fd5186a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18428 | 2024.11.01 08:29:05.513390 [ 286 ] {c6223e53-d7e5-41ce-93fc-2bab6fd5186a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18429 | 2024.11.01 08:29:05.513725 [ 286 ] {c6223e53-d7e5-41ce-93fc-2bab6fd5186a} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18430 | 2024.11.01 08:29:05.513761 [ 286 ] {c6223e53-d7e5-41ce-93fc-2bab6fd5186a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18431 | 2024.11.01 08:29:05.514137 [ 286 ] {c6223e53-d7e5-41ce-93fc-2bab6fd5186a} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 18432 | 2024.11.01 08:29:05.514473 [ 286 ] {c6223e53-d7e5-41ce-93fc-2bab6fd5186a} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18433 | 2024.11.01 08:29:05.514623 [ 286 ] {c6223e53-d7e5-41ce-93fc-2bab6fd5186a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001538 sec., 53315.994798439526 rows/sec., 3.39 MiB/sec. | ||
| 18434 | 2024.11.01 08:29:05.514883 [ 286 ] {c6223e53-d7e5-41ce-93fc-2bab6fd5186a} <Debug> DynamicQueryHandler: Done processing query | ||
| 18435 | 2024.11.01 08:29:05.514939 [ 286 ] {c6223e53-d7e5-41ce-93fc-2bab6fd5186a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 18436 | 2024.11.01 08:29:05.515000 [ 286 ] {} <Debug> HTTP-Session: 44c529b6-8307-4b1b-acf8-6887862eda4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18437 | 2024.11.01 08:29:05.515470 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18438 | 2024.11.01 08:29:10.466405 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42254, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18439 | 2024.11.01 08:29:10.466541 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18440 | 2024.11.01 08:29:10.466584 [ 286 ] {} <Debug> HTTP-Session: 3f0f8241-bdd5-4608-960a-4aba2f0dfad5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42254 | ||
| 18441 | 2024.11.01 08:29:10.466609 [ 286 ] {} <Debug> HTTP-Session: 3f0f8241-bdd5-4608-960a-4aba2f0dfad5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18442 | 2024.11.01 08:29:10.466624 [ 286 ] {} <Debug> HTTP-Session: 3f0f8241-bdd5-4608-960a-4aba2f0dfad5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18443 | 2024.11.01 08:29:10.466678 [ 286 ] {} <Trace> HTTP-Session: 3f0f8241-bdd5-4608-960a-4aba2f0dfad5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18444 | 2024.11.01 08:29:10.466882 [ 286 ] {cb3d5100-26a6-4313-b724-5295e0e47eba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42254) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 18445 | 2024.11.01 08:29:10.466955 [ 286 ] {cb3d5100-26a6-4313-b724-5295e0e47eba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18446 | 2024.11.01 08:29:10.467305 [ 286 ] {cb3d5100-26a6-4313-b724-5295e0e47eba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18447 | 2024.11.01 08:29:10.467808 [ 286 ] {cb3d5100-26a6-4313-b724-5295e0e47eba} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18448 | 2024.11.01 08:29:10.467852 [ 286 ] {cb3d5100-26a6-4313-b724-5295e0e47eba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18449 | 2024.11.01 08:29:10.468331 [ 286 ] {cb3d5100-26a6-4313-b724-5295e0e47eba} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 18450 | 2024.11.01 08:29:10.468746 [ 286 ] {cb3d5100-26a6-4313-b724-5295e0e47eba} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18451 | 2024.11.01 08:29:10.468907 [ 286 ] {cb3d5100-26a6-4313-b724-5295e0e47eba} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00208 sec., 3846.1538461538466 rows/sec., 313.63 KiB/sec. | ||
| 18452 | 2024.11.01 08:29:10.469166 [ 286 ] {cb3d5100-26a6-4313-b724-5295e0e47eba} <Debug> DynamicQueryHandler: Done processing query | ||
| 18453 | 2024.11.01 08:29:10.469197 [ 286 ] {cb3d5100-26a6-4313-b724-5295e0e47eba} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 18454 | 2024.11.01 08:29:10.469214 [ 286 ] {} <Debug> HTTP-Session: 3f0f8241-bdd5-4608-960a-4aba2f0dfad5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18455 | 2024.11.01 08:29:10.469415 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42254, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18456 | 2024.11.01 08:29:10.469604 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59135, User-Agent: (none), Length: 8329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18457 | 2024.11.01 08:29:10.469744 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18458 | 2024.11.01 08:29:10.469786 [ 302 ] {} <Debug> HTTP-Session: 15ca5a8b-fdda-4041-9a14-5e2b05ffa98e Authenticating user 'default' from [fd00:1122:3344:101::d]:59135 | ||
| 18459 | 2024.11.01 08:29:10.469824 [ 302 ] {} <Debug> HTTP-Session: 15ca5a8b-fdda-4041-9a14-5e2b05ffa98e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18460 | 2024.11.01 08:29:10.469848 [ 302 ] {} <Debug> HTTP-Session: 15ca5a8b-fdda-4041-9a14-5e2b05ffa98e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18461 | 2024.11.01 08:29:10.469907 [ 302 ] {} <Trace> HTTP-Session: 15ca5a8b-fdda-4041-9a14-5e2b05ffa98e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18462 | 2024.11.01 08:29:10.470135 [ 302 ] {309b1a08-d5b4-4e9d-86bf-53f0ab4c026d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59135) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 18463 | 2024.11.01 08:29:10.470210 [ 302 ] {309b1a08-d5b4-4e9d-86bf-53f0ab4c026d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18464 | 2024.11.01 08:29:10.470562 [ 302 ] {309b1a08-d5b4-4e9d-86bf-53f0ab4c026d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18465 | 2024.11.01 08:29:10.470991 [ 302 ] {309b1a08-d5b4-4e9d-86bf-53f0ab4c026d} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18466 | 2024.11.01 08:29:10.471036 [ 302 ] {309b1a08-d5b4-4e9d-86bf-53f0ab4c026d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18467 | 2024.11.01 08:29:10.471484 [ 302 ] {309b1a08-d5b4-4e9d-86bf-53f0ab4c026d} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 18468 | 2024.11.01 08:29:10.471893 [ 302 ] {309b1a08-d5b4-4e9d-86bf-53f0ab4c026d} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18469 | 2024.11.01 08:29:10.472067 [ 302 ] {309b1a08-d5b4-4e9d-86bf-53f0ab4c026d} <Debug> executeQuery: Read 60 rows, 4.67 KiB in 0.002004 sec., 29940.11976047904 rows/sec., 2.28 MiB/sec. | ||
| 18470 | 2024.11.01 08:29:10.472287 [ 302 ] {309b1a08-d5b4-4e9d-86bf-53f0ab4c026d} <Debug> DynamicQueryHandler: Done processing query | ||
| 18471 | 2024.11.01 08:29:10.472318 [ 302 ] {309b1a08-d5b4-4e9d-86bf-53f0ab4c026d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 18472 | 2024.11.01 08:29:10.472336 [ 302 ] {} <Debug> HTTP-Session: 15ca5a8b-fdda-4041-9a14-5e2b05ffa98e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18473 | 2024.11.01 08:29:10.472515 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42254, User-Agent: (none), Length: 1170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18474 | 2024.11.01 08:29:10.472534 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59135, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18475 | 2024.11.01 08:29:10.472614 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18476 | 2024.11.01 08:29:10.472648 [ 286 ] {} <Debug> HTTP-Session: a52cb445-bb2b-4886-b449-2ce7c6c6dc66 Authenticating user 'default' from [fd00:1122:3344:101::d]:42254 | ||
| 18477 | 2024.11.01 08:29:10.472669 [ 286 ] {} <Debug> HTTP-Session: a52cb445-bb2b-4886-b449-2ce7c6c6dc66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18478 | 2024.11.01 08:29:10.472697 [ 286 ] {} <Debug> HTTP-Session: a52cb445-bb2b-4886-b449-2ce7c6c6dc66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18479 | 2024.11.01 08:29:10.472748 [ 286 ] {} <Trace> HTTP-Session: a52cb445-bb2b-4886-b449-2ce7c6c6dc66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18480 | 2024.11.01 08:29:10.472866 [ 286 ] {5d10c18c-2c8c-4f16-8279-8c71f0708d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42254) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 18481 | 2024.11.01 08:29:10.472917 [ 286 ] {5d10c18c-2c8c-4f16-8279-8c71f0708d0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18482 | 2024.11.01 08:29:10.473195 [ 286 ] {5d10c18c-2c8c-4f16-8279-8c71f0708d0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18483 | 2024.11.01 08:29:10.473591 [ 286 ] {5d10c18c-2c8c-4f16-8279-8c71f0708d0a} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18484 | 2024.11.01 08:29:10.473629 [ 286 ] {5d10c18c-2c8c-4f16-8279-8c71f0708d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18485 | 2024.11.01 08:29:10.474003 [ 286 ] {5d10c18c-2c8c-4f16-8279-8c71f0708d0a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18486 | 2024.11.01 08:29:10.474400 [ 286 ] {5d10c18c-2c8c-4f16-8279-8c71f0708d0a} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18487 | 2024.11.01 08:29:10.474560 [ 286 ] {5d10c18c-2c8c-4f16-8279-8c71f0708d0a} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.00172 sec., 4651.162790697675 rows/sec., 324.76 KiB/sec. | ||
| 18488 | 2024.11.01 08:29:10.474758 [ 286 ] {5d10c18c-2c8c-4f16-8279-8c71f0708d0a} <Debug> DynamicQueryHandler: Done processing query | ||
| 18489 | 2024.11.01 08:29:10.474784 [ 286 ] {5d10c18c-2c8c-4f16-8279-8c71f0708d0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 18490 | 2024.11.01 08:29:10.474800 [ 286 ] {} <Debug> HTTP-Session: a52cb445-bb2b-4886-b449-2ce7c6c6dc66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18491 | 2024.11.01 08:29:10.474989 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42254, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18492 | 2024.11.01 08:29:10.475094 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58413, User-Agent: (none), Length: 12238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18493 | 2024.11.01 08:29:10.475162 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18494 | 2024.11.01 08:29:10.475213 [ 302 ] {} <Debug> HTTP-Session: 7e7f1608-a397-4716-93a9-7b489026d3eb Authenticating user 'default' from [fd00:1122:3344:101::d]:58413 | ||
| 18495 | 2024.11.01 08:29:10.475231 [ 302 ] {} <Debug> HTTP-Session: 7e7f1608-a397-4716-93a9-7b489026d3eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18496 | 2024.11.01 08:29:10.475245 [ 302 ] {} <Debug> HTTP-Session: 7e7f1608-a397-4716-93a9-7b489026d3eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18497 | 2024.11.01 08:29:10.475285 [ 302 ] {} <Trace> HTTP-Session: 7e7f1608-a397-4716-93a9-7b489026d3eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18498 | 2024.11.01 08:29:10.475424 [ 302 ] {6619e13c-64d9-47e8-ae9f-4dde83153d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 18499 | 2024.11.01 08:29:10.475475 [ 302 ] {6619e13c-64d9-47e8-ae9f-4dde83153d57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18500 | 2024.11.01 08:29:10.475750 [ 302 ] {6619e13c-64d9-47e8-ae9f-4dde83153d57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18501 | 2024.11.01 08:29:10.476143 [ 302 ] {6619e13c-64d9-47e8-ae9f-4dde83153d57} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18502 | 2024.11.01 08:29:10.476209 [ 302 ] {6619e13c-64d9-47e8-ae9f-4dde83153d57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18503 | 2024.11.01 08:29:10.476589 [ 302 ] {6619e13c-64d9-47e8-ae9f-4dde83153d57} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 18504 | 2024.11.01 08:29:10.476989 [ 302 ] {6619e13c-64d9-47e8-ae9f-4dde83153d57} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18505 | 2024.11.01 08:29:10.477156 [ 302 ] {6619e13c-64d9-47e8-ae9f-4dde83153d57} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.001781 sec., 40426.72655811342 rows/sec., 3.16 MiB/sec. | ||
| 18506 | 2024.11.01 08:29:10.477343 [ 302 ] {6619e13c-64d9-47e8-ae9f-4dde83153d57} <Debug> DynamicQueryHandler: Done processing query | ||
| 18507 | 2024.11.01 08:29:10.477369 [ 302 ] {6619e13c-64d9-47e8-ae9f-4dde83153d57} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 18508 | 2024.11.01 08:29:10.477386 [ 302 ] {} <Debug> HTTP-Session: 7e7f1608-a397-4716-93a9-7b489026d3eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18509 | 2024.11.01 08:29:10.477574 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18510 | 2024.11.01 08:29:10.477641 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42254, User-Agent: (none), Length: 31360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18511 | 2024.11.01 08:29:10.477746 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18512 | 2024.11.01 08:29:10.477783 [ 286 ] {} <Debug> HTTP-Session: 44c7238d-ae89-4535-86ae-d4611ff314c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42254 | ||
| 18513 | 2024.11.01 08:29:10.477811 [ 286 ] {} <Debug> HTTP-Session: 44c7238d-ae89-4535-86ae-d4611ff314c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18514 | 2024.11.01 08:29:10.477834 [ 286 ] {} <Debug> HTTP-Session: 44c7238d-ae89-4535-86ae-d4611ff314c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18515 | 2024.11.01 08:29:10.477891 [ 286 ] {} <Trace> HTTP-Session: 44c7238d-ae89-4535-86ae-d4611ff314c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18516 | 2024.11.01 08:29:10.478080 [ 286 ] {826b4cb8-9156-4ff6-9987-402afe20edbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42254) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 18517 | 2024.11.01 08:29:10.478134 [ 286 ] {826b4cb8-9156-4ff6-9987-402afe20edbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18518 | 2024.11.01 08:29:10.478328 [ 286 ] {826b4cb8-9156-4ff6-9987-402afe20edbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18519 | 2024.11.01 08:29:10.478769 [ 286 ] {826b4cb8-9156-4ff6-9987-402afe20edbf} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18520 | 2024.11.01 08:29:10.478809 [ 286 ] {826b4cb8-9156-4ff6-9987-402afe20edbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18521 | 2024.11.01 08:29:10.479223 [ 286 ] {826b4cb8-9156-4ff6-9987-402afe20edbf} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 18522 | 2024.11.01 08:29:10.479593 [ 286 ] {826b4cb8-9156-4ff6-9987-402afe20edbf} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18523 | 2024.11.01 08:29:10.479751 [ 286 ] {826b4cb8-9156-4ff6-9987-402afe20edbf} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001754 sec., 93500.57012542759 rows/sec., 6.51 MiB/sec. | ||
| 18524 | 2024.11.01 08:29:10.479985 [ 286 ] {826b4cb8-9156-4ff6-9987-402afe20edbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 18525 | 2024.11.01 08:29:10.480011 [ 286 ] {826b4cb8-9156-4ff6-9987-402afe20edbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 18526 | 2024.11.01 08:29:10.480056 [ 286 ] {} <Debug> HTTP-Session: 44c7238d-ae89-4535-86ae-d4611ff314c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18527 | 2024.11.01 08:29:10.480288 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42254, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18528 | 2024.11.01 08:29:10.480376 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63841, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18529 | 2024.11.01 08:29:10.480441 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18530 | 2024.11.01 08:29:10.480462 [ 302 ] {} <Debug> HTTP-Session: a820857f-ae4f-481b-b2c2-62c8cc23b05f Authenticating user 'default' from [fd00:1122:3344:101::d]:63841 | ||
| 18531 | 2024.11.01 08:29:10.480479 [ 302 ] {} <Debug> HTTP-Session: a820857f-ae4f-481b-b2c2-62c8cc23b05f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18532 | 2024.11.01 08:29:10.480493 [ 302 ] {} <Debug> HTTP-Session: a820857f-ae4f-481b-b2c2-62c8cc23b05f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18533 | 2024.11.01 08:29:10.480533 [ 302 ] {} <Trace> HTTP-Session: a820857f-ae4f-481b-b2c2-62c8cc23b05f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18534 | 2024.11.01 08:29:10.480684 [ 302 ] {02b5726e-c42d-4087-a61b-60c36f259e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63841) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 18535 | 2024.11.01 08:29:10.480739 [ 302 ] {02b5726e-c42d-4087-a61b-60c36f259e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18536 | 2024.11.01 08:29:10.480912 [ 302 ] {02b5726e-c42d-4087-a61b-60c36f259e09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18537 | 2024.11.01 08:29:10.481235 [ 302 ] {02b5726e-c42d-4087-a61b-60c36f259e09} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18538 | 2024.11.01 08:29:10.481273 [ 302 ] {02b5726e-c42d-4087-a61b-60c36f259e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18539 | 2024.11.01 08:29:10.481686 [ 302 ] {02b5726e-c42d-4087-a61b-60c36f259e09} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 18540 | 2024.11.01 08:29:10.482048 [ 302 ] {02b5726e-c42d-4087-a61b-60c36f259e09} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18541 | 2024.11.01 08:29:10.482195 [ 302 ] {02b5726e-c42d-4087-a61b-60c36f259e09} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec. | ||
| 18542 | 2024.11.01 08:29:10.482437 [ 302 ] {02b5726e-c42d-4087-a61b-60c36f259e09} <Debug> DynamicQueryHandler: Done processing query | ||
| 18543 | 2024.11.01 08:29:10.482484 [ 302 ] {02b5726e-c42d-4087-a61b-60c36f259e09} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 18544 | 2024.11.01 08:29:10.482553 [ 302 ] {} <Debug> HTTP-Session: a820857f-ae4f-481b-b2c2-62c8cc23b05f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18545 | 2024.11.01 08:29:10.482861 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63841, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18546 | 2024.11.01 08:29:13.641419 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18547 | 2024.11.01 08:29:13.641494 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18548 | 2024.11.01 08:29:14.126350 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1660 | ||
| 18549 | 2024.11.01 08:29:14.129268 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18550 | 2024.11.01 08:29:14.129314 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18551 | 2024.11.01 08:29:14.130902 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 18552 | 2024.11.01 08:29:14.131962 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18553 | 2024.11.01 08:29:14.132220 [ 37 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 18554 | 2024.11.01 08:29:14.132348 [ 37 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18555 | 2024.11.01 08:29:14.132437 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18556 | 2024.11.01 08:29:14.133157 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 18557 | 2024.11.01 08:29:14.134558 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1660 | ||
| 18558 | 2024.11.01 08:29:14.135245 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18559 | 2024.11.01 08:29:14.135425 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1528 rows starting from the beginning of the part | ||
| 18560 | 2024.11.01 08:29:14.136110 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 20 rows starting from the beginning of the part | ||
| 18561 | 2024.11.01 08:29:14.136726 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part | ||
| 18562 | 2024.11.01 08:29:14.137339 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 28 rows starting from the beginning of the part | ||
| 18563 | 2024.11.01 08:29:14.137930 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 20 rows starting from the beginning of the part | ||
| 18564 | 2024.11.01 08:29:14.138553 [ 191 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 32 rows starting from the beginning of the part | ||
| 18565 | 2024.11.01 08:29:14.149354 [ 192 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1660 rows, containing 72 columns (72 merged, 0 gathered) in 0.016707001 sec., 99359.54394208752 rows/sec., 64.79 MiB/sec. | ||
| 18566 | 2024.11.01 08:29:14.151328 [ 186 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 18567 | 2024.11.01 08:29:14.153072 [ 186 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_56_11} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18568 | 2024.11.01 08:29:14.153154 [ 186 ] {cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1::all_1_56_11} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 18569 | 2024.11.01 08:29:14.153533 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 18570 | 2024.11.01 08:29:15.466638 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42254, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18571 | 2024.11.01 08:29:15.466764 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18572 | 2024.11.01 08:29:15.466794 [ 286 ] {} <Debug> HTTP-Session: 972382fc-06e2-41ba-bfc3-a50f861f7609 Authenticating user 'default' from [fd00:1122:3344:101::d]:42254 | ||
| 18573 | 2024.11.01 08:29:15.466830 [ 286 ] {} <Debug> HTTP-Session: 972382fc-06e2-41ba-bfc3-a50f861f7609 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18574 | 2024.11.01 08:29:15.466861 [ 286 ] {} <Debug> HTTP-Session: 972382fc-06e2-41ba-bfc3-a50f861f7609 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18575 | 2024.11.01 08:29:15.466944 [ 286 ] {} <Trace> HTTP-Session: 972382fc-06e2-41ba-bfc3-a50f861f7609 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18576 | 2024.11.01 08:29:15.467267 [ 286 ] {af2e7be0-6449-49d9-8544-dd9caa79adf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42254) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 18577 | 2024.11.01 08:29:15.467379 [ 286 ] {af2e7be0-6449-49d9-8544-dd9caa79adf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18578 | 2024.11.01 08:29:15.467920 [ 286 ] {af2e7be0-6449-49d9-8544-dd9caa79adf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18579 | 2024.11.01 08:29:15.468415 [ 286 ] {af2e7be0-6449-49d9-8544-dd9caa79adf6} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18580 | 2024.11.01 08:29:15.468458 [ 286 ] {af2e7be0-6449-49d9-8544-dd9caa79adf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18581 | 2024.11.01 08:29:15.468891 [ 286 ] {af2e7be0-6449-49d9-8544-dd9caa79adf6} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 18582 | 2024.11.01 08:29:15.469303 [ 286 ] {af2e7be0-6449-49d9-8544-dd9caa79adf6} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18583 | 2024.11.01 08:29:15.469470 [ 286 ] {af2e7be0-6449-49d9-8544-dd9caa79adf6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002318 sec., 24158.75754961173 rows/sec., 1.84 MiB/sec. | ||
| 18584 | 2024.11.01 08:29:15.469696 [ 286 ] {af2e7be0-6449-49d9-8544-dd9caa79adf6} <Debug> DynamicQueryHandler: Done processing query | ||
| 18585 | 2024.11.01 08:29:15.469723 [ 286 ] {af2e7be0-6449-49d9-8544-dd9caa79adf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 18586 | 2024.11.01 08:29:15.469740 [ 286 ] {} <Debug> HTTP-Session: 972382fc-06e2-41ba-bfc3-a50f861f7609 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18587 | 2024.11.01 08:29:15.469971 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42254, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18588 | 2024.11.01 08:29:15.470107 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33191, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18589 | 2024.11.01 08:29:15.470210 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18590 | 2024.11.01 08:29:15.470235 [ 302 ] {} <Debug> HTTP-Session: 35fed431-e8cd-452b-a6dc-ca7cbc7e379e Authenticating user 'default' from [fd00:1122:3344:101::d]:33191 | ||
| 18591 | 2024.11.01 08:29:15.470259 [ 302 ] {} <Debug> HTTP-Session: 35fed431-e8cd-452b-a6dc-ca7cbc7e379e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18592 | 2024.11.01 08:29:15.470273 [ 302 ] {} <Debug> HTTP-Session: 35fed431-e8cd-452b-a6dc-ca7cbc7e379e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18593 | 2024.11.01 08:29:15.470326 [ 302 ] {} <Trace> HTTP-Session: 35fed431-e8cd-452b-a6dc-ca7cbc7e379e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18594 | 2024.11.01 08:29:15.470522 [ 302 ] {debdb92a-928b-4110-8a68-81b333ba5b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33191) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 18595 | 2024.11.01 08:29:15.470591 [ 302 ] {debdb92a-928b-4110-8a68-81b333ba5b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18596 | 2024.11.01 08:29:15.470933 [ 302 ] {debdb92a-928b-4110-8a68-81b333ba5b5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18597 | 2024.11.01 08:29:15.471367 [ 302 ] {debdb92a-928b-4110-8a68-81b333ba5b5d} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18598 | 2024.11.01 08:29:15.471407 [ 302 ] {debdb92a-928b-4110-8a68-81b333ba5b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18599 | 2024.11.01 08:29:15.471835 [ 302 ] {debdb92a-928b-4110-8a68-81b333ba5b5d} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 18600 | 2024.11.01 08:29:15.472237 [ 302 ] {debdb92a-928b-4110-8a68-81b333ba5b5d} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18601 | 2024.11.01 08:29:15.472380 [ 302 ] {debdb92a-928b-4110-8a68-81b333ba5b5d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001928 sec., 33195.02074688797 rows/sec., 2.59 MiB/sec. | ||
| 18602 | 2024.11.01 08:29:15.472602 [ 302 ] {debdb92a-928b-4110-8a68-81b333ba5b5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 18603 | 2024.11.01 08:29:15.472642 [ 302 ] {debdb92a-928b-4110-8a68-81b333ba5b5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 18604 | 2024.11.01 08:29:15.472675 [ 302 ] {} <Debug> HTTP-Session: 35fed431-e8cd-452b-a6dc-ca7cbc7e379e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18605 | 2024.11.01 08:29:15.472896 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33191, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18606 | 2024.11.01 08:29:15.472895 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42254, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18607 | 2024.11.01 08:29:15.473008 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18608 | 2024.11.01 08:29:15.473044 [ 286 ] {} <Debug> HTTP-Session: 1d928351-b3ff-4db9-b8ae-c684fee7d110 Authenticating user 'default' from [fd00:1122:3344:101::d]:42254 | ||
| 18609 | 2024.11.01 08:29:15.473068 [ 286 ] {} <Debug> HTTP-Session: 1d928351-b3ff-4db9-b8ae-c684fee7d110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18610 | 2024.11.01 08:29:15.473088 [ 286 ] {} <Debug> HTTP-Session: 1d928351-b3ff-4db9-b8ae-c684fee7d110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18611 | 2024.11.01 08:29:15.473133 [ 286 ] {} <Trace> HTTP-Session: 1d928351-b3ff-4db9-b8ae-c684fee7d110 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18612 | 2024.11.01 08:29:15.473342 [ 286 ] {02dc3a2d-0f72-4073-8358-22f5919ff23d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42254) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 18613 | 2024.11.01 08:29:15.473403 [ 286 ] {02dc3a2d-0f72-4073-8358-22f5919ff23d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18614 | 2024.11.01 08:29:15.473622 [ 286 ] {02dc3a2d-0f72-4073-8358-22f5919ff23d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18615 | 2024.11.01 08:29:15.474053 [ 286 ] {02dc3a2d-0f72-4073-8358-22f5919ff23d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18616 | 2024.11.01 08:29:15.474090 [ 286 ] {02dc3a2d-0f72-4073-8358-22f5919ff23d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18617 | 2024.11.01 08:29:15.474492 [ 286 ] {02dc3a2d-0f72-4073-8358-22f5919ff23d} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 18618 | 2024.11.01 08:29:15.474852 [ 286 ] {02dc3a2d-0f72-4073-8358-22f5919ff23d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18619 | 2024.11.01 08:29:15.475016 [ 286 ] {02dc3a2d-0f72-4073-8358-22f5919ff23d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001766 sec., 90600.22650056625 rows/sec., 6.31 MiB/sec. | ||
| 18620 | 2024.11.01 08:29:15.475295 [ 286 ] {02dc3a2d-0f72-4073-8358-22f5919ff23d} <Debug> DynamicQueryHandler: Done processing query | ||
| 18621 | 2024.11.01 08:29:15.475351 [ 286 ] {02dc3a2d-0f72-4073-8358-22f5919ff23d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 18622 | 2024.11.01 08:29:15.475408 [ 286 ] {} <Debug> HTTP-Session: 1d928351-b3ff-4db9-b8ae-c684fee7d110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18623 | 2024.11.01 08:29:15.475666 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42254, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18624 | 2024.11.01 08:29:15.475775 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35418, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18625 | 2024.11.01 08:29:15.475846 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18626 | 2024.11.01 08:29:15.475870 [ 302 ] {} <Debug> HTTP-Session: 85983dbf-4db2-46b3-bc6a-6d18b2e84138 Authenticating user 'default' from [fd00:1122:3344:101::d]:35418 | ||
| 18627 | 2024.11.01 08:29:15.475892 [ 302 ] {} <Debug> HTTP-Session: 85983dbf-4db2-46b3-bc6a-6d18b2e84138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18628 | 2024.11.01 08:29:15.475909 [ 302 ] {} <Debug> HTTP-Session: 85983dbf-4db2-46b3-bc6a-6d18b2e84138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18629 | 2024.11.01 08:29:15.475956 [ 302 ] {} <Trace> HTTP-Session: 85983dbf-4db2-46b3-bc6a-6d18b2e84138 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18630 | 2024.11.01 08:29:15.476124 [ 302 ] {c7023b5c-644d-4f61-96ef-e2958c3a1406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35418) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 18631 | 2024.11.01 08:29:15.476181 [ 302 ] {c7023b5c-644d-4f61-96ef-e2958c3a1406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18632 | 2024.11.01 08:29:15.476375 [ 302 ] {c7023b5c-644d-4f61-96ef-e2958c3a1406} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18633 | 2024.11.01 08:29:15.476731 [ 302 ] {c7023b5c-644d-4f61-96ef-e2958c3a1406} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18634 | 2024.11.01 08:29:15.476775 [ 302 ] {c7023b5c-644d-4f61-96ef-e2958c3a1406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18635 | 2024.11.01 08:29:15.477163 [ 302 ] {c7023b5c-644d-4f61-96ef-e2958c3a1406} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 18636 | 2024.11.01 08:29:15.477501 [ 302 ] {c7023b5c-644d-4f61-96ef-e2958c3a1406} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18637 | 2024.11.01 08:29:15.477628 [ 302 ] {c7023b5c-644d-4f61-96ef-e2958c3a1406} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00157 sec., 38216.56050955414 rows/sec., 2.58 MiB/sec. | ||
| 18638 | 2024.11.01 08:29:15.477813 [ 302 ] {c7023b5c-644d-4f61-96ef-e2958c3a1406} <Debug> DynamicQueryHandler: Done processing query | ||
| 18639 | 2024.11.01 08:29:15.477850 [ 302 ] {c7023b5c-644d-4f61-96ef-e2958c3a1406} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 18640 | 2024.11.01 08:29:15.477880 [ 302 ] {} <Debug> HTTP-Session: 85983dbf-4db2-46b3-bc6a-6d18b2e84138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18641 | 2024.11.01 08:29:15.478171 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35418, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18642 | 2024.11.01 08:29:18.268810 [ 44 ] {} <Debug> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 18643 | 2024.11.01 08:29:18.268932 [ 44 ] {} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18644 | 2024.11.01 08:29:18.268974 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18645 | 2024.11.01 08:29:18.269183 [ 218 ] {} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 18646 | 2024.11.01 08:29:18.269258 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 18647 | 2024.11.01 08:29:18.269292 [ 218 ] {} <Debug> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 18648 | 2024.11.01 08:29:18.269836 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18649 | 2024.11.01 08:29:18.269929 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 198 rows starting from the beginning of the part | ||
| 18650 | 2024.11.01 08:29:18.270051 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 18651 | 2024.11.01 08:29:18.270363 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 18652 | 2024.11.01 08:29:18.270587 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 18653 | 2024.11.01 08:29:18.270836 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 18654 | 2024.11.01 08:29:18.272806 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 4 columns (4 merged, 0 gathered) in 0.003718922 sec., 59694.71798548074 rows/sec., 3.05 MiB/sec. | ||
| 18655 | 2024.11.01 08:29:18.273002 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 18656 | 2024.11.01 08:29:18.273607 [ 218 ] {} <Debug> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 18657 | 2024.11.01 08:29:18.273857 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_37_9} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18658 | 2024.11.01 08:29:18.274087 [ 193 ] {47236a0d-547a-4cdd-b895-5286fb2e08d9::all_1_37_9} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 18659 | 2024.11.01 08:29:18.274237 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 18660 | 2024.11.01 08:29:20.066045 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42254, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18661 | 2024.11.01 08:29:20.179138 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54818, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18662 | 2024.11.01 08:29:20.286635 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35090, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18663 | 2024.11.01 08:29:20.291081 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18664 | 2024.11.01 08:29:20.303375 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52365, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18665 | 2024.11.01 08:29:20.378679 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51943, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18666 | 2024.11.01 08:29:20.393938 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55820, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18667 | 2024.11.01 08:29:20.395241 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39171, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18668 | 2024.11.01 08:29:20.423532 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33234, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18669 | 2024.11.01 08:29:20.472735 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34596, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18670 | 2024.11.01 08:29:20.472866 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18671 | 2024.11.01 08:29:20.472909 [ 302 ] {} <Debug> HTTP-Session: 82775044-3cbd-4624-ac03-21072cfbeb2d Authenticating user 'default' from [fd00:1122:3344:101::d]:34596 | ||
| 18672 | 2024.11.01 08:29:20.472949 [ 302 ] {} <Debug> HTTP-Session: 82775044-3cbd-4624-ac03-21072cfbeb2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18673 | 2024.11.01 08:29:20.472976 [ 302 ] {} <Debug> HTTP-Session: 82775044-3cbd-4624-ac03-21072cfbeb2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18674 | 2024.11.01 08:29:20.473052 [ 302 ] {} <Trace> HTTP-Session: 82775044-3cbd-4624-ac03-21072cfbeb2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18675 | 2024.11.01 08:29:20.473319 [ 302 ] {e98bb12e-c7e5-404d-8078-a656935e4f02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34596) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 18676 | 2024.11.01 08:29:20.473387 [ 302 ] {e98bb12e-c7e5-404d-8078-a656935e4f02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18677 | 2024.11.01 08:29:20.473726 [ 302 ] {e98bb12e-c7e5-404d-8078-a656935e4f02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18678 | 2024.11.01 08:29:20.474379 [ 302 ] {e98bb12e-c7e5-404d-8078-a656935e4f02} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18679 | 2024.11.01 08:29:20.474423 [ 302 ] {e98bb12e-c7e5-404d-8078-a656935e4f02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18680 | 2024.11.01 08:29:20.474877 [ 302 ] {e98bb12e-c7e5-404d-8078-a656935e4f02} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 18681 | 2024.11.01 08:29:20.475288 [ 302 ] {e98bb12e-c7e5-404d-8078-a656935e4f02} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18682 | 2024.11.01 08:29:20.475452 [ 302 ] {e98bb12e-c7e5-404d-8078-a656935e4f02} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002256 sec., 121010.63829787233 rows/sec., 10.76 MiB/sec. | ||
| 18683 | 2024.11.01 08:29:20.475520 [ 42 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 18684 | 2024.11.01 08:29:20.475630 [ 42 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18685 | 2024.11.01 08:29:20.475660 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18686 | 2024.11.01 08:29:20.475765 [ 302 ] {e98bb12e-c7e5-404d-8078-a656935e4f02} <Debug> DynamicQueryHandler: Done processing query | ||
| 18687 | 2024.11.01 08:29:20.475828 [ 302 ] {e98bb12e-c7e5-404d-8078-a656935e4f02} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 18688 | 2024.11.01 08:29:20.475926 [ 302 ] {} <Debug> HTTP-Session: 82775044-3cbd-4624-ac03-21072cfbeb2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18689 | 2024.11.01 08:29:20.476009 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 18690 | 2024.11.01 08:29:20.476276 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34596, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18691 | 2024.11.01 08:29:20.476478 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61402, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18692 | 2024.11.01 08:29:20.476736 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18693 | 2024.11.01 08:29:20.476854 [ 282 ] {} <Debug> HTTP-Session: 9a7f0f25-93b1-4098-900e-242f40d712c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61402 | ||
| 18694 | 2024.11.01 08:29:20.476955 [ 282 ] {} <Debug> HTTP-Session: 9a7f0f25-93b1-4098-900e-242f40d712c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18695 | 2024.11.01 08:29:20.477054 [ 282 ] {} <Debug> HTTP-Session: 9a7f0f25-93b1-4098-900e-242f40d712c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18696 | 2024.11.01 08:29:20.477153 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18697 | 2024.11.01 08:29:20.477200 [ 282 ] {} <Trace> HTTP-Session: 9a7f0f25-93b1-4098-900e-242f40d712c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18698 | 2024.11.01 08:29:20.477311 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1423 rows starting from the beginning of the part | ||
| 18699 | 2024.11.01 08:29:20.477683 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 56 rows starting from the beginning of the part | ||
| 18700 | 2024.11.01 08:29:20.477701 [ 282 ] {dca6f265-21e5-47f0-a276-ffad53620ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61402) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 18701 | 2024.11.01 08:29:20.477915 [ 282 ] {dca6f265-21e5-47f0-a276-ffad53620ed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18702 | 2024.11.01 08:29:20.477986 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 273 rows starting from the beginning of the part | ||
| 18703 | 2024.11.01 08:29:20.478330 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
| 18704 | 2024.11.01 08:29:20.478644 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 56 rows starting from the beginning of the part | ||
| 18705 | 2024.11.01 08:29:20.478951 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 273 rows starting from the beginning of the part | ||
| 18706 | 2024.11.01 08:29:20.479716 [ 282 ] {dca6f265-21e5-47f0-a276-ffad53620ed8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18707 | 2024.11.01 08:29:20.480766 [ 282 ] {dca6f265-21e5-47f0-a276-ffad53620ed8} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18708 | 2024.11.01 08:29:20.480850 [ 282 ] {dca6f265-21e5-47f0-a276-ffad53620ed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18709 | 2024.11.01 08:29:20.481868 [ 282 ] {dca6f265-21e5-47f0-a276-ffad53620ed8} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 18710 | 2024.11.01 08:29:20.482683 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2141 rows, containing 5 columns (5 merged, 0 gathered) in 0.006897639 sec., 310396.0645084499 rows/sec., 27.35 MiB/sec. | ||
| 18711 | 2024.11.01 08:29:20.482965 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 18712 | 2024.11.01 08:29:20.482977 [ 282 ] {dca6f265-21e5-47f0-a276-ffad53620ed8} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18713 | 2024.11.01 08:29:20.483374 [ 282 ] {dca6f265-21e5-47f0-a276-ffad53620ed8} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.005892 sec., 7128.309572301426 rows/sec., 536.02 KiB/sec. | ||
| 18714 | 2024.11.01 08:29:20.484336 [ 282 ] {dca6f265-21e5-47f0-a276-ffad53620ed8} <Debug> DynamicQueryHandler: Done processing query | ||
| 18715 | 2024.11.01 08:29:20.484412 [ 282 ] {dca6f265-21e5-47f0-a276-ffad53620ed8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 18716 | 2024.11.01 08:29:20.484485 [ 282 ] {} <Debug> HTTP-Session: 9a7f0f25-93b1-4098-900e-242f40d712c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18717 | 2024.11.01 08:29:20.484716 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_111_22} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18718 | 2024.11.01 08:29:20.484818 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61402, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18719 | 2024.11.01 08:29:20.484918 [ 193 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_111_22} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 18720 | 2024.11.01 08:29:20.484912 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62074, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18721 | 2024.11.01 08:29:20.485078 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18722 | 2024.11.01 08:29:20.485093 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 18723 | 2024.11.01 08:29:20.485122 [ 302 ] {} <Debug> HTTP-Session: 215f6869-97b3-4655-9ce6-cf3452bedcf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:62074 | ||
| 18724 | 2024.11.01 08:29:20.485157 [ 302 ] {} <Debug> HTTP-Session: 215f6869-97b3-4655-9ce6-cf3452bedcf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18725 | 2024.11.01 08:29:20.485175 [ 302 ] {} <Debug> HTTP-Session: 215f6869-97b3-4655-9ce6-cf3452bedcf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18726 | 2024.11.01 08:29:20.485214 [ 302 ] {} <Trace> HTTP-Session: 215f6869-97b3-4655-9ce6-cf3452bedcf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18727 | 2024.11.01 08:29:20.485348 [ 302 ] {55941ae6-267b-46f5-83a2-4a3cd82df62f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62074) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 18728 | 2024.11.01 08:29:20.485402 [ 302 ] {55941ae6-267b-46f5-83a2-4a3cd82df62f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18729 | 2024.11.01 08:29:20.485696 [ 302 ] {55941ae6-267b-46f5-83a2-4a3cd82df62f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18730 | 2024.11.01 08:29:20.486063 [ 302 ] {55941ae6-267b-46f5-83a2-4a3cd82df62f} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18731 | 2024.11.01 08:29:20.486101 [ 302 ] {55941ae6-267b-46f5-83a2-4a3cd82df62f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18732 | 2024.11.01 08:29:20.486473 [ 302 ] {55941ae6-267b-46f5-83a2-4a3cd82df62f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 18733 | 2024.11.01 08:29:20.486841 [ 302 ] {55941ae6-267b-46f5-83a2-4a3cd82df62f} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18734 | 2024.11.01 08:29:20.487009 [ 302 ] {55941ae6-267b-46f5-83a2-4a3cd82df62f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001691 sec., 8279.124778237729 rows/sec., 579.82 KiB/sec. | ||
| 18735 | 2024.11.01 08:29:20.487197 [ 302 ] {55941ae6-267b-46f5-83a2-4a3cd82df62f} <Debug> DynamicQueryHandler: Done processing query | ||
| 18736 | 2024.11.01 08:29:20.487222 [ 302 ] {55941ae6-267b-46f5-83a2-4a3cd82df62f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 18737 | 2024.11.01 08:29:20.487238 [ 302 ] {} <Debug> HTTP-Session: 215f6869-97b3-4655-9ce6-cf3452bedcf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18738 | 2024.11.01 08:29:20.487411 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62074, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18739 | 2024.11.01 08:29:20.487532 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54557, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18740 | 2024.11.01 08:29:20.487593 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18741 | 2024.11.01 08:29:20.487617 [ 282 ] {} <Debug> HTTP-Session: da54a5f1-3557-4e40-9d05-d05eeba64a64 Authenticating user 'default' from [fd00:1122:3344:101::d]:54557 | ||
| 18742 | 2024.11.01 08:29:20.487637 [ 282 ] {} <Debug> HTTP-Session: da54a5f1-3557-4e40-9d05-d05eeba64a64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18743 | 2024.11.01 08:29:20.487654 [ 282 ] {} <Debug> HTTP-Session: da54a5f1-3557-4e40-9d05-d05eeba64a64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18744 | 2024.11.01 08:29:20.487691 [ 282 ] {} <Trace> HTTP-Session: da54a5f1-3557-4e40-9d05-d05eeba64a64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18745 | 2024.11.01 08:29:20.487807 [ 282 ] {54ae0a72-d347-472a-a46f-196bede1784a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54557) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 18746 | 2024.11.01 08:29:20.487860 [ 282 ] {54ae0a72-d347-472a-a46f-196bede1784a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18747 | 2024.11.01 08:29:20.488115 [ 282 ] {54ae0a72-d347-472a-a46f-196bede1784a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18748 | 2024.11.01 08:29:20.488434 [ 282 ] {54ae0a72-d347-472a-a46f-196bede1784a} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18749 | 2024.11.01 08:29:20.488472 [ 282 ] {54ae0a72-d347-472a-a46f-196bede1784a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18750 | 2024.11.01 08:29:20.488825 [ 282 ] {54ae0a72-d347-472a-a46f-196bede1784a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 18751 | 2024.11.01 08:29:20.489196 [ 282 ] {54ae0a72-d347-472a-a46f-196bede1784a} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18752 | 2024.11.01 08:29:20.489371 [ 282 ] {54ae0a72-d347-472a-a46f-196bede1784a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001586 sec., 3783.1021437578815 rows/sec., 223.51 KiB/sec. | ||
| 18753 | 2024.11.01 08:29:20.489557 [ 282 ] {54ae0a72-d347-472a-a46f-196bede1784a} <Debug> DynamicQueryHandler: Done processing query | ||
| 18754 | 2024.11.01 08:29:20.489583 [ 282 ] {54ae0a72-d347-472a-a46f-196bede1784a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 18755 | 2024.11.01 08:29:20.489598 [ 282 ] {} <Debug> HTTP-Session: da54a5f1-3557-4e40-9d05-d05eeba64a64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18756 | 2024.11.01 08:29:20.489816 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62074, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18757 | 2024.11.01 08:29:20.489838 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54557, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18758 | 2024.11.01 08:29:20.489880 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18759 | 2024.11.01 08:29:20.489907 [ 302 ] {} <Debug> HTTP-Session: 2ea9d61a-4d62-4a12-8e44-3492d7a9fe5b Authenticating user 'default' from [fd00:1122:3344:101::d]:62074 | ||
| 18760 | 2024.11.01 08:29:20.489930 [ 302 ] {} <Debug> HTTP-Session: 2ea9d61a-4d62-4a12-8e44-3492d7a9fe5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18761 | 2024.11.01 08:29:20.489948 [ 302 ] {} <Debug> HTTP-Session: 2ea9d61a-4d62-4a12-8e44-3492d7a9fe5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18762 | 2024.11.01 08:29:20.489989 [ 302 ] {} <Trace> HTTP-Session: 2ea9d61a-4d62-4a12-8e44-3492d7a9fe5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18763 | 2024.11.01 08:29:20.490285 [ 302 ] {cccafd76-e239-4299-94b5-6d5325ff2225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62074) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 18764 | 2024.11.01 08:29:20.490338 [ 302 ] {cccafd76-e239-4299-94b5-6d5325ff2225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18765 | 2024.11.01 08:29:20.490616 [ 302 ] {cccafd76-e239-4299-94b5-6d5325ff2225} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18766 | 2024.11.01 08:29:20.491247 [ 302 ] {cccafd76-e239-4299-94b5-6d5325ff2225} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18767 | 2024.11.01 08:29:20.491286 [ 302 ] {cccafd76-e239-4299-94b5-6d5325ff2225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18768 | 2024.11.01 08:29:20.491680 [ 302 ] {cccafd76-e239-4299-94b5-6d5325ff2225} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 18769 | 2024.11.01 08:29:20.492045 [ 302 ] {cccafd76-e239-4299-94b5-6d5325ff2225} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18770 | 2024.11.01 08:29:20.492209 [ 302 ] {cccafd76-e239-4299-94b5-6d5325ff2225} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.002094 sec., 202483.28557784145 rows/sec., 14.48 MiB/sec. | ||
| 18771 | 2024.11.01 08:29:20.492240 [ 42 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 18772 | 2024.11.01 08:29:20.492356 [ 42 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18773 | 2024.11.01 08:29:20.492420 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18774 | 2024.11.01 08:29:20.492531 [ 302 ] {cccafd76-e239-4299-94b5-6d5325ff2225} <Debug> DynamicQueryHandler: Done processing query | ||
| 18775 | 2024.11.01 08:29:20.492605 [ 302 ] {cccafd76-e239-4299-94b5-6d5325ff2225} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 18776 | 2024.11.01 08:29:20.492671 [ 302 ] {} <Debug> HTTP-Session: 2ea9d61a-4d62-4a12-8e44-3492d7a9fe5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18777 | 2024.11.01 08:29:20.492801 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 18778 | 2024.11.01 08:29:20.493016 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62074, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18779 | 2024.11.01 08:29:20.493437 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18780 | 2024.11.01 08:29:20.493529 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 916 rows starting from the beginning of the part | ||
| 18781 | 2024.11.01 08:29:20.493789 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43626, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18782 | 2024.11.01 08:29:20.493990 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18783 | 2024.11.01 08:29:20.494120 [ 302 ] {} <Debug> HTTP-Session: 62c13722-173c-40db-9b3c-3c9a71693fdc Authenticating user 'default' from [fd00:1122:3344:101::d]:43626 | ||
| 18784 | 2024.11.01 08:29:20.494126 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 64 rows starting from the beginning of the part | ||
| 18785 | 2024.11.01 08:29:20.494206 [ 302 ] {} <Debug> HTTP-Session: 62c13722-173c-40db-9b3c-3c9a71693fdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18786 | 2024.11.01 08:29:20.494279 [ 302 ] {} <Debug> HTTP-Session: 62c13722-173c-40db-9b3c-3c9a71693fdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18787 | 2024.11.01 08:29:20.494455 [ 302 ] {} <Trace> HTTP-Session: 62c13722-173c-40db-9b3c-3c9a71693fdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18788 | 2024.11.01 08:29:20.494908 [ 302 ] {1ff03952-e896-47a6-b204-5642388ad055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43626) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 18789 | 2024.11.01 08:29:20.495010 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 424 rows starting from the beginning of the part | ||
| 18790 | 2024.11.01 08:29:20.495071 [ 302 ] {1ff03952-e896-47a6-b204-5642388ad055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18791 | 2024.11.01 08:29:20.495239 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 72 rows starting from the beginning of the part | ||
| 18792 | 2024.11.01 08:29:20.495658 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 64 rows starting from the beginning of the part | ||
| 18793 | 2024.11.01 08:29:20.496016 [ 201 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 424 rows starting from the beginning of the part | ||
| 18794 | 2024.11.01 08:29:20.496628 [ 302 ] {1ff03952-e896-47a6-b204-5642388ad055} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18795 | 2024.11.01 08:29:20.497283 [ 302 ] {1ff03952-e896-47a6-b204-5642388ad055} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18796 | 2024.11.01 08:29:20.497352 [ 302 ] {1ff03952-e896-47a6-b204-5642388ad055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18797 | 2024.11.01 08:29:20.498491 [ 302 ] {1ff03952-e896-47a6-b204-5642388ad055} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 18798 | 2024.11.01 08:29:20.499109 [ 302 ] {1ff03952-e896-47a6-b204-5642388ad055} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18799 | 2024.11.01 08:29:20.499146 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1964 rows, containing 5 columns (5 merged, 0 gathered) in 0.006586922 sec., 298166.5791700585 rows/sec., 22.83 MiB/sec. | ||
| 18800 | 2024.11.01 08:29:20.499400 [ 302 ] {1ff03952-e896-47a6-b204-5642388ad055} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004653 sec., 1289.4906511927788 rows/sec., 67.37 KiB/sec. | ||
| 18801 | 2024.11.01 08:29:20.499700 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 18802 | 2024.11.01 08:29:20.499740 [ 302 ] {1ff03952-e896-47a6-b204-5642388ad055} <Debug> DynamicQueryHandler: Done processing query | ||
| 18803 | 2024.11.01 08:29:20.499790 [ 302 ] {1ff03952-e896-47a6-b204-5642388ad055} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 18804 | 2024.11.01 08:29:20.499843 [ 302 ] {} <Debug> HTTP-Session: 62c13722-173c-40db-9b3c-3c9a71693fdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18805 | 2024.11.01 08:29:20.500189 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18806 | 2024.11.01 08:29:20.500345 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56049, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18807 | 2024.11.01 08:29:20.500467 [ 302 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 18808 | |||
| 18809 | (version 23.8.7.1) | ||
| 18810 | 2024.11.01 08:29:20.500524 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18811 | 2024.11.01 08:29:20.500601 [ 282 ] {} <Debug> HTTP-Session: 4014e178-a0f4-4da7-a265-438e224bb3b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56049 | ||
| 18812 | 2024.11.01 08:29:20.500653 [ 282 ] {} <Debug> HTTP-Session: 4014e178-a0f4-4da7-a265-438e224bb3b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18813 | 2024.11.01 08:29:20.500692 [ 282 ] {} <Debug> HTTP-Session: 4014e178-a0f4-4da7-a265-438e224bb3b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18814 | 2024.11.01 08:29:20.500756 [ 282 ] {} <Trace> HTTP-Session: 4014e178-a0f4-4da7-a265-438e224bb3b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18815 | 2024.11.01 08:29:20.500945 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_111_22} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18816 | 2024.11.01 08:29:20.501063 [ 200 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_111_22} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 18817 | 2024.11.01 08:29:20.501102 [ 282 ] {7fd02b5f-1760-4822-bf7d-bfa26c74f80d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56049) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 18818 | 2024.11.01 08:29:20.501149 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53548, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18819 | 2024.11.01 08:29:20.501263 [ 282 ] {7fd02b5f-1760-4822-bf7d-bfa26c74f80d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18820 | 2024.11.01 08:29:20.501307 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 18821 | 2024.11.01 08:29:20.501530 [ 282 ] {7fd02b5f-1760-4822-bf7d-bfa26c74f80d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18822 | 2024.11.01 08:29:20.501989 [ 282 ] {7fd02b5f-1760-4822-bf7d-bfa26c74f80d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18823 | 2024.11.01 08:29:20.502028 [ 282 ] {7fd02b5f-1760-4822-bf7d-bfa26c74f80d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18824 | 2024.11.01 08:29:20.502432 [ 282 ] {7fd02b5f-1760-4822-bf7d-bfa26c74f80d} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 18825 | 2024.11.01 08:29:20.502789 [ 282 ] {7fd02b5f-1760-4822-bf7d-bfa26c74f80d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18826 | 2024.11.01 08:29:20.502945 [ 282 ] {7fd02b5f-1760-4822-bf7d-bfa26c74f80d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002033 sec., 116576.48794884406 rows/sec., 7.81 MiB/sec. | ||
| 18827 | 2024.11.01 08:29:20.502956 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 18828 | 2024.11.01 08:29:20.503066 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18829 | 2024.11.01 08:29:20.503139 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18830 | 2024.11.01 08:29:20.503260 [ 282 ] {7fd02b5f-1760-4822-bf7d-bfa26c74f80d} <Debug> DynamicQueryHandler: Done processing query | ||
| 18831 | 2024.11.01 08:29:20.503308 [ 282 ] {7fd02b5f-1760-4822-bf7d-bfa26c74f80d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 18832 | 2024.11.01 08:29:20.503333 [ 282 ] {} <Debug> HTTP-Session: 4014e178-a0f4-4da7-a265-438e224bb3b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18833 | 2024.11.01 08:29:20.503350 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 18834 | 2024.11.01 08:29:20.503506 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18835 | 2024.11.01 08:29:20.503567 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_106_21, total 20573 rows starting from the beginning of the part | ||
| 18836 | 2024.11.01 08:29:20.503581 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56049, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18837 | 2024.11.01 08:29:20.503646 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35138, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18838 | 2024.11.01 08:29:20.503884 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18839 | 2024.11.01 08:29:20.503899 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part | ||
| 18840 | 2024.11.01 08:29:20.503959 [ 302 ] {} <Debug> HTTP-Session: 982d1a12-09b0-42cc-8c62-f1620740e77c Authenticating user 'default' from [fd00:1122:3344:101::d]:35138 | ||
| 18841 | 2024.11.01 08:29:20.504044 [ 302 ] {} <Debug> HTTP-Session: 982d1a12-09b0-42cc-8c62-f1620740e77c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18842 | 2024.11.01 08:29:20.504122 [ 302 ] {} <Debug> HTTP-Session: 982d1a12-09b0-42cc-8c62-f1620740e77c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18843 | 2024.11.01 08:29:20.504182 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 237 rows starting from the beginning of the part | ||
| 18844 | 2024.11.01 08:29:20.504240 [ 302 ] {} <Trace> HTTP-Session: 982d1a12-09b0-42cc-8c62-f1620740e77c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18845 | 2024.11.01 08:29:20.504543 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 164 rows starting from the beginning of the part | ||
| 18846 | 2024.11.01 08:29:20.504606 [ 302 ] {21280ac2-e67b-4b6e-ad67-62e10c19b2da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35138) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 18847 | 2024.11.01 08:29:20.504721 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part | ||
| 18848 | 2024.11.01 08:29:20.504748 [ 302 ] {21280ac2-e67b-4b6e-ad67-62e10c19b2da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18849 | 2024.11.01 08:29:20.505170 [ 187 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 237 rows starting from the beginning of the part | ||
| 18850 | 2024.11.01 08:29:20.505820 [ 302 ] {21280ac2-e67b-4b6e-ad67-62e10c19b2da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18851 | 2024.11.01 08:29:20.506267 [ 302 ] {21280ac2-e67b-4b6e-ad67-62e10c19b2da} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18852 | 2024.11.01 08:29:20.506303 [ 302 ] {21280ac2-e67b-4b6e-ad67-62e10c19b2da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18853 | 2024.11.01 08:29:20.506777 [ 302 ] {21280ac2-e67b-4b6e-ad67-62e10c19b2da} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 18854 | 2024.11.01 08:29:20.507179 [ 302 ] {21280ac2-e67b-4b6e-ad67-62e10c19b2da} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18855 | 2024.11.01 08:29:20.507480 [ 302 ] {21280ac2-e67b-4b6e-ad67-62e10c19b2da} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002989 sec., 334.5600535296086 rows/sec., 22.54 KiB/sec. | ||
| 18856 | 2024.11.01 08:29:20.507739 [ 302 ] {21280ac2-e67b-4b6e-ad67-62e10c19b2da} <Debug> DynamicQueryHandler: Done processing query | ||
| 18857 | 2024.11.01 08:29:20.507764 [ 302 ] {21280ac2-e67b-4b6e-ad67-62e10c19b2da} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 18858 | 2024.11.01 08:29:20.507781 [ 302 ] {} <Debug> HTTP-Session: 982d1a12-09b0-42cc-8c62-f1620740e77c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18859 | 2024.11.01 08:29:20.507974 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35138, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18860 | 2024.11.01 08:29:20.508119 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35927, User-Agent: (none), Length: 70900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18861 | 2024.11.01 08:29:20.508183 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18862 | 2024.11.01 08:29:20.508208 [ 282 ] {} <Debug> HTTP-Session: c922f809-a5d0-41b4-8a38-94f3e10c30a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35927 | ||
| 18863 | 2024.11.01 08:29:20.508229 [ 282 ] {} <Debug> HTTP-Session: c922f809-a5d0-41b4-8a38-94f3e10c30a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18864 | 2024.11.01 08:29:20.508246 [ 282 ] {} <Debug> HTTP-Session: c922f809-a5d0-41b4-8a38-94f3e10c30a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18865 | 2024.11.01 08:29:20.508283 [ 282 ] {} <Trace> HTTP-Session: c922f809-a5d0-41b4-8a38-94f3e10c30a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18866 | 2024.11.01 08:29:20.508817 [ 282 ] {2af63b49-4518-4b51-aa73-9a41626de9b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35927) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 18867 | 2024.11.01 08:29:20.508896 [ 282 ] {2af63b49-4518-4b51-aa73-9a41626de9b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18868 | 2024.11.01 08:29:20.509376 [ 282 ] {2af63b49-4518-4b51-aa73-9a41626de9b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18869 | 2024.11.01 08:29:20.510193 [ 282 ] {2af63b49-4518-4b51-aa73-9a41626de9b3} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18870 | 2024.11.01 08:29:20.510230 [ 282 ] {2af63b49-4518-4b51-aa73-9a41626de9b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18871 | 2024.11.01 08:29:20.511380 [ 282 ] {2af63b49-4518-4b51-aa73-9a41626de9b3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 18872 | 2024.11.01 08:29:20.511818 [ 282 ] {2af63b49-4518-4b51-aa73-9a41626de9b3} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18873 | 2024.11.01 08:29:20.511993 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 18874 | 2024.11.01 08:29:20.512022 [ 282 ] {2af63b49-4518-4b51-aa73-9a41626de9b3} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003635 sec., 11554.33287482806 rows/sec., 20.70 MiB/sec. | ||
| 18875 | 2024.11.01 08:29:20.512056 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18876 | 2024.11.01 08:29:20.512110 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18877 | 2024.11.01 08:29:20.512507 [ 200 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 18878 | 2024.11.01 08:29:20.512929 [ 282 ] {2af63b49-4518-4b51-aa73-9a41626de9b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 18879 | 2024.11.01 08:29:20.513010 [ 282 ] {2af63b49-4518-4b51-aa73-9a41626de9b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 18880 | 2024.11.01 08:29:20.513089 [ 282 ] {} <Debug> HTTP-Session: c922f809-a5d0-41b4-8a38-94f3e10c30a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18881 | 2024.11.01 08:29:20.513435 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35927, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18882 | 2024.11.01 08:29:20.513556 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52121, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18883 | 2024.11.01 08:29:20.513729 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18884 | 2024.11.01 08:29:20.513798 [ 302 ] {} <Debug> HTTP-Session: f0b18631-aba6-4274-b4dc-caa600afb90f Authenticating user 'default' from [fd00:1122:3344:101::d]:52121 | ||
| 18885 | 2024.11.01 08:29:20.513849 [ 302 ] {} <Debug> HTTP-Session: f0b18631-aba6-4274-b4dc-caa600afb90f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18886 | 2024.11.01 08:29:20.513899 [ 302 ] {} <Debug> HTTP-Session: f0b18631-aba6-4274-b4dc-caa600afb90f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18887 | 2024.11.01 08:29:20.513993 [ 302 ] {} <Trace> HTTP-Session: f0b18631-aba6-4274-b4dc-caa600afb90f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18888 | 2024.11.01 08:29:20.514021 [ 200 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18889 | 2024.11.01 08:29:20.514167 [ 200 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1283 rows starting from the beginning of the part | ||
| 18890 | 2024.11.01 08:29:20.514237 [ 302 ] {b3bf3ca1-80bc-4ba4-8ced-15e575e669fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52121) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 18891 | 2024.11.01 08:29:20.514344 [ 302 ] {b3bf3ca1-80bc-4ba4-8ced-15e575e669fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18892 | 2024.11.01 08:29:20.514852 [ 200 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 42 rows starting from the beginning of the part | ||
| 18893 | 2024.11.01 08:29:20.515380 [ 302 ] {b3bf3ca1-80bc-4ba4-8ced-15e575e669fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18894 | 2024.11.01 08:29:20.515795 [ 200 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 42 rows starting from the beginning of the part | ||
| 18895 | 2024.11.01 08:29:20.516612 [ 200 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 42 rows starting from the beginning of the part | ||
| 18896 | 2024.11.01 08:29:20.516963 [ 302 ] {b3bf3ca1-80bc-4ba4-8ced-15e575e669fd} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18897 | 2024.11.01 08:29:20.517088 [ 302 ] {b3bf3ca1-80bc-4ba4-8ced-15e575e669fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 18898 | 2024.11.01 08:29:20.517600 [ 200 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 42 rows starting from the beginning of the part | ||
| 18899 | 2024.11.01 08:29:20.518721 [ 200 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 42 rows starting from the beginning of the part | ||
| 18900 | 2024.11.01 08:29:20.518833 [ 302 ] {b3bf3ca1-80bc-4ba4-8ced-15e575e669fd} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 18901 | 2024.11.01 08:29:20.520819 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21531 rows, containing 5 columns (5 merged, 0 gathered) in 0.017530351 sec., 1228212.7151932097 rows/sec., 83.88 MiB/sec. | ||
| 18902 | 2024.11.01 08:29:20.520846 [ 302 ] {b3bf3ca1-80bc-4ba4-8ced-15e575e669fd} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18903 | 2024.11.01 08:29:20.521368 [ 302 ] {b3bf3ca1-80bc-4ba4-8ced-15e575e669fd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007213 sec., 11368.362678497158 rows/sec., 739.36 KiB/sec. | ||
| 18904 | 2024.11.01 08:29:20.521629 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 18905 | 2024.11.01 08:29:20.521438 [ 42 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 18906 | 2024.11.01 08:29:20.521986 [ 302 ] {b3bf3ca1-80bc-4ba4-8ced-15e575e669fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 18907 | 2024.11.01 08:29:20.522073 [ 302 ] {b3bf3ca1-80bc-4ba4-8ced-15e575e669fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 18908 | 2024.11.01 08:29:20.522155 [ 302 ] {} <Debug> HTTP-Session: f0b18631-aba6-4274-b4dc-caa600afb90f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18909 | 2024.11.01 08:29:20.522276 [ 42 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18910 | 2024.11.01 08:29:20.522378 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18911 | 2024.11.01 08:29:20.522708 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52121, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18912 | 2024.11.01 08:29:20.523043 [ 302 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 18913 | |||
| 18914 | (version 23.8.7.1) | ||
| 18915 | 2024.11.01 08:29:20.523223 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 18916 | 2024.11.01 08:29:20.523547 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18917 | 2024.11.01 08:29:20.523567 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18918 | 2024.11.01 08:29:20.523635 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6714 rows starting from the beginning of the part | ||
| 18919 | 2024.11.01 08:29:20.523867 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 18920 | 2024.11.01 08:29:20.523935 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
| 18921 | 2024.11.01 08:29:20.524313 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part | ||
| 18922 | 2024.11.01 08:29:20.524321 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 18923 | 2024.11.01 08:29:20.524719 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
| 18924 | 2024.11.01 08:29:20.525148 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part | ||
| 18925 | 2024.11.01 08:29:20.525449 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 82 rows starting from the beginning of the part | ||
| 18926 | 2024.11.01 08:29:20.529976 [ 195 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7058 rows, containing 4 columns (4 merged, 0 gathered) in 0.007398602 sec., 953964.0056324154 rows/sec., 62.67 MiB/sec. | ||
| 18927 | 2024.11.01 08:29:20.530848 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 18928 | 2024.11.01 08:29:20.531268 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_111_22} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18929 | 2024.11.01 08:29:20.531353 [ 189 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_111_22} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 18930 | 2024.11.01 08:29:20.531571 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
| 18931 | 2024.11.01 08:29:20.532788 [ 199 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1493 rows, containing 19 columns (19 merged, 0 gathered) in 0.020535564 sec., 72703.14075620227 rows/sec., 130.28 MiB/sec. | ||
| 18932 | 2024.11.01 08:29:20.534412 [ 189 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 18933 | 2024.11.01 08:29:20.535019 [ 189 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18934 | 2024.11.01 08:29:20.535103 [ 189 ] {755d6318-a929-4332-b454-8b22c9222b7d::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 18935 | 2024.11.01 08:29:20.535259 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.67 MiB. | ||
| 18936 | 2024.11.01 08:29:20.581757 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65015, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18937 | 2024.11.01 08:29:20.814751 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47387, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18938 | 2024.11.01 08:29:20.821077 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56706, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18939 | 2024.11.01 08:29:20.875460 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18940 | 2024.11.01 08:29:20.875469 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40163, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18941 | 2024.11.01 08:29:20.949939 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43054, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18942 | 2024.11.01 08:29:21.131707 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38205, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18943 | 2024.11.01 08:29:21.420161 [ 40 ] {} <Debug> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 18944 | 2024.11.01 08:29:21.420257 [ 40 ] {} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18945 | 2024.11.01 08:29:21.420299 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 18946 | 2024.11.01 08:29:21.420638 [ 198 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 18947 | 2024.11.01 08:29:21.421079 [ 198 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18948 | 2024.11.01 08:29:21.421154 [ 198 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part | ||
| 18949 | 2024.11.01 08:29:21.421318 [ 198 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 18950 | 2024.11.01 08:29:21.421456 [ 198 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 18951 | 2024.11.01 08:29:21.421704 [ 198 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part | ||
| 18952 | 2024.11.01 08:29:21.421840 [ 198 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part | ||
| 18953 | 2024.11.01 08:29:21.422962 [ 190 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002549103 sec., 14122.614896298815 rows/sec., 1.18 MiB/sec. | ||
| 18954 | 2024.11.01 08:29:21.423081 [ 198 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 18955 | 2024.11.01 08:29:21.423479 [ 198 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_33_8} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18956 | 2024.11.01 08:29:21.423564 [ 198 ] {a34f290a-c556-4ddc-aead-854ed740b5c1::all_1_33_8} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 18957 | 2024.11.01 08:29:21.423645 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 18958 | 2024.11.01 08:29:21.542639 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49578, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18959 | 2024.11.01 08:29:21.651083 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47718, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18960 | 2024.11.01 08:29:21.825949 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18961 | 2024.11.01 08:29:21.965800 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62758, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18962 | 2024.11.01 08:29:21.988153 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34730, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18963 | 2024.11.01 08:29:22.003445 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51237, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18964 | 2024.11.01 08:29:22.072085 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53803, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18965 | 2024.11.01 08:29:22.241361 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57072, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18966 | 2024.11.01 08:29:22.643560 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63384, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18967 | 2024.11.01 08:29:22.933099 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53231, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18968 | 2024.11.01 08:29:23.042621 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58312, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18969 | 2024.11.01 08:29:23.094333 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18970 | 2024.11.01 08:29:23.101732 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55763, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18971 | 2024.11.01 08:29:23.143295 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44845, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18972 | 2024.11.01 08:29:23.174134 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55088, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18973 | 2024.11.01 08:29:24.135676 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1688 | ||
| 18974 | 2024.11.01 08:29:24.138573 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18975 | 2024.11.01 08:29:24.138631 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 18976 | 2024.11.01 08:29:24.140262 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 18977 | 2024.11.01 08:29:24.141305 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18978 | 2024.11.01 08:29:24.141969 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1688 | ||
| 18979 | 2024.11.01 08:29:25.245342 [ 223 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18980 | 2024.11.01 08:29:25.245397 [ 223 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18981 | 2024.11.01 08:29:25.247694 [ 223 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18982 | 2024.11.01 08:29:25.249208 [ 224 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18983 | 2024.11.01 08:29:25.249264 [ 224 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18984 | 2024.11.01 08:29:25.251097 [ 224 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18985 | 2024.11.01 08:29:25.464906 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49217, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18986 | 2024.11.01 08:29:25.465021 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18987 | 2024.11.01 08:29:25.465045 [ 305 ] {} <Debug> HTTP-Session: 83fe4a0d-d32d-46e8-b8d2-dc5e3a26603f Authenticating user 'default' from [fd00:1122:3344:101::d]:49217 | ||
| 18988 | 2024.11.01 08:29:25.465071 [ 305 ] {} <Debug> HTTP-Session: 83fe4a0d-d32d-46e8-b8d2-dc5e3a26603f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18989 | 2024.11.01 08:29:25.465086 [ 305 ] {} <Debug> HTTP-Session: 83fe4a0d-d32d-46e8-b8d2-dc5e3a26603f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18990 | 2024.11.01 08:29:25.465138 [ 305 ] {} <Trace> HTTP-Session: 83fe4a0d-d32d-46e8-b8d2-dc5e3a26603f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18991 | 2024.11.01 08:29:25.465328 [ 305 ] {58e8887c-405b-4f72-8028-efc0a70e8607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49217) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 18992 | 2024.11.01 08:29:25.465395 [ 305 ] {58e8887c-405b-4f72-8028-efc0a70e8607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18993 | 2024.11.01 08:29:25.465738 [ 305 ] {58e8887c-405b-4f72-8028-efc0a70e8607} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18994 | 2024.11.01 08:29:25.466120 [ 305 ] {58e8887c-405b-4f72-8028-efc0a70e8607} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18995 | 2024.11.01 08:29:25.466157 [ 305 ] {58e8887c-405b-4f72-8028-efc0a70e8607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 18996 | 2024.11.01 08:29:25.466564 [ 305 ] {58e8887c-405b-4f72-8028-efc0a70e8607} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 18997 | 2024.11.01 08:29:25.466953 [ 305 ] {58e8887c-405b-4f72-8028-efc0a70e8607} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18998 | 2024.11.01 08:29:25.467109 [ 305 ] {58e8887c-405b-4f72-8028-efc0a70e8607} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001838 sec., 3264.4178454842217 rows/sec., 266.19 KiB/sec. | ||
| 18999 | 2024.11.01 08:29:25.467347 [ 305 ] {58e8887c-405b-4f72-8028-efc0a70e8607} <Debug> DynamicQueryHandler: Done processing query | ||
| 19000 | 2024.11.01 08:29:25.467373 [ 305 ] {58e8887c-405b-4f72-8028-efc0a70e8607} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19001 | 2024.11.01 08:29:25.467390 [ 305 ] {} <Debug> HTTP-Session: 83fe4a0d-d32d-46e8-b8d2-dc5e3a26603f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19002 | 2024.11.01 08:29:25.467604 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19003 | 2024.11.01 08:29:25.467697 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48172, User-Agent: (none), Length: 8195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19004 | 2024.11.01 08:29:25.467828 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19005 | 2024.11.01 08:29:25.467853 [ 307 ] {} <Debug> HTTP-Session: a0550bbe-7f81-4afd-a8fe-811f6855e737 Authenticating user 'default' from [fd00:1122:3344:101::d]:48172 | ||
| 19006 | 2024.11.01 08:29:25.467877 [ 307 ] {} <Debug> HTTP-Session: a0550bbe-7f81-4afd-a8fe-811f6855e737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19007 | 2024.11.01 08:29:25.467891 [ 307 ] {} <Debug> HTTP-Session: a0550bbe-7f81-4afd-a8fe-811f6855e737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19008 | 2024.11.01 08:29:25.467946 [ 307 ] {} <Trace> HTTP-Session: a0550bbe-7f81-4afd-a8fe-811f6855e737 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19009 | 2024.11.01 08:29:25.468162 [ 307 ] {64f69470-6283-4477-a5cb-d3fb4e230259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48172) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 19010 | 2024.11.01 08:29:25.468232 [ 307 ] {64f69470-6283-4477-a5cb-d3fb4e230259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19011 | 2024.11.01 08:29:25.468584 [ 307 ] {64f69470-6283-4477-a5cb-d3fb4e230259} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19012 | 2024.11.01 08:29:25.469056 [ 307 ] {64f69470-6283-4477-a5cb-d3fb4e230259} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19013 | 2024.11.01 08:29:25.469101 [ 307 ] {64f69470-6283-4477-a5cb-d3fb4e230259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19014 | 2024.11.01 08:29:25.469521 [ 307 ] {64f69470-6283-4477-a5cb-d3fb4e230259} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 19015 | 2024.11.01 08:29:25.469906 [ 307 ] {64f69470-6283-4477-a5cb-d3fb4e230259} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19016 | 2024.11.01 08:29:25.470049 [ 307 ] {64f69470-6283-4477-a5cb-d3fb4e230259} <Debug> executeQuery: Read 59 rows, 4.60 KiB in 0.001972 sec., 29918.864097363086 rows/sec., 2.28 MiB/sec. | ||
| 19017 | 2024.11.01 08:29:25.470257 [ 307 ] {64f69470-6283-4477-a5cb-d3fb4e230259} <Debug> DynamicQueryHandler: Done processing query | ||
| 19018 | 2024.11.01 08:29:25.470284 [ 307 ] {64f69470-6283-4477-a5cb-d3fb4e230259} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 19019 | 2024.11.01 08:29:25.470300 [ 307 ] {} <Debug> HTTP-Session: a0550bbe-7f81-4afd-a8fe-811f6855e737 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19020 | 2024.11.01 08:29:25.470472 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48172, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19021 | 2024.11.01 08:29:25.470569 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60920, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19022 | 2024.11.01 08:29:25.470644 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19023 | 2024.11.01 08:29:25.470672 [ 305 ] {} <Debug> HTTP-Session: a1fdf9e7-12fc-4966-917c-a5c45d32afba Authenticating user 'default' from [fd00:1122:3344:101::d]:60920 | ||
| 19024 | 2024.11.01 08:29:25.470694 [ 305 ] {} <Debug> HTTP-Session: a1fdf9e7-12fc-4966-917c-a5c45d32afba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19025 | 2024.11.01 08:29:25.470712 [ 305 ] {} <Debug> HTTP-Session: a1fdf9e7-12fc-4966-917c-a5c45d32afba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19026 | 2024.11.01 08:29:25.470760 [ 305 ] {} <Trace> HTTP-Session: a1fdf9e7-12fc-4966-917c-a5c45d32afba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19027 | 2024.11.01 08:29:25.470888 [ 305 ] {83410412-805c-4895-8a97-3ee5e8802020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 19028 | 2024.11.01 08:29:25.470946 [ 305 ] {83410412-805c-4895-8a97-3ee5e8802020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19029 | 2024.11.01 08:29:25.471240 [ 305 ] {83410412-805c-4895-8a97-3ee5e8802020} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19030 | 2024.11.01 08:29:25.471560 [ 305 ] {83410412-805c-4895-8a97-3ee5e8802020} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19031 | 2024.11.01 08:29:25.471597 [ 305 ] {83410412-805c-4895-8a97-3ee5e8802020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19032 | 2024.11.01 08:29:25.471953 [ 305 ] {83410412-805c-4895-8a97-3ee5e8802020} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19033 | 2024.11.01 08:29:25.472342 [ 305 ] {83410412-805c-4895-8a97-3ee5e8802020} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19034 | 2024.11.01 08:29:25.472507 [ 305 ] {83410412-805c-4895-8a97-3ee5e8802020} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001648 sec., 3640.776699029126 rows/sec., 254.21 KiB/sec. | ||
| 19035 | 2024.11.01 08:29:25.472784 [ 305 ] {83410412-805c-4895-8a97-3ee5e8802020} <Debug> DynamicQueryHandler: Done processing query | ||
| 19036 | 2024.11.01 08:29:25.472839 [ 305 ] {83410412-805c-4895-8a97-3ee5e8802020} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19037 | 2024.11.01 08:29:25.472896 [ 305 ] {} <Debug> HTTP-Session: a1fdf9e7-12fc-4966-917c-a5c45d32afba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19038 | 2024.11.01 08:29:25.473121 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60920, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19039 | 2024.11.01 08:29:25.473240 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39784, User-Agent: (none), Length: 11895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19040 | 2024.11.01 08:29:25.473302 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19041 | 2024.11.01 08:29:25.473322 [ 307 ] {} <Debug> HTTP-Session: 28f5012e-0ca3-4995-85fe-4b28f7c693b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39784 | ||
| 19042 | 2024.11.01 08:29:25.473340 [ 307 ] {} <Debug> HTTP-Session: 28f5012e-0ca3-4995-85fe-4b28f7c693b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19043 | 2024.11.01 08:29:25.473354 [ 307 ] {} <Debug> HTTP-Session: 28f5012e-0ca3-4995-85fe-4b28f7c693b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19044 | 2024.11.01 08:29:25.473397 [ 307 ] {} <Trace> HTTP-Session: 28f5012e-0ca3-4995-85fe-4b28f7c693b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19045 | 2024.11.01 08:29:25.473530 [ 307 ] {df3860a7-ff19-496f-976f-743dfcb528a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39784) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 19046 | 2024.11.01 08:29:25.473578 [ 307 ] {df3860a7-ff19-496f-976f-743dfcb528a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19047 | 2024.11.01 08:29:25.473839 [ 307 ] {df3860a7-ff19-496f-976f-743dfcb528a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19048 | 2024.11.01 08:29:25.474227 [ 307 ] {df3860a7-ff19-496f-976f-743dfcb528a1} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19049 | 2024.11.01 08:29:25.474263 [ 307 ] {df3860a7-ff19-496f-976f-743dfcb528a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19050 | 2024.11.01 08:29:25.474622 [ 307 ] {df3860a7-ff19-496f-976f-743dfcb528a1} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 19051 | 2024.11.01 08:29:25.475005 [ 307 ] {df3860a7-ff19-496f-976f-743dfcb528a1} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19052 | 2024.11.01 08:29:25.475131 [ 307 ] {df3860a7-ff19-496f-976f-743dfcb528a1} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001649 sec., 42449.96967859309 rows/sec., 3.32 MiB/sec. | ||
| 19053 | 2024.11.01 08:29:25.475309 [ 307 ] {df3860a7-ff19-496f-976f-743dfcb528a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 19054 | 2024.11.01 08:29:25.475333 [ 307 ] {df3860a7-ff19-496f-976f-743dfcb528a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 19055 | 2024.11.01 08:29:25.475350 [ 307 ] {} <Debug> HTTP-Session: 28f5012e-0ca3-4995-85fe-4b28f7c693b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19056 | 2024.11.01 08:29:25.475530 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60920, User-Agent: (none), Length: 25063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19057 | 2024.11.01 08:29:25.475548 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19058 | 2024.11.01 08:29:25.475625 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19059 | 2024.11.01 08:29:25.475664 [ 305 ] {} <Debug> HTTP-Session: 413f7ea2-6e4a-46ac-9b30-5c6ebf973962 Authenticating user 'default' from [fd00:1122:3344:101::d]:60920 | ||
| 19060 | 2024.11.01 08:29:25.475700 [ 305 ] {} <Debug> HTTP-Session: 413f7ea2-6e4a-46ac-9b30-5c6ebf973962 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19061 | 2024.11.01 08:29:25.475722 [ 305 ] {} <Debug> HTTP-Session: 413f7ea2-6e4a-46ac-9b30-5c6ebf973962 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19062 | 2024.11.01 08:29:25.475770 [ 305 ] {} <Trace> HTTP-Session: 413f7ea2-6e4a-46ac-9b30-5c6ebf973962 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19063 | 2024.11.01 08:29:25.475960 [ 305 ] {5ccc2a11-f055-486b-85d9-316196067127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19064 | 2024.11.01 08:29:25.476021 [ 305 ] {5ccc2a11-f055-486b-85d9-316196067127} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19065 | 2024.11.01 08:29:25.476222 [ 305 ] {5ccc2a11-f055-486b-85d9-316196067127} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19066 | 2024.11.01 08:29:25.476649 [ 305 ] {5ccc2a11-f055-486b-85d9-316196067127} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19067 | 2024.11.01 08:29:25.476686 [ 305 ] {5ccc2a11-f055-486b-85d9-316196067127} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19068 | 2024.11.01 08:29:25.477101 [ 305 ] {5ccc2a11-f055-486b-85d9-316196067127} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 19069 | 2024.11.01 08:29:25.477476 [ 305 ] {5ccc2a11-f055-486b-85d9-316196067127} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19070 | 2024.11.01 08:29:25.477631 [ 305 ] {5ccc2a11-f055-486b-85d9-316196067127} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.001755 sec., 74643.87464387465 rows/sec., 5.20 MiB/sec. | ||
| 19071 | 2024.11.01 08:29:25.477747 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 19072 | 2024.11.01 08:29:25.477781 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 19073 | 2024.11.01 08:29:25.477844 [ 305 ] {5ccc2a11-f055-486b-85d9-316196067127} <Debug> DynamicQueryHandler: Done processing query | ||
| 19074 | 2024.11.01 08:29:25.477879 [ 305 ] {5ccc2a11-f055-486b-85d9-316196067127} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 19075 | 2024.11.01 08:29:25.477912 [ 305 ] {} <Debug> HTTP-Session: 413f7ea2-6e4a-46ac-9b30-5c6ebf973962 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19076 | 2024.11.01 08:29:25.478082 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60920, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19077 | 2024.11.01 08:29:25.478186 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43459, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19078 | 2024.11.01 08:29:25.478313 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19079 | 2024.11.01 08:29:25.478353 [ 307 ] {} <Debug> HTTP-Session: 2894d46c-822b-4a96-975a-3add64823ef5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43459 | ||
| 19080 | 2024.11.01 08:29:25.478402 [ 307 ] {} <Debug> HTTP-Session: 2894d46c-822b-4a96-975a-3add64823ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19081 | 2024.11.01 08:29:25.478454 [ 307 ] {} <Debug> HTTP-Session: 2894d46c-822b-4a96-975a-3add64823ef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19082 | 2024.11.01 08:29:25.478545 [ 307 ] {} <Trace> HTTP-Session: 2894d46c-822b-4a96-975a-3add64823ef5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19083 | 2024.11.01 08:29:25.478712 [ 307 ] {f6dfa564-afbb-44ce-8769-67f35525ee4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43459) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 19084 | 2024.11.01 08:29:25.478787 [ 307 ] {f6dfa564-afbb-44ce-8769-67f35525ee4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19085 | 2024.11.01 08:29:25.479347 [ 307 ] {f6dfa564-afbb-44ce-8769-67f35525ee4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19086 | 2024.11.01 08:29:25.479882 [ 307 ] {f6dfa564-afbb-44ce-8769-67f35525ee4f} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19087 | 2024.11.01 08:29:25.479957 [ 307 ] {f6dfa564-afbb-44ce-8769-67f35525ee4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19088 | 2024.11.01 08:29:25.480629 [ 307 ] {f6dfa564-afbb-44ce-8769-67f35525ee4f} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 19089 | 2024.11.01 08:29:25.481294 [ 307 ] {f6dfa564-afbb-44ce-8769-67f35525ee4f} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19090 | 2024.11.01 08:29:25.481491 [ 307 ] {f6dfa564-afbb-44ce-8769-67f35525ee4f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002842 sec., 16889.51442646024 rows/sec., 1.14 MiB/sec. | ||
| 19091 | 2024.11.01 08:29:25.481755 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 19092 | 2024.11.01 08:29:25.481835 [ 307 ] {f6dfa564-afbb-44ce-8769-67f35525ee4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 19093 | 2024.11.01 08:29:25.481911 [ 307 ] {f6dfa564-afbb-44ce-8769-67f35525ee4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 19094 | 2024.11.01 08:29:25.482007 [ 307 ] {} <Debug> HTTP-Session: 2894d46c-822b-4a96-975a-3add64823ef5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19095 | 2024.11.01 08:29:25.482313 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19096 | 2024.11.01 08:29:26.093251 [ 225 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 19097 | 2024.11.01 08:29:26.093309 [ 225 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 19098 | 2024.11.01 08:29:26.095430 [ 225 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 19099 | 2024.11.01 08:29:28.641750 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19100 | 2024.11.01 08:29:28.641852 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19101 | 2024.11.01 08:29:30.466103 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45908, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19102 | 2024.11.01 08:29:30.466230 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19103 | 2024.11.01 08:29:30.466258 [ 307 ] {} <Debug> HTTP-Session: 8854ea44-e11b-484c-9666-c3df59a445c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45908 | ||
| 19104 | 2024.11.01 08:29:30.466285 [ 307 ] {} <Debug> HTTP-Session: 8854ea44-e11b-484c-9666-c3df59a445c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19105 | 2024.11.01 08:29:30.466303 [ 307 ] {} <Debug> HTTP-Session: 8854ea44-e11b-484c-9666-c3df59a445c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19106 | 2024.11.01 08:29:30.466362 [ 307 ] {} <Trace> HTTP-Session: 8854ea44-e11b-484c-9666-c3df59a445c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19107 | 2024.11.01 08:29:30.466586 [ 307 ] {d647c484-3588-40a7-bb5d-1ef920d5fbb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45908) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 19108 | 2024.11.01 08:29:30.466663 [ 307 ] {d647c484-3588-40a7-bb5d-1ef920d5fbb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19109 | 2024.11.01 08:29:30.467055 [ 307 ] {d647c484-3588-40a7-bb5d-1ef920d5fbb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19110 | 2024.11.01 08:29:30.467557 [ 307 ] {d647c484-3588-40a7-bb5d-1ef920d5fbb6} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19111 | 2024.11.01 08:29:30.467598 [ 307 ] {d647c484-3588-40a7-bb5d-1ef920d5fbb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19112 | 2024.11.01 08:29:30.468026 [ 307 ] {d647c484-3588-40a7-bb5d-1ef920d5fbb6} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 19113 | 2024.11.01 08:29:30.468420 [ 307 ] {d647c484-3588-40a7-bb5d-1ef920d5fbb6} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19114 | 2024.11.01 08:29:30.468575 [ 307 ] {d647c484-3588-40a7-bb5d-1ef920d5fbb6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002064 sec., 27131.782945736435 rows/sec., 2.07 MiB/sec. | ||
| 19115 | 2024.11.01 08:29:30.468815 [ 307 ] {d647c484-3588-40a7-bb5d-1ef920d5fbb6} <Debug> DynamicQueryHandler: Done processing query | ||
| 19116 | 2024.11.01 08:29:30.468843 [ 307 ] {d647c484-3588-40a7-bb5d-1ef920d5fbb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 19117 | 2024.11.01 08:29:30.468860 [ 307 ] {} <Debug> HTTP-Session: 8854ea44-e11b-484c-9666-c3df59a445c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19118 | 2024.11.01 08:29:30.469063 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19119 | 2024.11.01 08:29:30.469135 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42097, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19120 | 2024.11.01 08:29:30.469263 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19121 | 2024.11.01 08:29:30.469290 [ 305 ] {} <Debug> HTTP-Session: 2acbc980-d54d-416f-9479-1fe584425382 Authenticating user 'default' from [fd00:1122:3344:101::d]:42097 | ||
| 19122 | 2024.11.01 08:29:30.469314 [ 305 ] {} <Debug> HTTP-Session: 2acbc980-d54d-416f-9479-1fe584425382 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19123 | 2024.11.01 08:29:30.469329 [ 305 ] {} <Debug> HTTP-Session: 2acbc980-d54d-416f-9479-1fe584425382 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19124 | 2024.11.01 08:29:30.469387 [ 305 ] {} <Trace> HTTP-Session: 2acbc980-d54d-416f-9479-1fe584425382 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19125 | 2024.11.01 08:29:30.469597 [ 305 ] {d3515204-943b-4e6d-af0b-75413748299d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42097) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 19126 | 2024.11.01 08:29:30.469667 [ 305 ] {d3515204-943b-4e6d-af0b-75413748299d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19127 | 2024.11.01 08:29:30.470021 [ 305 ] {d3515204-943b-4e6d-af0b-75413748299d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19128 | 2024.11.01 08:29:30.470441 [ 305 ] {d3515204-943b-4e6d-af0b-75413748299d} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19129 | 2024.11.01 08:29:30.470483 [ 305 ] {d3515204-943b-4e6d-af0b-75413748299d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19130 | 2024.11.01 08:29:30.470918 [ 305 ] {d3515204-943b-4e6d-af0b-75413748299d} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 19131 | 2024.11.01 08:29:30.471329 [ 305 ] {d3515204-943b-4e6d-af0b-75413748299d} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19132 | 2024.11.01 08:29:30.471496 [ 305 ] {d3515204-943b-4e6d-af0b-75413748299d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001973 sec., 32437.91180942727 rows/sec., 2.53 MiB/sec. | ||
| 19133 | 2024.11.01 08:29:30.471706 [ 305 ] {d3515204-943b-4e6d-af0b-75413748299d} <Debug> DynamicQueryHandler: Done processing query | ||
| 19134 | 2024.11.01 08:29:30.471732 [ 305 ] {d3515204-943b-4e6d-af0b-75413748299d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 19135 | 2024.11.01 08:29:30.471749 [ 305 ] {} <Debug> HTTP-Session: 2acbc980-d54d-416f-9479-1fe584425382 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19136 | 2024.11.01 08:29:30.471911 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42097, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19137 | 2024.11.01 08:29:30.472017 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34806, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19138 | 2024.11.01 08:29:30.472093 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19139 | 2024.11.01 08:29:30.472117 [ 307 ] {} <Debug> HTTP-Session: 897ed396-5d72-4399-abe0-053f7e1e04c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34806 | ||
| 19140 | 2024.11.01 08:29:30.472139 [ 307 ] {} <Debug> HTTP-Session: 897ed396-5d72-4399-abe0-053f7e1e04c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19141 | 2024.11.01 08:29:30.472156 [ 307 ] {} <Debug> HTTP-Session: 897ed396-5d72-4399-abe0-053f7e1e04c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19142 | 2024.11.01 08:29:30.472203 [ 307 ] {} <Trace> HTTP-Session: 897ed396-5d72-4399-abe0-053f7e1e04c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19143 | 2024.11.01 08:29:30.472403 [ 307 ] {993de590-d417-48e5-808f-da31b6e02a04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34806) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19144 | 2024.11.01 08:29:30.472465 [ 307 ] {993de590-d417-48e5-808f-da31b6e02a04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19145 | 2024.11.01 08:29:30.472684 [ 307 ] {993de590-d417-48e5-808f-da31b6e02a04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19146 | 2024.11.01 08:29:30.473140 [ 307 ] {993de590-d417-48e5-808f-da31b6e02a04} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19147 | 2024.11.01 08:29:30.473185 [ 307 ] {993de590-d417-48e5-808f-da31b6e02a04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19148 | 2024.11.01 08:29:30.473593 [ 307 ] {993de590-d417-48e5-808f-da31b6e02a04} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 19149 | 2024.11.01 08:29:30.473950 [ 307 ] {993de590-d417-48e5-808f-da31b6e02a04} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19150 | 2024.11.01 08:29:30.474105 [ 307 ] {993de590-d417-48e5-808f-da31b6e02a04} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001792 sec., 89285.71428571429 rows/sec., 6.22 MiB/sec. | ||
| 19151 | 2024.11.01 08:29:30.474296 [ 307 ] {993de590-d417-48e5-808f-da31b6e02a04} <Debug> DynamicQueryHandler: Done processing query | ||
| 19152 | 2024.11.01 08:29:30.474323 [ 307 ] {993de590-d417-48e5-808f-da31b6e02a04} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 19153 | 2024.11.01 08:29:30.474339 [ 307 ] {} <Debug> HTTP-Session: 897ed396-5d72-4399-abe0-053f7e1e04c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19154 | 2024.11.01 08:29:30.474525 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34806, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19155 | 2024.11.01 08:29:30.474541 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42097, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19156 | 2024.11.01 08:29:30.474647 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19157 | 2024.11.01 08:29:30.474693 [ 305 ] {} <Debug> HTTP-Session: 85e52e6e-9bc1-40d8-b4a3-1f514d380e62 Authenticating user 'default' from [fd00:1122:3344:101::d]:42097 | ||
| 19158 | 2024.11.01 08:29:30.474726 [ 305 ] {} <Debug> HTTP-Session: 85e52e6e-9bc1-40d8-b4a3-1f514d380e62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19159 | 2024.11.01 08:29:30.474752 [ 305 ] {} <Debug> HTTP-Session: 85e52e6e-9bc1-40d8-b4a3-1f514d380e62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19160 | 2024.11.01 08:29:30.474820 [ 305 ] {} <Trace> HTTP-Session: 85e52e6e-9bc1-40d8-b4a3-1f514d380e62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19161 | 2024.11.01 08:29:30.475068 [ 305 ] {439d8a2a-87ce-4a45-a1a6-6f839a780c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42097) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 19162 | 2024.11.01 08:29:30.475153 [ 305 ] {439d8a2a-87ce-4a45-a1a6-6f839a780c4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19163 | 2024.11.01 08:29:30.475379 [ 305 ] {439d8a2a-87ce-4a45-a1a6-6f839a780c4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19164 | 2024.11.01 08:29:30.475684 [ 305 ] {439d8a2a-87ce-4a45-a1a6-6f839a780c4e} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19165 | 2024.11.01 08:29:30.475721 [ 305 ] {439d8a2a-87ce-4a45-a1a6-6f839a780c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19166 | 2024.11.01 08:29:30.476107 [ 305 ] {439d8a2a-87ce-4a45-a1a6-6f839a780c4e} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 19167 | 2024.11.01 08:29:30.476454 [ 305 ] {439d8a2a-87ce-4a45-a1a6-6f839a780c4e} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19168 | 2024.11.01 08:29:30.476610 [ 305 ] {439d8a2a-87ce-4a45-a1a6-6f839a780c4e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001649 sec., 36385.68829593693 rows/sec., 2.45 MiB/sec. | ||
| 19169 | 2024.11.01 08:29:30.476806 [ 305 ] {439d8a2a-87ce-4a45-a1a6-6f839a780c4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 19170 | 2024.11.01 08:29:30.476833 [ 305 ] {439d8a2a-87ce-4a45-a1a6-6f839a780c4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 19171 | 2024.11.01 08:29:30.476868 [ 305 ] {} <Debug> HTTP-Session: 85e52e6e-9bc1-40d8-b4a3-1f514d380e62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19172 | 2024.11.01 08:29:30.477104 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42097, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19173 | 2024.11.01 08:29:34.143070 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1708 | ||
| 19174 | 2024.11.01 08:29:34.145796 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19175 | 2024.11.01 08:29:34.145843 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19176 | 2024.11.01 08:29:34.147430 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 19177 | 2024.11.01 08:29:34.148492 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19178 | 2024.11.01 08:29:34.149021 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1708 | ||
| 19179 | 2024.11.01 08:29:35.472929 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59513, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19180 | 2024.11.01 08:29:35.473057 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19181 | 2024.11.01 08:29:35.473087 [ 303 ] {} <Debug> HTTP-Session: 617db30e-e7b9-4613-b6eb-692762424e99 Authenticating user 'default' from [fd00:1122:3344:101::d]:59513 | ||
| 19182 | 2024.11.01 08:29:35.473115 [ 303 ] {} <Debug> HTTP-Session: 617db30e-e7b9-4613-b6eb-692762424e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19183 | 2024.11.01 08:29:35.473164 [ 303 ] {} <Debug> HTTP-Session: 617db30e-e7b9-4613-b6eb-692762424e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19184 | 2024.11.01 08:29:35.473223 [ 303 ] {} <Trace> HTTP-Session: 617db30e-e7b9-4613-b6eb-692762424e99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19185 | 2024.11.01 08:29:35.473508 [ 303 ] {cba42a3a-4867-49e9-812a-88d0c8a86c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 19186 | 2024.11.01 08:29:35.473576 [ 303 ] {cba42a3a-4867-49e9-812a-88d0c8a86c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19187 | 2024.11.01 08:29:35.473915 [ 303 ] {cba42a3a-4867-49e9-812a-88d0c8a86c95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19188 | 2024.11.01 08:29:35.474555 [ 303 ] {cba42a3a-4867-49e9-812a-88d0c8a86c95} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19189 | 2024.11.01 08:29:35.474596 [ 303 ] {cba42a3a-4867-49e9-812a-88d0c8a86c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19190 | 2024.11.01 08:29:35.475053 [ 303 ] {cba42a3a-4867-49e9-812a-88d0c8a86c95} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 19191 | 2024.11.01 08:29:35.475471 [ 303 ] {cba42a3a-4867-49e9-812a-88d0c8a86c95} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19192 | 2024.11.01 08:29:35.475647 [ 303 ] {cba42a3a-4867-49e9-812a-88d0c8a86c95} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002265 sec., 120529.8013245033 rows/sec., 10.71 MiB/sec. | ||
| 19193 | 2024.11.01 08:29:35.475871 [ 303 ] {cba42a3a-4867-49e9-812a-88d0c8a86c95} <Debug> DynamicQueryHandler: Done processing query | ||
| 19194 | 2024.11.01 08:29:35.475899 [ 303 ] {cba42a3a-4867-49e9-812a-88d0c8a86c95} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 19195 | 2024.11.01 08:29:35.475916 [ 303 ] {} <Debug> HTTP-Session: 617db30e-e7b9-4613-b6eb-692762424e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19196 | 2024.11.01 08:29:35.476101 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19197 | 2024.11.01 08:29:35.476316 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43782, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19198 | 2024.11.01 08:29:35.476465 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19199 | 2024.11.01 08:29:35.476490 [ 307 ] {} <Debug> HTTP-Session: 8de619a3-37b5-4779-b625-5bdea38e5606 Authenticating user 'default' from [fd00:1122:3344:101::d]:43782 | ||
| 19200 | 2024.11.01 08:29:35.476514 [ 307 ] {} <Debug> HTTP-Session: 8de619a3-37b5-4779-b625-5bdea38e5606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19201 | 2024.11.01 08:29:35.476528 [ 307 ] {} <Debug> HTTP-Session: 8de619a3-37b5-4779-b625-5bdea38e5606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19202 | 2024.11.01 08:29:35.476583 [ 307 ] {} <Trace> HTTP-Session: 8de619a3-37b5-4779-b625-5bdea38e5606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19203 | 2024.11.01 08:29:35.476772 [ 307 ] {52375b2a-8067-48f6-90f4-f26b9924f663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43782) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 19204 | 2024.11.01 08:29:35.476840 [ 307 ] {52375b2a-8067-48f6-90f4-f26b9924f663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19205 | 2024.11.01 08:29:35.477190 [ 307 ] {52375b2a-8067-48f6-90f4-f26b9924f663} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19206 | 2024.11.01 08:29:35.477585 [ 307 ] {52375b2a-8067-48f6-90f4-f26b9924f663} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19207 | 2024.11.01 08:29:35.477625 [ 307 ] {52375b2a-8067-48f6-90f4-f26b9924f663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19208 | 2024.11.01 08:29:35.478057 [ 307 ] {52375b2a-8067-48f6-90f4-f26b9924f663} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19209 | 2024.11.01 08:29:35.478472 [ 307 ] {52375b2a-8067-48f6-90f4-f26b9924f663} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19210 | 2024.11.01 08:29:35.478622 [ 307 ] {52375b2a-8067-48f6-90f4-f26b9924f663} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001917 sec., 21909.23317683881 rows/sec., 1.61 MiB/sec. | ||
| 19211 | 2024.11.01 08:29:35.478846 [ 307 ] {52375b2a-8067-48f6-90f4-f26b9924f663} <Debug> DynamicQueryHandler: Done processing query | ||
| 19212 | 2024.11.01 08:29:35.478875 [ 307 ] {52375b2a-8067-48f6-90f4-f26b9924f663} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 19213 | 2024.11.01 08:29:35.478891 [ 307 ] {} <Debug> HTTP-Session: 8de619a3-37b5-4779-b625-5bdea38e5606 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19214 | 2024.11.01 08:29:35.479087 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59513, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19215 | 2024.11.01 08:29:35.479104 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19216 | 2024.11.01 08:29:35.479220 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19217 | 2024.11.01 08:29:35.479274 [ 303 ] {} <Debug> HTTP-Session: b91ebdda-e344-443f-b81c-77edd5abd671 Authenticating user 'default' from [fd00:1122:3344:101::d]:59513 | ||
| 19218 | 2024.11.01 08:29:35.479316 [ 303 ] {} <Debug> HTTP-Session: b91ebdda-e344-443f-b81c-77edd5abd671 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19219 | 2024.11.01 08:29:35.479346 [ 303 ] {} <Debug> HTTP-Session: b91ebdda-e344-443f-b81c-77edd5abd671 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19220 | 2024.11.01 08:29:35.479415 [ 303 ] {} <Trace> HTTP-Session: b91ebdda-e344-443f-b81c-77edd5abd671 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19221 | 2024.11.01 08:29:35.479557 [ 303 ] {a1588f7b-74fd-475c-bb7c-e5b7cd1127ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59513) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 19222 | 2024.11.01 08:29:35.479604 [ 303 ] {a1588f7b-74fd-475c-bb7c-e5b7cd1127ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19223 | 2024.11.01 08:29:35.479866 [ 303 ] {a1588f7b-74fd-475c-bb7c-e5b7cd1127ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19224 | 2024.11.01 08:29:35.480197 [ 303 ] {a1588f7b-74fd-475c-bb7c-e5b7cd1127ad} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19225 | 2024.11.01 08:29:35.480234 [ 303 ] {a1588f7b-74fd-475c-bb7c-e5b7cd1127ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19226 | 2024.11.01 08:29:35.480611 [ 303 ] {a1588f7b-74fd-475c-bb7c-e5b7cd1127ad} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 19227 | 2024.11.01 08:29:35.480999 [ 303 ] {a1588f7b-74fd-475c-bb7c-e5b7cd1127ad} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19228 | 2024.11.01 08:29:35.481166 [ 303 ] {a1588f7b-74fd-475c-bb7c-e5b7cd1127ad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec. | ||
| 19229 | 2024.11.01 08:29:35.481346 [ 303 ] {a1588f7b-74fd-475c-bb7c-e5b7cd1127ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 19230 | 2024.11.01 08:29:35.481371 [ 303 ] {a1588f7b-74fd-475c-bb7c-e5b7cd1127ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19231 | 2024.11.01 08:29:35.481388 [ 303 ] {} <Debug> HTTP-Session: b91ebdda-e344-443f-b81c-77edd5abd671 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19232 | 2024.11.01 08:29:35.481576 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19233 | 2024.11.01 08:29:35.481698 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35180, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19234 | 2024.11.01 08:29:35.481774 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19235 | 2024.11.01 08:29:35.481799 [ 307 ] {} <Debug> HTTP-Session: cf3e30ca-11f5-4056-b2a1-650852071135 Authenticating user 'default' from [fd00:1122:3344:101::d]:35180 | ||
| 19236 | 2024.11.01 08:29:35.481821 [ 307 ] {} <Debug> HTTP-Session: cf3e30ca-11f5-4056-b2a1-650852071135 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19237 | 2024.11.01 08:29:35.481838 [ 307 ] {} <Debug> HTTP-Session: cf3e30ca-11f5-4056-b2a1-650852071135 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19238 | 2024.11.01 08:29:35.481887 [ 307 ] {} <Trace> HTTP-Session: cf3e30ca-11f5-4056-b2a1-650852071135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19239 | 2024.11.01 08:29:35.482028 [ 307 ] {5207e3d3-ab75-48f9-8345-c1a7d4433f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35180) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 19240 | 2024.11.01 08:29:35.482087 [ 307 ] {5207e3d3-ab75-48f9-8345-c1a7d4433f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19241 | 2024.11.01 08:29:35.482401 [ 307 ] {5207e3d3-ab75-48f9-8345-c1a7d4433f41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19242 | 2024.11.01 08:29:35.482723 [ 307 ] {5207e3d3-ab75-48f9-8345-c1a7d4433f41} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19243 | 2024.11.01 08:29:35.482759 [ 307 ] {5207e3d3-ab75-48f9-8345-c1a7d4433f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19244 | 2024.11.01 08:29:35.483130 [ 307 ] {5207e3d3-ab75-48f9-8345-c1a7d4433f41} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 19245 | 2024.11.01 08:29:35.483506 [ 307 ] {5207e3d3-ab75-48f9-8345-c1a7d4433f41} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19246 | 2024.11.01 08:29:35.483645 [ 307 ] {5207e3d3-ab75-48f9-8345-c1a7d4433f41} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00166 sec., 3614.457831325301 rows/sec., 213.55 KiB/sec. | ||
| 19247 | 2024.11.01 08:29:35.483971 [ 307 ] {5207e3d3-ab75-48f9-8345-c1a7d4433f41} <Debug> DynamicQueryHandler: Done processing query | ||
| 19248 | 2024.11.01 08:29:35.484038 [ 307 ] {5207e3d3-ab75-48f9-8345-c1a7d4433f41} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19249 | 2024.11.01 08:29:35.484093 [ 307 ] {} <Debug> HTTP-Session: cf3e30ca-11f5-4056-b2a1-650852071135 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19250 | 2024.11.01 08:29:35.484329 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19251 | 2024.11.01 08:29:35.484399 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59513, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19252 | 2024.11.01 08:29:35.484521 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19253 | 2024.11.01 08:29:35.484561 [ 303 ] {} <Debug> HTTP-Session: 24047493-7263-4ded-8a31-4b3cc18ffd9e Authenticating user 'default' from [fd00:1122:3344:101::d]:59513 | ||
| 19254 | 2024.11.01 08:29:35.484596 [ 303 ] {} <Debug> HTTP-Session: 24047493-7263-4ded-8a31-4b3cc18ffd9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19255 | 2024.11.01 08:29:35.484623 [ 303 ] {} <Debug> HTTP-Session: 24047493-7263-4ded-8a31-4b3cc18ffd9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19256 | 2024.11.01 08:29:35.484691 [ 303 ] {} <Trace> HTTP-Session: 24047493-7263-4ded-8a31-4b3cc18ffd9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19257 | 2024.11.01 08:29:35.485096 [ 303 ] {280b581f-fb98-4332-91a3-f8f9a73c2108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 19258 | 2024.11.01 08:29:35.485184 [ 303 ] {280b581f-fb98-4332-91a3-f8f9a73c2108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19259 | 2024.11.01 08:29:35.485561 [ 303 ] {280b581f-fb98-4332-91a3-f8f9a73c2108} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19260 | 2024.11.01 08:29:35.486241 [ 303 ] {280b581f-fb98-4332-91a3-f8f9a73c2108} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19261 | 2024.11.01 08:29:35.486278 [ 303 ] {280b581f-fb98-4332-91a3-f8f9a73c2108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19262 | 2024.11.01 08:29:35.486663 [ 303 ] {280b581f-fb98-4332-91a3-f8f9a73c2108} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 19263 | 2024.11.01 08:29:35.487046 [ 303 ] {280b581f-fb98-4332-91a3-f8f9a73c2108} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19264 | 2024.11.01 08:29:35.487204 [ 303 ] {280b581f-fb98-4332-91a3-f8f9a73c2108} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.00234 sec., 181196.5811965812 rows/sec., 12.96 MiB/sec. | ||
| 19265 | 2024.11.01 08:29:35.487390 [ 303 ] {280b581f-fb98-4332-91a3-f8f9a73c2108} <Debug> DynamicQueryHandler: Done processing query | ||
| 19266 | 2024.11.01 08:29:35.487415 [ 303 ] {280b581f-fb98-4332-91a3-f8f9a73c2108} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 19267 | 2024.11.01 08:29:35.487431 [ 303 ] {} <Debug> HTTP-Session: 24047493-7263-4ded-8a31-4b3cc18ffd9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19268 | 2024.11.01 08:29:35.487570 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19269 | 2024.11.01 08:29:35.487628 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39266, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19270 | 2024.11.01 08:29:35.487700 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19271 | 2024.11.01 08:29:35.487728 [ 307 ] {} <Debug> HTTP-Session: b4e48a23-0800-4185-a902-870aad1ab546 Authenticating user 'default' from [fd00:1122:3344:101::d]:39266 | ||
| 19272 | 2024.11.01 08:29:35.487746 [ 307 ] {} <Debug> HTTP-Session: b4e48a23-0800-4185-a902-870aad1ab546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19273 | 2024.11.01 08:29:35.487760 [ 307 ] {} <Debug> HTTP-Session: b4e48a23-0800-4185-a902-870aad1ab546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19274 | 2024.11.01 08:29:35.487799 [ 307 ] {} <Trace> HTTP-Session: b4e48a23-0800-4185-a902-870aad1ab546 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19275 | 2024.11.01 08:29:35.487909 [ 307 ] {d0b705fb-a99b-4c71-bd63-01430aff4ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39266) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 19276 | 2024.11.01 08:29:35.487957 [ 307 ] {d0b705fb-a99b-4c71-bd63-01430aff4ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19277 | 2024.11.01 08:29:35.488120 [ 307 ] {d0b705fb-a99b-4c71-bd63-01430aff4ff8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19278 | 2024.11.01 08:29:35.488402 [ 307 ] {d0b705fb-a99b-4c71-bd63-01430aff4ff8} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19279 | 2024.11.01 08:29:35.488439 [ 307 ] {d0b705fb-a99b-4c71-bd63-01430aff4ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19280 | 2024.11.01 08:29:35.488811 [ 307 ] {d0b705fb-a99b-4c71-bd63-01430aff4ff8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 19281 | 2024.11.01 08:29:35.489145 [ 307 ] {d0b705fb-a99b-4c71-bd63-01430aff4ff8} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19282 | 2024.11.01 08:29:35.489273 [ 307 ] {d0b705fb-a99b-4c71-bd63-01430aff4ff8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001395 sec., 4301.075268817204 rows/sec., 224.71 KiB/sec. | ||
| 19283 | 2024.11.01 08:29:35.489436 [ 307 ] {d0b705fb-a99b-4c71-bd63-01430aff4ff8} <Debug> DynamicQueryHandler: Done processing query | ||
| 19284 | 2024.11.01 08:29:35.489461 [ 307 ] {d0b705fb-a99b-4c71-bd63-01430aff4ff8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 19285 | 2024.11.01 08:29:35.489477 [ 307 ] {} <Debug> HTTP-Session: b4e48a23-0800-4185-a902-870aad1ab546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19286 | 2024.11.01 08:29:35.489664 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39266, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19287 | 2024.11.01 08:29:35.489801 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61103, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19288 | 2024.11.01 08:29:35.489914 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19289 | 2024.11.01 08:29:35.489951 [ 302 ] {} <Debug> HTTP-Session: cb6789ce-0786-48c7-ae18-b65bfeb7589d Authenticating user 'default' from [fd00:1122:3344:101::d]:61103 | ||
| 19290 | 2024.11.01 08:29:35.489979 [ 302 ] {} <Debug> HTTP-Session: cb6789ce-0786-48c7-ae18-b65bfeb7589d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19291 | 2024.11.01 08:29:35.489996 [ 302 ] {} <Debug> HTTP-Session: cb6789ce-0786-48c7-ae18-b65bfeb7589d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19292 | 2024.11.01 08:29:35.490055 [ 302 ] {} <Trace> HTTP-Session: cb6789ce-0786-48c7-ae18-b65bfeb7589d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19293 | 2024.11.01 08:29:35.490393 [ 302 ] {0d3826f3-fbbe-4447-af71-487ec1dfe52d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61103) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19294 | 2024.11.01 08:29:35.490464 [ 302 ] {0d3826f3-fbbe-4447-af71-487ec1dfe52d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19295 | 2024.11.01 08:29:35.490683 [ 302 ] {0d3826f3-fbbe-4447-af71-487ec1dfe52d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19296 | 2024.11.01 08:29:35.491161 [ 302 ] {0d3826f3-fbbe-4447-af71-487ec1dfe52d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19297 | 2024.11.01 08:29:35.491207 [ 302 ] {0d3826f3-fbbe-4447-af71-487ec1dfe52d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19298 | 2024.11.01 08:29:35.491688 [ 302 ] {0d3826f3-fbbe-4447-af71-487ec1dfe52d} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 19299 | 2024.11.01 08:29:35.492083 [ 302 ] {0d3826f3-fbbe-4447-af71-487ec1dfe52d} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19300 | 2024.11.01 08:29:35.492253 [ 302 ] {0d3826f3-fbbe-4447-af71-487ec1dfe52d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002031 sec., 116691.28508124079 rows/sec., 7.82 MiB/sec. | ||
| 19301 | 2024.11.01 08:29:35.492604 [ 302 ] {0d3826f3-fbbe-4447-af71-487ec1dfe52d} <Debug> DynamicQueryHandler: Done processing query | ||
| 19302 | 2024.11.01 08:29:35.492680 [ 302 ] {0d3826f3-fbbe-4447-af71-487ec1dfe52d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 19303 | 2024.11.01 08:29:35.492750 [ 302 ] {} <Debug> HTTP-Session: cb6789ce-0786-48c7-ae18-b65bfeb7589d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19304 | 2024.11.01 08:29:35.493040 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61103, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19305 | 2024.11.01 08:29:35.493069 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39266, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19306 | 2024.11.01 08:29:35.493322 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19307 | 2024.11.01 08:29:35.493362 [ 302 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 19308 | |||
| 19309 | (version 23.8.7.1) | ||
| 19310 | 2024.11.01 08:29:35.493429 [ 307 ] {} <Debug> HTTP-Session: bbb064e7-9ca5-443f-abd6-7402febc95bb Authenticating user 'default' from [fd00:1122:3344:101::d]:39266 | ||
| 19311 | 2024.11.01 08:29:35.493503 [ 307 ] {} <Debug> HTTP-Session: bbb064e7-9ca5-443f-abd6-7402febc95bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19312 | 2024.11.01 08:29:35.493559 [ 307 ] {} <Debug> HTTP-Session: bbb064e7-9ca5-443f-abd6-7402febc95bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19313 | 2024.11.01 08:29:35.493645 [ 307 ] {} <Trace> HTTP-Session: bbb064e7-9ca5-443f-abd6-7402febc95bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19314 | 2024.11.01 08:29:35.493756 [ 307 ] {af5233c9-0529-4af8-b666-55ab373c0777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39266) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 19315 | 2024.11.01 08:29:35.493806 [ 307 ] {af5233c9-0529-4af8-b666-55ab373c0777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19316 | 2024.11.01 08:29:35.493970 [ 307 ] {af5233c9-0529-4af8-b666-55ab373c0777} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19317 | 2024.11.01 08:29:35.494266 [ 307 ] {af5233c9-0529-4af8-b666-55ab373c0777} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19318 | 2024.11.01 08:29:35.494302 [ 307 ] {af5233c9-0529-4af8-b666-55ab373c0777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19319 | 2024.11.01 08:29:35.494665 [ 307 ] {af5233c9-0529-4af8-b666-55ab373c0777} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 19320 | 2024.11.01 08:29:35.495017 [ 307 ] {af5233c9-0529-4af8-b666-55ab373c0777} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19321 | 2024.11.01 08:29:35.495151 [ 307 ] {af5233c9-0529-4af8-b666-55ab373c0777} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00142 sec., 704.2253521126761 rows/sec., 47.45 KiB/sec. | ||
| 19322 | 2024.11.01 08:29:35.495412 [ 307 ] {af5233c9-0529-4af8-b666-55ab373c0777} <Debug> DynamicQueryHandler: Done processing query | ||
| 19323 | 2024.11.01 08:29:35.495454 [ 307 ] {af5233c9-0529-4af8-b666-55ab373c0777} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 19324 | 2024.11.01 08:29:35.495495 [ 307 ] {} <Debug> HTTP-Session: bbb064e7-9ca5-443f-abd6-7402febc95bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19325 | 2024.11.01 08:29:35.495680 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39266, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19326 | 2024.11.01 08:29:35.495816 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50263, User-Agent: (none), Length: 70877, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19327 | 2024.11.01 08:29:35.495887 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19328 | 2024.11.01 08:29:35.495912 [ 302 ] {} <Debug> HTTP-Session: 8e9ec10e-e291-4067-b956-904e6810650b Authenticating user 'default' from [fd00:1122:3344:101::d]:50263 | ||
| 19329 | 2024.11.01 08:29:35.495936 [ 302 ] {} <Debug> HTTP-Session: 8e9ec10e-e291-4067-b956-904e6810650b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19330 | 2024.11.01 08:29:35.495953 [ 302 ] {} <Debug> HTTP-Session: 8e9ec10e-e291-4067-b956-904e6810650b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19331 | 2024.11.01 08:29:35.496002 [ 302 ] {} <Trace> HTTP-Session: 8e9ec10e-e291-4067-b956-904e6810650b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19332 | 2024.11.01 08:29:35.496516 [ 302 ] {8d436bd0-7c7b-4309-acc5-1b093678527d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50263) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19333 | 2024.11.01 08:29:35.496601 [ 302 ] {8d436bd0-7c7b-4309-acc5-1b093678527d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19334 | 2024.11.01 08:29:35.497122 [ 302 ] {8d436bd0-7c7b-4309-acc5-1b093678527d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19335 | 2024.11.01 08:29:35.497905 [ 302 ] {8d436bd0-7c7b-4309-acc5-1b093678527d} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19336 | 2024.11.01 08:29:35.497945 [ 302 ] {8d436bd0-7c7b-4309-acc5-1b093678527d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19337 | 2024.11.01 08:29:35.498650 [ 302 ] {8d436bd0-7c7b-4309-acc5-1b093678527d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 19338 | 2024.11.01 08:29:35.499095 [ 302 ] {8d436bd0-7c7b-4309-acc5-1b093678527d} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19339 | 2024.11.01 08:29:35.499296 [ 302 ] {8d436bd0-7c7b-4309-acc5-1b093678527d} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.003168 sec., 13257.575757575758 rows/sec., 23.76 MiB/sec. | ||
| 19340 | 2024.11.01 08:29:35.499554 [ 302 ] {8d436bd0-7c7b-4309-acc5-1b093678527d} <Debug> DynamicQueryHandler: Done processing query | ||
| 19341 | 2024.11.01 08:29:35.499579 [ 302 ] {8d436bd0-7c7b-4309-acc5-1b093678527d} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 19342 | 2024.11.01 08:29:35.499596 [ 302 ] {} <Debug> HTTP-Session: 8e9ec10e-e291-4067-b956-904e6810650b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19343 | 2024.11.01 08:29:35.499768 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50263, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19344 | 2024.11.01 08:29:35.499786 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39266, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19345 | 2024.11.01 08:29:35.499917 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19346 | 2024.11.01 08:29:35.499959 [ 307 ] {} <Debug> HTTP-Session: 2dea759e-040d-4044-a89f-5bc5a3417f8d Authenticating user 'default' from [fd00:1122:3344:101::d]:39266 | ||
| 19347 | 2024.11.01 08:29:35.499990 [ 307 ] {} <Debug> HTTP-Session: 2dea759e-040d-4044-a89f-5bc5a3417f8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19348 | 2024.11.01 08:29:35.500016 [ 307 ] {} <Debug> HTTP-Session: 2dea759e-040d-4044-a89f-5bc5a3417f8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19349 | 2024.11.01 08:29:35.500079 [ 307 ] {} <Trace> HTTP-Session: 2dea759e-040d-4044-a89f-5bc5a3417f8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19350 | 2024.11.01 08:29:35.500334 [ 307 ] {a818adde-9157-407b-ad00-4a0c6938f279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39266) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 19351 | 2024.11.01 08:29:35.500429 [ 307 ] {a818adde-9157-407b-ad00-4a0c6938f279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19352 | 2024.11.01 08:29:35.500645 [ 307 ] {a818adde-9157-407b-ad00-4a0c6938f279} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19353 | 2024.11.01 08:29:35.500971 [ 307 ] {a818adde-9157-407b-ad00-4a0c6938f279} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19354 | 2024.11.01 08:29:35.501007 [ 307 ] {a818adde-9157-407b-ad00-4a0c6938f279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19355 | 2024.11.01 08:29:35.501390 [ 307 ] {a818adde-9157-407b-ad00-4a0c6938f279} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 19356 | 2024.11.01 08:29:35.501729 [ 307 ] {a818adde-9157-407b-ad00-4a0c6938f279} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19357 | 2024.11.01 08:29:35.501858 [ 307 ] {a818adde-9157-407b-ad00-4a0c6938f279} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001636 sec., 50122.24938875305 rows/sec., 3.18 MiB/sec. | ||
| 19358 | 2024.11.01 08:29:35.502013 [ 307 ] {a818adde-9157-407b-ad00-4a0c6938f279} <Debug> DynamicQueryHandler: Done processing query | ||
| 19359 | 2024.11.01 08:29:35.502038 [ 307 ] {a818adde-9157-407b-ad00-4a0c6938f279} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19360 | 2024.11.01 08:29:35.502054 [ 307 ] {} <Debug> HTTP-Session: 2dea759e-040d-4044-a89f-5bc5a3417f8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19361 | 2024.11.01 08:29:35.502690 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39266, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19362 | 2024.11.01 08:29:35.911851 [ 220 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 19363 | 2024.11.01 08:29:35.911929 [ 220 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 19364 | 2024.11.01 08:29:35.914053 [ 220 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 19365 | 2024.11.01 08:29:40.466265 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55031, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19366 | 2024.11.01 08:29:40.466390 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19367 | 2024.11.01 08:29:40.466415 [ 307 ] {} <Debug> HTTP-Session: 2c09e9d2-96d6-4370-8dec-2581d3144fd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55031 | ||
| 19368 | 2024.11.01 08:29:40.466439 [ 307 ] {} <Debug> HTTP-Session: 2c09e9d2-96d6-4370-8dec-2581d3144fd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19369 | 2024.11.01 08:29:40.466453 [ 307 ] {} <Debug> HTTP-Session: 2c09e9d2-96d6-4370-8dec-2581d3144fd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19370 | 2024.11.01 08:29:40.466503 [ 307 ] {} <Trace> HTTP-Session: 2c09e9d2-96d6-4370-8dec-2581d3144fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19371 | 2024.11.01 08:29:40.466678 [ 307 ] {4dcec90e-f074-4325-a190-fc5c44a13abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55031) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 19372 | 2024.11.01 08:29:40.466743 [ 307 ] {4dcec90e-f074-4325-a190-fc5c44a13abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19373 | 2024.11.01 08:29:40.467101 [ 307 ] {4dcec90e-f074-4325-a190-fc5c44a13abb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19374 | 2024.11.01 08:29:40.467514 [ 307 ] {4dcec90e-f074-4325-a190-fc5c44a13abb} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19375 | 2024.11.01 08:29:40.467551 [ 307 ] {4dcec90e-f074-4325-a190-fc5c44a13abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19376 | 2024.11.01 08:29:40.467949 [ 307 ] {4dcec90e-f074-4325-a190-fc5c44a13abb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 19377 | 2024.11.01 08:29:40.468333 [ 307 ] {4dcec90e-f074-4325-a190-fc5c44a13abb} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19378 | 2024.11.01 08:29:40.468474 [ 307 ] {4dcec90e-f074-4325-a190-fc5c44a13abb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001851 sec., 1080.4970286331713 rows/sec., 88.11 KiB/sec. | ||
| 19379 | 2024.11.01 08:29:40.468680 [ 307 ] {4dcec90e-f074-4325-a190-fc5c44a13abb} <Debug> DynamicQueryHandler: Done processing query | ||
| 19380 | 2024.11.01 08:29:40.468708 [ 307 ] {4dcec90e-f074-4325-a190-fc5c44a13abb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 19381 | 2024.11.01 08:29:40.468724 [ 307 ] {} <Debug> HTTP-Session: 2c09e9d2-96d6-4370-8dec-2581d3144fd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19382 | 2024.11.01 08:29:40.468975 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55031, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19383 | 2024.11.01 08:29:40.469130 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46041, User-Agent: (none), Length: 7928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19384 | 2024.11.01 08:29:40.469246 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19385 | 2024.11.01 08:29:40.469274 [ 302 ] {} <Debug> HTTP-Session: 73a3986d-c3f5-448a-beed-b80a958eb6e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46041 | ||
| 19386 | 2024.11.01 08:29:40.469302 [ 302 ] {} <Debug> HTTP-Session: 73a3986d-c3f5-448a-beed-b80a958eb6e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19387 | 2024.11.01 08:29:40.469320 [ 302 ] {} <Debug> HTTP-Session: 73a3986d-c3f5-448a-beed-b80a958eb6e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19388 | 2024.11.01 08:29:40.469382 [ 302 ] {} <Trace> HTTP-Session: 73a3986d-c3f5-448a-beed-b80a958eb6e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19389 | 2024.11.01 08:29:40.469598 [ 302 ] {9304cdad-f102-4ff8-a288-3934e5f2880d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46041) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 19390 | 2024.11.01 08:29:40.469666 [ 302 ] {9304cdad-f102-4ff8-a288-3934e5f2880d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19391 | 2024.11.01 08:29:40.470013 [ 302 ] {9304cdad-f102-4ff8-a288-3934e5f2880d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19392 | 2024.11.01 08:29:40.470421 [ 302 ] {9304cdad-f102-4ff8-a288-3934e5f2880d} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19393 | 2024.11.01 08:29:40.470467 [ 302 ] {9304cdad-f102-4ff8-a288-3934e5f2880d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19394 | 2024.11.01 08:29:40.470907 [ 302 ] {9304cdad-f102-4ff8-a288-3934e5f2880d} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 19395 | 2024.11.01 08:29:40.471314 [ 302 ] {9304cdad-f102-4ff8-a288-3934e5f2880d} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19396 | 2024.11.01 08:29:40.471492 [ 302 ] {9304cdad-f102-4ff8-a288-3934e5f2880d} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001962 sec., 29051.987767584094 rows/sec., 2.22 MiB/sec. | ||
| 19397 | 2024.11.01 08:29:40.471718 [ 302 ] {9304cdad-f102-4ff8-a288-3934e5f2880d} <Debug> DynamicQueryHandler: Done processing query | ||
| 19398 | 2024.11.01 08:29:40.471746 [ 302 ] {9304cdad-f102-4ff8-a288-3934e5f2880d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 19399 | 2024.11.01 08:29:40.471763 [ 302 ] {} <Debug> HTTP-Session: 73a3986d-c3f5-448a-beed-b80a958eb6e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19400 | 2024.11.01 08:29:40.471924 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55031, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19401 | 2024.11.01 08:29:40.471981 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46041, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19402 | 2024.11.01 08:29:40.472013 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19403 | 2024.11.01 08:29:40.472057 [ 307 ] {} <Debug> HTTP-Session: 8edfcb69-57a9-45fc-bc53-f638e944d7ce Authenticating user 'default' from [fd00:1122:3344:101::d]:55031 | ||
| 19404 | 2024.11.01 08:29:40.472087 [ 307 ] {} <Debug> HTTP-Session: 8edfcb69-57a9-45fc-bc53-f638e944d7ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19405 | 2024.11.01 08:29:40.472117 [ 307 ] {} <Debug> HTTP-Session: 8edfcb69-57a9-45fc-bc53-f638e944d7ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19406 | 2024.11.01 08:29:40.472174 [ 307 ] {} <Trace> HTTP-Session: 8edfcb69-57a9-45fc-bc53-f638e944d7ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19407 | 2024.11.01 08:29:40.472301 [ 307 ] {e93efd7a-491f-4dca-92c0-9d6e3ce749f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55031) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 19408 | 2024.11.01 08:29:40.472360 [ 307 ] {e93efd7a-491f-4dca-92c0-9d6e3ce749f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19409 | 2024.11.01 08:29:40.472655 [ 307 ] {e93efd7a-491f-4dca-92c0-9d6e3ce749f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19410 | 2024.11.01 08:29:40.473031 [ 307 ] {e93efd7a-491f-4dca-92c0-9d6e3ce749f6} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19411 | 2024.11.01 08:29:40.473068 [ 307 ] {e93efd7a-491f-4dca-92c0-9d6e3ce749f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19412 | 2024.11.01 08:29:40.473431 [ 307 ] {e93efd7a-491f-4dca-92c0-9d6e3ce749f6} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19413 | 2024.11.01 08:29:40.473815 [ 307 ] {e93efd7a-491f-4dca-92c0-9d6e3ce749f6} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19414 | 2024.11.01 08:29:40.473942 [ 137 ] {} <Debug> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 19415 | 2024.11.01 08:29:40.473945 [ 307 ] {e93efd7a-491f-4dca-92c0-9d6e3ce749f6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001677 sec., 1192.6058437686345 rows/sec., 83.27 KiB/sec. | ||
| 19416 | 2024.11.01 08:29:40.473993 [ 137 ] {} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19417 | 2024.11.01 08:29:40.474037 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19418 | 2024.11.01 08:29:40.474202 [ 307 ] {e93efd7a-491f-4dca-92c0-9d6e3ce749f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 19419 | 2024.11.01 08:29:40.474239 [ 307 ] {e93efd7a-491f-4dca-92c0-9d6e3ce749f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 19420 | 2024.11.01 08:29:40.474256 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 19421 | 2024.11.01 08:29:40.474271 [ 307 ] {} <Debug> HTTP-Session: 8edfcb69-57a9-45fc-bc53-f638e944d7ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19422 | 2024.11.01 08:29:40.474501 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19423 | 2024.11.01 08:29:40.474564 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55031, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19424 | 2024.11.01 08:29:40.474605 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 60 rows starting from the beginning of the part | ||
| 19425 | 2024.11.01 08:29:40.474652 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61790, User-Agent: (none), Length: 11211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19426 | 2024.11.01 08:29:40.474832 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19427 | 2024.11.01 08:29:40.474913 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
| 19428 | 2024.11.01 08:29:40.474946 [ 302 ] {} <Debug> HTTP-Session: 3f3f99a5-5af0-4bfe-9a81-82bbf2e83e65 Authenticating user 'default' from [fd00:1122:3344:101::d]:61790 | ||
| 19429 | 2024.11.01 08:29:40.474976 [ 307 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 19430 | |||
| 19431 | (version 23.8.7.1) | ||
| 19432 | 2024.11.01 08:29:40.475039 [ 302 ] {} <Debug> HTTP-Session: 3f3f99a5-5af0-4bfe-9a81-82bbf2e83e65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19433 | 2024.11.01 08:29:40.475123 [ 302 ] {} <Debug> HTTP-Session: 3f3f99a5-5af0-4bfe-9a81-82bbf2e83e65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19434 | 2024.11.01 08:29:40.475259 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 42 rows starting from the beginning of the part | ||
| 19435 | 2024.11.01 08:29:40.475317 [ 302 ] {} <Trace> HTTP-Session: 3f3f99a5-5af0-4bfe-9a81-82bbf2e83e65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19436 | 2024.11.01 08:29:40.475786 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 6 rows starting from the beginning of the part | ||
| 19437 | 2024.11.01 08:29:40.475825 [ 302 ] {7e80f524-4081-47b2-be44-7e52b374e449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61790) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 19438 | 2024.11.01 08:29:40.475976 [ 302 ] {7e80f524-4081-47b2-be44-7e52b374e449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19439 | 2024.11.01 08:29:40.476091 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 42 rows starting from the beginning of the part | ||
| 19440 | 2024.11.01 08:29:40.476508 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 2 rows starting from the beginning of the part | ||
| 19441 | 2024.11.01 08:29:40.477462 [ 302 ] {7e80f524-4081-47b2-be44-7e52b374e449} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19442 | 2024.11.01 08:29:40.478458 [ 302 ] {7e80f524-4081-47b2-be44-7e52b374e449} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19443 | 2024.11.01 08:29:40.478527 [ 302 ] {7e80f524-4081-47b2-be44-7e52b374e449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19444 | 2024.11.01 08:29:40.479523 [ 302 ] {7e80f524-4081-47b2-be44-7e52b374e449} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 19445 | 2024.11.01 08:29:40.479572 [ 196 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.005438293 sec., 29420.996625227803 rows/sec., 2.24 MiB/sec. | ||
| 19446 | 2024.11.01 08:29:40.479877 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 19447 | 2024.11.01 08:29:40.480223 [ 302 ] {7e80f524-4081-47b2-be44-7e52b374e449} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19448 | 2024.11.01 08:29:40.480700 [ 302 ] {7e80f524-4081-47b2-be44-7e52b374e449} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005024 sec., 13136.942675159236 rows/sec., 1.03 MiB/sec. | ||
| 19449 | 2024.11.01 08:29:40.481465 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_76_15} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19450 | 2024.11.01 08:29:40.481529 [ 302 ] {7e80f524-4081-47b2-be44-7e52b374e449} <Debug> DynamicQueryHandler: Done processing query | ||
| 19451 | 2024.11.01 08:29:40.481635 [ 302 ] {7e80f524-4081-47b2-be44-7e52b374e449} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 19452 | 2024.11.01 08:29:40.481741 [ 302 ] {} <Debug> HTTP-Session: 3f3f99a5-5af0-4bfe-9a81-82bbf2e83e65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19453 | 2024.11.01 08:29:40.481757 [ 190 ] {162e7258-8561-4fee-84a8-36e7b70dd6f3::all_1_76_15} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 19454 | 2024.11.01 08:29:40.481944 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 19455 | 2024.11.01 08:29:40.482047 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19456 | 2024.11.01 08:29:40.482145 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39607, User-Agent: (none), Length: 30787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19457 | 2024.11.01 08:29:40.482211 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19458 | 2024.11.01 08:29:40.482237 [ 307 ] {} <Debug> HTTP-Session: eea76ab8-e006-4209-9fae-ed20a57a9ae1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39607 | ||
| 19459 | 2024.11.01 08:29:40.482257 [ 307 ] {} <Debug> HTTP-Session: eea76ab8-e006-4209-9fae-ed20a57a9ae1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19460 | 2024.11.01 08:29:40.482274 [ 307 ] {} <Debug> HTTP-Session: eea76ab8-e006-4209-9fae-ed20a57a9ae1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19461 | 2024.11.01 08:29:40.482322 [ 307 ] {} <Trace> HTTP-Session: eea76ab8-e006-4209-9fae-ed20a57a9ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19462 | 2024.11.01 08:29:40.482522 [ 307 ] {e6986203-36e0-4660-8c96-5b1e1189314e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39607) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19463 | 2024.11.01 08:29:40.482576 [ 307 ] {e6986203-36e0-4660-8c96-5b1e1189314e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19464 | 2024.11.01 08:29:40.482760 [ 307 ] {e6986203-36e0-4660-8c96-5b1e1189314e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19465 | 2024.11.01 08:29:40.483190 [ 307 ] {e6986203-36e0-4660-8c96-5b1e1189314e} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19466 | 2024.11.01 08:29:40.483227 [ 307 ] {e6986203-36e0-4660-8c96-5b1e1189314e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19467 | 2024.11.01 08:29:40.483631 [ 307 ] {e6986203-36e0-4660-8c96-5b1e1189314e} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 19468 | 2024.11.01 08:29:40.483995 [ 307 ] {e6986203-36e0-4660-8c96-5b1e1189314e} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19469 | 2024.11.01 08:29:40.484125 [ 307 ] {e6986203-36e0-4660-8c96-5b1e1189314e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.0017 sec., 94705.88235294117 rows/sec., 6.60 MiB/sec. | ||
| 19470 | 2024.11.01 08:29:40.484385 [ 307 ] {e6986203-36e0-4660-8c96-5b1e1189314e} <Debug> DynamicQueryHandler: Done processing query | ||
| 19471 | 2024.11.01 08:29:40.484421 [ 307 ] {e6986203-36e0-4660-8c96-5b1e1189314e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 19472 | 2024.11.01 08:29:40.484469 [ 307 ] {} <Debug> HTTP-Session: eea76ab8-e006-4209-9fae-ed20a57a9ae1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19473 | 2024.11.01 08:29:40.484783 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61790, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19474 | 2024.11.01 08:29:40.484833 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19475 | 2024.11.01 08:29:40.484980 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19476 | 2024.11.01 08:29:40.485027 [ 302 ] {} <Debug> HTTP-Session: f3fb57e7-36fd-427e-b28b-82ccb0e453a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61790 | ||
| 19477 | 2024.11.01 08:29:40.485056 [ 302 ] {} <Debug> HTTP-Session: f3fb57e7-36fd-427e-b28b-82ccb0e453a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19478 | 2024.11.01 08:29:40.485093 [ 302 ] {} <Debug> HTTP-Session: f3fb57e7-36fd-427e-b28b-82ccb0e453a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19479 | 2024.11.01 08:29:40.485145 [ 302 ] {} <Trace> HTTP-Session: f3fb57e7-36fd-427e-b28b-82ccb0e453a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19480 | 2024.11.01 08:29:40.485321 [ 302 ] {8f5d89b8-20e8-4d3e-8323-ddc273b76455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61790) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 19481 | 2024.11.01 08:29:40.485381 [ 302 ] {8f5d89b8-20e8-4d3e-8323-ddc273b76455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19482 | 2024.11.01 08:29:40.485573 [ 302 ] {8f5d89b8-20e8-4d3e-8323-ddc273b76455} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19483 | 2024.11.01 08:29:40.485876 [ 302 ] {8f5d89b8-20e8-4d3e-8323-ddc273b76455} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19484 | 2024.11.01 08:29:40.485918 [ 302 ] {8f5d89b8-20e8-4d3e-8323-ddc273b76455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19485 | 2024.11.01 08:29:40.486303 [ 302 ] {8f5d89b8-20e8-4d3e-8323-ddc273b76455} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 19486 | 2024.11.01 08:29:40.486655 [ 302 ] {8f5d89b8-20e8-4d3e-8323-ddc273b76455} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19487 | 2024.11.01 08:29:40.486810 [ 302 ] {8f5d89b8-20e8-4d3e-8323-ddc273b76455} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001555 sec., 38585.20900321544 rows/sec., 2.60 MiB/sec. | ||
| 19488 | 2024.11.01 08:29:40.486983 [ 302 ] {8f5d89b8-20e8-4d3e-8323-ddc273b76455} <Debug> DynamicQueryHandler: Done processing query | ||
| 19489 | 2024.11.01 08:29:40.487008 [ 302 ] {8f5d89b8-20e8-4d3e-8323-ddc273b76455} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 19490 | 2024.11.01 08:29:40.487024 [ 302 ] {} <Debug> HTTP-Session: f3fb57e7-36fd-427e-b28b-82ccb0e453a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19491 | 2024.11.01 08:29:40.487224 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19492 | 2024.11.01 08:29:43.025043 [ 217 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 19493 | 2024.11.01 08:29:43.025131 [ 217 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 19494 | 2024.11.01 08:29:43.027218 [ 217 ] {} <Debug> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 19495 | 2024.11.01 08:29:43.641909 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19496 | 2024.11.01 08:29:43.641985 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19497 | 2024.11.01 08:29:44.002565 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00205499 sec. | ||
| 19498 | 2024.11.01 08:29:44.150086 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1740 | ||
| 19499 | 2024.11.01 08:29:44.152951 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19500 | 2024.11.01 08:29:44.152994 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19501 | 2024.11.01 08:29:44.154576 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 19502 | 2024.11.01 08:29:44.155644 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19503 | 2024.11.01 08:29:44.157073 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1740 | ||
| 19504 | 2024.11.01 08:29:45.466518 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64823, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19505 | 2024.11.01 08:29:45.466645 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19506 | 2024.11.01 08:29:45.466674 [ 302 ] {} <Debug> HTTP-Session: 94d5766f-7f0c-485f-9b0a-893c4cc34540 Authenticating user 'default' from [fd00:1122:3344:101::d]:64823 | ||
| 19507 | 2024.11.01 08:29:45.466702 [ 302 ] {} <Debug> HTTP-Session: 94d5766f-7f0c-485f-9b0a-893c4cc34540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19508 | 2024.11.01 08:29:45.466721 [ 302 ] {} <Debug> HTTP-Session: 94d5766f-7f0c-485f-9b0a-893c4cc34540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19509 | 2024.11.01 08:29:45.466778 [ 302 ] {} <Trace> HTTP-Session: 94d5766f-7f0c-485f-9b0a-893c4cc34540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19510 | 2024.11.01 08:29:45.467008 [ 302 ] {79637fdb-aa19-44eb-863f-8dde3e90377b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64823) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 19511 | 2024.11.01 08:29:45.467084 [ 302 ] {79637fdb-aa19-44eb-863f-8dde3e90377b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19512 | 2024.11.01 08:29:45.467475 [ 302 ] {79637fdb-aa19-44eb-863f-8dde3e90377b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19513 | 2024.11.01 08:29:45.467968 [ 302 ] {79637fdb-aa19-44eb-863f-8dde3e90377b} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19514 | 2024.11.01 08:29:45.468014 [ 302 ] {79637fdb-aa19-44eb-863f-8dde3e90377b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19515 | 2024.11.01 08:29:45.468457 [ 302 ] {79637fdb-aa19-44eb-863f-8dde3e90377b} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 19516 | 2024.11.01 08:29:45.468857 [ 302 ] {79637fdb-aa19-44eb-863f-8dde3e90377b} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19517 | 2024.11.01 08:29:45.469034 [ 302 ] {79637fdb-aa19-44eb-863f-8dde3e90377b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002096 sec., 26717.557251908394 rows/sec., 2.04 MiB/sec. | ||
| 19518 | 2024.11.01 08:29:45.469065 [ 121 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 19519 | 2024.11.01 08:29:45.469186 [ 121 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19520 | 2024.11.01 08:29:45.469233 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19521 | 2024.11.01 08:29:45.469377 [ 302 ] {79637fdb-aa19-44eb-863f-8dde3e90377b} <Debug> DynamicQueryHandler: Done processing query | ||
| 19522 | 2024.11.01 08:29:45.469453 [ 302 ] {79637fdb-aa19-44eb-863f-8dde3e90377b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 19523 | 2024.11.01 08:29:45.469532 [ 302 ] {} <Debug> HTTP-Session: 94d5766f-7f0c-485f-9b0a-893c4cc34540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19524 | 2024.11.01 08:29:45.469647 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 19525 | 2024.11.01 08:29:45.469902 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64823, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19526 | 2024.11.01 08:29:45.470084 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41902, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19527 | 2024.11.01 08:29:45.470365 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19528 | 2024.11.01 08:29:45.470502 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19529 | 2024.11.01 08:29:45.470508 [ 307 ] {} <Debug> HTTP-Session: ece6627e-879d-4e21-90ef-b63a13a97516 Authenticating user 'default' from [fd00:1122:3344:101::d]:41902 | ||
| 19530 | 2024.11.01 08:29:45.470646 [ 307 ] {} <Debug> HTTP-Session: ece6627e-879d-4e21-90ef-b63a13a97516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19531 | 2024.11.01 08:29:45.470653 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1423 rows starting from the beginning of the part | ||
| 19532 | 2024.11.01 08:29:45.470713 [ 307 ] {} <Debug> HTTP-Session: ece6627e-879d-4e21-90ef-b63a13a97516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19533 | 2024.11.01 08:29:45.470925 [ 307 ] {} <Trace> HTTP-Session: ece6627e-879d-4e21-90ef-b63a13a97516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19534 | 2024.11.01 08:29:45.471071 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 59 rows starting from the beginning of the part | ||
| 19535 | 2024.11.01 08:29:45.471521 [ 307 ] {18f225e2-d034-4c30-884e-1c3cc1bf46df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41902) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 19536 | 2024.11.01 08:29:45.471533 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part | ||
| 19537 | 2024.11.01 08:29:45.471751 [ 307 ] {18f225e2-d034-4c30-884e-1c3cc1bf46df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19538 | 2024.11.01 08:29:45.471974 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 273 rows starting from the beginning of the part | ||
| 19539 | 2024.11.01 08:29:45.472388 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 57 rows starting from the beginning of the part | ||
| 19540 | 2024.11.01 08:29:45.472755 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 56 rows starting from the beginning of the part | ||
| 19541 | 2024.11.01 08:29:45.473885 [ 307 ] {18f225e2-d034-4c30-884e-1c3cc1bf46df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19542 | 2024.11.01 08:29:45.475097 [ 307 ] {18f225e2-d034-4c30-884e-1c3cc1bf46df} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19543 | 2024.11.01 08:29:45.475171 [ 307 ] {18f225e2-d034-4c30-884e-1c3cc1bf46df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19544 | 2024.11.01 08:29:45.476094 [ 307 ] {18f225e2-d034-4c30-884e-1c3cc1bf46df} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 19545 | 2024.11.01 08:29:45.476441 [ 192 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1924 rows, containing 5 columns (5 merged, 0 gathered) in 0.007104535 sec., 270812.9384963266 rows/sec., 23.63 MiB/sec. | ||
| 19546 | 2024.11.01 08:29:45.476851 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 19547 | 2024.11.01 08:29:45.476925 [ 307 ] {18f225e2-d034-4c30-884e-1c3cc1bf46df} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19548 | 2024.11.01 08:29:45.477237 [ 121 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 19549 | 2024.11.01 08:29:45.477267 [ 307 ] {18f225e2-d034-4c30-884e-1c3cc1bf46df} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005971 sec., 10718.472617651985 rows/sec., 856.68 KiB/sec. | ||
| 19550 | 2024.11.01 08:29:45.477359 [ 121 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19551 | 2024.11.01 08:29:45.477479 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19552 | 2024.11.01 08:29:45.478320 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 19553 | 2024.11.01 08:29:45.478963 [ 307 ] {18f225e2-d034-4c30-884e-1c3cc1bf46df} <Debug> DynamicQueryHandler: Done processing query | ||
| 19554 | 2024.11.01 08:29:45.479157 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_116_23} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19555 | 2024.11.01 08:29:45.479340 [ 307 ] {18f225e2-d034-4c30-884e-1c3cc1bf46df} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 19556 | 2024.11.01 08:29:45.479370 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19557 | 2024.11.01 08:29:45.479539 [ 307 ] {} <Debug> HTTP-Session: ece6627e-879d-4e21-90ef-b63a13a97516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19558 | 2024.11.01 08:29:45.479598 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 916 rows starting from the beginning of the part | ||
| 19559 | 2024.11.01 08:29:45.479617 [ 196 ] {2ff3f3b3-3839-4b75-a98c-a68b602382a8::all_1_116_23} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 19560 | 2024.11.01 08:29:45.480036 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 19561 | 2024.11.01 08:29:45.480167 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 70 rows starting from the beginning of the part | ||
| 19562 | 2024.11.01 08:29:45.480615 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part | ||
| 19563 | 2024.11.01 08:29:45.481068 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35525, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19564 | 2024.11.01 08:29:45.481107 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 424 rows starting from the beginning of the part | ||
| 19565 | 2024.11.01 08:29:45.481314 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19566 | 2024.11.01 08:29:45.481448 [ 302 ] {} <Debug> HTTP-Session: f27bdb73-f509-4099-a2d8-30c124a75015 Authenticating user 'default' from [fd00:1122:3344:101::d]:35525 | ||
| 19567 | 2024.11.01 08:29:45.481541 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 66 rows starting from the beginning of the part | ||
| 19568 | 2024.11.01 08:29:45.481570 [ 302 ] {} <Debug> HTTP-Session: f27bdb73-f509-4099-a2d8-30c124a75015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19569 | 2024.11.01 08:29:45.481686 [ 302 ] {} <Debug> HTTP-Session: f27bdb73-f509-4099-a2d8-30c124a75015 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19570 | 2024.11.01 08:29:45.481876 [ 302 ] {} <Trace> HTTP-Session: f27bdb73-f509-4099-a2d8-30c124a75015 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19571 | 2024.11.01 08:29:45.482020 [ 191 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 64 rows starting from the beginning of the part | ||
| 19572 | 2024.11.01 08:29:45.482052 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41902, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19573 | 2024.11.01 08:29:45.482473 [ 307 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 19574 | |||
| 19575 | (version 23.8.7.1) | ||
| 19576 | 2024.11.01 08:29:45.482476 [ 302 ] {a8f5a7be-edd0-4271-bc8d-5666e7039823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35525) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19577 | 2024.11.01 08:29:45.482710 [ 302 ] {a8f5a7be-edd0-4271-bc8d-5666e7039823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19578 | 2024.11.01 08:29:45.483111 [ 302 ] {a8f5a7be-edd0-4271-bc8d-5666e7039823} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19579 | 2024.11.01 08:29:45.483758 [ 302 ] {a8f5a7be-edd0-4271-bc8d-5666e7039823} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19580 | 2024.11.01 08:29:45.483802 [ 302 ] {a8f5a7be-edd0-4271-bc8d-5666e7039823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19581 | 2024.11.01 08:29:45.484357 [ 302 ] {a8f5a7be-edd0-4271-bc8d-5666e7039823} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 19582 | 2024.11.01 08:29:45.484503 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1604 rows, containing 5 columns (5 merged, 0 gathered) in 0.006778647 sec., 236625.39146823843 rows/sec., 18.25 MiB/sec. | ||
| 19583 | 2024.11.01 08:29:45.484791 [ 197 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 19584 | 2024.11.01 08:29:45.484958 [ 302 ] {a8f5a7be-edd0-4271-bc8d-5666e7039823} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19585 | 2024.11.01 08:29:45.485206 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 19586 | 2024.11.01 08:29:45.485294 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19587 | 2024.11.01 08:29:45.485375 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19588 | 2024.11.01 08:29:45.485398 [ 302 ] {a8f5a7be-edd0-4271-bc8d-5666e7039823} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003189 sec., 50172.467858262775 rows/sec., 3.49 MiB/sec. | ||
| 19589 | 2024.11.01 08:29:45.485900 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 19590 | 2024.11.01 08:29:45.486249 [ 302 ] {a8f5a7be-edd0-4271-bc8d-5666e7039823} <Debug> DynamicQueryHandler: Done processing query | ||
| 19591 | 2024.11.01 08:29:45.486383 [ 302 ] {a8f5a7be-edd0-4271-bc8d-5666e7039823} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 19592 | 2024.11.01 08:29:45.486521 [ 302 ] {} <Debug> HTTP-Session: f27bdb73-f509-4099-a2d8-30c124a75015 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19593 | 2024.11.01 08:29:45.486561 [ 188 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_116_23} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19594 | 2024.11.01 08:29:45.486823 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19595 | 2024.11.01 08:29:45.486828 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19596 | 2024.11.01 08:29:45.486937 [ 188 ] {94877df6-bd7c-4a6a-8ef3-5a20453be5a6::all_1_116_23} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 19597 | 2024.11.01 08:29:45.487015 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_111_22, total 21531 rows starting from the beginning of the part | ||
| 19598 | 2024.11.01 08:29:45.487294 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 19599 | 2024.11.01 08:29:45.487650 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 131 rows starting from the beginning of the part | ||
| 19600 | 2024.11.01 08:29:45.487710 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34191, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19601 | 2024.11.01 08:29:45.487964 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19602 | 2024.11.01 08:29:45.488129 [ 307 ] {} <Debug> HTTP-Session: ffc9a61b-f4f4-40dc-bb6f-ff5421eb9ec0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34191 | ||
| 19603 | 2024.11.01 08:29:45.488196 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part | ||
| 19604 | 2024.11.01 08:29:45.488255 [ 307 ] {} <Debug> HTTP-Session: ffc9a61b-f4f4-40dc-bb6f-ff5421eb9ec0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19605 | 2024.11.01 08:29:45.488344 [ 307 ] {} <Debug> HTTP-Session: ffc9a61b-f4f4-40dc-bb6f-ff5421eb9ec0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19606 | 2024.11.01 08:29:45.488595 [ 307 ] {} <Trace> HTTP-Session: ffc9a61b-f4f4-40dc-bb6f-ff5421eb9ec0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19607 | 2024.11.01 08:29:45.488753 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 237 rows starting from the beginning of the part | ||
| 19608 | 2024.11.01 08:29:45.489246 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 161 rows starting from the beginning of the part | ||
| 19609 | 2024.11.01 08:29:45.489243 [ 307 ] {dff66bfb-66db-4499-8be8-862d6ca52ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34191) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 19610 | 2024.11.01 08:29:45.489501 [ 307 ] {dff66bfb-66db-4499-8be8-862d6ca52ee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19611 | 2024.11.01 08:29:45.489807 [ 189 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part | ||
| 19612 | 2024.11.01 08:29:45.490640 [ 307 ] {dff66bfb-66db-4499-8be8-862d6ca52ee0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19613 | 2024.11.01 08:29:45.491149 [ 307 ] {dff66bfb-66db-4499-8be8-862d6ca52ee0} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19614 | 2024.11.01 08:29:45.491188 [ 307 ] {dff66bfb-66db-4499-8be8-862d6ca52ee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19615 | 2024.11.01 08:29:45.491669 [ 307 ] {dff66bfb-66db-4499-8be8-862d6ca52ee0} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 19616 | 2024.11.01 08:29:45.492113 [ 307 ] {dff66bfb-66db-4499-8be8-862d6ca52ee0} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19617 | 2024.11.01 08:29:45.492312 [ 121 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 19618 | 2024.11.01 08:29:45.492334 [ 307 ] {dff66bfb-66db-4499-8be8-862d6ca52ee0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003438 sec., 17452.00698080279 rows/sec., 1.18 MiB/sec. | ||
| 19619 | 2024.11.01 08:29:45.492373 [ 121 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19620 | 2024.11.01 08:29:45.492438 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19621 | 2024.11.01 08:29:45.492980 [ 307 ] {dff66bfb-66db-4499-8be8-862d6ca52ee0} <Debug> DynamicQueryHandler: Done processing query | ||
| 19622 | 2024.11.01 08:29:45.492975 [ 188 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 19623 | 2024.11.01 08:29:45.493026 [ 307 ] {dff66bfb-66db-4499-8be8-862d6ca52ee0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 19624 | 2024.11.01 08:29:45.493094 [ 307 ] {} <Debug> HTTP-Session: ffc9a61b-f4f4-40dc-bb6f-ff5421eb9ec0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19625 | 2024.11.01 08:29:45.493251 [ 188 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19626 | 2024.11.01 08:29:45.493295 [ 188 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 7058 rows starting from the beginning of the part | ||
| 19627 | 2024.11.01 08:29:45.493406 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34191, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19628 | 2024.11.01 08:29:45.493558 [ 188 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 48 rows starting from the beginning of the part | ||
| 19629 | 2024.11.01 08:29:45.493934 [ 188 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part | ||
| 19630 | 2024.11.01 08:29:45.494049 [ 188 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 82 rows starting from the beginning of the part | ||
| 19631 | 2024.11.01 08:29:45.494223 [ 188 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part | ||
| 19632 | 2024.11.01 08:29:45.494417 [ 188 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
| 19633 | 2024.11.01 08:29:45.496613 [ 194 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7368 rows, containing 4 columns (4 merged, 0 gathered) in 0.00404241 sec., 1822675.0873859902 rows/sec., 119.79 MiB/sec. | ||
| 19634 | 2024.11.01 08:29:45.497143 [ 201 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 19635 | 2024.11.01 08:29:45.497616 [ 201 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_116_23} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19636 | 2024.11.01 08:29:45.497709 [ 201 ] {e2d4b858-8756-4a7b-b009-7f7a27514790::all_1_116_23} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 19637 | 2024.11.01 08:29:45.497798 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 19638 | 2024.11.01 08:29:45.504445 [ 195 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22380 rows, containing 5 columns (5 merged, 0 gathered) in 0.018909145 sec., 1183554.3066595555 rows/sec., 80.85 MiB/sec. | ||
| 19639 | 2024.11.01 08:29:45.504874 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 19640 | 2024.11.01 08:29:45.505335 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19641 | 2024.11.01 08:29:45.505433 [ 201 ] {1a8403dc-ea38-4ea2-ad60-85d795b6df98::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 19642 | 2024.11.01 08:29:45.505522 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.22 MiB. | ||
| 19643 | 2024.11.01 08:29:47.893755 [ 106 ] {} <Debug> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Selected 5 parts from all_1_38_9 to all_42_42_0 | ||
| 19644 | 2024.11.01 08:29:47.893839 [ 106 ] {} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19645 | 2024.11.01 08:29:47.893868 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19646 | 2024.11.01 08:29:47.894041 [ 194 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_42_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_9 to all_42_42_0 into Compact with storage Full | ||
| 19647 | 2024.11.01 08:29:47.894651 [ 194 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_42_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19648 | 2024.11.01 08:29:47.894771 [ 194 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_9, total 243 rows starting from the beginning of the part | ||
| 19649 | 2024.11.01 08:29:47.894942 [ 194 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 19650 | 2024.11.01 08:29:47.895027 [ 194 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 19651 | 2024.11.01 08:29:47.895273 [ 194 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 19652 | 2024.11.01 08:29:47.895396 [ 194 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 19653 | 2024.11.01 08:29:47.896517 [ 201 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_42_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002577764 sec., 115991.99926758229 rows/sec., 7.90 MiB/sec. | ||
| 19654 | 2024.11.01 08:29:47.896735 [ 195 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_42_10} <Trace> MergedBlockOutputStream: filled checksums all_1_42_10 (state Temporary) | ||
| 19655 | 2024.11.01 08:29:47.897561 [ 195 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_42_10} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_merge_all_1_42_10 to all_1_42_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19656 | 2024.11.01 08:29:47.897717 [ 195 ] {0b06b44e-7b2e-412e-8ea6-6a20dddae22b::all_1_42_10} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b) (MergerMutator): Merged 5 parts: [all_1_38_9, all_42_42_0] -> all_1_42_10 | ||
| 19657 | 2024.11.01 08:29:47.897859 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 19658 | 2024.11.01 08:29:49.339011 [ 218 ] {} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Found 5 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 19659 | 2024.11.01 08:29:49.339056 [ 218 ] {} <Debug> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Removing 5 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 19660 | 2024.11.01 08:29:49.340707 [ 218 ] {} <Debug> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 19661 | 2024.11.01 08:29:50.043052 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 19662 | 2024.11.01 08:29:50.043133 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 19663 | 2024.11.01 08:29:50.045825 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 19664 | 2024.11.01 08:29:50.075962 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37353, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19665 | 2024.11.01 08:29:50.181253 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56747, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19666 | 2024.11.01 08:29:50.290002 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42133, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19667 | 2024.11.01 08:29:50.295391 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63724, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19668 | 2024.11.01 08:29:50.308681 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19669 | 2024.11.01 08:29:50.383103 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56154, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19670 | 2024.11.01 08:29:50.401525 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42043, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19671 | 2024.11.01 08:29:50.404892 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34895, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19672 | 2024.11.01 08:29:50.435254 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35776, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19673 | 2024.11.01 08:29:50.471996 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48607, User-Agent: (none), Length: 41420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19674 | 2024.11.01 08:29:50.472115 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19675 | 2024.11.01 08:29:50.472140 [ 302 ] {} <Debug> HTTP-Session: a42368ad-27be-408a-a7f8-2ba7bf35a102 Authenticating user 'default' from [fd00:1122:3344:101::d]:48607 | ||
| 19676 | 2024.11.01 08:29:50.472163 [ 302 ] {} <Debug> HTTP-Session: a42368ad-27be-408a-a7f8-2ba7bf35a102 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19677 | 2024.11.01 08:29:50.472178 [ 302 ] {} <Debug> HTTP-Session: a42368ad-27be-408a-a7f8-2ba7bf35a102 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19678 | 2024.11.01 08:29:50.472229 [ 302 ] {} <Trace> HTTP-Session: a42368ad-27be-408a-a7f8-2ba7bf35a102 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19679 | 2024.11.01 08:29:50.472506 [ 302 ] {ee9d4d57-9c17-430c-8a0c-9ef420dce5ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48607) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 19680 | 2024.11.01 08:29:50.472574 [ 302 ] {ee9d4d57-9c17-430c-8a0c-9ef420dce5ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19681 | 2024.11.01 08:29:50.472914 [ 302 ] {ee9d4d57-9c17-430c-8a0c-9ef420dce5ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19682 | 2024.11.01 08:29:50.473564 [ 302 ] {ee9d4d57-9c17-430c-8a0c-9ef420dce5ea} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19683 | 2024.11.01 08:29:50.473610 [ 302 ] {ee9d4d57-9c17-430c-8a0c-9ef420dce5ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19684 | 2024.11.01 08:29:50.474077 [ 302 ] {ee9d4d57-9c17-430c-8a0c-9ef420dce5ea} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 19685 | 2024.11.01 08:29:50.474475 [ 302 ] {ee9d4d57-9c17-430c-8a0c-9ef420dce5ea} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19686 | 2024.11.01 08:29:50.474643 [ 302 ] {ee9d4d57-9c17-430c-8a0c-9ef420dce5ea} <Debug> executeQuery: Read 273 rows, 24.85 KiB in 0.002254 sec., 121118.01242236025 rows/sec., 10.77 MiB/sec. | ||
| 19687 | 2024.11.01 08:29:50.474822 [ 222 ] {} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19688 | 2024.11.01 08:29:50.474930 [ 222 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19689 | 2024.11.01 08:29:50.474974 [ 302 ] {ee9d4d57-9c17-430c-8a0c-9ef420dce5ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 19690 | 2024.11.01 08:29:50.475033 [ 302 ] {ee9d4d57-9c17-430c-8a0c-9ef420dce5ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 19691 | 2024.11.01 08:29:50.475077 [ 302 ] {} <Debug> HTTP-Session: a42368ad-27be-408a-a7f8-2ba7bf35a102 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19692 | 2024.11.01 08:29:50.475316 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19693 | 2024.11.01 08:29:50.475506 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54512, User-Agent: (none), Length: 6073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19694 | 2024.11.01 08:29:50.475621 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19695 | 2024.11.01 08:29:50.475660 [ 282 ] {} <Debug> HTTP-Session: ad3d30d6-dda3-4abf-a56c-d5eb5df5f580 Authenticating user 'default' from [fd00:1122:3344:101::d]:54512 | ||
| 19696 | 2024.11.01 08:29:50.475719 [ 282 ] {} <Debug> HTTP-Session: ad3d30d6-dda3-4abf-a56c-d5eb5df5f580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19697 | 2024.11.01 08:29:50.475742 [ 282 ] {} <Debug> HTTP-Session: ad3d30d6-dda3-4abf-a56c-d5eb5df5f580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19698 | 2024.11.01 08:29:50.475845 [ 282 ] {} <Trace> HTTP-Session: ad3d30d6-dda3-4abf-a56c-d5eb5df5f580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19699 | 2024.11.01 08:29:50.476028 [ 282 ] {328f9397-052d-462f-b643-48d08e3527c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54512) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 19700 | 2024.11.01 08:29:50.476080 [ 282 ] {328f9397-052d-462f-b643-48d08e3527c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19701 | 2024.11.01 08:29:50.476783 [ 282 ] {328f9397-052d-462f-b643-48d08e3527c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19702 | 2024.11.01 08:29:50.477498 [ 282 ] {328f9397-052d-462f-b643-48d08e3527c7} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19703 | 2024.11.01 08:29:50.477541 [ 282 ] {328f9397-052d-462f-b643-48d08e3527c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19704 | 2024.11.01 08:29:50.478256 [ 282 ] {328f9397-052d-462f-b643-48d08e3527c7} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 19705 | 2024.11.01 08:29:50.478954 [ 222 ] {} <Debug> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19706 | 2024.11.01 08:29:50.478991 [ 282 ] {328f9397-052d-462f-b643-48d08e3527c7} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19707 | 2024.11.01 08:29:50.479368 [ 282 ] {328f9397-052d-462f-b643-48d08e3527c7} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.003378 sec., 12433.392539964476 rows/sec., 934.93 KiB/sec. | ||
| 19708 | 2024.11.01 08:29:50.479972 [ 282 ] {328f9397-052d-462f-b643-48d08e3527c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 19709 | 2024.11.01 08:29:50.480046 [ 282 ] {328f9397-052d-462f-b643-48d08e3527c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 19710 | 2024.11.01 08:29:50.480118 [ 282 ] {} <Debug> HTTP-Session: ad3d30d6-dda3-4abf-a56c-d5eb5df5f580 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19711 | 2024.11.01 08:29:50.480425 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48607, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19712 | 2024.11.01 08:29:50.480429 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19713 | 2024.11.01 08:29:50.480660 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19714 | 2024.11.01 08:29:50.480777 [ 302 ] {} <Debug> HTTP-Session: 92b1d49c-d60c-46b7-b32b-9a80c089b3aa Authenticating user 'default' from [fd00:1122:3344:101::d]:48607 | ||
| 19715 | 2024.11.01 08:29:50.480805 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 19716 | |||
| 19717 | (version 23.8.7.1) | ||
| 19718 | 2024.11.01 08:29:50.480880 [ 302 ] {} <Debug> HTTP-Session: 92b1d49c-d60c-46b7-b32b-9a80c089b3aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19719 | 2024.11.01 08:29:50.480955 [ 302 ] {} <Debug> HTTP-Session: 92b1d49c-d60c-46b7-b32b-9a80c089b3aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19720 | 2024.11.01 08:29:50.481076 [ 302 ] {} <Trace> HTTP-Session: 92b1d49c-d60c-46b7-b32b-9a80c089b3aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19721 | 2024.11.01 08:29:50.481404 [ 302 ] {b1b373b9-410f-4f54-afd0-defba5cdfa10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48607) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 19722 | 2024.11.01 08:29:50.481476 [ 302 ] {b1b373b9-410f-4f54-afd0-defba5cdfa10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19723 | 2024.11.01 08:29:50.481766 [ 302 ] {b1b373b9-410f-4f54-afd0-defba5cdfa10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19724 | 2024.11.01 08:29:50.482109 [ 302 ] {b1b373b9-410f-4f54-afd0-defba5cdfa10} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19725 | 2024.11.01 08:29:50.482146 [ 302 ] {b1b373b9-410f-4f54-afd0-defba5cdfa10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19726 | 2024.11.01 08:29:50.482504 [ 302 ] {b1b373b9-410f-4f54-afd0-defba5cdfa10} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 19727 | 2024.11.01 08:29:50.482855 [ 302 ] {b1b373b9-410f-4f54-afd0-defba5cdfa10} <Trace> oximeter.fields_u32 (0b06b44e-7b2e-412e-8ea6-6a20dddae22b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19728 | 2024.11.01 08:29:50.483001 [ 302 ] {b1b373b9-410f-4f54-afd0-defba5cdfa10} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001721 sec., 8134.805345729227 rows/sec., 569.71 KiB/sec. | ||
| 19729 | 2024.11.01 08:29:50.483224 [ 302 ] {b1b373b9-410f-4f54-afd0-defba5cdfa10} <Debug> DynamicQueryHandler: Done processing query | ||
| 19730 | 2024.11.01 08:29:50.483248 [ 302 ] {b1b373b9-410f-4f54-afd0-defba5cdfa10} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19731 | 2024.11.01 08:29:50.483264 [ 302 ] {} <Debug> HTTP-Session: 92b1d49c-d60c-46b7-b32b-9a80c089b3aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19732 | 2024.11.01 08:29:50.483434 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19733 | 2024.11.01 08:29:50.483482 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52611, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19734 | 2024.11.01 08:29:50.483545 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19735 | 2024.11.01 08:29:50.483573 [ 282 ] {} <Debug> HTTP-Session: 531cbcb2-ce81-44c1-b57b-ea8e2fbe899a Authenticating user 'default' from [fd00:1122:3344:101::d]:52611 | ||
| 19736 | 2024.11.01 08:29:50.483594 [ 282 ] {} <Debug> HTTP-Session: 531cbcb2-ce81-44c1-b57b-ea8e2fbe899a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19737 | 2024.11.01 08:29:50.483611 [ 282 ] {} <Debug> HTTP-Session: 531cbcb2-ce81-44c1-b57b-ea8e2fbe899a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19738 | 2024.11.01 08:29:50.483650 [ 282 ] {} <Trace> HTTP-Session: 531cbcb2-ce81-44c1-b57b-ea8e2fbe899a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19739 | 2024.11.01 08:29:50.483770 [ 282 ] {b37b4341-ab95-4e63-8fd3-d9ecb8a3fa6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52611) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 19740 | 2024.11.01 08:29:50.483823 [ 282 ] {b37b4341-ab95-4e63-8fd3-d9ecb8a3fa6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19741 | 2024.11.01 08:29:50.484055 [ 282 ] {b37b4341-ab95-4e63-8fd3-d9ecb8a3fa6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19742 | 2024.11.01 08:29:50.484377 [ 282 ] {b37b4341-ab95-4e63-8fd3-d9ecb8a3fa6d} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19743 | 2024.11.01 08:29:50.484414 [ 282 ] {b37b4341-ab95-4e63-8fd3-d9ecb8a3fa6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19744 | 2024.11.01 08:29:50.484777 [ 282 ] {b37b4341-ab95-4e63-8fd3-d9ecb8a3fa6d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 19745 | 2024.11.01 08:29:50.485141 [ 282 ] {b37b4341-ab95-4e63-8fd3-d9ecb8a3fa6d} <Trace> oximeter.fields_u8 (5ce73264-8303-4071-a461-a3d09814458a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19746 | 2024.11.01 08:29:50.485297 [ 282 ] {b37b4341-ab95-4e63-8fd3-d9ecb8a3fa6d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001549 sec., 3873.4667527437055 rows/sec., 228.85 KiB/sec. | ||
| 19747 | 2024.11.01 08:29:50.485662 [ 282 ] {b37b4341-ab95-4e63-8fd3-d9ecb8a3fa6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 19748 | 2024.11.01 08:29:50.485696 [ 282 ] {b37b4341-ab95-4e63-8fd3-d9ecb8a3fa6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19749 | 2024.11.01 08:29:50.485713 [ 282 ] {} <Debug> HTTP-Session: 531cbcb2-ce81-44c1-b57b-ea8e2fbe899a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19750 | 2024.11.01 08:29:50.485905 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19751 | 2024.11.01 08:29:50.486027 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45679, User-Agent: (none), Length: 68869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19752 | 2024.11.01 08:29:50.486089 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19753 | 2024.11.01 08:29:50.486111 [ 302 ] {} <Debug> HTTP-Session: 128c4c7f-6299-4926-8484-1fa2d47a61f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:45679 | ||
| 19754 | 2024.11.01 08:29:50.486131 [ 302 ] {} <Debug> HTTP-Session: 128c4c7f-6299-4926-8484-1fa2d47a61f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19755 | 2024.11.01 08:29:50.486148 [ 302 ] {} <Debug> HTTP-Session: 128c4c7f-6299-4926-8484-1fa2d47a61f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19756 | 2024.11.01 08:29:50.486186 [ 302 ] {} <Trace> HTTP-Session: 128c4c7f-6299-4926-8484-1fa2d47a61f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19757 | 2024.11.01 08:29:50.486444 [ 302 ] {0059ba7f-b9b4-41fb-b69f-490aa7e5b65e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45679) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 19758 | 2024.11.01 08:29:50.486498 [ 302 ] {0059ba7f-b9b4-41fb-b69f-490aa7e5b65e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19759 | 2024.11.01 08:29:50.486788 [ 302 ] {0059ba7f-b9b4-41fb-b69f-490aa7e5b65e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19760 | 2024.11.01 08:29:50.487404 [ 302 ] {0059ba7f-b9b4-41fb-b69f-490aa7e5b65e} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19761 | 2024.11.01 08:29:50.487442 [ 302 ] {0059ba7f-b9b4-41fb-b69f-490aa7e5b65e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19762 | 2024.11.01 08:29:50.487819 [ 302 ] {0059ba7f-b9b4-41fb-b69f-490aa7e5b65e} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 19763 | 2024.11.01 08:29:50.488173 [ 302 ] {0059ba7f-b9b4-41fb-b69f-490aa7e5b65e} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19764 | 2024.11.01 08:29:50.488314 [ 302 ] {0059ba7f-b9b4-41fb-b69f-490aa7e5b65e} <Debug> executeQuery: Read 424 rows, 31.04 KiB in 0.002008 sec., 211155.3784860558 rows/sec., 15.10 MiB/sec. | ||
| 19765 | 2024.11.01 08:29:50.488501 [ 302 ] {0059ba7f-b9b4-41fb-b69f-490aa7e5b65e} <Debug> DynamicQueryHandler: Done processing query | ||
| 19766 | 2024.11.01 08:29:50.488526 [ 302 ] {0059ba7f-b9b4-41fb-b69f-490aa7e5b65e} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 19767 | 2024.11.01 08:29:50.488541 [ 302 ] {} <Debug> HTTP-Session: 128c4c7f-6299-4926-8484-1fa2d47a61f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19768 | 2024.11.01 08:29:50.488694 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52611, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19769 | 2024.11.01 08:29:50.488706 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45679, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19770 | 2024.11.01 08:29:50.488756 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19771 | 2024.11.01 08:29:50.488784 [ 282 ] {} <Debug> HTTP-Session: 877f7aee-e962-4f44-944f-8a875bc23d68 Authenticating user 'default' from [fd00:1122:3344:101::d]:52611 | ||
| 19772 | 2024.11.01 08:29:50.488806 [ 282 ] {} <Debug> HTTP-Session: 877f7aee-e962-4f44-944f-8a875bc23d68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19773 | 2024.11.01 08:29:50.488824 [ 282 ] {} <Debug> HTTP-Session: 877f7aee-e962-4f44-944f-8a875bc23d68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19774 | 2024.11.01 08:29:50.488865 [ 282 ] {} <Trace> HTTP-Session: 877f7aee-e962-4f44-944f-8a875bc23d68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19775 | 2024.11.01 08:29:50.488981 [ 282 ] {7feddc55-b708-4a5b-9f21-ce3d078956c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52611) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 19776 | 2024.11.01 08:29:50.489035 [ 282 ] {7feddc55-b708-4a5b-9f21-ce3d078956c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19777 | 2024.11.01 08:29:50.489197 [ 282 ] {7feddc55-b708-4a5b-9f21-ce3d078956c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19778 | 2024.11.01 08:29:50.489512 [ 282 ] {7feddc55-b708-4a5b-9f21-ce3d078956c4} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19779 | 2024.11.01 08:29:50.489558 [ 282 ] {7feddc55-b708-4a5b-9f21-ce3d078956c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19780 | 2024.11.01 08:29:50.489973 [ 282 ] {7feddc55-b708-4a5b-9f21-ce3d078956c4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 19781 | 2024.11.01 08:29:50.490294 [ 282 ] {7feddc55-b708-4a5b-9f21-ce3d078956c4} <Trace> oximeter.measurements_bool (47236a0d-547a-4cdd-b895-5286fb2e08d9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19782 | 2024.11.01 08:29:50.490459 [ 282 ] {7feddc55-b708-4a5b-9f21-ce3d078956c4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 209.26 KiB/sec. | ||
| 19783 | 2024.11.01 08:29:50.490708 [ 282 ] {7feddc55-b708-4a5b-9f21-ce3d078956c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 19784 | 2024.11.01 08:29:50.490751 [ 282 ] {7feddc55-b708-4a5b-9f21-ce3d078956c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 19785 | 2024.11.01 08:29:50.490786 [ 282 ] {} <Debug> HTTP-Session: 877f7aee-e962-4f44-944f-8a875bc23d68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19786 | 2024.11.01 08:29:50.490975 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19787 | 2024.11.01 08:29:50.491096 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45345, User-Agent: (none), Length: 44603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19788 | 2024.11.01 08:29:50.491158 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19789 | 2024.11.01 08:29:50.491181 [ 302 ] {} <Debug> HTTP-Session: 3152889d-d941-4acb-ab82-cedfe3c62541 Authenticating user 'default' from [fd00:1122:3344:101::d]:45345 | ||
| 19790 | 2024.11.01 08:29:50.491201 [ 302 ] {} <Debug> HTTP-Session: 3152889d-d941-4acb-ab82-cedfe3c62541 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19791 | 2024.11.01 08:29:50.491218 [ 302 ] {} <Debug> HTTP-Session: 3152889d-d941-4acb-ab82-cedfe3c62541 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19792 | 2024.11.01 08:29:50.491255 [ 302 ] {} <Trace> HTTP-Session: 3152889d-d941-4acb-ab82-cedfe3c62541 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19793 | 2024.11.01 08:29:50.491528 [ 302 ] {77c9ca75-c7a9-49ab-a313-5cfbf64b859a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45345) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19794 | 2024.11.01 08:29:50.491584 [ 302 ] {77c9ca75-c7a9-49ab-a313-5cfbf64b859a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19795 | 2024.11.01 08:29:50.491775 [ 302 ] {77c9ca75-c7a9-49ab-a313-5cfbf64b859a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19796 | 2024.11.01 08:29:50.492231 [ 302 ] {77c9ca75-c7a9-49ab-a313-5cfbf64b859a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19797 | 2024.11.01 08:29:50.492266 [ 302 ] {77c9ca75-c7a9-49ab-a313-5cfbf64b859a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19798 | 2024.11.01 08:29:50.492652 [ 302 ] {77c9ca75-c7a9-49ab-a313-5cfbf64b859a} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 19799 | 2024.11.01 08:29:50.492989 [ 302 ] {77c9ca75-c7a9-49ab-a313-5cfbf64b859a} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19800 | 2024.11.01 08:29:50.493132 [ 302 ] {77c9ca75-c7a9-49ab-a313-5cfbf64b859a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001767 sec., 134125.63667232599 rows/sec., 8.99 MiB/sec. | ||
| 19801 | 2024.11.01 08:29:50.493324 [ 302 ] {77c9ca75-c7a9-49ab-a313-5cfbf64b859a} <Debug> DynamicQueryHandler: Done processing query | ||
| 19802 | 2024.11.01 08:29:50.493348 [ 302 ] {77c9ca75-c7a9-49ab-a313-5cfbf64b859a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 19803 | 2024.11.01 08:29:50.493364 [ 302 ] {} <Debug> HTTP-Session: 3152889d-d941-4acb-ab82-cedfe3c62541 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19804 | 2024.11.01 08:29:50.493505 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45345, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19805 | 2024.11.01 08:29:50.493513 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52611, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19806 | 2024.11.01 08:29:50.493580 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19807 | 2024.11.01 08:29:50.493599 [ 282 ] {} <Debug> HTTP-Session: 13af868c-3a18-4b69-aba1-0d634ae3f002 Authenticating user 'default' from [fd00:1122:3344:101::d]:52611 | ||
| 19808 | 2024.11.01 08:29:50.493618 [ 282 ] {} <Debug> HTTP-Session: 13af868c-3a18-4b69-aba1-0d634ae3f002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19809 | 2024.11.01 08:29:50.493632 [ 282 ] {} <Debug> HTTP-Session: 13af868c-3a18-4b69-aba1-0d634ae3f002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19810 | 2024.11.01 08:29:50.493665 [ 282 ] {} <Trace> HTTP-Session: 13af868c-3a18-4b69-aba1-0d634ae3f002 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19811 | 2024.11.01 08:29:50.493761 [ 282 ] {18ac4f4a-4c88-46fb-ad2f-69a54457c64b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52611) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 19812 | 2024.11.01 08:29:50.493808 [ 282 ] {18ac4f4a-4c88-46fb-ad2f-69a54457c64b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19813 | 2024.11.01 08:29:50.493943 [ 282 ] {18ac4f4a-4c88-46fb-ad2f-69a54457c64b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19814 | 2024.11.01 08:29:50.494226 [ 282 ] {18ac4f4a-4c88-46fb-ad2f-69a54457c64b} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19815 | 2024.11.01 08:29:50.494263 [ 282 ] {18ac4f4a-4c88-46fb-ad2f-69a54457c64b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19816 | 2024.11.01 08:29:50.494616 [ 282 ] {18ac4f4a-4c88-46fb-ad2f-69a54457c64b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 19817 | 2024.11.01 08:29:50.494944 [ 282 ] {18ac4f4a-4c88-46fb-ad2f-69a54457c64b} <Trace> oximeter.measurements_f64 (ef1fee74-c18c-456c-9c13-ae41fff8c579): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19818 | 2024.11.01 08:29:50.495098 [ 282 ] {18ac4f4a-4c88-46fb-ad2f-69a54457c64b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001351 sec., 740.1924500370096 rows/sec., 49.88 KiB/sec. | ||
| 19819 | 2024.11.01 08:29:50.495271 [ 282 ] {18ac4f4a-4c88-46fb-ad2f-69a54457c64b} <Debug> DynamicQueryHandler: Done processing query | ||
| 19820 | 2024.11.01 08:29:50.495297 [ 282 ] {18ac4f4a-4c88-46fb-ad2f-69a54457c64b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 19821 | 2024.11.01 08:29:50.495312 [ 282 ] {} <Debug> HTTP-Session: 13af868c-3a18-4b69-aba1-0d634ae3f002 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19822 | 2024.11.01 08:29:50.495491 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19823 | 2024.11.01 08:29:50.495555 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34856, User-Agent: (none), Length: 70941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19824 | 2024.11.01 08:29:50.495607 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19825 | 2024.11.01 08:29:50.495626 [ 302 ] {} <Debug> HTTP-Session: 607ed7ff-2869-49f4-9ae4-82d28523109e Authenticating user 'default' from [fd00:1122:3344:101::d]:34856 | ||
| 19826 | 2024.11.01 08:29:50.495642 [ 302 ] {} <Debug> HTTP-Session: 607ed7ff-2869-49f4-9ae4-82d28523109e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19827 | 2024.11.01 08:29:50.495656 [ 302 ] {} <Debug> HTTP-Session: 607ed7ff-2869-49f4-9ae4-82d28523109e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19828 | 2024.11.01 08:29:50.495687 [ 302 ] {} <Trace> HTTP-Session: 607ed7ff-2869-49f4-9ae4-82d28523109e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19829 | 2024.11.01 08:29:50.496108 [ 302 ] {955d34ad-0db1-4d6e-a6c5-cbdc648655cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34856) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19830 | 2024.11.01 08:29:50.496173 [ 302 ] {955d34ad-0db1-4d6e-a6c5-cbdc648655cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19831 | 2024.11.01 08:29:50.496610 [ 302 ] {955d34ad-0db1-4d6e-a6c5-cbdc648655cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19832 | 2024.11.01 08:29:50.497382 [ 302 ] {955d34ad-0db1-4d6e-a6c5-cbdc648655cf} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19833 | 2024.11.01 08:29:50.497417 [ 302 ] {955d34ad-0db1-4d6e-a6c5-cbdc648655cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19834 | 2024.11.01 08:29:50.498101 [ 302 ] {955d34ad-0db1-4d6e-a6c5-cbdc648655cf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 19835 | 2024.11.01 08:29:50.498534 [ 302 ] {955d34ad-0db1-4d6e-a6c5-cbdc648655cf} <Trace> oximeter.measurements_histogramu64 (755d6318-a929-4332-b454-8b22c9222b7d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19836 | 2024.11.01 08:29:50.498718 [ 302 ] {955d34ad-0db1-4d6e-a6c5-cbdc648655cf} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002927 sec., 14349.16296549368 rows/sec., 25.71 MiB/sec. | ||
| 19837 | 2024.11.01 08:29:50.498964 [ 302 ] {955d34ad-0db1-4d6e-a6c5-cbdc648655cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 19838 | 2024.11.01 08:29:50.498989 [ 302 ] {955d34ad-0db1-4d6e-a6c5-cbdc648655cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 19839 | 2024.11.01 08:29:50.499005 [ 302 ] {} <Debug> HTTP-Session: 607ed7ff-2869-49f4-9ae4-82d28523109e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19840 | 2024.11.01 08:29:50.499189 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19841 | 2024.11.01 08:29:50.499247 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52611, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19842 | 2024.11.01 08:29:50.499300 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19843 | 2024.11.01 08:29:50.499322 [ 282 ] {} <Debug> HTTP-Session: 0f11b859-d922-4640-b82e-93f7c641c3bf Authenticating user 'default' from [fd00:1122:3344:101::d]:52611 | ||
| 19844 | 2024.11.01 08:29:50.499339 [ 282 ] {} <Debug> HTTP-Session: 0f11b859-d922-4640-b82e-93f7c641c3bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19845 | 2024.11.01 08:29:50.499353 [ 282 ] {} <Debug> HTTP-Session: 0f11b859-d922-4640-b82e-93f7c641c3bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19846 | 2024.11.01 08:29:50.499385 [ 282 ] {} <Trace> HTTP-Session: 0f11b859-d922-4640-b82e-93f7c641c3bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19847 | 2024.11.01 08:29:50.499523 [ 282 ] {0ff186db-471d-4c39-bf96-997866328dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52611) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 19848 | 2024.11.01 08:29:50.499567 [ 282 ] {0ff186db-471d-4c39-bf96-997866328dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19849 | 2024.11.01 08:29:50.499700 [ 282 ] {0ff186db-471d-4c39-bf96-997866328dbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19850 | 2024.11.01 08:29:50.500071 [ 282 ] {0ff186db-471d-4c39-bf96-997866328dbb} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19851 | 2024.11.01 08:29:50.500108 [ 282 ] {0ff186db-471d-4c39-bf96-997866328dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 19852 | 2024.11.01 08:29:50.500485 [ 282 ] {0ff186db-471d-4c39-bf96-997866328dbb} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 19853 | 2024.11.01 08:29:50.500813 [ 282 ] {0ff186db-471d-4c39-bf96-997866328dbb} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19854 | 2024.11.01 08:29:50.500963 [ 282 ] {0ff186db-471d-4c39-bf96-997866328dbb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001499 sec., 54703.13542361575 rows/sec., 3.47 MiB/sec. | ||
| 19855 | 2024.11.01 08:29:50.501131 [ 224 ] {} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19856 | 2024.11.01 08:29:50.501229 [ 224 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19857 | 2024.11.01 08:29:50.501350 [ 282 ] {0ff186db-471d-4c39-bf96-997866328dbb} <Debug> DynamicQueryHandler: Done processing query | ||
| 19858 | 2024.11.01 08:29:50.501426 [ 282 ] {0ff186db-471d-4c39-bf96-997866328dbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19859 | 2024.11.01 08:29:50.501487 [ 282 ] {} <Debug> HTTP-Session: 0f11b859-d922-4640-b82e-93f7c641c3bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19860 | 2024.11.01 08:29:50.501912 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19861 | 2024.11.01 08:29:50.503720 [ 224 ] {} <Debug> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19862 | 2024.11.01 08:29:50.510300 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45822, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19863 | 2024.11.01 08:29:50.589114 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19864 | 2024.11.01 08:29:50.824150 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33938, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19865 | 2024.11.01 08:29:50.841649 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50220, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19866 | 2024.11.01 08:29:50.880112 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62096, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19867 | 2024.11.01 08:29:50.887549 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39359, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19868 | 2024.11.01 08:29:50.958912 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38256, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19869 | 2024.11.01 08:29:51.000215 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.05 MiB, peak 202.67 MiB, free memory in arenas 0.00 B, will set to 190.87 MiB (RSS), difference: -1.18 MiB | ||
| 19870 | 2024.11.01 08:29:51.022573 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19871 | 2024.11.01 08:29:51.022622 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19872 | 2024.11.01 08:29:51.024562 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19873 | 2024.11.01 08:29:51.152242 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43660, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19874 | 2024.11.01 08:29:51.504500 [ 220 ] {} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19875 | 2024.11.01 08:29:51.504552 [ 220 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19876 | 2024.11.01 08:29:51.506723 [ 220 ] {} <Debug> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19877 | 2024.11.01 08:29:51.563093 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62526, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19878 | 2024.11.01 08:29:51.664615 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48661, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19879 | 2024.11.01 08:29:51.846643 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43399, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19880 | 2024.11.01 08:29:51.979490 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63974, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19881 | 2024.11.01 08:29:52.001022 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19882 | 2024.11.01 08:29:52.015479 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65151, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19883 | 2024.11.01 08:29:52.086977 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57821, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19884 | 2024.11.01 08:29:52.252044 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38527, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19885 | 2024.11.01 08:29:52.662541 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58403, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19886 | 2024.11.01 08:29:52.935253 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34159, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19887 | 2024.11.01 08:29:53.060019 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37609, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19888 | 2024.11.01 08:29:53.096211 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19889 | 2024.11.01 08:29:53.121590 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46696, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19890 | 2024.11.01 08:29:53.159177 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57484, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19891 | 2024.11.01 08:29:53.182926 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19892 | 2024.11.01 08:29:54.158242 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1768 | ||
| 19893 | 2024.11.01 08:29:54.161162 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19894 | 2024.11.01 08:29:54.161209 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 19895 | 2024.11.01 08:29:54.162863 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 19896 | 2024.11.01 08:29:54.163960 [ 242 ] {} <Trace> system.query_log (cfd5a85c-96d3-42ee-b8d9-10b8a9a1bea1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19897 | 2024.11.01 08:29:54.165340 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1768 | ||
| 19898 | 2024.11.01 08:29:55.466902 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51442, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19899 | 2024.11.01 08:29:55.467046 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19900 | 2024.11.01 08:29:55.467076 [ 286 ] {} <Debug> HTTP-Session: 53c4eceb-9605-48c7-b735-b6fe36b23313 Authenticating user 'default' from [fd00:1122:3344:101::d]:51442 | ||
| 19901 | 2024.11.01 08:29:55.467106 [ 286 ] {} <Debug> HTTP-Session: 53c4eceb-9605-48c7-b735-b6fe36b23313 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19902 | 2024.11.01 08:29:55.467126 [ 286 ] {} <Debug> HTTP-Session: 53c4eceb-9605-48c7-b735-b6fe36b23313 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19903 | 2024.11.01 08:29:55.467190 [ 286 ] {} <Trace> HTTP-Session: 53c4eceb-9605-48c7-b735-b6fe36b23313 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19904 | 2024.11.01 08:29:55.467416 [ 286 ] {44650cff-386e-4d05-872c-649e2894638b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51442) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 19905 | 2024.11.01 08:29:55.467497 [ 286 ] {44650cff-386e-4d05-872c-649e2894638b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19906 | 2024.11.01 08:29:55.467921 [ 286 ] {44650cff-386e-4d05-872c-649e2894638b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19907 | 2024.11.01 08:29:55.468413 [ 286 ] {44650cff-386e-4d05-872c-649e2894638b} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19908 | 2024.11.01 08:29:55.468462 [ 286 ] {44650cff-386e-4d05-872c-649e2894638b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 19909 | 2024.11.01 08:29:55.468951 [ 286 ] {44650cff-386e-4d05-872c-649e2894638b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 19910 | 2024.11.01 08:29:55.469351 [ 286 ] {44650cff-386e-4d05-872c-649e2894638b} <Trace> oximeter.fields_ipaddr (a34f290a-c556-4ddc-aead-854ed740b5c1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19911 | 2024.11.01 08:29:55.469511 [ 286 ] {44650cff-386e-4d05-872c-649e2894638b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002164 sec., 924.2144177449168 rows/sec., 75.36 KiB/sec. | ||
| 19912 | 2024.11.01 08:29:55.469751 [ 286 ] {44650cff-386e-4d05-872c-649e2894638b} <Debug> DynamicQueryHandler: Done processing query | ||
| 19913 | 2024.11.01 08:29:55.469778 [ 286 ] {44650cff-386e-4d05-872c-649e2894638b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 19914 | 2024.11.01 08:29:55.469794 [ 286 ] {} <Debug> HTTP-Session: 53c4eceb-9605-48c7-b735-b6fe36b23313 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19915 | 2024.11.01 08:29:55.470017 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19916 | 2024.11.01 08:29:55.470196 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49350, User-Agent: (none), Length: 7929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19917 | 2024.11.01 08:29:55.470323 [ 308 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19918 | 2024.11.01 08:29:55.470349 [ 308 ] {} <Debug> HTTP-Session: d1a59a8e-12c6-458a-a899-bbe51e8de44b Authenticating user 'default' from [fd00:1122:3344:101::d]:49350 | ||
| 19919 | 2024.11.01 08:29:55.470374 [ 308 ] {} <Debug> HTTP-Session: d1a59a8e-12c6-458a-a899-bbe51e8de44b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19920 | 2024.11.01 08:29:55.470388 [ 308 ] {} <Debug> HTTP-Session: d1a59a8e-12c6-458a-a899-bbe51e8de44b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19921 | 2024.11.01 08:29:55.470442 [ 308 ] {} <Trace> HTTP-Session: d1a59a8e-12c6-458a-a899-bbe51e8de44b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19922 | 2024.11.01 08:29:55.470646 [ 308 ] {557728dc-a5e6-43ef-b146-0434b03eac9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 19923 | 2024.11.01 08:29:55.470715 [ 308 ] {557728dc-a5e6-43ef-b146-0434b03eac9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19924 | 2024.11.01 08:29:55.471103 [ 308 ] {557728dc-a5e6-43ef-b146-0434b03eac9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19925 | 2024.11.01 08:29:55.471523 [ 308 ] {557728dc-a5e6-43ef-b146-0434b03eac9d} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19926 | 2024.11.01 08:29:55.471561 [ 308 ] {557728dc-a5e6-43ef-b146-0434b03eac9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 19927 | 2024.11.01 08:29:55.472076 [ 308 ] {557728dc-a5e6-43ef-b146-0434b03eac9d} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 19928 | 2024.11.01 08:29:55.472618 [ 308 ] {557728dc-a5e6-43ef-b146-0434b03eac9d} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19929 | 2024.11.01 08:29:55.472758 [ 308 ] {557728dc-a5e6-43ef-b146-0434b03eac9d} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002195 sec., 25968.109339407747 rows/sec., 1.98 MiB/sec. | ||
| 19930 | 2024.11.01 08:29:55.472970 [ 308 ] {557728dc-a5e6-43ef-b146-0434b03eac9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 19931 | 2024.11.01 08:29:55.472996 [ 308 ] {557728dc-a5e6-43ef-b146-0434b03eac9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 19932 | 2024.11.01 08:29:55.473013 [ 308 ] {} <Debug> HTTP-Session: d1a59a8e-12c6-458a-a899-bbe51e8de44b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19933 | 2024.11.01 08:29:55.473219 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49350, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19934 | 2024.11.01 08:29:55.473338 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61784, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19935 | 2024.11.01 08:29:55.473401 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19936 | 2024.11.01 08:29:55.473421 [ 286 ] {} <Debug> HTTP-Session: 95bb20b6-9bc7-49a3-bd12-eb33679f9ba7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61784 | ||
| 19937 | 2024.11.01 08:29:55.473438 [ 286 ] {} <Debug> HTTP-Session: 95bb20b6-9bc7-49a3-bd12-eb33679f9ba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19938 | 2024.11.01 08:29:55.473452 [ 286 ] {} <Debug> HTTP-Session: 95bb20b6-9bc7-49a3-bd12-eb33679f9ba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19939 | 2024.11.01 08:29:55.473490 [ 286 ] {} <Trace> HTTP-Session: 95bb20b6-9bc7-49a3-bd12-eb33679f9ba7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19940 | 2024.11.01 08:29:55.473602 [ 286 ] {409758b4-a61d-46ea-b713-040cf0f78146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61784) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 19941 | 2024.11.01 08:29:55.473649 [ 286 ] {409758b4-a61d-46ea-b713-040cf0f78146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19942 | 2024.11.01 08:29:55.473920 [ 286 ] {409758b4-a61d-46ea-b713-040cf0f78146} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19943 | 2024.11.01 08:29:55.474227 [ 286 ] {409758b4-a61d-46ea-b713-040cf0f78146} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19944 | 2024.11.01 08:29:55.474263 [ 286 ] {409758b4-a61d-46ea-b713-040cf0f78146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 19945 | 2024.11.01 08:29:55.474617 [ 286 ] {409758b4-a61d-46ea-b713-040cf0f78146} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 19946 | 2024.11.01 08:29:55.474984 [ 286 ] {409758b4-a61d-46ea-b713-040cf0f78146} <Trace> oximeter.fields_u16 (162e7258-8561-4fee-84a8-36e7b70dd6f3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19947 | 2024.11.01 08:29:55.475131 [ 286 ] {409758b4-a61d-46ea-b713-040cf0f78146} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00155 sec., 1290.3225806451612 rows/sec., 90.10 KiB/sec. | ||
| 19948 | 2024.11.01 08:29:55.475311 [ 286 ] {409758b4-a61d-46ea-b713-040cf0f78146} <Debug> DynamicQueryHandler: Done processing query | ||
| 19949 | 2024.11.01 08:29:55.475336 [ 286 ] {409758b4-a61d-46ea-b713-040cf0f78146} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 19950 | 2024.11.01 08:29:55.475352 [ 286 ] {} <Debug> HTTP-Session: 95bb20b6-9bc7-49a3-bd12-eb33679f9ba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19951 | 2024.11.01 08:29:55.475525 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19952 | 2024.11.01 08:29:55.475656 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34369, User-Agent: (none), Length: 11213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19953 | 2024.11.01 08:29:55.475720 [ 308 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19954 | 2024.11.01 08:29:55.475740 [ 308 ] {} <Debug> HTTP-Session: 6639a295-a3ac-4c1d-a73e-19f71042e691 Authenticating user 'default' from [fd00:1122:3344:101::d]:34369 | ||
| 19955 | 2024.11.01 08:29:55.475758 [ 308 ] {} <Debug> HTTP-Session: 6639a295-a3ac-4c1d-a73e-19f71042e691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19956 | 2024.11.01 08:29:55.475772 [ 308 ] {} <Debug> HTTP-Session: 6639a295-a3ac-4c1d-a73e-19f71042e691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19957 | 2024.11.01 08:29:55.475821 [ 308 ] {} <Trace> HTTP-Session: 6639a295-a3ac-4c1d-a73e-19f71042e691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19958 | 2024.11.01 08:29:55.475953 [ 308 ] {36826055-5f27-4978-88e2-fc40a9d9238a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34369) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 19959 | 2024.11.01 08:29:55.476001 [ 308 ] {36826055-5f27-4978-88e2-fc40a9d9238a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19960 | 2024.11.01 08:29:55.476266 [ 308 ] {36826055-5f27-4978-88e2-fc40a9d9238a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19961 | 2024.11.01 08:29:55.476631 [ 308 ] {36826055-5f27-4978-88e2-fc40a9d9238a} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19962 | 2024.11.01 08:29:55.476667 [ 308 ] {36826055-5f27-4978-88e2-fc40a9d9238a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 19963 | 2024.11.01 08:29:55.477087 [ 308 ] {36826055-5f27-4978-88e2-fc40a9d9238a} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 19964 | 2024.11.01 08:29:55.477458 [ 308 ] {36826055-5f27-4978-88e2-fc40a9d9238a} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19965 | 2024.11.01 08:29:55.477587 [ 308 ] {36826055-5f27-4978-88e2-fc40a9d9238a} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001681 sec., 39262.34384295063 rows/sec., 3.07 MiB/sec. | ||
| 19966 | 2024.11.01 08:29:55.477799 [ 308 ] {36826055-5f27-4978-88e2-fc40a9d9238a} <Debug> DynamicQueryHandler: Done processing query | ||
| 19967 | 2024.11.01 08:29:55.477851 [ 308 ] {36826055-5f27-4978-88e2-fc40a9d9238a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 19968 | 2024.11.01 08:29:55.477884 [ 308 ] {} <Debug> HTTP-Session: 6639a295-a3ac-4c1d-a73e-19f71042e691 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19969 | 2024.11.01 08:29:55.478113 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61784, User-Agent: (none), Length: 30788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19970 | 2024.11.01 08:29:55.478150 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19971 | 2024.11.01 08:29:55.478207 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19972 | 2024.11.01 08:29:55.478243 [ 286 ] {} <Debug> HTTP-Session: e717ebaa-9ce9-48c8-b1e1-3715667404b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61784 | ||
| 19973 | 2024.11.01 08:29:55.478265 [ 286 ] {} <Debug> HTTP-Session: e717ebaa-9ce9-48c8-b1e1-3715667404b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19974 | 2024.11.01 08:29:55.478279 [ 286 ] {} <Debug> HTTP-Session: e717ebaa-9ce9-48c8-b1e1-3715667404b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19975 | 2024.11.01 08:29:55.478335 [ 286 ] {} <Trace> HTTP-Session: e717ebaa-9ce9-48c8-b1e1-3715667404b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19976 | 2024.11.01 08:29:55.478497 [ 286 ] {06bbc514-b501-4a55-b519-34a50f35a44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61784) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19977 | 2024.11.01 08:29:55.478548 [ 286 ] {06bbc514-b501-4a55-b519-34a50f35a44f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19978 | 2024.11.01 08:29:55.478749 [ 286 ] {06bbc514-b501-4a55-b519-34a50f35a44f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19979 | 2024.11.01 08:29:55.479185 [ 286 ] {06bbc514-b501-4a55-b519-34a50f35a44f} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19980 | 2024.11.01 08:29:55.479235 [ 286 ] {06bbc514-b501-4a55-b519-34a50f35a44f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 19981 | 2024.11.01 08:29:55.479639 [ 286 ] {06bbc514-b501-4a55-b519-34a50f35a44f} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 19982 | 2024.11.01 08:29:55.479991 [ 286 ] {06bbc514-b501-4a55-b519-34a50f35a44f} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19983 | 2024.11.01 08:29:55.480137 [ 286 ] {06bbc514-b501-4a55-b519-34a50f35a44f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001711 sec., 94097.01928696668 rows/sec., 6.55 MiB/sec. | ||
| 19984 | 2024.11.01 08:29:55.480315 [ 286 ] {06bbc514-b501-4a55-b519-34a50f35a44f} <Debug> DynamicQueryHandler: Done processing query | ||
| 19985 | 2024.11.01 08:29:55.480340 [ 286 ] {06bbc514-b501-4a55-b519-34a50f35a44f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 19986 | 2024.11.01 08:29:55.480356 [ 286 ] {} <Debug> HTTP-Session: e717ebaa-9ce9-48c8-b1e1-3715667404b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19987 | 2024.11.01 08:29:55.480520 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19988 | 2024.11.01 08:29:55.480590 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38166, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19989 | 2024.11.01 08:29:55.480662 [ 308 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19990 | 2024.11.01 08:29:55.480683 [ 308 ] {} <Debug> HTTP-Session: ff78b934-bc19-4ecd-aaf2-090621ac7568 Authenticating user 'default' from [fd00:1122:3344:101::d]:38166 | ||
| 19991 | 2024.11.01 08:29:55.480701 [ 308 ] {} <Debug> HTTP-Session: ff78b934-bc19-4ecd-aaf2-090621ac7568 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19992 | 2024.11.01 08:29:55.480716 [ 308 ] {} <Debug> HTTP-Session: ff78b934-bc19-4ecd-aaf2-090621ac7568 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19993 | 2024.11.01 08:29:55.480754 [ 308 ] {} <Trace> HTTP-Session: ff78b934-bc19-4ecd-aaf2-090621ac7568 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19994 | 2024.11.01 08:29:55.480913 [ 308 ] {8a79d2f4-7511-4bcd-acb6-410656a483db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38166) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 19995 | 2024.11.01 08:29:55.480964 [ 308 ] {8a79d2f4-7511-4bcd-acb6-410656a483db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19996 | 2024.11.01 08:29:55.481128 [ 308 ] {8a79d2f4-7511-4bcd-acb6-410656a483db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19997 | 2024.11.01 08:29:55.481442 [ 308 ] {8a79d2f4-7511-4bcd-acb6-410656a483db} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19998 | 2024.11.01 08:29:55.481478 [ 308 ] {8a79d2f4-7511-4bcd-acb6-410656a483db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 19999 | 2024.11.01 08:29:55.481874 [ 308 ] {8a79d2f4-7511-4bcd-acb6-410656a483db} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 20000 | 2024.11.01 08:29:55.482220 [ 308 ] {8a79d2f4-7511-4bcd-acb6-410656a483db} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20001 | 2024.11.01 08:29:55.482345 [ 308 ] {8a79d2f4-7511-4bcd-acb6-410656a483db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001494 sec., 40160.642570281125 rows/sec., 2.71 MiB/sec. | ||
| 20002 | 2024.11.01 08:29:55.482518 [ 308 ] {8a79d2f4-7511-4bcd-acb6-410656a483db} <Debug> DynamicQueryHandler: Done processing query | ||
| 20003 | 2024.11.01 08:29:55.482543 [ 308 ] {8a79d2f4-7511-4bcd-acb6-410656a483db} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 20004 | 2024.11.01 08:29:55.482559 [ 308 ] {} <Debug> HTTP-Session: ff78b934-bc19-4ecd-aaf2-090621ac7568 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20005 | 2024.11.01 08:29:55.482818 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38166, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20006 | 2024.11.01 08:29:58.642055 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20007 | 2024.11.01 08:29:58.642151 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20008 | 2024.11.01 08:30:00.467428 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65425, User-Agent: (none), Length: 7795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20009 | 2024.11.01 08:30:00.467544 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20010 | 2024.11.01 08:30:00.467572 [ 286 ] {} <Debug> HTTP-Session: f0a2497f-dba6-48ff-901e-c6555fe632f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:65425 | ||
| 20011 | 2024.11.01 08:30:00.467597 [ 286 ] {} <Debug> HTTP-Session: f0a2497f-dba6-48ff-901e-c6555fe632f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20012 | 2024.11.01 08:30:00.467613 [ 286 ] {} <Debug> HTTP-Session: f0a2497f-dba6-48ff-901e-c6555fe632f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20013 | 2024.11.01 08:30:00.467667 [ 286 ] {} <Trace> HTTP-Session: f0a2497f-dba6-48ff-901e-c6555fe632f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20014 | 2024.11.01 08:30:00.467868 [ 286 ] {c81829d2-575b-4541-94e4-6a79b3711fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65425) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 20015 | 2024.11.01 08:30:00.467941 [ 286 ] {c81829d2-575b-4541-94e4-6a79b3711fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20016 | 2024.11.01 08:30:00.468334 [ 286 ] {c81829d2-575b-4541-94e4-6a79b3711fa0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20017 | 2024.11.01 08:30:00.468926 [ 286 ] {c81829d2-575b-4541-94e4-6a79b3711fa0} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20018 | 2024.11.01 08:30:00.468979 [ 286 ] {c81829d2-575b-4541-94e4-6a79b3711fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 20019 | 2024.11.01 08:30:00.469460 [ 286 ] {c81829d2-575b-4541-94e4-6a79b3711fa0} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 20020 | 2024.11.01 08:30:00.469929 [ 286 ] {c81829d2-575b-4541-94e4-6a79b3711fa0} <Trace> oximeter.fields_string (2ff3f3b3-3839-4b75-a98c-a68b602382a8): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20021 | 2024.11.01 08:30:00.470141 [ 286 ] {c81829d2-575b-4541-94e4-6a79b3711fa0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00234 sec., 23931.62393162393 rows/sec., 1.83 MiB/sec. | ||
| 20022 | 2024.11.01 08:30:00.470537 [ 286 ] {c81829d2-575b-4541-94e4-6a79b3711fa0} <Debug> DynamicQueryHandler: Done processing query | ||
| 20023 | 2024.11.01 08:30:00.470606 [ 286 ] {c81829d2-575b-4541-94e4-6a79b3711fa0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 20024 | 2024.11.01 08:30:00.470668 [ 286 ] {} <Debug> HTTP-Session: f0a2497f-dba6-48ff-901e-c6555fe632f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20025 | 2024.11.01 08:30:00.470963 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65425, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20026 | 2024.11.01 08:30:00.471114 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56725, User-Agent: (none), Length: 10870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20027 | 2024.11.01 08:30:00.471250 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20028 | 2024.11.01 08:30:00.471281 [ 307 ] {} <Debug> HTTP-Session: f7d68def-2b74-4aca-bfe4-4c5b36c76a35 Authenticating user 'default' from [fd00:1122:3344:101::d]:56725 | ||
| 20029 | 2024.11.01 08:30:00.471307 [ 307 ] {} <Debug> HTTP-Session: f7d68def-2b74-4aca-bfe4-4c5b36c76a35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20030 | 2024.11.01 08:30:00.471323 [ 307 ] {} <Debug> HTTP-Session: f7d68def-2b74-4aca-bfe4-4c5b36c76a35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20031 | 2024.11.01 08:30:00.471379 [ 307 ] {} <Trace> HTTP-Session: f7d68def-2b74-4aca-bfe4-4c5b36c76a35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20032 | 2024.11.01 08:30:00.471577 [ 307 ] {3e84bd6d-8123-48db-9962-c9d269c1d9df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56725) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 20033 | 2024.11.01 08:30:00.471649 [ 307 ] {3e84bd6d-8123-48db-9962-c9d269c1d9df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20034 | 2024.11.01 08:30:00.472003 [ 307 ] {3e84bd6d-8123-48db-9962-c9d269c1d9df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20035 | 2024.11.01 08:30:00.472545 [ 307 ] {3e84bd6d-8123-48db-9962-c9d269c1d9df} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20036 | 2024.11.01 08:30:00.472591 [ 307 ] {3e84bd6d-8123-48db-9962-c9d269c1d9df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 20037 | 2024.11.01 08:30:00.473039 [ 307 ] {3e84bd6d-8123-48db-9962-c9d269c1d9df} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 20038 | 2024.11.01 08:30:00.473579 [ 307 ] {3e84bd6d-8123-48db-9962-c9d269c1d9df} <Trace> oximeter.fields_uuid (94877df6-bd7c-4a6a-8ef3-5a20453be5a6): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20039 | 2024.11.01 08:30:00.473755 [ 307 ] {3e84bd6d-8123-48db-9962-c9d269c1d9df} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002251 sec., 28431.808085295426 rows/sec., 2.22 MiB/sec. | ||
| 20040 | 2024.11.01 08:30:00.474015 [ 307 ] {3e84bd6d-8123-48db-9962-c9d269c1d9df} <Debug> DynamicQueryHandler: Done processing query | ||
| 20041 | 2024.11.01 08:30:00.474053 [ 307 ] {3e84bd6d-8123-48db-9962-c9d269c1d9df} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 20042 | 2024.11.01 08:30:00.474079 [ 307 ] {} <Debug> HTTP-Session: f7d68def-2b74-4aca-bfe4-4c5b36c76a35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20043 | 2024.11.01 08:30:00.474292 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65425, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20044 | 2024.11.01 08:30:00.474310 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56725, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20045 | 2024.11.01 08:30:00.474388 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20046 | 2024.11.01 08:30:00.474427 [ 286 ] {} <Debug> HTTP-Session: 8730478e-561d-43e9-9859-6badcf72af2f Authenticating user 'default' from [fd00:1122:3344:101::d]:65425 | ||
| 20047 | 2024.11.01 08:30:00.474453 [ 286 ] {} <Debug> HTTP-Session: 8730478e-561d-43e9-9859-6badcf72af2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20048 | 2024.11.01 08:30:00.474478 [ 286 ] {} <Debug> HTTP-Session: 8730478e-561d-43e9-9859-6badcf72af2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20049 | 2024.11.01 08:30:00.474531 [ 286 ] {} <Trace> HTTP-Session: 8730478e-561d-43e9-9859-6badcf72af2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20050 | 2024.11.01 08:30:00.474746 [ 286 ] {f52f8308-2054-45fb-9492-b40a39371447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65425) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 20051 | 2024.11.01 08:30:00.474819 [ 286 ] {f52f8308-2054-45fb-9492-b40a39371447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20052 | 2024.11.01 08:30:00.475074 [ 286 ] {f52f8308-2054-45fb-9492-b40a39371447} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20053 | 2024.11.01 08:30:00.475633 [ 286 ] {f52f8308-2054-45fb-9492-b40a39371447} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20054 | 2024.11.01 08:30:00.475679 [ 286 ] {f52f8308-2054-45fb-9492-b40a39371447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 20055 | 2024.11.01 08:30:00.476127 [ 286 ] {f52f8308-2054-45fb-9492-b40a39371447} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 20056 | 2024.11.01 08:30:00.476509 [ 286 ] {f52f8308-2054-45fb-9492-b40a39371447} <Trace> oximeter.measurements_cumulativeu64 (1a8403dc-ea38-4ea2-ad60-85d795b6df98): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20057 | 2024.11.01 08:30:00.476664 [ 286 ] {f52f8308-2054-45fb-9492-b40a39371447} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002017 sec., 79325.73128408527 rows/sec., 5.52 MiB/sec. | ||
| 20058 | 2024.11.01 08:30:00.476877 [ 286 ] {f52f8308-2054-45fb-9492-b40a39371447} <Debug> DynamicQueryHandler: Done processing query | ||
| 20059 | 2024.11.01 08:30:00.476903 [ 286 ] {f52f8308-2054-45fb-9492-b40a39371447} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 20060 | 2024.11.01 08:30:00.476922 [ 286 ] {} <Debug> HTTP-Session: 8730478e-561d-43e9-9859-6badcf72af2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20061 | 2024.11.01 08:30:00.477141 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65425, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20062 | 2024.11.01 08:30:00.477299 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64846, User-Agent: (none), Length: 9097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20063 | 2024.11.01 08:30:00.477375 [ 307 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20064 | 2024.11.01 08:30:00.477399 [ 307 ] {} <Debug> HTTP-Session: 3d066a86-3268-4fdc-b9d8-9b90327de1eb Authenticating user 'default' from [fd00:1122:3344:101::d]:64846 | ||
| 20065 | 2024.11.01 08:30:00.477422 [ 307 ] {} <Debug> HTTP-Session: 3d066a86-3268-4fdc-b9d8-9b90327de1eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20066 | 2024.11.01 08:30:00.477446 [ 307 ] {} <Debug> HTTP-Session: 3d066a86-3268-4fdc-b9d8-9b90327de1eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20067 | 2024.11.01 08:30:00.477502 [ 307 ] {} <Trace> HTTP-Session: 3d066a86-3268-4fdc-b9d8-9b90327de1eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20068 | 2024.11.01 08:30:00.477717 [ 307 ] {9679b066-a7ab-4648-8090-10cc5e68afb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64846) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 20069 | 2024.11.01 08:30:00.477787 [ 307 ] {9679b066-a7ab-4648-8090-10cc5e68afb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20070 | 2024.11.01 08:30:00.477973 [ 307 ] {9679b066-a7ab-4648-8090-10cc5e68afb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20071 | 2024.11.01 08:30:00.478342 [ 307 ] {9679b066-a7ab-4648-8090-10cc5e68afb9} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20072 | 2024.11.01 08:30:00.478384 [ 307 ] {9679b066-a7ab-4648-8090-10cc5e68afb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 20073 | 2024.11.01 08:30:00.478825 [ 307 ] {9679b066-a7ab-4648-8090-10cc5e68afb9} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 20074 | 2024.11.01 08:30:00.479210 [ 307 ] {9679b066-a7ab-4648-8090-10cc5e68afb9} <Trace> oximeter.measurements_u64 (e2d4b858-8756-4a7b-b009-7f7a27514790): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20075 | 2024.11.01 08:30:00.479350 [ 307 ] {9679b066-a7ab-4648-8090-10cc5e68afb9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001727 sec., 34742.32773595831 rows/sec., 2.34 MiB/sec. | ||
| 20076 | 2024.11.01 08:30:00.479543 [ 307 ] {9679b066-a7ab-4648-8090-10cc5e68afb9} <Debug> DynamicQueryHandler: Done processing query | ||
| 20077 | 2024.11.01 08:30:00.479577 [ 307 ] {9679b066-a7ab-4648-8090-10cc5e68afb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 20078 | 2024.11.01 08:30:00.479605 [ 307 ] {} <Debug> HTTP-Session: 3d066a86-3268-4fdc-b9d8-9b90327de1eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20079 | 2024.11.01 08:30:00.480222 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||